yfprojects

Results 399 comments of yfprojects
trafficstars

I could imagine that the following lines are the cause of this behaviour: https://github.com/borgbase/vorta/blob/055338af2cce1df74ee8d4750f131f86e5c6c7e8/src/vorta/keyring/secretstorage.py#L59-L64 Is it possible that your keyring is locked and couldn't be unlocked when vorta requested the...

I had another look at the code. Maybe it is a different issue but one is for sure: The logs you provided are incomplete.

> The logs are everything that is shown as soon as I press the "Unmount" button. Which other parts of the log file do you find interesting so I can...

When trying to unmount, what does the following command output? Be sure to replace the path by the actual path of the mountpoint. ``` python3 -c "import psutil; print([p for...

> `sdiskpart(device='borgfs', mountpoint='/home/XXXX/XXXX/Temp (deleteme)/tempmount', fstype='fuse', opts='ro,nosuid,nodev,relatime,user_id=XXXX,group_id=XXXX,default_permissions', maxfile=255, maxpath=4096)` This is the mountpoint in question and it is correctly found as an active mount. Does the GUI show the correct mount...

> but as a Vorta and borg noob I am reluctant to fiddle around with the borgfs/fuse volume without concrete instructions since the archive contains real production data and I...

> Is there anything else that I could try out and report right now on this machine with the tools I got? I don't know of anything. To me this...

Thank you @quazar-omega for reporting. Can you run the debug version from https://github.com/borgbase/vorta/issues/1461#issuecomment-1302409318, reproduce the issue and post the logs here?

> Can I ask you if [these instructions](https://github.com/borgbase/vorta/issues/1461#issuecomment-1302409318) still apply? They do still apply for Debian/Ubuntu. For Fedora the following should work: ``` sudo dnf install python3-pip git python -m...

> Maybe I'll try to install on my host OS That will probably save time. > Mounting doesn't seem to work, it outputs this: Most likely the `libfuse` package is...