Util-linux upgrade failure

after a $pacman -Syu ....
error: failed to commit transaction (conflicting files)
util-linux: /bin/su exists in filesystem
util-linux: /usr/share/man/man1/su.1.gz exists in filesystem
Errors occurred, no packages were upgraded.

https://wiki.archlinux.org/index.php/Pa … stem.22.21

Similar Messages

  • Libblkid.so.1 missing after upgrading to util-linux 2.24.1-3.

    I cannot boot my system after upgrading and reboot. Here's what I've done so far:
    [2014-03-17 15:57] [PACMAN] upgraded util-linux (2.24.1-1 -> 2.24.1-3)
    [2014-03-17 16:07] [PACMAN] Running 'pacman -S systemd systemd-sysvcompat libsystemd'
    [2014-03-17 16:10] [PACMAN] reinstalled libsystemd (211-1)
    [2014-03-17 16:10] [ALPM-SCRIPTLET] udevadm: error while loading shared libraries: libblkid.so.1: cannot open shared object file: No such file or directory
    [2014-03-17 16:25] [PACMAN] downgraded util-linux (2.24.1-3 -> 2.24.1-1)
    chroot and downgrading util-linux to version 2.24.1-1 and the system boot perfectly fine.
    On my X session, I tried upgrading util-linux again:
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ pacman -Qe util-linux
    util-linux 2.24.1-3
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    loading packages...
    warning: downgrading package util-linux (2.24.1-3 => 2.24.1-1)
    $ LC_MESSAGEs=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ pacman -Qe util-linux
    util-linux 2.2.4.1-1
    And I've tried reinstall libutil-linux and util-linux:
    $ sudo pacman -S util-linux libutil-linux
    warning: libutil-linux-2.24.1-3 is up to date -- reinstalling
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ ls -l /usr/lib/libblkid.so.1.1.0
    -rwxr-xr-x 1 root root 252840 Jan 24 22:14 /usr/lib/libblkid.so.1.1.0
    I compiled my own systemd 211 and I remember when I installed systemd 211, pacman complain some libraries exists in filesystem and cannot upgrade systemd. I just deleted those libraries, idiot but systemd,systemd-sysvcompat and libsystemd 211 installed just fine.
    $ systemctl --version
    systemd 211
    +PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR
    What should I do next? I'm stuck.
    EDIT: Nevermind. I've found the solution, just run this command twice:
    sudo pacman -S util-linux libutil-linux
    Last edited by serdotlinecho (2014-03-17 12:04:53)

    I cannot boot my system after upgrading and reboot. Here's what I've done so far:
    [2014-03-17 15:57] [PACMAN] upgraded util-linux (2.24.1-1 -> 2.24.1-3)
    [2014-03-17 16:07] [PACMAN] Running 'pacman -S systemd systemd-sysvcompat libsystemd'
    [2014-03-17 16:10] [PACMAN] reinstalled libsystemd (211-1)
    [2014-03-17 16:10] [ALPM-SCRIPTLET] udevadm: error while loading shared libraries: libblkid.so.1: cannot open shared object file: No such file or directory
    [2014-03-17 16:25] [PACMAN] downgraded util-linux (2.24.1-3 -> 2.24.1-1)
    chroot and downgrading util-linux to version 2.24.1-1 and the system boot perfectly fine.
    On my X session, I tried upgrading util-linux again:
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ pacman -Qe util-linux
    util-linux 2.24.1-3
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    loading packages...
    warning: downgrading package util-linux (2.24.1-3 => 2.24.1-1)
    $ LC_MESSAGEs=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ pacman -Qe util-linux
    util-linux 2.2.4.1-1
    And I've tried reinstall libutil-linux and util-linux:
    $ sudo pacman -S util-linux libutil-linux
    warning: libutil-linux-2.24.1-3 is up to date -- reinstalling
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    error: failed to read file '/usr/lib/libblkid.so.1': No such file or directory
    $ sudo pacman -U /var/cache/pacman/pkg/util-linux-2.24.1-1-i686.pkg.tar.xz
    $ LC_MESSAGES=C pacman -Qo /usr/lib/libblkid.so.1
    /usr/lib/libblkid.so.1 is owned by libutil-linux 2.24.1-3
    $ ls -l /usr/lib/libblkid.so.1.1.0
    -rwxr-xr-x 1 root root 252840 Jan 24 22:14 /usr/lib/libblkid.so.1.1.0
    I compiled my own systemd 211 and I remember when I installed systemd 211, pacman complain some libraries exists in filesystem and cannot upgrade systemd. I just deleted those libraries, idiot but systemd,systemd-sysvcompat and libsystemd 211 installed just fine.
    $ systemctl --version
    systemd 211
    +PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR
    What should I do next? I'm stuck.
    EDIT: Nevermind. I've found the solution, just run this command twice:
    sudo pacman -S util-linux libutil-linux
    Last edited by serdotlinecho (2014-03-17 12:04:53)

  • [Solved] Error boot after upgrading and util-linux-tools and sysvinit

    Hi all ...
    This morning I did a sudo pacman -Syu to update my laptop which packs sysvinit-tools 2.88-8 and 2.22-6 util-linux packages including ...
    My surprise that I take is that a few hours ago after starting my laptop again I come across a series of error messages which do not allow me log into the laptop. catches of messages are these:
    Picture 1
    Picture 2
    The log of pacman to upgrade is:
    [09.24.2012 9:01] Running 'pacman-Syu'
    [09.24.2012 9:01] synchronizing package lists
    [09.24.2012 9:03] starting full system upgrade
    [09.24.2012 9:21] removed eject (2.1.5-7)
    [09.24.2012 9:22] upgraded coreutils (8.17-3 -> 8.19-1)
    [09.24.2012 9:22] upgraded libmtp (1.1.4-1 -> 1.1.5-1)
    [09.24.2012 9:22] upgraded mlocate (0.25-2 -> 0.26 to 1)
    [09.24.2012 9:22] upgraded procps-ng (3.3.3-3 -> 3.3.3-6)
    [09.24.2012 9:22] upgraded qt (4.8.3-2 -> 4.8.3-3)
    [09.24.2012 9:22] upgraded util-linux (2.21.2-5 -> 2.22-6)
    [09.24.2012 9:22] upgraded sysvinit-tools (2.88-7 -> 2.88-8)
    [09.24.2012 9:22] upgraded transmission-gtk (2.61-3 -> 2.61-4)
    [09.24.2012 9:22] upgraded whois (5.0.18-1 -> 5.0.19-1)
    In making this latest update pacman eject told me that was going to be replaced by util-linux ... before answering affirmatively check the official website of ArchLinux to see if there were any announcement about this change ... I assumed there was none like it was nothing critical and permitted the installation of this patch ....
    At the end of the error message you see in the pictures I show that I can run a command or shortcut systemctl keyboard to enter the "default mode" but I have no way to give commands and keyboard shortcut does not work.
    No I could do to recover the system (other than reinstalling ArchLinux with new. Iso) ...
    Someone has spent the same??? found a solution???
    Greetings and thanks in advance!
    Sorry my bad English!
    Last edited by jesusangelm (2012-09-25 18:12:20)

    in another forum recommended me to downgrade the updated packages to restore the system and use it.
    but installing the updated packages I get this error
    If I try the downgrade util-linux gives me:
    pacman -U /var/cache/pacman/pkg/util-linux-2.21.2-5-x86_64.pkg.tar.xz
    loading packages...
    warning: downgrading package util-linux (2.22-6 => 2.21.2-5)
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): util-linux-2.21.2-5
    Total Installed Size: 7.45 MiB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [############################################] 100%
    (1/1) loading package files [############################################] 100%
    (1/1) checking for file conflicts [############################################] 100%
    error: failed to commit transaction (conflicting files)
    util-linux: /bin/dmesg exists in filesystem
    util-linux: /bin/findmnt exists in filesystem
    util-linux: /bin/login exists in filesystem
    util-linux: /bin/lsblk exists in filesystem
    util-linux: /bin/more exists in filesystem
    util-linux: /bin/mount exists in filesystem
    util-linux: /bin/mountpoint exists in filesystem
    util-linux: /bin/umount exists in filesystem
    util-linux: /sbin/agetty exists in filesystem
    util-linux: /sbin/blkid exists in filesystem
    util-linux: /sbin/blockdev exists in filesystem
    util-linux: /sbin/cfdisk exists in filesystem
    util-linux: /sbin/chcpu exists in filesystem
    util-linux: /sbin/ctrlaltdel exists in filesystem
    util-linux: /sbin/fdisk exists in filesystem
    util-linux: /sbin/findfs exists in filesystem
    util-linux: /sbin/fsck exists in filesystem
    util-linux: /sbin/fsck.cramfs exists in filesystem
    util-linux: /sbin/fsck.minix exists in filesystem
    util-linux: /sbin/fsfreeze exists in filesystem
    util-linux: /sbin/fstrim exists in filesystem
    util-linux: /sbin/hwclock exists in filesystem
    util-linux: /sbin/losetup exists in filesystem
    util-linux: /sbin/mkfs exists in filesystem
    util-linux: /sbin/mkfs.bfs exists in filesystem
    util-linux: /sbin/mkfs.cramfs exists in filesystem
    util-linux: /sbin/mkfs.minix exists in filesystem
    util-linux: /sbin/mkswap exists in filesystem
    util-linux: /sbin/pivot_root exists in filesystem
    util-linux: /sbin/raw exists in filesystem
    util-linux: /sbin/sfdisk exists in filesystem
    util-linux: /sbin/swaplabel exists in filesystem
    util-linux: /sbin/swapoff exists in filesystem
    util-linux: /sbin/swapon exists in filesystem
    util-linux: /sbin/switch_root exists in filesystem
    util-linux: /sbin/wipefs exists in filesystem
    util-linux: /usr/bin/cal exists in filesystem
    util-linux: /usr/bin/chfn exists in filesystem
    util-linux: /usr/bin/chrt exists in filesystem
    util-linux: /usr/bin/chsh exists in filesystem
    util-linux: /usr/bin/col exists in filesystem
    util-linux: /usr/bin/colcrt exists in filesystem
    util-linux: /usr/bin/colrm exists in filesystem
    util-linux: /usr/bin/column exists in filesystem
    util-linux: /usr/bin/cytune exists in filesystem
    util-linux: /usr/bin/fallocate exists in filesystem
    util-linux: /usr/bin/flock exists in filesystem
    util-linux: /usr/bin/getopt exists in filesystem
    util-linux: /usr/bin/hexdump exists in filesystem
    util-linux: /usr/bin/i386 exists in filesystem
    util-linux: /usr/bin/ionice exists in filesystem
    util-linux: /usr/bin/ipcmk exists in filesystem
    util-linux: /usr/bin/ipcrm exists in filesystem
    util-linux: /usr/bin/ipcs exists in filesystem
    util-linux: /usr/bin/isosize exists in filesystem
    util-linux: /usr/bin/linux32 exists in filesystem
    util-linux: /usr/bin/linux64 exists in filesystem
    util-linux: /usr/bin/logger exists in filesystem
    util-linux: /usr/bin/look exists in filesystem
    util-linux: /usr/bin/lscpu exists in filesystem
    util-linux: /usr/bin/mcookie exists in filesystem
    util-linux: /usr/bin/namei exists in filesystem
    util-linux: /usr/bin/newgrp exists in filesystem
    util-linux: /usr/bin/pg exists in filesystem
    util-linux: /usr/bin/prlimit exists in filesystem
    util-linux: /usr/bin/rename exists in filesystem
    util-linux: /usr/bin/renice exists in filesystem
    util-linux: /usr/bin/rev exists in filesystem
    util-linux: /usr/bin/script exists in filesystem
    util-linux: /usr/bin/scriptreplay exists in filesystem
    util-linux: /usr/bin/setarch exists in filesystem
    util-linux: /usr/bin/setsid exists in filesystem
    util-linux: /usr/bin/setterm exists in filesystem
    util-linux: /usr/bin/tailf exists in filesystem
    util-linux: /usr/bin/taskset exists in filesystem
    util-linux: /usr/bin/ul exists in filesystem
    util-linux: /usr/bin/unshare exists in filesystem
    util-linux: /usr/bin/uuidgen exists in filesystem
    util-linux: /usr/bin/whereis exists in filesystem
    util-linux: /usr/bin/write exists in filesystem
    util-linux: /usr/bin/x86_64 exists in filesystem
    util-linux: /usr/include/blkid/blkid.h exists in filesystem
    util-linux: /usr/include/libmount/libmount.h exists in filesystem
    util-linux: /usr/include/uuid/uuid.h exists in filesystem
    util-linux: /usr/lib/libblkid.a exists in filesystem
    util-linux: /usr/lib/libblkid.so exists in filesystem
    util-linux: /usr/lib/libblkid.so.1 exists in filesystem
    util-linux: /usr/lib/libblkid.so.1.1.0 exists in filesystem
    util-linux: /usr/lib/libmount.a exists in filesystem
    util-linux: /usr/lib/libmount.so exists in filesystem
    util-linux: /usr/lib/libmount.so.1 exists in filesystem
    util-linux: /usr/lib/libmount.so.1.1.0 exists in filesystem
    util-linux: /usr/lib/libuuid.a exists in filesystem
    util-linux: /usr/lib/libuuid.so exists in filesystem
    util-linux: /usr/lib/libuuid.so.1 exists in filesystem
    util-linux: /usr/lib/libuuid.so.1.3.0 exists in filesystem
    util-linux: /usr/lib/pkgconfig/blkid.pc exists in filesystem
    util-linux: /usr/lib/pkgconfig/mount.pc exists in filesystem
    util-linux: /usr/lib/pkgconfig/uuid.pc exists in filesystem
    util-linux: /usr/sbin/addpart exists in filesystem
    util-linux: /usr/sbin/delpart exists in filesystem
    util-linux: /usr/sbin/fdformat exists in filesystem
    util-linux: /usr/sbin/ldattach exists in filesystem
    util-linux: /usr/sbin/partx exists in filesystem
    util-linux: /usr/sbin/readprofile exists in filesystem
    util-linux: /usr/sbin/rtcwake exists in filesystem
    util-linux: /usr/sbin/tunelp exists in filesystem
    util-linux: /usr/sbin/uuidd exists in filesystem
    util-linux: /usr/sbin/vigr exists in filesystem
    util-linux: /usr/sbin/vipw exists in filesystem
    util-linux: /usr/share/getopt/getopt-parse.bash exists in filesystem
    util-linux: /usr/share/getopt/getopt-parse.tcsh exists in filesystem
    util-linux: /usr/share/locale/ca/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/cs/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/da/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/de/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/es/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/et/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/eu/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/fi/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/fr/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/gl/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/hu/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/id/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/it/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/ja/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/nl/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/pl/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/ru/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/sl/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/sv/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/tr/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/uk/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/vi/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo exists in filesystem
    util-linux: /usr/share/man/man1/cal.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/chfn.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/chrt.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/chsh.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/col.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/colcrt.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/colrm.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/column.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/dmesg.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/fallocate.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/flock.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/getopt.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/hexdump.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/ionice.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/ipcmk.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/ipcrm.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/ipcs.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/logger.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/login.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/look.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/lscpu.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/mcookie.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/more.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/mountpoint.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/namei.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/newgrp.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/pg.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/prlimit.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/rename.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/renice.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/rev.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/script.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/scriptreplay.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/setsid.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/setterm.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/tailf.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/taskset.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/ul.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/unshare.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/uuidgen.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/whereis.1.gz exists in filesystem
    util-linux: /usr/share/man/man1/write.1.gz exists in filesystem
    util-linux: /usr/share/man/man3/libblkid.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_clear.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_compare.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_copy.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_generate.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_generate_random.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_generate_time.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_generate_time_safe.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_is_null.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_parse.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_time.3.gz exists in filesystem
    util-linux: /usr/share/man/man3/uuid_unparse.3.gz exists in filesystem
    util-linux: /usr/share/man/man5/fstab.5.gz exists in filesystem
    util-linux: /usr/share/man/man8/addpart.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/agetty.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/blkid.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/blockdev.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/cfdisk.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/chcpu.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/ctrlaltdel.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/cytune.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/delpart.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/fdformat.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/fdisk.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/findfs.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/findmnt.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/fsck.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/fsck.minix.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/fsfreeze.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/fstrim.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/hwclock.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/i386.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/isosize.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/ldattach.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/linux32.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/linux64.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/losetup.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/lsblk.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/mkfs.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/mkfs.bfs.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/mkfs.minix.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/mkswap.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/mount.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/partx.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/pivot_root.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/raw.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/readprofile.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/rtcwake.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/setarch.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/sfdisk.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/swaplabel.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/swapoff.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/swapon.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/switch_root.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/tunelp.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/umount.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/uuidd.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/vigr.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/vipw.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/wipefs.8.gz exists in filesystem
    util-linux: /usr/share/man/man8/x86_64.8.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    If I try the downgrade sysvinit-tool gives me:
    pacman -U /var/cache/pacman/pkg/sysvinit-tools-2.88-7-x86_64.pkg.tar.xz
    loading packages...
    warning: downgrading package sysvinit-tools (2.88-8 => 2.88-7)
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): sysvinit-tools-2.88-7
    Total Installed Size: 0.17 MiB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [############################################] 100%
    (1/1) loading package files [############################################] 100%
    (1/1) checking for file conflicts [############################################] 100%
    error: failed to commit transaction (conflicting files)
    sysvinit-tools: /bin/pidof exists in filesystem
    sysvinit-tools: /sbin/bootlogd exists in filesystem
    sysvinit-tools: /sbin/fstab-decode exists in filesystem
    sysvinit-tools: /sbin/killall5 exists in filesystem
    sysvinit-tools: /sbin/sulogin exists in filesystem
    sysvinit-tools: /usr/bin/last exists in filesystem
    sysvinit-tools: /usr/bin/lastb exists in filesystem
    sysvinit-tools: /usr/bin/mesg exists in filesystem
    sysvinit-tools: /usr/bin/utmpdump exists in filesystem
    sysvinit-tools: /usr/bin/wall exists in filesystem
    sysvinit-tools: /usr/include/initreq.h exists in filesystem
    sysvinit-tools: /usr/share/man/man1/last.1.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man1/lastb.1.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man1/mesg.1.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man1/utmpdump.1.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man1/wall.1.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man8/bootlogd.8.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man8/fstab-decode.8.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man8/killall5.8.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man8/pidof.8.gz exists in filesystem
    sysvinit-tools: /usr/share/man/man8/sulogin.8.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    If I try the downgrade eject gives me:
    pacman -U /var/cache/pacman/pkg/eject-2.1.5-7-x86_64.pkg.tar.xz
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): eject-2.1.5-7
    Total Installed Size: 0.14 MiB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [############################################] 100%
    (1/1) loading package files [############################################] 100%
    (1/1) checking for file conflicts [############################################] 100%
    error: failed to commit transaction (conflicting files)
    eject: /usr/bin/eject exists in filesystem
    eject: /usr/share/man/man1/eject.1.gz exists in filesystem
    Errors occurred, no packages were upgraded.

  • [Solved] system upgrade fails with util-linux/eject conflict

    I backed everything up, then deleted the fontconfig links and updated fontconfig, which worked properly. Then I did "pacman -Syu" and got this:
    [root@myhost ~]# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    warning: dependency cycle detected:
    warning: systemd will be installed before its dbus-core dependency
    looking for inter-conflicts...
    :: util-linux and eject are in conflict. Remove eject? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: util-linux and eject are in conflict
    [root@myhost ~]#
    Looks like two distinct problems. Note that I already have the /lib thing taken care of (turning it into a link), in a previous update. The forum searches I have done about this issue did not yield much.
    Last edited by PaulBx1 (2012-10-25 19:01:28)

    PaulBx1 wrote:
    Upgrading that infrequently is unlikely to work well in the long term.
    Hell, I thought that was upgrading frequently. One of the reasons I'm on linux is because I don't have to get upgrades every hour as on Windows. "If it ain't broke, don't fix it." I ran a hell of a lot longer on Puppy linux without upgrades. Also, I backup before every upgrade, and then have to fiddle with pacnew files and all the rest, so the result is burning half a day at least on upgrades. I sure don't want to increase the frequency of that.
    Arch is a rolling release so it changes basically every day. Updating every week or two is perfectly fine, but updating every couple months brigs you at odds with what Arch is about.
    One of the reasons you may not want to use Arch is when you don't want to or can't spend time on the updates.
    PaulBx1 wrote:The choice of defaults should (in my opinion) be decided by the needs of the unsophisticated user (such as myself), of which there are many more than the other type. Sophisticated users can intelligently decide between "y" and "n" because they know what is going on. Unsophisticated users just cross their fingers and hope the defaults work for them.
    Arch is for experienced users and pacman doesn't do e.g. cleaning up - that's left to the user. pacman can surely help with it: 'pacman 'Qdt'.
    It may feel unintuitive, but that's how it is.

  • Upgrade to util-linux-ng-2.17.1-1 breaks fsck[SOLVED]

    After upgrading to lastest util-linux-ng (2.17.1-1) from 2.17.1 "fsck" always hangs at boot. I downgraded to 2.17.1 and it worked again. No error messages are output when it hangs. System is a Dell XPS M1530 laptop.
    Thanks.
    --mark
    kernel26 2.6.32.9-1
    Linux laptop-al 2.6.32-ARCH #1 SMP PREEMPT Tue Feb 23 19:43:46 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz GenuineIntel GNU/Linux
    Last edited by markz79 (2010-03-08 13:09:25)

    Try to pass manually fsck and see how respond. (I assume that you don't use any encryption, lvm setup, just the standard)
    boot with init=/bin/bash
    /bin/mount -n -t tmpfs udev /dev -o mode=0755
    /bin/mount -n -t proc none /proc
    /bin/mount -n -t sysfs none /sys
    /bin/cp -a /lib/udev/devices/* /dev/
    echo > /proc/sys/kernel/hotplug
    /sbin/udevd --daemon
    /sbin/udevadm trigger
    /sbin/udevadm settle
    skip all above commands if you have devtmpfs (not by default in Arch Linux kernel26) only need this:
    mount -n -t devtmpfs none /dev
    Now run a fsck -fv on all your partitions.
    EDIT: use openvt is you need more consoles, run before fsck
    Last edited by djgera (2010-03-08 00:17:58)

  • Had issue with pacman -Syu & util-linux-ng upgrade

    This is mostly just a informational post in case anyone else has the same problem, or in case my problem is indicative of a pacman problem.... I hadn't been keeping on top of my upgrades for awhile, so that may be a factor.
    I first upgraded pacman to the latest version, updated to use "core", then ran the full pacman -Syu .... it died halfway through because it tried to delete/move /mnt/cd and /mnt/cd was unable to be removed because it was mounted I believe... I tried to unmount it to continue, but it appears that util-linux-ng had been removed but not replaced at that point so I was missing my mount/umount commands (among others) (I'm making the assumption that whatever script was modifying /mnt/cd would have unmounted it for me if umount had been available)
    here's the relevant bit of my pacman.log
    (previous full sys update had been from around feb. of this year..)
    [09/25/07 22:09] synchronizing package lists
    [09/25/07 22:10] starting full system upgrade
    [09/25/07 22:28] synchronizing package lists
    [09/25/07 22:41] installed libarchive (2.2.6-2)
    [09/25/07 22:41] installed libdownload (1.1-3)
    [09/25/07 22:42] warning: extracting /etc/pacman.conf as /etc/pacman.conf.pacnew
    [09/25/07 22:42] warning: extracting /etc/abs/abs.conf as /etc/abs/abs.conf.pacnew
    [09/25/07 22:42] upgraded pacman (2.9.8-4 -> 3.0.6-1)
    [2007-09-25 22:47] synchronizing package lists
    [2007-09-25 22:48] starting full system upgrade
    [2007-09-25 22:50] synchronizing package lists
    [2007-09-25 22:51] starting full system upgrade
    [2007-09-25 22:53] starting full system upgrade
    [2007-09-26 21:09] synchronizing package lists
    [2007-09-26 21:09] synchronizing package lists
    [2007-09-26 21:11] starting full system upgrade
    [2007-09-26 21:15] removed util-linux (2.12-9)
    [2007-09-26 21:15] removed cdrtools (2.01.01a07-1)
    [2007-09-26 21:15] removed xfce4-iconbox (4.2.3-1)
    [2007-09-26 21:15] removed xfce4-systray (4.2.3-1)
    [2007-09-26 21:15] removed xfcalendar (4.2.3-1)
    [2007-09-26 21:16] removed gaim-svn (18019-1)
    [2007-09-26 21:16] removed gaim-encryption (3.0beta5-1)
    [2007-09-26 21:16] removed xfce4-toys (4.2.3-1)
    [2007-09-26 21:20] removing compiled terminfo...done.
    [2007-09-26 21:20] removing compiled terminfo...done.
    [2007-09-26 21:20] upgraded screen (4.0.3-2 -> 4.0.3-4)
    [2007-09-26 21:20] starting full system upgrade
    [2007-09-26 21:28] upgraded inputproto (1.4-1 -> 1.4.2-1)
    [2007-09-26 21:28] upgraded libx11 (1.1-2 -> 1.1.3-1)
    [2007-09-26 21:28] upgraded libxext (1.0.2-1 -> 1.0.3-1)
    [2007-09-26 21:28] upgraded kernel-headers (2.6.18.1-1 -> 2.6.22.1-1)
    [2007-09-26 21:29] reloading init: done.
    [2007-09-26 21:29] ==> ATTENTION INTERNATIONAL USERS:
    [2007-09-26 21:29] ==>
    [2007-09-26 21:29] ==> Locales are no longer included in the glibc package.
    [2007-09-26 21:29] ==> They are generated by /usr/sbin/locale-gen depending on the contents
    [2007-09-26 21:29] ==> of /etc/locale.gen.
    [2007-09-26 21:29] ==> glibc will try to autodetect the required locales now, if you need
    [2007-09-26 21:29] ==> additional locales, please enable them in /etc/locale.gen and run
    [2007-09-26 21:29] ==> /usr/sbin/locale-gen
    [2007-09-26 21:29] ==>
    [2007-09-26 21:29] Generating locales...
    [2007-09-26 21:29] en_US.ISO-8859-1... done
    [2007-09-26 21:29] Generation complete.
    [2007-09-26 21:29] upgraded glibc (2.5-2 -> 2.6.1-2)
    [2007-09-26 21:29] upgraded xproto (7.0.9-1 -> 7.0.10-1)
    [2007-09-26 21:29] upgraded libice (1.0.2-1 -> 1.0.4-1)
    [2007-09-26 21:29] upgraded libsm (1.0.2-1 -> 1.0.3-1)
    [2007-09-26 21:29] upgraded libxt (1.0.4-1 -> 1.0.5-1)
    [2007-09-26 21:29] installed gcc-libs (4.2.1-2)
    [2007-09-26 21:29] upgraded libgpg-error (1.4-1 -> 1.5-2)
    [2007-09-26 21:29] upgraded libgcrypt (1.2.3-1 -> 1.2.4-2)
    [2007-09-26 21:29] upgraded zlib (1.2.3-1 -> 1.2.3-3)
    [2007-09-26 21:29] upgraded opencdk (0.5.8-1 -> 0.6.4-1)
    [2007-09-26 21:29] upgraded libtasn1 (0.3.5-1 -> 1.1-1)
    [2007-09-26 21:29] upgraded lzo2 (2.02-1 -> 2.02-2)
    [2007-09-26 21:29] upgraded ncurses (5.5-1 -> 5.6-3)
    [2007-09-26 21:29] warning: /etc/inputrc installed as /etc/inputrc.pacnew
    [2007-09-26 21:29] upgraded readline (5.2-1 -> 5.2-4)
    [2007-09-26 21:29] upgraded gnutls (1.4.4-1 -> 2.0.0-2)
    [2007-09-26 21:29] upgraded libpng (1.2.13-1 -> 1.2.20-1)
    [2007-09-26 21:29] upgraded libcups (1.2.7-1 -> 1.2.12-1)
    [2007-09-26 21:29] upgraded expat (2.0.0-1 -> 2.0.1-1)
    [2007-09-26 21:29] upgraded freetype2 (2.2.1-3 -> 2.3.5-1)
    [2007-09-26 21:29]
    [2007-09-26 21:29] ===> Important Fontconfig configuration change <===
    [2007-09-26 21:29]
    [2007-09-26 21:29] The way fontconfig is configured has been changed.
    [2007-09-26 21:29] Configuration is done via /etc/fonts/conf.avail and conf.d.
    [2007-09-26 21:29] Read /etc/fonts/conf.avail/README for more information.
    [2007-09-26 21:29]
    [2007-09-26 21:29] Configuration via /etc/fonts/local.conf is still possible,
    [2007-09-26 21:29] but is no longer recommended for options available in conf.avail.
    [2007-09-26 21:29]
    [2007-09-26 21:29] updating font cache... done.
    [2007-09-26 21:29] upgraded fontconfig (2.4.1-4 -> 2.4.2-1)
    [2007-09-26 21:29] upgraded ghostscript (8.15.3-2 -> 8.15.4-3)
    [2007-09-26 21:29] upgraded psutils (p17-3 -> 1.17-1)
    [2007-09-26 21:29] upgraded lcms (1.15-1 -> 1.17-1)
    [2007-09-26 21:29] upgraded pcre (6.6-3 -> 7.3-2)
    [2007-09-26 21:29] upgraded glib2 (2.12.4-1 -> 2.14.1-1)
    [2007-09-26 21:29] upgraded atk (1.12.3-1 -> 1.18.0-2)
    [2007-09-26 21:29] upgraded libxrender (0.9.2-1 -> 0.9.4-1)
    [2007-09-26 21:29] upgraded cairo (1.2.6-1 -> 1.4.10-1)
    [2007-09-26 21:29] upgraded libxft (2.1.11-1 -> 2.1.12-1)
    [2007-09-26 21:29] installed libdatrie (0.1.2-1)
    [2007-09-26 21:29] installed libthai (0.1.9-1)
    [2007-09-26 21:30] upgraded pango (1.14.7-1 -> 1.18.2-1)
    [2007-09-26 21:30] upgraded libxcursor (1.1.8-1 -> 1.1.9-1)
    [2007-09-26 21:30] upgraded libxinerama (1.0.0-1 -> 1.0.2-1)
    [2007-09-26 21:30] upgraded randrproto (1.1.2-1 -> 1.2.1-1)
    [2007-09-26 21:30] upgraded libxrandr (1.1.2-1 -> 1.2.1-1)
    [2007-09-26 21:30] upgraded libxi (1.1.0-1 -> 1.1.2-1)
    [2007-09-26 21:30] upgraded gtk2 (2.10.6-1 -> 2.10.14-3)
    [2007-09-26 21:30] upgraded libxml2 (2.6.26-1 -> 2.6.30-1)
    [2007-09-26 21:30] upgraded bzip2 (1.0.3-2 -> 1.0.4-2)
    [2007-09-26 21:30] upgraded libgsf (1.14.1-1 -> 1.14.7-1)
    [2007-09-26 21:30] upgraded librsvg (2.16.0-1 -> 2.18.1-1)
    [2007-09-26 21:30] upgraded imagemagick (6.3.0.7-1 -> 6.3.5.9-1)
    [2007-09-26 21:30] upgraded bash (3.2-1 -> 3.2.025-1)
    [2007-09-26 21:30] ATTENTION DB PACKAGE:
    [2007-09-26 21:30] Please consider to run db_upgrade on Berkeley DB databases with a major db version number update.
    [2007-09-26 21:30] upgraded db (4.4.20-3 -> 4.5.20-2)
    [2007-09-26 21:30] upgraded cracklib (2.8.9-1 -> 2.8.10-4)
    [2007-09-26 21:30] upgraded pam (0.81-2 -> 0.99.8.1-3.1)
    [2007-09-26 21:30] Fixing gshadow file ...
    [2007-09-26 21:30] upgraded shadow (4.0.18.1-3 -> 4.0.18.1-6)
    [2007-09-26 21:30] upgraded attr (2.4.32-2 -> 2.4.39-1)
    [2007-09-26 21:30] upgraded acl (2.2.39-1 -> 2.2.45-1)
    [2007-09-26 21:30] upgraded coreutils (6.6-1 -> 6.9-3)
    [2007-09-26 21:30] upgraded gdbm (1.8.3-3 -> 1.8.3-4)
    [2007-09-26 21:30] upgraded perl (5.8.8-4 -> 5.8.8-6)
    [2007-09-26 21:30] upgraded a2ps (4.13b-3 -> 4.13c-1)
    [2007-09-26 21:30] upgraded alsa-lib (1.0.13-1 -> 1.0.14-5)
    [2007-09-26 21:30] upgraded alsa-oss (1.0.12-1 -> 1.0.14-1)
    [2007-09-26 21:30] upgraded dialog (1.0_20060221-1 -> 1.1_20070604-2)
    [2007-09-26 21:30] upgraded pciutils (2.2.4-2 -> 2.2.6-2)
    [2007-09-26 21:30] upgraded alsa-utils (1.0.13-1 -> 1.0.14-2)
    [2007-09-26 21:30] upgraded openssl (0.9.8d-1 -> 0.9.8e-5)
    [2007-09-26 21:31] upgraded e2fsprogs (1.39-1 -> 1.40.2-2)
    [2007-09-26 21:31] upgraded apr (1.2.7-1 -> 1.2.9-1)
    [2007-09-26 21:31] upgraded apr-util (1.2.7-2 -> 1.2.8-2)
    [2007-09-26 21:31] warning: /etc/httpd/conf/extra/httpd-userdir.conf installed as /etc/httpd/conf/extra/httpd-userdir.conf.pacnew
    [2007-09-26 21:31] upgraded apache (2.2.3-2 -> 2.2.6-1)
    [2007-09-26 21:31] upgraded binutils (2.17-2 -> 2.18-3)
    [2007-09-26 21:31] upgraded gcc (4.1.2-1 -> 4.2.1-5)
    [2007-09-26 21:31] upgraded libstdc++5 (3.3.6-1 -> 3.3.6-2)
    [2007-09-26 21:31] The jre package is licensed software.
    [2007-09-26 21:31] You MUST read and agree to the license stored in
    [2007-09-26 21:31] /opt/java/jre/LICENSE before using it.
    [2007-09-26 21:31] upgraded jre (1_5_0_08-1 -> 6u2-1)
    [2007-09-26 21:31] upgraded apache-ant (1.6.5-1 -> 1.7.0-2)
    [2007-09-26 21:31] installed xdg-utils (1.0.2-1)
    [2007-09-26 21:31] upgraded archlinux-menus (1.1-4 -> 1.2-1)
    [2007-09-26 21:31] For more info on KDE please have a look at:
    [2007-09-26 21:31] 'http://wiki.archlinux.org/index.php/KDE'
    [2007-09-26 21:31] upgraded kde-common (3.5.5-1 -> 3.5.7-1)
    [2007-09-26 21:31] upgraded flac (1.1.2-3 -> 1.2.0-1)
    [2007-09-26 21:31] upgraded libsndfile (1.0.16-1 -> 1.0.17-1)
    [2007-09-26 21:31]
    [2007-09-26 21:31] --> The audio server comes with a daemon script that runs it as root.
    [2007-09-26 21:31] --> Configuration happens in /etc/conf.d/jack-audio-connection-kit and is
    [2007-09-26 21:31] --> documented there. If you like to run it as normal user you can
    [2007-09-26 21:31] --> download qjackctl and control the server with a gui.
    [2007-09-26 21:31]
    [2007-09-26 21:31] --> NOTE: Running jack as root to enable realtime capabilities isn't
    [2007-09-26 21:31] --> needed any longer. As of kernel-2.6.12 and pam > 0.80-2 you can
    [2007-09-26 21:31] --> achieve the rights to run real-time on a per group basis, which is
    [2007-09-26 21:31] --> controlled by /etc/security/limits.conf
    [2007-09-26 21:31]
    [2007-09-26 21:31] upgraded jack-audio-connection-kit (0.102.20-1 -> 0.103.0-1)
    [2007-09-26 21:31] upgraded libfontenc (1.0.3-1 -> 1.0.4-1)
    [2007-09-26 21:31] upgraded libxfont (1.2.3-1 -> 1.3.0-1)
    [2007-09-26 21:31] upgraded libxpm (3.5.6-1 -> 3.5.7-1)
    [2007-09-26 21:31] upgraded libxaw (1.0.2-1 -> 1.0.4-1)
    [2007-09-26 21:31] upgraded xorg-xkb-utils (1.0.2-1 -> 1.0.2-2)
    [2007-09-26 21:31] upgraded xkeyboard-config (0.6-1 -> 0.9-2)
    [2007-09-26 21:31] upgraded libxfontcache (1.0.3-1 -> 1.0.4-1)
    [2007-09-26 21:31] upgraded mcpp (2.6-1 -> 2.6.4-1)
    [2007-09-26 21:31] installed xtrans (1.0.4-1)
    [2007-09-26 21:31] upgraded xorg-server-utils (1.0.2-2 -> 1.0.4-2)
    [2007-09-26 21:31] upgraded libxtst (1.0.1-1 -> 1.0.3-1)
    [2007-09-26 21:31] upgraded libxv (1.0.2-1 -> 1.0.3-1)
    [2007-09-26 21:31] upgraded xorg-utils (1.0.1-1 -> 1.0.2-4)
    [2007-09-26 21:31] upgraded libdrm (2.0.2-1 -> 2.3.0-1)
    [2007-09-26 21:31] upgraded xorg-server (1.1.1-4 -> 1.2.0-5)
    [2007-09-26 21:31] -------------------------------
    [2007-09-26 21:31] By using this package you accept the NVIDIA license,
    [2007-09-26 21:31] which has been installed in /usr/share/licenses/nvidia/LICENSE
    [2007-09-26 21:31] If you do not accept this license, you must remove the package immediately.
    [2007-09-26 21:31] Dont forget to update your /etc/X11/xorg.conf
    [2007-09-26 21:31] In order to use nvidia-settings, you need to install gtk2 package.
    [2007-09-26 21:31] -------------------------------
    [2007-09-26 21:31] nvidia 9746 drops support for Geforce 3 and 4 cards
    [2007-09-26 21:31] If you have such a card, install the nvidia-96xx, nvidia-96xx-utils,
    [2007-09-26 21:31] nvidia-96xx-ck, nvidia-96xx-beyond, nvidia-96xx-suspend2 packages
    [2007-09-26 21:31] For a list of supported cards, see /usr/share/doc/nvidia/supported-cards.txt
    [2007-09-26 21:31] -------------------------------
    [2007-09-26 21:31] upgraded nvidia-utils (1.0.8776-2 -> 100.14.11-1)
    [2007-09-26 21:32] upgraded mesa (6.5.1-2 -> 6.5.2-1)
    [2007-09-26 21:32] upgraded qt (3.3.6-4 -> 3.3.8-5)
    [2007-09-26 21:32] upgraded libvorbis (1.1.2-1 -> 1.2.0-1)
    [2007-09-26 21:32] upgraded tcp_wrappers (7.6-6 -> 7.6-7)
    [2007-09-26 21:32] upgraded esd (0.2.36-2 -> 0.2.38-3)
    [2007-09-26 21:32] upgraded arts (1.5.5-1 -> 1.5.7-1)
    [2007-09-26 21:32] upgraded aspell (0.60.4-2 -> 0.60.5-2)
    [2007-09-26 21:32] upgraded python (2.4.4-1 -> 2.5.1-1)
    [2007-09-26 21:32] upgraded namcap (1.5.4-1 -> 1.6.1-1)
    [2007-09-26 21:32] upgraded devtools (0.3.4-1 -> 0.3.4-6)
    [2007-09-26 21:32] upgraded aurtools (1.2.8-3 -> 1.3.0-1)
    [2007-09-26 21:32] upgraded gawk (3.1.5-3 -> 3.1.5-4)
    [2007-09-26 21:32] upgraded m4 (1.4.7-1 -> 1.4.10-2)
    [2007-09-26 21:32] upgraded diffutils (2.8.1-2 -> 2.8.1-3)
    [2007-09-26 21:32] upgraded autoconf (2.60-1 -> 2.61-2)
    [2007-09-26 21:32] upgraded automake (1.9.6-1 -> 1.10-2)
    [2007-09-26 21:32] upgraded dbus (0.93-1 -> 1.0.2-4)
    [2007-09-26 21:32] upgraded libdaemon (0.10-1 -> 0.12-1)
    [2007-09-26 21:32] ==> Please note that due to security reasons from version 0.9 on the
    [2007-09-26 21:32] minimal mDNS stack included in nss-mdns (dubbed "legacy") is no
    [2007-09-26 21:32] longer built - nss-mdns will not work unless Avahi is running.
    [2007-09-26 21:32] ==> To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
    [2007-09-26 21:32] in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both.
    [2007-09-26 21:32] upgraded nss-mdns (0.8-1 -> 0.10-1)
    [2007-09-26 22:07] installed util-linux-ng (2.13-1)
    [2007-09-26 22:09] starting full system upgrade
    installing util-linux-ng and continuing the upgrade worked for me.
    seems like it's possibly unwise for pacman to remove packages it is replacing without immediately replacing them with the new one? Might it be better if replacements were treated as a single transaction or something?
    thanks to bfinch for helping me figure out what was missing I was beginning to worry I'd been away so long umount had been replaced lol
    andrew.

    The problem is you installed the 310 nvidia drivers, these require the nvidia-utils package version 310. But that version doesn't exist in the repositories because its already up to version 313. There is a way to do it but it will require a lot of work around's involving old packages manually. You will need the nvidia-utils 310 probably have to downgrade the xserver to xorg 1.13 and the linux kernel to 3.6. Then blacklist the packages in your pacman.conf so they are not upgraded.
    Alternatiy you could just install the nvidia 313 drivers in the repositories and be done with it.

  • [SOLVED] util-linux causing read only /

    Anyone else having this problem?
    After upgrading to testing after boot the root filesystem is readonly with arch init and with systemd...
    That's happening for me since 1 or 2 days, maybe the problem was earlier too, don't really know.
    Downgraded util-linux (and its dependency mkinitcpio, but not rebuilding the initramfs) to repo version and my / filesystem is rw again after boot...
    I have not seen anything on the mailinglist...
    Last edited by Cdh (2012-03-09 09:47:22)

    Sorry, I first wanted to check if I am the only one or if there are already hundreds of minions working on it.
    Logs are complicated on a read only filesystem. Couldn't find anything in dmesg, it just seems that it wasn't remounted rw while booting for some reason.
    Nothing fancy here, using the util-linux from core with the rest from testing:
    /dev/sda1: UUID="1ec5d4eb-f2c2-445a-88bd-41b5717fab29" TYPE="ext4"
    /dev/sda2: UUID="2e8619f0-1f4f-423b-8dd9-8cb1be8b6e2a" TYPE="ext4"
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #UUID= swap swap defaults 0 0
    UUID=83a138cd-f2a5-4bdc-bbce-fbc9b8b20212 / ext4 defaults,relatime,user_xattr 0 0
    UUID="2e8619f0-1f4f-423b-8dd9-8cb1be8b6e2a" /home/chris ext4 defaults,relatime,user_xattr 0 0
    /swapfile swap swap defaults,noauto 0 0
    none /sys/kernel/debug debugfs auto 0 0
    none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home-chris-.gvfs.mount loaded active mounted /home/chris/.gvfs
    home-chris.mount loaded active mounted /home/chris
    media-cdrom.mount loaded inactive dead /media/cdrom
    media-dvd.mount loaded inactive dead /media/dvd
    media.mount loaded active mounted Media Directory
    proc-sys-fs-binfmt_misc.mount loaded inactive dead Arbitrary Executable File Formats File System
    sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
    sys-kernel-config.mount loaded inactive dead Configuration File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    sys-kernel-security.mount loaded active mounted Security File System
    var-lock.mount loaded inactive dead Lock Directory
    var-run.mount loaded inactive dead Runtime Directory
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    15 units listed.
    I mentioned the inistscripts and systemd together because it seems not to be a problem in one of them (or in both of them...)
    mount -o remount,rw /dev/sda1 /
    Gives ma a rw system with testing util-linux with no problems at all...

  • Red Hat Linux Upgrade - 2.4 to 4

    Hello all,
    In our environment SAP is running with 4.7E with oracle database and we are planning to do a hardware migration and  Red Hat linux upgrade from 2.4 to 4
    So the plan is such a way like that
    1. Taking backup from the live production system.
    2. Installing 4 red hat linux in the target machine and installing SAP as well.
    3. Restore the database and bringing up the system.
    We are not following the method of Export / Import due to consideration of downtime.
    I have been working in windows platform and have performed migrations and database migration but I am not aware of linux environment. What are the preparation do i need to do interms of linux upgrade / Migration.
    Kindly help me out
    Regards
    Vijay

    > 1. Taking backup from the live production system.
    > 2. Installing 4 red hat linux in the target machine and installing SAP as well.
    > 3. Restore the database and bringing up the system.
    Yes - that's the way to go.
    Simply follow the system copy guides.
    Markus

  • [solved] xfce4-terminal spam after update to util-linux 2.25-3

    I use the setterm command inside a file in /etc/profile.d so that I can prevent the screen from blanking when using a console, along with a couple of other things.
    After the latest update to util-linux (2.25-3), whenever I open xfce4-terminal these lines show up:
    setterm: terminal xterm does not support --blength
    setterm: terminal xterm does not support --bfreq
    setterm: terminal xterm does not support --blank
    [gilmoreja@JamesPC ~]$
    Is there a better way to handle making sure setterm runs when a console is used, but not necessarily when a terminal is opened? Or is there some other way to solve this issue? There doesn't seem to be a switch for setterm for any kind of "quiet mode."
    Last edited by gilmoreja (2014-08-06 18:36:28)

    I think that the shell started in a console is a login shell, and it is not the case in a graphical terminal.
    A login shell has a '-' at the start of $0; so you can test that and condition the execution of the setterm commands:
    if [[ $0 == '-bash' ]]; then
    setterm ...
    setterm ...
    fi

  • Lib32-util-linux and lib32-util-linux-ng are in conflict

    hi
    i'm running a 64bit arch linux (with some 32bit apps)
    today i got a strange conflict - and the "solution" seems pretty dangerous to me, or am i wrong?
    [root:~]# pacman -S multilib/dwarffortress
    resolving dependencies...
    looking for inter-conflicts...
    :: lib32-util-linux and lib32-util-linux-ng are in conflict. Remove lib32-util-linux-ng? [y/N] Y
    Remove (1): lib32-util-linux-ng-2.18-3
    Total Removed Size: 0.58 MB
    Targets (41): lib32-libxfixes-4.0.5-3 lib32-libxdamage-1.1.3-3 lib32-pcre-8.10-3 lib32-dbus-core-1.4.0-2 lib32-glib2-2.26.1-2
    lib32-atk-1.32.0-1 lib32-pixman-0.20.2-1 lib32-cairo-1.10.0-3 lib32-pango-1.28.3-1 lib32-util-linux-2.19-1
    lib32-e2fsprogs-1.41.14-2 lib32-openssl-1.0.0.d-1 lib32-db-5.1.19-1 lib32-sqlite3-3.7.4-1 lib32-heimdal-1.3.3-3
    lib32-ncurses-5.7-6 lib32-readline-6.1.002-3 lib32-libgpg-error-1.9-4 lib32-libgcrypt-1.4.6-3 lib32-gnutls-2.10.4-1
    lib32-libtiff-3.9.4-3 lib32-gdk-pixbuf2-2.22.1-1 lib32-libcups-1.4.5-1 lib32-libxcursor-1.1.11-1
    lib32-libxrandr-1.3.1-1 lib32-libxi-1.4.1-1 lib32-libxcomposite-0.4.3-1 lib32-gtk2-2.22.1-2 lib32-libdrm-2.4.23-1
    lib32-libxxf86vm-1.1.1-1 lib32-libgl-7.10.1-1 lib32-mesa-7.10.1-1 lib32-sdl-1.2.14-8 lib32-sdl_image-1.2.10-3
    lib32-flac-1.2.1-7 lib32-libsndfile-1.0.23-2 openal-1.12.854-2 lib32-openal-1.12.854-4 sdl_ttf-2.0.10-1
    lib32-sdl_ttf-2.0.10-3 dwarffortress-0.31.21-1
    Total Download Size: 9.07 MB
    Total Installed Size: 79.96 MB

    ulukay wrote:
    ngoonee wrote:Firstly, searches are not cached, so noone would be able to view your link properly. However yes somehow I've seen that the other threads on this are not turning up, so I suggest instead searching for 'util-linux', not 'lib32-util-linux', you will find the solution then.
    1. thanks for not simply posting a link
    2. that search would return threads regarding this problem on 32bit hosts - i run a 64bit host. my main concern is that this would install incompatible 32bit binaries.
    1. You're welcome. Self-help is the best kind.
    2. If you'd done the search I recommended you would have seen that the problem is not related to arch at all, but is due to upstream renaming.

  • [Solved] util-linux and eject in conflict

    I have installed all updates smoothly for the past few weeks, but this morning I got this:
    :: util-linux and eject are in conflict. Remove eject? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: util-linux and eject are in conflict
    I accepted the default action, N. I had checked the News before installing. And, so far, I have been unable to find anything related in these forums.
    How should I go about fixing this?
    Tim
    Last edited by ratcheer (2012-09-24 11:50:09)

    I can't solve this problem here with KDE
    yaourt -Rs eject
    checking dependencies...                                                                                                                                                                                 
    error: failed to prepare transaction (could not satisfy dependencies)                                                                                                                                     
    :: udisks: requires eject
    and then :
    yaourt -Rs eject udisks                                                                                                                                                           
    checking dependencies...                                                                                                                                                                                 
    error: failed to prepare transaction (could not satisfy dependencies)                                                                                                                                     
    :: kdelibs: requires udisks                                                                                                                                                                               
    :: python2-udiskie: requires udisks
    How I can solve this ?

  • [solved]util-linux-ng conflicts with e2fsprogs

    i encount this error msg when i am installing apache server in my archlinux,at first i think that is a apache dependencies problem,but later,when i install other program  pacman shows the same error msg.so i remove the e2fsprogs,but more programs need e2fsprogs.
    what should i do then?
    Last edited by yisohoo (2009-09-26 04:58:17)

    I had the same problem at install hal, ( pacman -S extra/hal )
    CONFLICT util-linux-ng conflicts with e2fsprogs .. remove y/n ? -->> fail by dependences...
    pacman -Syu --->>> SOLVED !!
    Thx.

  • Unable to proceed with upgrade utility while upgrading from 10g to 11g

    We have installed Weblogic server,configured the domain also performed the schema creation using the RCU and Installaed OBIEE 11.1.1.6.
    But while running the the upgrade assistance utility facing the following error:
    UPGCMP-02712: Expected oracle.biee.admin:type=BIDomain.BIInstance.ServerConfiguration,* Oracle instance, found 0
    Indicating no Oracle instance is found.
    Full log file details from upgrade utility log:
    ua2013-04-12-17-17-11PM.log
    ========
    [2013-04-12T17:21:01.451-04:00] [BIEE] [TRACE] [] [upgrade.BIEE] [tid: 11] [ecid: 0000Js07Sxp2fLMYEL3FFS1HQ7bN000002,0] Plug in Name : BIEE
    [2013-04-12T17:21:01.451-04:00] [BIEE] [TRACE] [] [upgrade.BIEE] [tid: 11] [ecid: 0000Js07Sxp2fLMYEL3FFS1HQ7bN000002,0] Display Name : Oracle Business Intelligence Enterprise Edition
    [2013-04-12T17:21:01.451-04:00] [BIEE] [TRACE] [] [upgrade.BIEE] [tid: 11] [ecid: 0000Js07Sxp2fLMYEL3FFS1HQ7bN000002,0] Checking string translations
    [2013-04-12T17:21:01.451-04:00] [BIEE] [TRACE] [] [upgrade.BIEE] [tid: 11] [ecid: 0000Js07Sxp2fLMYEL3FFS1HQ7bN000002,0] String translation check finished
    [2013-04-12T17:21:01.466-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Starting to examine components.
    [2013-04-12T17:21:01.466-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Starting to examine BIEE.
    [2013-04-12T17:21:01.482-04:00] [BIEE] [TRACE] [] [upgrade.BIEE] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] MBean connection made : service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.domainruntime
    [2013-04-12T17:21:01.482-04:00] [BIEE] [TRACE] [] [upgrade.BIEE] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] RPD = D:\SampleSales\samplesales.rpd
    [2013-04-12T17:21:01.482-04:00] [Framework] [ERROR] [UPGAST-00138] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] upgrade exception occurred
    [2013-04-12T17:21:01.482-04:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Cause: An unexpected upgrade exception has occurred. Action: See the secondary error message for additional details.
    [2013-04-12T17:21:01.482-04:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] UPGCMP-02712: Expected oracle.biee.admin:type=BIDomain.BIInstance.ServerConfiguration,* Oracle instance, found 0
    [2013-04-12T17:21:01.482-04:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] UPGCMP-02712: Expected oracle.biee.admin:type=BIDomain.BIInstance.ServerConfiguration,* Oracle instance, found 0
    [2013-04-12T17:21:01.482-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Finished examining BIEE with status: Failure.
    [2013-04-12T17:21:01.482-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Finished examining components.
    [2013-04-12T17:21:01.482-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Starting to list upgradeable items.
    [2013-04-12T17:21:01.482-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Component name: Oracle Business Intelligence Enterprise Edition
    [2013-04-12T17:21:01.482-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] No upgrade items found
    [2013-04-12T17:21:01.482-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 16] [ecid: 0000Js07rGQ2fLMYEL3FFS1HQ7bN000007,0] Finished listing upgradeable items.
    [2013-04-12T17:22:14.546-04:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000Js07Sxp2fLMYEL3FFS1HQ7bN000002,0] Upgrade was canceled by the user.
    ===================
    Topology.xml file details:
    ============
    <?xml version='1.0' encoding='UTF-8'?>
    <topology xmlns='http://www.oracle.com/fmw-nonj2ee-topology'>
    <ias-instance id="instance2" oracle-home="D:\OBIEE_Middlewarehome\Oracle_BI1" instancehome="
    D:\OBIEE_Middlewarehome\instances\instance2" host="PEPWAP06411.corp.pep.pvt" port="9501">
    <ias-component id="coreapplication_obijh1" type="OracleBIJavaHostComponent">
    <em-properties>
    <property name="EMTargetType" value="oracle_bi_java_host"/>
    <property name="originalAllocatedPort" value="9810"/>
    </em-properties>
    </ias-component>
    <ias-component id="coreapplication_obisch1" type="OracleBISchedulerComponent">
    <em-properties>
    <property name="originalAllocatedMonitorPort" value="9708"/>
    <property name="originalAllocatedScriptRPCPort" value="9707"/>
    <property name="EMTargetType" value="oracle_bi_scheduler"/>
    <property name="originalAllocatedPort" value="9705"/>
    </em-properties>
    </ias-component>
    <ias-component id="coreapplication_obis1" type="OracleBIServerComponent">
    <em-properties>
    <property name="originalAllocatedMonitorPort" value="9701"/>
    <property name="EMTargetType" value="oracle_bi_server"/>
    <property name="originalAllocatedPort" value="9703"/>
    </em-properties>
    </ias-component>
    <ias-component id="coreapplication_obips1" type="OracleBIPresentationServicesComponent">
    <em-properties>
    <property name="EMTargetType" value="oracle_bi_presentation_services"/>
    <property name="originalAllocatedPort" value="9710"/>
    </em-properties>
    </ias-component>
    <ias-component id="coreapplication_obiccs1" type="OracleBIClusterControllerComponent">
    <em-properties>
    <property name="originalAllocatedMonitorPort" value="9700"/>
    <property name="EMTargetType" value="oracle_bi_cluster_controller"/>
    <property name="originalAllocatedPort" value="9706"/>
    </em-properties>
    </ias-component>
    </ias-instance>
    </topology>
    ================
    Please help.
    Thank you.
    Regards,
    MAK
    Edited by: 1000104 on Apr 15, 2013 7:42 AM

    There's a dedicated Web logic forum (WebLogic Portal where you might get better assistance. As i can't move your thread, please close this one and post your issue again in the web logic forum.
    Thanks,
    Klaus

  • I can no longer make dmg files in disk utility since upgrading to Mountain Lion

    Hi everyone,
    I'm a videographer, and have been using the facility in disk utility to make dmg backups of my media cards. It's proved to be a neat and tidy way of doing things, and is my equivalent to storing videotapes.
    However, I no longer can make them.
    My technique has been to:
    1. select the memory card in disk utility
    2. press new image
    3. browse to destination for the dmg/hit save
    4. sit back and wait for the process to complete.
    this has been working for me in Snow Leopard, but not in mountain lion. I can't identify any other variables that have changed except the OS upgrade.
    Firstly 'Authopen' prompts me for username/password. After username/password it starts creating the image, but stops with an error;
    "Unable to create "SD-Card.dmg." (Device not configured).
    The card is sitting in a media card reader. I tried another card reader that resulted in;
    Unable to create "SD-Card.dmg." (Input/output error)
    Anyone experienced this, or any ideas on what to try? As the card readers both work insofar as they show the memory cards in the finder etc, could there be a disk-utility-specific problem with them? Or do I need to change my procedure? I can copy the files to the hard drive and make a dmg from a folder, but I'd rather not have to do that.
    thanks.
    Andrew
    Mac OSX 10.8.5, 2.66 GHZ Quad core Intel Xeon Mac Pro, 16GB Ram

    Maybe just corrupted Disk Utility preferences ...
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.DiskUtility.plist
    Click Go then move the com.apple.DiskUtility.plist file to the Trash.
    Restart your Mac then try creating a .dmg file.

  • Oracle 11g 64 bit on Linux - Restore failure in production database

    Hi guru,
    We used to take full hot backup with the help of BackupExec of Symantec in our production database.We have two different oracle database (not cluster).
    We defined same policy for both .We defined schedule on Symantec to take full hot backup every night of database on tap drive.At any point of time we maintain only 2 full backup for each database on tap and then recycle it.
    Yesterday suddenly storage of database failed for both.?It was complete failure so we did not have any option but to restore last night full backup.
    It has done successfully for one database but when we tried to restore second from last night backup it thrown error :
    channel ch0: ORA-19870: error while restoring backup piece BE_9kjsfol6_1_1
    ORA-19507: failed to retrieve sequential file, handle="BE_9kjsfol6_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text
    then we tried to restore backup of last to last night and it gave again error :
    channel ch0: ORA-19870: error while restoring backup piece BE_9djsaman_1_1
    ORA-19507: failed to retrieve sequential file, handle="BE_9djsaman_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text
    But we have seen log of Symantec at the time of backup and it said that backup has successfully completed.
    right now I am in big trouble I tried almost all possible combination of symantec to restore database but got no success.I used script generated by symantec and tried to run that on RMAN directly but it is throwing same error.
    Please help me if possible an throw some light on exception (as I understand it says it is not able to find some piece on tap but we have not touched tap and tap media is completely safe.)
    I am pasting complete text log generated by Symantec at the time of restore attempt:
    Recovery Manager: Release 11.1.0.6.0 - Production on Sun Oct 12 01:26:45 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    # RMAN command section
    RUN {
    ALLOCATE CHANNEL ch0
    TYPE 'SBT_TAPE';
    SEND 'BSA_SERVICE_HOST=192.168.0.135,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={E8E38B61-7C1B-41A2-A2D7-8BB38A516AD3},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\G1-1-BLD-DSA2\sniffer2';
    RESTORE
    DATABASE
    UNTIL TIME "TO_DATE('10-08-2008:12:00:41', 'MM-DD-YYYY:HH24:MI:SS')";
    RECOVER
    DATABASE
    UNTIL TIME "TO_DATE('10-08-2008:12:00:41', 'MM-DD-YYYY:HH24:MI:SS')";
    RELEASE CHANNEL ch0;
    connected to target database: SNIFFER2 (DBID=3949735487, not open)
    using target database control file instead of recovery catalog
    allocated channel: ch0
    channel ch0: SID=316 device type=SBT_TAPE
    channel ch0: Symantec/BackupExec/1.1.0
    sent command to channel: ch0
    Starting restore at 12-OCT-08
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00001 to /home/oracle/app/oracle/oradata/sniffer2/system01.dbf
    channel ch0: restoring datafile 00002 to /home/oracle/app/oracle/oradata/sniffer2/sysaux01.dbf
    channel ch0: restoring datafile 00003 to /home/oracle/app/oracle/oradata/sniffer2/undotbs01.dbf
    channel ch0: restoring datafile 00004 to /home/oracle/app/oracle/oradata/sniffer2/users01.dbf
    channel ch0: restoring datafile 00005 to /home/oracle/app/oracle/oradata/sniffer2/system02.dbf
    channel ch0: restoring datafile 00006 to /home/oracle/app/oracle/oradata/sniffer2/sysaux02.dbf
    channel ch0: restoring datafile 00007 to /Ora2Meta/metatab01.dbf
    channel ch0: restoring datafile 00008 to /home/oracle/app/oracle/oradata/sniffer2/UNDOTBS103.dbf
    channel ch0: restoring datafile 00009 to /Ora2Data/blobdata01.dbf
    channel ch0: restoring datafile 00010 to /Ora2Data/blobdata02.dbf
    channel ch0: restoring datafile 00013 to /Ora2BTreeIndex/bindtab02.dbf
    channel ch0: restoring datafile 00014 to /Ora2DomainIndex/domaintab01.dbf
    channel ch0: reading from backup piece BE_9kjsfol6_1_1
    channel ch0: ORA-19870: error while restoring backup piece BE_9kjsfol6_1_1
    ORA-19507: failed to retrieve sequential file, handle="BE_9kjsfol6_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00011 to /Ora2Data/blobdata03.dbf
    channel ch0: restoring datafile 00015 to /Ora2DomainIndex/domaintab02.dbf
    channel ch0: reading from backup piece BE_9ljsfqm6_1_1
    channel ch0: piece handle=BE_9ljsfqm6_1_1 tag=TAG20081006T155830
    channel ch0: restored backup piece 1
    channel ch0: restore complete, elapsed time: 00:11:35
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00012 to /Ora2Data/blobdata04.dbf
    channel ch0: reading from backup piece BE_9mjsfrcb_1_1
    channel ch0: piece handle=BE_9mjsfrcb_1_1 tag=TAG20081006T155830
    channel ch0: restored backup piece 1
    channel ch0: restore complete, elapsed time: 00:02:55
    failover to previous backup
    skipping datafile 1; already restored to file /home/oracle/app/oracle/oradata/sniffer2/system01.dbf
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00002 to /home/oracle/app/oracle/oradata/sniffer2/sysaux01.dbf
    channel ch0: restoring datafile 00003 to /home/oracle/app/oracle/oradata/sniffer2/undotbs01.dbf
    channel ch0: restoring datafile 00004 to /home/oracle/app/oracle/oradata/sniffer2/users01.dbf
    channel ch0: restoring datafile 00005 to /home/oracle/app/oracle/oradata/sniffer2/system02.dbf
    channel ch0: restoring datafile 00006 to /home/oracle/app/oracle/oradata/sniffer2/sysaux02.dbf
    channel ch0: restoring datafile 00007 to /Ora2Meta/metatab01.dbf
    channel ch0: restoring datafile 00008 to /home/oracle/app/oracle/oradata/sniffer2/UNDOTBS103.dbf
    channel ch0: restoring datafile 00009 to /Ora2Data/blobdata01.dbf
    channel ch0: restoring datafile 00010 to /Ora2Data/blobdata02.dbf
    channel ch0: restoring datafile 00013 to /Ora2BTreeIndex/bindtab02.dbf
    channel ch0: restoring datafile 00014 to /Ora2DomainIndex/domaintab01.dbf
    channel ch0: reading from backup piece BE_9djsaman_1_1
    channel ch0: piece handle=BE_9djsaman_1_1 tag=TAG20081004T174806
    channel ch0: restored backup piece 1
    channel ch0: restore complete, elapsed time: 00:29:55
    Finished restore at 12-OCT-08
    Starting recover at 12-OCT-08
    starting media recovery
    Oracle Error:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 2 needs more recovery to be consistent
    ORA-01110: data file 2: '/home/oracle/app/oracle/oradata/sniffer2/sysaux01.dbf'
    released channel: ch0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 10/12/2008 02:12:48
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of archived log for thread 1 with sequence 34786 and starting SCN of 327309500 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34785 and starting SCN of 327301335 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34784 and starting SCN of 327293588 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34783 and starting SCN of 327283177 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34782 and starting SCN of 327276129 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34781 and starting SCN of 327270761 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34780 and starting SCN of 327259154 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34779 and starting SCN of 327247460 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34778 and starting SCN of 327238239 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34777 and starting SCN of 327230121 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34776 and starting SCN of 327221510 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34775 and starting SCN of 327215378 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34774 and starting SCN of 327212076 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34773 and starting SCN of 327211654 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34772 and starting SCN of 327211171 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34771 and starting SCN of 327202005 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34770 and starting SCN of 327194156 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34769 and starting SCN of 327183755 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34768 and starting SCN of 327182026 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34767 and starting SCN of 327179450 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34766 and starting SCN of 327172246 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34765 and starting SCN of 327161460 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34764 and starting SCN of 327157752 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34763 and starting SCN of 327149852 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34762 and starting SCN of 327142049 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34761 and starting SCN of 327134814 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34760 and starting SCN of 327128948 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34759 and starting SCN of 327029461 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34758 and starting SCN of 326986719 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34757 and starting SCN of 326981601 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34756 and starting SCN of 326978697 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34755 and starting SCN of 326978093 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34754 and starting SCN of 326977904 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34753 and starting SCN of 326976801 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34752 and starting SCN of 326973891 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34751 and starting SCN of 326970649 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34750 and starting SCN of 326962803 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34749 and starting SCN of 326958315 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34748 and starting SCN of 326955232 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34747 and starting SCN of 326951908 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34746 and starting SCN of 326943909 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34745 and starting SCN of 326935460 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34744 and starting SCN of 326922741 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34743 and starting SCN of 326910246 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34742 and starting SCN of 326905072 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34741 and starting SCN of 326901097 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34740 and starting SCN of 326900178 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34739 and starting SCN of 326899668 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34738 and starting SCN of 326899106 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34737 and starting SCN of 326891014 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34736 and starting SCN of 326875443 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34735 and starting SCN of 326863782 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34734 and starting SCN of 326842985 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34733 and starting SCN of 326838670 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34732 and starting SCN of 326823584 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34731 and starting SCN of 326821851 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34730 and starting SCN of 326820427 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34729 and starting SCN of 326816378 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34728 and starting SCN of 326812324 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34727 and starting SCN of 326802760 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34726 and starting SCN of 326790469 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34725 and starting SCN of 326779939 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34724 and starting SCN of 326771711 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34723 and starting SCN of 326757052 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34722 and starting SCN of 326739164 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34721 and starting SCN of 326730107 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34720 and starting SCN of 326721606 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34719 and starting SCN of 326718543 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34718 and starting SCN of 326715249 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34717 and starting SCN of 326709503 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34716 and starting SCN of 326693713 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34715 and starting SCN of 326680021 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34714 and starting SCN of 326674022 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34713 and starting SCN of 326664781 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34712 and starting SCN of 326648917 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34711 and starting SCN of 326637659 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34710 and starting SCN of 326633287 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34709 and starting SCN of 326632166 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34708 and starting SCN of 326621042 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34707 and starting SCN of 326617608 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34706 and starting SCN of 326613463 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34705 and starting SCN of 326611471 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34704 and starting SCN of 326610305 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34703 and starting SCN of 326602873 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34702 and starting SCN of 326601517 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34701 and starting SCN of 326593022 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34700 and starting SCN of 326577874 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34699 and starting SCN of 326567243 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34698 and starting SCN of 326553641 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34697 and starting SCN of 326544480 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34696 and starting SCN of 326531815 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34695 and starting SCN of 326528717 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34694 and starting SCN of 326522442 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34693 and starting SCN of 326515260 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34692 and starting SCN of 326504255 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34691 and starting SCN of 326494511 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34690 and starting SCN of 326484165 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34689 and starting SCN of 326475207 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34688 and starting SCN of 326470137 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34687 and starting SCN of 326463888 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34686 and starting SCN of 326456866 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34685 and starting SCN of 326415614 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34684 and starting SCN of 326398980 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34683 and starting SCN of 326385176 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34682 and starting SCN of 326373763 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34681 and starting SCN of 326365337 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34680 and starting SCN of 326352830 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34679 and starting SCN of 326351732 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34678 and starting SCN of 326351526 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34677 and starting SCN of 326351228 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34676 and starting SCN of 326350869 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34675 and starting SCN of 326350236 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34674 and starting SCN of 326344630 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34673 and starting SCN of 326336226 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34672 and starting SCN of 326334353 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34671 and starting SCN of 326332206 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34670 and starting SCN of 326325188 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34669 and starting SCN of 326323615 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34668 and starting SCN of 326317656 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34667 and starting SCN of 326304700 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34666 and starting SCN of 326296332 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34665 and starting SCN of 326283118 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34664 and starting SCN of 326270792 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34653 and starting SCN of 326183189 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34652 and starting SCN of 326175000 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34651 and starting SCN of 326159778 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34650 and starting SCN of 326154245 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34649 and starting SCN of 326148100 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34648 and starting SCN of 326142540 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34647 and starting SCN of 326136812 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34646 and starting SCN of 326124534 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34645 and starting SCN of 326118922 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34644 and starting SCN of 326111890 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34643 and starting SCN of 326108132 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34642 and starting SCN of 326102908 found to restore
    RMAN-00567: Recovery Manager could not print some error messages
    Recovery Manager complete.

    see metalink note 465558.1
    https://metalink2.oracle.com/metalink/plsql/f?p=130:14:6831911279782618352::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,465558.1,1,1,1,helveticaKhurram

Maybe you are looking for

  • HT3053 Is Apple replacing pre 2008 17" MacBook Pro bad battery?

    Battery has grown to about 2", is Apple replacing bad MacBook Pro battery?

  • 2 iphones 1 comuter - how to get 2 different calendars and contacts on each

    I have been using my iphone 3G for a few months and syncing to outlook for contacts, calendar and notes. My wife has just got her own phone (3G). She logs in to the computer with her own account and has her own itunes library so there is no problem w

  • Selection in Canvas

    Hi all, I want to offer the user of my MIDP application choices in a canvas. If the user pushes the Select button, how do I know what selection is made in the canvas? I can add different lines of text, and add a Select button. But as far as I know th

  • How to cancel the Goods receipt Number(BAPI_GOODSMVT_CANCEL) ?

    Hi All, I want to cancel ist GRN number .. Please suggest on wat basis i cancelled ist GRN number. MANDT     MBLNR     MJAHR     ZEILE     LINE_ID     BWART     MATNR             WERKS                          LGORT 110     590001     2009     1     

  • Duplicate t:dataTable

    hello, i have a problem with t:dataTable. this table is in a page. when i enter the page sometimes i see the datatable twice and connected. only the fields of the data table are duplicated. not the headers. i erased the all page and checked only the