Mageia Bugzilla – Attachment 11274 Details for
Bug 21164
Problem with SMB backend for CUPS, caused by /usr/lib/cups/backend/smb danging link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Results for commands proposed @ comment #6
test_issue_21164_mga7_64bits_2019-09-12.txt (text/plain), 6.54 KB, created by
Luciano Roberto Rampazzo
on 2019-09-12 15:49:12 CEST
(
hide
)
Description:
Results for commands proposed @ comment #6
Filename:
MIME Type:
Creator:
Luciano Roberto Rampazzo
Created:
2019-09-12 15:49:12 CEST
Size:
6.54 KB
patch
obsolete
>$ export LANG=C >$ >$ # Test -- Before upgrade >$ ls -l $(readlink -f /usr/lib/cups/backend/smb ) >ls: cannot access '/usr/lib/cups/backend/smb': No such file or directory >$ >$ ls -l $(readlink -f /etc/alternatives/smb*) >ls: cannot access '/etc/alternatives/smb*': No such file or directory >$ >$ /usr/sbin/update-alternatives --list|grep smb >cups_backend_smb auto /usr/bin/smbspool >$ >$ /usr/sbin/update-alternatives --display smbclient >$ >$ cat /var/lib/alternatives/smbclient >cat: /var/lib/alternatives/smbclient: No such file or directory >$ >$ # Test -- Upgrading >$ urpmi.update "Core Updates Testing" > $MIRRORLIST: media/core/updates_testing/media_info/20190910-212755-synthesis.hdlist.cz >updated medium "Core Updates Testing" >$ >$ urpmi --media "Core Updates Testing" samba-client >Marking samba-client as manually installed, it won't be auto-orphaned >writing /var/lib/rpm/installed-through-deps.list >To satisfy dependencies, the following packages are going to be installed: > Package Version Release Arch >(medium "Core Updates Testing") > lib64samba-dc0 4.10.8 3.mga7 x86_64 > lib64samba1 4.10.8 3.mga7 x86_64 > lib64smbclient0 4.10.8 3.mga7 x86_64 > lib64wbclient0 4.10.8 3.mga7 x86_64 > samba 4.10.8 3.mga7 x86_64 > samba-client 4.10.8 3.mga7 x86_64 > samba-common 4.10.8 3.mga7 x86_64 >39KB of additional disk space will be used. >7.7MB of packages will be retrieved. >Proceed with the installation of the 7 packages? (Y/n) Y > > > $MIRRORLIST: media/core/updates_testing/samba-4.10.8-3.mga7.x86_64.rpm > $MIRRORLIST: media/core/updates_testing/lib64samba-dc0-4.10.8-3.mga7.x86_64.rpm > $MIRRORLIST: media/core/updates_testing/lib64wbclient0-4.10.8-3.mga7.x86_64.rpm > $MIRRORLIST: media/core/updates_testing/lib64smbclient0-4.10.8-3.mga7.x86_64.rpm > $MIRRORLIST: media/core/updates_testing/lib64samba1-4.10.8-3.mga7.x86_64.rpm > $MIRRORLIST: media/core/updates_testing/samba-client-4.10.8-3.mga7.x86_64.rpm > $MIRRORLIST: media/core/updates_testing/samba-common-4.10.8-3.mga7.x86_64.rpm >installing lib64samba1-4.10.8-3.mga7.x86_64.rpm lib64smbclient0-4.10.8-3.mga7.x86_64.rpm lib64wbclient0-4.10.8-3.mga7.x86_64.rpm lib64samba-dc0-4.10.8-3.mga7.x86_64.rpm samba-4.10.8-3.mga7.x86_64.rpm samba-common-4.10.8-3.mga7.x86_64.rpm samba-client-4.10.8-3.mga7.x86_64.rpm from /var/cache/urpmi/rpms >Preparing... ######################################################################################################################## > 1/7: lib64wbclient0 ######################################################################################################################## > 2/7: lib64samba1 ######################################################################################################################## > 3/7: lib64samba-dc0 ######################################################################################################################## > 4/7: samba-common ######################################################################################################################## > 5/7: lib64smbclient0 ######################################################################################################################## > 6/7: samba-client ######################################################################################################################## > 7/7: samba ######################################################################################################################## > 1/7: removing samba-client-4.10.4-1.mga7.x86_64 > ######################################################################################################################## >/var/tmp/rpm-tmp.wGjvuk: line 1: /usr/sbin/: Is a directory > 2/7: removing samba-4.10.4-1.mga7.x86_64 > ######################################################################################################################## > 3/7: removing lib64smbclient0-4.10.4-1.mga7.x86_64 > ######################################################################################################################## > 4/7: removing lib64samba-dc0-4.10.4-1.mga7.x86_64 > ######################################################################################################################## > 5/7: removing samba-common-4.10.4-1.mga7.x86_64 > ######################################################################################################################## > 6/7: removing lib64wbclient0-4.10.4-1.mga7.x86_64 > ######################################################################################################################## > 7/7: removing lib64samba1-4.10.4-1.mga7.x86_64 > ######################################################################################################################## >[/usr/lib/tmpfiles.d/postgresql.conf:1] Line references path below legacy directory /var/run/, updating /var/run/postgresql â /run/postgresql; please update the tmpfiles.d/ drop-in file accordingly. >$ >$ >$ # Test -- After upgrade >$ ls -l $(readlink -f /usr/lib/cups/backend/smb ) >-rwxr-xr-x 1 root root 27664 Sep 10 16:07 /usr/bin/smbspool* >$ >$ ls -l $(readlink -f /etc/alternatives/smb*) >ls: cannot access '/etc/alternatives/smb*': No such file or directory >$ >$ /usr/sbin/update-alternatives --list|grep smb >cups_backend_smb auto /usr/bin/smbspool >$ >$ /usr/sbin/update-alternatives --display smbclient >$ >$ cat /var/lib/alternatives/smbclient >cat: /var/lib/alternatives/smbclient: No such file or directory >$
$ export LANG=C $ $ # Test -- Before upgrade $ ls -l $(readlink -f /usr/lib/cups/backend/smb ) ls: cannot access '/usr/lib/cups/backend/smb': No such file or directory $ $ ls -l $(readlink -f /etc/alternatives/smb*) ls: cannot access '/etc/alternatives/smb*': No such file or directory $ $ /usr/sbin/update-alternatives --list|grep smb cups_backend_smb auto /usr/bin/smbspool $ $ /usr/sbin/update-alternatives --display smbclient $ $ cat /var/lib/alternatives/smbclient cat: /var/lib/alternatives/smbclient: No such file or directory $ $ # Test -- Upgrading $ urpmi.update "Core Updates Testing" $MIRRORLIST: media/core/updates_testing/media_info/20190910-212755-synthesis.hdlist.cz updated medium "Core Updates Testing" $ $ urpmi --media "Core Updates Testing" samba-client Marking samba-client as manually installed, it won't be auto-orphaned writing /var/lib/rpm/installed-through-deps.list To satisfy dependencies, the following packages are going to be installed: Package Version Release Arch (medium "Core Updates Testing") lib64samba-dc0 4.10.8 3.mga7 x86_64 lib64samba1 4.10.8 3.mga7 x86_64 lib64smbclient0 4.10.8 3.mga7 x86_64 lib64wbclient0 4.10.8 3.mga7 x86_64 samba 4.10.8 3.mga7 x86_64 samba-client 4.10.8 3.mga7 x86_64 samba-common 4.10.8 3.mga7 x86_64 39KB of additional disk space will be used. 7.7MB of packages will be retrieved. Proceed with the installation of the 7 packages? (Y/n) Y $MIRRORLIST: media/core/updates_testing/samba-4.10.8-3.mga7.x86_64.rpm $MIRRORLIST: media/core/updates_testing/lib64samba-dc0-4.10.8-3.mga7.x86_64.rpm $MIRRORLIST: media/core/updates_testing/lib64wbclient0-4.10.8-3.mga7.x86_64.rpm $MIRRORLIST: media/core/updates_testing/lib64smbclient0-4.10.8-3.mga7.x86_64.rpm $MIRRORLIST: media/core/updates_testing/lib64samba1-4.10.8-3.mga7.x86_64.rpm $MIRRORLIST: media/core/updates_testing/samba-client-4.10.8-3.mga7.x86_64.rpm $MIRRORLIST: media/core/updates_testing/samba-common-4.10.8-3.mga7.x86_64.rpm installing lib64samba1-4.10.8-3.mga7.x86_64.rpm lib64smbclient0-4.10.8-3.mga7.x86_64.rpm lib64wbclient0-4.10.8-3.mga7.x86_64.rpm lib64samba-dc0-4.10.8-3.mga7.x86_64.rpm samba-4.10.8-3.mga7.x86_64.rpm samba-common-4.10.8-3.mga7.x86_64.rpm samba-client-4.10.8-3.mga7.x86_64.rpm from /var/cache/urpmi/rpms Preparing... ######################################################################################################################## 1/7: lib64wbclient0 ######################################################################################################################## 2/7: lib64samba1 ######################################################################################################################## 3/7: lib64samba-dc0 ######################################################################################################################## 4/7: samba-common ######################################################################################################################## 5/7: lib64smbclient0 ######################################################################################################################## 6/7: samba-client ######################################################################################################################## 7/7: samba ######################################################################################################################## 1/7: removing samba-client-4.10.4-1.mga7.x86_64 ######################################################################################################################## /var/tmp/rpm-tmp.wGjvuk: line 1: /usr/sbin/: Is a directory 2/7: removing samba-4.10.4-1.mga7.x86_64 ######################################################################################################################## 3/7: removing lib64smbclient0-4.10.4-1.mga7.x86_64 ######################################################################################################################## 4/7: removing lib64samba-dc0-4.10.4-1.mga7.x86_64 ######################################################################################################################## 5/7: removing samba-common-4.10.4-1.mga7.x86_64 ######################################################################################################################## 6/7: removing lib64wbclient0-4.10.4-1.mga7.x86_64 ######################################################################################################################## 7/7: removing lib64samba1-4.10.4-1.mga7.x86_64 ######################################################################################################################## [/usr/lib/tmpfiles.d/postgresql.conf:1] Line references path below legacy directory /var/run/, updating /var/run/postgresql â /run/postgresql; please update the tmpfiles.d/ drop-in file accordingly. $ $ $ # Test -- After upgrade $ ls -l $(readlink -f /usr/lib/cups/backend/smb ) -rwxr-xr-x 1 root root 27664 Sep 10 16:07 /usr/bin/smbspool* $ $ ls -l $(readlink -f /etc/alternatives/smb*) ls: cannot access '/etc/alternatives/smb*': No such file or directory $ $ /usr/sbin/update-alternatives --list|grep smb cups_backend_smb auto /usr/bin/smbspool $ $ /usr/sbin/update-alternatives --display smbclient $ $ cat /var/lib/alternatives/smbclient cat: /var/lib/alternatives/smbclient: No such file or directory $
View Attachment As Raw
Actions:
View
Attachments on
bug 21164
: 11274