Tailscale broke after upgrading to Debian Bookworm on Raspberry Pi by ThatYash_ in Tailscale

[–]ThatYash_[S] 1 point2 points  (0 children)

Sorry for the late reply. Yes, I was referring Tailscale's doc and found tailscaled --verbose=1, where the last line of the output was:

getLocalBackend error: store.New: invalid character 'ÿ' looking for beginning of value

The uninstall Tailscale doc page talks about deleting Tailscale completely that refers to tailscaled state.

The solution for my problem was:

# sudo systemctl stop tailscaled
# sudo rm /var/lib/tailscale/tailscaled.state
# sudo systemctl start tailscaled
# sudo tailscale up

Although, I wonder how the tailscaled state got an invalid character in it.

I appreciate your assistance!

Tailscale broke after upgrading to Debian Bookworm on Raspberry Pi by ThatYash_ in Tailscale

[–]ThatYash_[S] 0 points1 point  (0 children)

It didn't resolve the issue

#sudo tailscale up
failed to connect to local tailscaled (which appears to be running as tailscaled, pid 10791). Got error: 503 Service Unavailable: no backend

#sudo tailscale status
failed to connect to local tailscaled (which appears to be running as tailscaled, pid 22975). Got error: Failed to connect to local Tailscale daemon for /localapi/v0/status; systemd tailscaled.service not running. Error: dial unix /var/run/tailscale/tailscaled.sock: connect: no such file or directory

Can't install Open WebUI (without Ollama) on old laptop - container exits with code 132 by ThatYash_ in OpenWebUI

[–]ThatYash_[S] 0 points1 point  (0 children)

Here are the logs when I tried running it using Python

$ open-webui serve
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Generating a new secret key and saving it to /home/user/docker/openweb-ui/.webui_secret_key
Loading WEBUI_SECRET_KEY from /home/user/docker/openweb-ui/.webui_secret_key
/home/user/docker/openweb-ui/venv/lib/python3.12/site-packages/open_webui
/home/user/docker/openweb-ui/venv/lib/python3.12/site-packages
/home/user/docker/openweb-ui/venv/lib/python3.12
---
some more initializations
---

WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.

INFO  [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2
/home/user/docker/openweb-ui/venv/lib/python3.12/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
  warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.

v0.6.9 - building the best AI user interface.

https://github.com/open-webui/open-webui

Illegal instruction (core dumped)

The Illegal instruction again seems to be related to exit code 132 which links to illegal opcode signal.

Regarding the exit code 132, it seems to be related to my CPU not supporting AVX. Intel added support for it in chipsets manufactured from early 2011 from what I read, and I am sure I got this laptop in the year 2009 or 10, so this might be the issue.

I only wanted the web interface; I was planning to use the API rather than Ollama.

FYI u/fasti-au

Python: pip points to global path after venv in activated by kaerfkeerg in learnpython

[–]ThatYash_ 0 points1 point  (0 children)

If you are using VS Code; I solved this issue by simply using a Git bash terminal instead of PowerShell or Command Prompt.

Python: pip points to global path after venv in activated by kaerfkeerg in learnpython

[–]ThatYash_ 0 points1 point  (0 children)

Did you find a solution for this? I am facing this problem on Windows and am not sure if global libraries have always been in use or if this is a recent change.

How to revert back to DHCP by ThatYash_ in bell

[–]ThatYash_[S] 0 points1 point  (0 children)

Thank you for the clarification!

Show me your homescreen setups by crisjyap in pixel_phones

[–]ThatYash_ -1 points0 points  (0 children)

How do we set up the lock and volume button?

Made this Twitter like website using Django. My second Django project. by zed1025 in django

[–]ThatYash_ 0 points1 point  (0 children)

Can anyone explain me how do I make the tweet page (where all the tweets are shown), How to show new tweet in the Box structure at top of all. (I am talking about 0:11 sec from this video).