-
Notifications
You must be signed in to change notification settings - Fork 36
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
ProcessError (exited non-zero) localhost: net: (255) #113
Comments
Does the user you logged into cockpit as have administrative access (e.g. a sudoer)? Check the top right part of the cockpit window to see if it says "Administrative access" or " 🔒 Limited access" |
yes, of course - downgrading to the previous version works as expected (no error message and global settings are visible) in terminal I can run net conf commands without error. |
@AlBundy33 same issue here with debian 12 on bare metal, which version did you use to get rid of the error? |
on rocky the latest working version is 3.3.7-1 |
This worked for me on Alma Linux 9.4 as well. Needed to block updates to the package to prevent pulling back in 4.2.5 (until new features are fully functional in a few weeks) Install older version 3.3.7 Cockpit File Sharing pluginwget https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.3.7/cockpit-file-sharing-3.3.7-1.el8.noarch.rpm Lock updates for the plugin to avoid reinstalling newer buggy versioncp /etc/dnf/dnf.conf /etc/dnf/dnf.conf.bak #backup the original dnf config file |
I was having the same issue. The exact same error when opening the samba page, and no global settings available for configuration in the gui. Rolling back to 3.3.7 worked for me as well. Logged in as root on brand new LXC container in proxmox. |
The same problem also occurred on Ubuntu 24.04.1 LTS. This is my solution. I hope it will be helpful to those in need. Steps to solve the error problem of cockpit-file-sharing plugin version 4.2.5. Error message: Solution steps:
The terminal returns the following information: According to the output, there are multiple versions of cockpit-file-sharing available in the system. The currently installed version is 4.2.5-2focal
The terminal returns the following information: The 3.3.7-1focal version has been successfully installed, and the system also prompts that a new version is available (4.2.5-2focal). Since there is a problem with the current version 4.2.5, you can lock the current version to avoid automatic upgrade to 4.2.5.
|
Isnt this just installing an older version to fix the issue temporarily? |
Yes, fix the problem by installing an older version. If you need to use the new feature iSCSI, this is not a good solution. |
I'm also on Debian 12 (bookworm) and get the same error. If I open the browser console (Firefox), I see this additional error – maybe this is related?
|
good point - this may be the issue 🤔
|
My guess was right: The other error message from the browser console was related! Running I could solve this error by first commenting out the Strangely I also had to install After that it seems to work :) |
@muellermartin confirming those steps worked for me. The error is gone now. |
This works in the newest version of cockpit and Ubuntu 24.04? |
It was in Debian 12 for me |
@muellermartin Worked for me aswell. Debian 12. |
Why not simply try it? 🤔 |
Bug Info
Describe the bug
Installed latest version in Rocky 9.4 with cockpit 311.2 and now I get this error when opening the samba-page
this is a new lxc container - so I don't have any shares configured
The text was updated successfully, but these errors were encountered: