jesta

joined 1 year ago
[–] [email protected] 5 points 4 weeks ago* (last edited 4 weeks ago)

if rebooting is and option, it will release the mounts. And should be safe because mounting on top of an existing path doesn't really break anything. the original files still exist, but are just hidden because they are under the new mount. Once the mount is released, everything should be as it was.

[–] [email protected] 4 points 4 weeks ago (1 children)
[–] [email protected] 3 points 4 weeks ago* (last edited 4 weeks ago) (3 children)

you most likely have a terminal open that is currently in that path.

[–] [email protected] 4 points 4 weeks ago (6 children)

umount -f /home/skynet

You can force it.

[–] [email protected] 2 points 4 weeks ago (8 children)

umount /home/skynet

should release it.

[–] [email protected] 1 points 4 weeks ago (10 children)

can you see the the mount using mount ?

[–] [email protected] 5 points 4 weeks ago (14 children)

sudo sshfs -o allow_other,default_permissions [email protected]:/home/shady/skynet /home/skynet

You mounted your desktop files on top of the server files.

fusermount -u /home/shady/skynet

this should be

fusermount -u /home/skynet

[–] [email protected] 41 points 4 months ago (2 children)

As I understand it...That's exactly how mobile phones work when you dial emergency number. if your operator has no signal, it automatically selects the strongest cell signal and attempts it through that. And you don't even have to know the country equivalent number, dialing 911 will automatically route to the local emergency center. There's a list of numbers that are recognized as emergency numbers by the phone/sim, but the actual number is not even used when the call is initiated. In general as long as you have a phone with battery left, you should be able to make a call to emergency center.

[–] [email protected] 8 points 5 months ago* (last edited 5 months ago) (2 children)

It's probably this recent bug in kernel/mesa. https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/47

You need to downgrade your kernel or wait for the fix...

[–] [email protected] 6 points 6 months ago* (last edited 6 months ago) (1 children)

In the first one the tutorial expects you to just leave the function in circles.py, after you have create the separate unit test file.

On the second one, You are probably trying to run the tests while inside the "test" folder. You need to be in the project folder when running the python -m unittest discover -v

[–] [email protected] 28 points 8 months ago (1 children)

You should blame anycubic for their mqtt server which allows any valid credential to connect and control your printer via the matt API. Let's just hope anycubic fixes their mqtt server.

Well that's smart...

view more: next ›