-
Notifications
You must be signed in to change notification settings - Fork 671
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
owncloudcmd
v4.0.0.10896 results in Segmentation fault (Could not load plugin: not existant or bad metadata "owncloudsync_vfs_off"
)
#10842
Milestone
Comments
Same problem on Ubuntu 20.04.6 LTS Coredump
|
found error in "dmesg -H"
|
@fmoc btw the about line does not mention the plugin dir because the define OC_PLUGIN_DIR is only set for the platform_unix.cpp Lines 417 to 421 in 1ca1caf
Meh ca3341b |
@TheOneRing @fmoc 4.1 candidate? otherwise 5.0… |
Tested with owncloudcmd --trust $HOME/bin https://admin:[email protected]/core/remote.php/dav/files/admin/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pre-submission Checks
Describe the bug
The command I'm running is:
owncloudcmd --trust $HOME/bin https://user@[email protected]/owncloud/remote.php/dav/files/username/bin
(I've redacted sensitive info.)
This results in a segmentation fault with
Could not load plugin: not existant or bad metadata "owncloudsync_vfs_off"
. (Full log below.)I was able to find an older closed issue for v3.0: #10185
I didn't see a "re-open" button and was unsure of the policy, so made a new one.
I can't tell you what version I had before since I don't see it in the repo anymore, but updates had been run on the VMs last week and it was working then.
Expected behavior
I expected the command to succeed and files to be synced.
Steps to reproduce the issue
Just run
owncloudcmd --trust $HOME/bin https://user@[email protected]/owncloud/remote.php/dav/files/username/bin
.System info below as I presume that's related.
Screenshots
No response
Logs
Client version number
Desktop environment (Linux only)
Debian GNU/Linux 11 (bullseye)
Client package version and origin (Linux only)
Package version
4.0.0+oc-10896
fromdeb https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Debian_11/ /
Installation path (Windows only)
No response
Server information
10.12.1-1+9.2 on the same OS (Debian 11), PHP 7.4
Additional context
No response
The text was updated successfully, but these errors were encountered: