-
Notifications
You must be signed in to change notification settings - Fork 54
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
BUG: Some symlinks missing from the OCI images (Can't add printer via SMB) #77
Comments
Output of
|
I solved it. RUN ln -s /usr/libexec/samba/cups_backend_smb /usr/lib/cups/backend/smb |
This appears to be coreos/rpm-ostree#1614 |
Reopening the issue until it is solved upstream, or we come up with a way to fix the images ourselves temporarily. Currently implementing this is my custom image. |
fedora-sysv/chkconfig#135 has been merged which should fix the issue. |
Hi.
As discussed over on Discord. I've been having this wierd bug with images based on
main
, including itself.If I go to CUPS admin in http://localhost:631/ there is no option
Windows Printer via SAMBA
underAdd Printer > Other Network Printers
.This doesn't happen on a vanilla fresh install of Silverblue.
The output of
rpm -qa '*samba*'
is the same on both systems:Both systems are freshly installed side by side so I can test the differences between the two.
The text was updated successfully, but these errors were encountered: