Hi Carlos :-), ASSI (Achim) and all many thanks *solved* details see below Am Sonntag, 4. September 2022, 13:21:55 CEST schrieb Carlos E. R.:
On 2022-09-04 13:09, ub22@gmx.net wrote:
Am Samstag, 3. September 2022, 21:56:18 CEST schrieb Carlos E. R.:
On 2022-09-03 17:18, ub22@gmx.net wrote: # rpm -ivh /var/cache/zypp/packages/download.opensuse.org-oss/x86_64/filesystem-84.8> > 7-7.1.x86_64.rpm Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:filesystem-84.87-7.1 ################################# [100%]
error: unpacking of archive failed on file /root/bin: cpio: chown failed - *Ahh.. why I've not seen it before - /root/bin ^^^^^^^^^ was not able to unmount!*
Device or resource busy error: filesystem-84.87-7.1.x86_64: install failed
Oh :-(
*Upps.. I saw it - the problem is that ~/bin was not really unmounted* # lsof ~/bin lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. lsof: WARNING: can't stat() fuse.portal file system /run/user/1000/doc Output information may be incomplete. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME watch_new 13762 root 255r REG 0,64 42322 18314290398 /root/bin/watch_new.sh (192.168.2.2:/home/users/Gemeinsame_Dokumente/bin) *^^^^^^^^^ - ups my monitoring script is blocking to unmount ~/bin !!!* *OK stopped watch_new.sh and it looks better :-D* # rpm -Uvh /var/cache/zypp/packages/download.opensuse.org-oss/x86_64/filesystem-84.87-7.1.x86_64.rpm Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:filesystem-84.87-7.1 ################################# [ 50%] Cleaning up / removing... 2:filesystem-84.87-6.1 ################################# [100%] # zypper ref ; unmount ~/bin ; zypper dup --download-in-advance --allow-vendor-change ; mount ~/bin Repository 'Mozilla' is up to date. Repository 'Haupt-Repository (NON-OSS)' is up to date. Repository 'Haupt-Repository (OSS)' is up to date. Repository 'Hauptaktualisierungs-Repository' is up to date. Repository 'packman' is up to date. All repositories have been refreshed. Error: Try the command: umount Loading repository data... Reading installed packages... Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command. Computing distribution upgrade... Nothing to do. *Tschacka :-) - solved* *New future comand line for zypper dup: # zypper ref ; unmount ~/bin && zypper dup --download-in-advance --allow-vendor-change ; mount ~/bin
You could try:
-v, --verbose Print verbose information - normally routine progress messages will be displayed.
-vv Print lots of ugly debugging information.
??
OK, like in other CLI tools too. But not required anymore - so issue closed Regards Ulf