-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppImage throws errors on Ubuntu 22.04 #120
Comments
OK, now it starts, but why??? |
I have the same issue but it won't restart at all. Just get the below errors. I am using Debian though: Error: NSFW was unable to start watching that directory. I was using this successfully when I first downloaded it. But now v3.0 and 3.2 give me the above error. v2.3 seems to still work ok tho. I tried deleting ~/.cache/lm-studio & ~/.config/LM Studio and then running the appimage again, but same issue. System Specs: ./LM_Studio-0.3.2.AppImage
|
Same issue with 0.3.4 Below is my log:
|
With 0.3.4 on Ubuntu 24.04: [2775314:1017/000830.520085:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_lmstudYChfxn/chrome-sandbox is owned by root and has mode 4755. |
We now have an experimental .deb package which might solve these issues, available here: https://lmstudio.ai/beta-releases are you able to try again with it? |
I downloaded the deb experimental and have the same results as before:
|
@ddakka does the app not launch after this? |
I get that error popup: I do get the little task icon but the application is not running: Clicking on "Open LM Studio" Through the taskbar menu item doesn't seem to do anything: In case you want the running processes for the taskbar menu item (or anything that has lm-s in the name):
|
This installed and is running, thanks! |
Just installed 3.5 and everything is working again |
Just installed 3.5 and the AppImage behaves exactly as 3.4 did. Exits with a sandbox error. |
add --no-sandbox to run. |
or with sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 |
@miguepollo Is that just a blanket application of the permissions given in the apparmor config for an individual application? Seems a little loose. |
Latest 0.3.2 and 0.3.1 versions tested, Ubuntu 22.04 x64.
With first 2-3 runs error of "too many opened files" appear, then it is replaced by "NSFW cannot watch a directory", see picture. Pressing OK Studio appears in tray, but clicking on "Load model`" does not do anything.
The text was updated successfully, but these errors were encountered: