I am running a Xen installation on a Centos-4.4 based test box, my desktop unit, and I am having intermittent problems installing certain pieces of software. Some time back I posted to this list regarding my inability to install Adobe Acrobat on this unit and was advised to essentially repackage the software and try again. This is beyond my present means of knowledge or time to acquire same and so left undone.
Now however I am having remarkably similar problems with two official Centos-4.4 updates, xorg-x11-xfs and openssh-server. Can anybody give me some clues as to what is going on and how I might correct this. I am sure that xen is involved in this somehow because I run four other servers with Centos-4.4 and none of them have displayed this problem.
This is what I am seeing when trying to update via yum:
--->
# yum update openssh-server -y Setting up Update Process Setting up repositories Reading repository metadata in from local files Reducing Dag Wieers RPM Repository for Red Hat Enterprise Linux to included packages only Finished Reducing CentOS-4 Testing to included packages only Finished Reducing CentOS-4 - Plus to included packages only Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package openssh-server.i386 0:3.9p1-8.RHEL4.17.1 set to be updated --> Running transaction check
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Updating: openssh-server i386 3.9p1-8.RHEL4.17.1 update 208 k
Transaction Summary ============================================================================= Install 0 Package(s) Update 1 Package(s) Remove 0 Package(s) Total download size: 208 k Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction error: %pre(openssh-server-3.9p1-8.RHEL4.17.1.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping openssh-server-3.9p1-8.RHEL4.17.1
Updated: openssh-server.i386 0:3.9p1-8.RHEL4.17.1 Complete!
# yum update xorg-x11-xfs Setting up Update Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 centos-test 100% |=========================| 951 B 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 centosplus 100% |=========================| 951 B 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files primary.xml.gz 100% |=========================| 1.2 MB 00:27 dag : ################################################## 5225/5225 Added 57 new packages, deleted 376 old in 7.53 seconds primary.xml.gz 100% |=========================| 32 kB 00:00 extras : ################################################## 124/124 Added 0 new packages, deleted 0 old in 0.15 seconds Reducing Dag Wieers RPM Repository for Red Hat Enterprise Linux to included packages only Finished Reducing CentOS-4 Testing to included packages only Finished Reducing CentOS-4 - Plus to included packages only Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package xorg-x11-xfs.i386 0:6.8.2-1.EL.13.37.5 set to be updated --> Running transaction check
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Updating: xorg-x11-xfs i386 6.8.2-1.EL.13.37.5 update 315 k
Transaction Summary ============================================================================= Install 0 Package(s) Update 1 Package(s) Remove 0 Package(s) Total download size: 315 k Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction error: %pre(xorg-x11-xfs-6.8.2-1.EL.13.37.5.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping xorg-x11-xfs-6.8.2-1.EL.13.37.5
Updated: xorg-x11-xfs.i386 0:6.8.2-1.EL.13.37.5 Complete!
<---
-- James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
Now however I am having remarkably similar problems with two official Centos-4.4 updates, xorg-x11-xfs and openssh-server. Can anybody give me some clues as to what is going on and how I might correct this. I am sure that xen is involved in this somehow because I run four other servers with Centos-4.4 and none of them have displayed this problem.
This is what I am seeing when trying to update via yum:
error: %pre(openssh-server-3.9p1-8.RHEL4.17.1.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping openssh-server-3.9p1-8.RHEL4.17.1
Updated: openssh-server.i386 0:3.9p1-8.RHEL4.17.1 Complete!
This basically means that the package files were put in place correctly but the scripts which run before the install failed.
rpm -q openssh-server --scripts shows the following for the preinstall script:
preinstall scriptlet (using /bin/sh): /usr/sbin/useradd -c "Privilege-separated SSH" -u 74 \ -s /sbin/nologin -r -d /var/empty/sshd sshd 2> /dev/null || :
The xorg-x11-xfs package preinstall is a bit more to choke down, so I'll let you do that on your own if you wish.
That both of them fail is an indication that something is indeed horked. Are these instances running as a guest, or is this the host box?
On Mon, 2007-01-22 at 09:48 -0500, James B. Byrne wrote:
I am running a Xen installation on a Centos-4.4 based test box, my desktop unit, and I am having intermittent problems installing certain pieces of software. Some time back I posted to this list regarding my inability to install Adobe Acrobat on this unit and was advised to essentially repackage the software and try again. This is beyond my present means of knowledge or time to acquire same and so left undone.
Now however I am having remarkably similar problems with two official Centos-4.4 updates, xorg-x11-xfs and openssh-server. Can anybody give me some clues as to what is going on and how I might correct this. I am sure that xen is involved in this somehow because I run four other servers with Centos-4.4 and none of them have displayed this problem.
This is what I am seeing when trying to update via yum:
--->
# yum update openssh-server -y Setting up Update Process Setting up repositories Reading repository metadata in from local files Reducing Dag Wieers RPM Repository for Red Hat Enterprise Linux to included packages only Finished Reducing CentOS-4 Testing to included packages only Finished Reducing CentOS-4 - Plus to included packages only Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package openssh-server.i386 0:3.9p1-8.RHEL4.17.1 set to be updated --> Running transaction check
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Updating: openssh-server i386 3.9p1-8.RHEL4.17.1 update 208 k
Transaction Summary
Install 0 Package(s) Update 1 Package(s) Remove 0 Package(s) Total download size: 208 k Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction error: %pre(openssh-server-3.9p1-8.RHEL4.17.1.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping openssh-server-3.9p1-8.RHEL4.17.1
Updated: openssh-server.i386 0:3.9p1-8.RHEL4.17.1 Complete!
# yum update xorg-x11-xfs Setting up Update Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 centos-test 100% |=========================| 951 B 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 centosplus 100% |=========================| 951 B 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files primary.xml.gz 100% |=========================| 1.2 MB 00:27 dag : ################################################## 5225/5225 Added 57 new packages, deleted 376 old in 7.53 seconds primary.xml.gz 100% |=========================| 32 kB 00:00 extras : ################################################## 124/124 Added 0 new packages, deleted 0 old in 0.15 seconds Reducing Dag Wieers RPM Repository for Red Hat Enterprise Linux to included packages only Finished Reducing CentOS-4 Testing to included packages only Finished Reducing CentOS-4 - Plus to included packages only Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package xorg-x11-xfs.i386 0:6.8.2-1.EL.13.37.5 set to be updated --> Running transaction check
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Updating: xorg-x11-xfs i386 6.8.2-1.EL.13.37.5 update 315 k
Transaction Summary
Install 0 Package(s) Update 1 Package(s) Remove 0 Package(s) Total download size: 315 k Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction error: %pre(xorg-x11-xfs-6.8.2-1.EL.13.37.5.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping xorg-x11-xfs-6.8.2-1.EL.13.37.5
You need to figure out what about the pre script is failing ... here is what is contained in the pre script:
rpm -q --scripts openssh-server
and
rpm -q --scripts xorg-x11-xfs
Then look at the preinstall sections (which looks like what is failing). It seems that the code in question is (for openssh): ------------------------------------------------------ preinstall scriptlet (using /bin/sh): /usr/sbin/useradd -c "Privilege-separated SSH" -u 74 \ -s /sbin/nologin -r -d /var/empty/sshd sshd 2> /dev/null || : ------------------------------------------------------
and for xorg-x11-xfs: ------------------------------------------------------ preinstall scriptlet (using /bin/sh): { # Conditionalized to work on RHL 7.1 and 7.2 which do not have /sbin/nologin LOGINSHELL=$([ -e /sbin/nologin ] && echo /sbin/nologin || echo /bin/false) /usr/sbin/useradd -c "X Font Server" -r -s $LOGINSHELL -u 43 - d /etc/X11/fs xfs || : } &> /dev/null || : # Silence output, and ignore errors (Bug #91822)
------------------------------------------------------
There are a couple things in common here ..
1. They both use useradd ... make sure root can do that where you are getting the error.
2. Both commands direct output to /dev/null ... make sure that exists in the place the installs are happening.
IF this was a chroot and not xen, I would recommend that you ensure that selinux was off in the chroot ... maybe the same applies inside xen clients (I am not sure about that).
The area under suspicion appears to work when run by hand but the install script still fails.
--->
$ su -l root Password: [root@xen01 ~]# which useradd /usr/sbin/useradd [root@xen01 ~]# which nologin /sbin/nologin [root@xen01 ~]# ll /dev/null crw-rw-rw- 1 root root 1, 3 Nov 16 13:09 /dev/null [root@xen01 ~]# /usr/sbin/useradd -c "Privilege-separated SSH" -u 74 \
-s /sbin/nologin -r -d /var/empty/sshd sshd 2> /dev/null
[root@xen01 ~]# yum update openssh-server Setting up Update Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 centos-test 100% |=========================| 951 B 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 centosplus 100% |=========================| 951 B 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files primary.xml.gz 100% |=========================| 1.2 MB 00:25 dag : ################################################## 5217/5217 Added 5 new packages, deleted 13 old in 8.25 seconds Reducing Dag Wieers RPM Repository for Red Hat Enterprise Linux to included packages only Finished Reducing CentOS-4 Testing to included packages only Finished Reducing CentOS-4 - Plus to included packages only Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package openssh-server.i386 0:3.9p1-8.RHEL4.17.1 set to be updated --> Running transaction check
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Updating: openssh-server i386 3.9p1-8.RHEL4.17.1 update 208 k
Transaction Summary ============================================================================= Install 0 Package(s) Update 1 Package(s) Remove 0 Package(s) Total download size: 208 k Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction error: %pre(openssh-server-3.9p1-8.RHEL4.17.1.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet failed (2), skipping openssh-server-3.9p1-8.RHEL4.17.1
Updated: openssh-server.i386 0:3.9p1-8.RHEL4.17.1 Complete
<---
I have my doubts about this part of the pre-install script, however my skills are certainly far inferior to the task of deciphering this:
---> # FIXME: What an unmaintainable mess. ;o) There almost has to be a cleaner # way of doing this. If not, it needs to be figured out and documented to # avoid confusion. use_unix= for config in /etc/X11/xorg.conf /etc/X11/XF86Config /etc/X11/XF86Config-4 ; do if [ -f $config ] && grep -q "unix/:" $config &> /dev/null; then use_unix=1 fi if [ -f $config ] && grep -q "unix/:-1" $config &> /dev/null; then rm -f $config.new $config.rpmsave sed "s#unix/:-1#unix/:7100#g" $config > $config.new cp -f $config $config.rpmsave cat $config.new > $config rm -f $config.new fi if [ -f $config ] && grep -q "unix/:" $config &> /dev/null && \ grep -q "/usr/X11R6/lib/X11/fonts/TrueType" $config &> /dev/null ; then \ sed "s|FontPath[ ]*"/usr/X11R6/lib/X11/fonts/TrueType"|#FontPath "/usr/X11R6/lib/X11/fonts/TrueType"|g" $config > $config.new cat $config.new > $config rm -f $config.new fi done # If the font server config is using UNIX sockets, disable TCP listen by default if [ -n "$use_unix" ] && ! grep -q "no-listen" /etc/X11/fs/config &> /dev/null;then echo -e "# don't listen on tcp by default\nno-listen = tcp\n" >> /etc/X11/fs/config fi } <---
On Mon, January 22, 2007 09:48, James B. Byrne wrote:
I am running a Xen installation on a Centos-4.4 based test box, my desktop unit, and I am having intermittent problems installing certain pieces of software. Some time back I posted to this list regarding my inability to install Adobe Acrobat on this unit and was advised to essentially repackage the software and try again. This is beyond my present means of knowledge or time to acquire same and so left undone.
Now however I am having remarkably similar problems with two official Centos-4.4 updates, xorg-x11-xfs and openssh-server. Can anybody give me some clues as to what is going on and how I might correct this. I am sure that xen is involved in this somehow because I run four other servers with Centos-4.4 and none of them have displayed this problem.
Well I tracked down the solution to this problem eventually and found the answer posted to this list April past. The problem was that some of the system utilities in /bin, /sbin, /usr/bin and /usr/sbin had no security context (SElinux is enforeced on all my machines). Why this was so I do not know but they did not and running restorecon on each of these directories resolved the problem. Or so I thought.
I applied the stalled updates today along with the new ones and restarted my desktop. Now gnome complains that it does not recognize the png format used for the caplett icons and I have a bunch of red X's where the menu bar items belong. Any ideas on how to fix this? The tsail end of the boot up log follows and bbelow that I show the results of a rpm -Va | grep -i png
--> Jan 31 11:45:45 xen01 ntpd: succeeded Jan 31 11:45:45 xen01 ntpd[2909]: ntpd 4.2.0a@1.1190-r Sun Aug 13 01:49:12 CDT 2006 (1) Jan 31 11:45:45 xen01 ntpd: ntpd startup succeeded Jan 31 11:45:45 xen01 ntpd[2909]: precision = 3.000 usec Jan 31 11:45:45 xen01 ntpd[2909]: Listening on interface wildcard, 0.0.0.0#123 Jan 31 11:45:45 xen01 ntpd[2909]: Listening on interface wildcard, ::#123 Jan 31 11:45:45 xen01 ntpd[2909]: Listening on interface lo, 127.0.0.1#123 Jan 31 11:45:45 xen01 ntpd[2909]: Listening on interface eth0, 216.185.71.99#123Jan 31 11:45:45 xen01 ntpd[2909]: kernel time sync status 0040 Jan 31 11:45:45 xen01 ntpd[2909]: frequency initialized -40.861 PPM from /var/lib/ntp/drift Jan 31 11:45:45 xen01 sendmail: sendmail startup succeeded Jan 31 11:45:45 xen01 sendmail: sm-client startup succeeded Jan 31 11:45:45 xen01 gpm[2947]: *** info [startup.c(95)]: Jan 31 11:45:45 xen01 gpm[2947]: Started gpm successfully. Entered daemon mode. Jan 31 11:45:45 xen01 gpm[2947]: *** info [mice.c(1766)]: Jan 31 11:45:45 xen01 gpm[2947]: imps2: Auto-detected intellimouse PS/2 Jan 31 11:45:46 xen01 gpm: gpm startup succeeded Jan 31 11:45:46 xen01 crond: crond startup succeeded Jan 31 11:45:47 xen01 xfs: xfs startup succeeded Jan 31 11:45:47 xen01 anacron: anacron startup succeeded Jan 31 11:45:47 xen01 atd: atd startup succeeded Jan 31 11:45:47 xen01 readahead: Starting background readahead: Jan 31 11:45:47 xen01 rc: Starting readahead: succeeded Jan 31 11:45:48 xen01 messagebus: messagebus startup succeeded Jan 31 11:45:48 xen01 cups-config-daemon: cups-config-daemon startup succeeded Jan 31 11:45:48 xen01 haldaemon: haldaemon startup succeeded Jan 31 11:45:48 xen01 xend: grep: /proc/xen/capabilities: No such file or directory Jan 31 11:45:48 xen01 rc: Starting xend: succeeded Jan 31 11:45:49 xen01 fstab-sync[3065]: removed all generated mount points Jan 31 11:45:49 xen01 fstab-sync[3086]: added mount point /media/cdrom for /dev/hdc Jan 31 11:45:50 xen01 fstab-sync[3171]: added mount point /media/floppy for /dev/fd0 Jan 31 11:45:50 xen01 rc: Starting webmin: succeeded Jan 31 11:45:50 xen01 init: open(/dev/pts/0): No such file or directory Jan 31 11:45:51 xen01 last message repeated 6 times Jan 31 11:45:55 xen01 kernel: ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 169 Jan 31 11:45:55 xen01 kernel: [drm] Initialized i915 1.1.0 20040405 on minor 0: Jan 31 11:45:55 xen01 kernel: mtrr: base(0xf0020000) is not aligned on a size(0x300000) boundary Jan 31 11:46:10 xen01 gdm(pam_unix)[3868]: session opened for user root by (uid=0) Jan 31 11:46:11 xen01 gconfd (root-4090): starting (version 2.8.1), pid 4090 user 'root' Jan 31 11:46:11 xen01 gconfd (root-4090): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0 Jan 31 11:46:11 xen01 gconfd (root-4090): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1 Jan 31 11:46:11 xen01 gconfd (root-4090): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2 Jan 31 11:46:18 xen01 gconfd (root-4090): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 0
<--
After getting the gnome error I did this to see what was going on:
[root@xen01 ~]# rpm-Va|grep -i png bash: rpm-Va: command not found [root@xen01 ~]# rpm -Va | grep -i png prelink: /usr/bin/wvdial: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/wvdialconf: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libIDL-2.so.0.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/pango-querymodules-32: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libpangox-1.0.so.0.600.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libpangoxft-1.0.so.0.600.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgailutil.so.17.0.1: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/consolehelper-gtk: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/pam-panel-icon: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/userinfo: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/usermount: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/userpasswd: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libvte.so.4.4.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libpt.so.1.6.5: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/1.3/plug-ins/print: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/print: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/krb5: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-keyring-manager: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/eog: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/eggcups: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-default-printer: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/spamc: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/autofs/autofs-ldap-auto-master: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/ipmitool: at least one of file's dependencies has changed since prelinking prelink: /usr/sbin/ipmievd: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/animate: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/compare: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/composite: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/conjure: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/convert: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/display: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/identify: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/import: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/mogrify: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/montage: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libMagick.so.6.0.7: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/curl: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libcurl.so.3.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgnomecanvas-2.so.0.800.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgnomeui-2.so.0.800.0: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gnome_segv2: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libSDL-1.2.so.0.7.0: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/xsri: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gdmXnestchooser: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gdmchooser: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gdmflexiserver: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gdmgreeter: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gdmlogin: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gdmphotosetup: at least one of file's dependencies has changed since prelinking prelink: /usr/sbin/gdmsetup: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/rhythmbox: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/wish8.4: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libtk8.4.so: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-moz-remote: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-name-service: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome_segv: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/goad-browser: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/loadshlib: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgnomeui.so.32.14.1: at least one of file's dependencies has changed since prelinking prelink: /usr/X11R6/bin/xloadimage: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-keyboard-layout: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gswitchit-plugins-capplet: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/accessx-status-applet: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/battstat-applet-2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/cdplayer_applet2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/charpick_applet2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/drivemount_applet2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/geyes_applet2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gnome-applets/mc-install-default-macros: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gnome-keyboard-applet: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gtik2_applet2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gweather-applet-2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/mailcheck-applet: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/mini_commander_applet: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/mixer_applet2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/modemlights_applet2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/multiload-applet-2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/stickynotes_applet: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/kermit: at least one of file's dependencies has changed since prelinking prelink: /usr/sbin/rpc.idmapd: at least one of file's dependencies has changed since prelinking prelink: /usr/sbin/rpc.svcgssd: at least one of file's dependencies has changed since prelinking .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-first-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-first.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-last-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-last.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-left-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-left.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-minus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-nav.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-plus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-right-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-right.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/blue-text.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-first-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-first.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-last-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-last.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-left-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-left.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-minus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-nav.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-plus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-right-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-right.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/gorilla-text.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-first-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-first.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-last-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-last.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-left-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-left.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-minus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-nav.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-plus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-right-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-right.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/green-text.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-first-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-first.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-last-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-last.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-left-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-left.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-minus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-nav.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-plus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-right-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-right.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/grey-text.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-first-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-first.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-last-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-last.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-left-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-left.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-minus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-nav.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-plus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-right-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-right.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/red-text.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-first-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-first.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-last-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-last.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-left-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-left.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-minus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-nav.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-plus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-right-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-right.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/simple-text.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-first-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-first.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-last-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-last.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-left-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-left.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-minus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-nav.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-plus.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-right-inactive.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-right.png .......T. /usr/lib/ooo-1.1/share/gallery/htmlexpo/yellow-text.png .......T. /usr/share/pixmaps/001_star_butterfly.png .......T. /usr/share/pixmaps/002_text_document.png .......T. /usr/share/pixmaps/003_text_template.png .......T. /usr/share/pixmaps/004_spreadsheet_document.png .......T. /usr/share/pixmaps/005_spreadsheet_template.png .......T. /usr/share/pixmaps/006_drawing_document.png .......T. /usr/share/pixmaps/007_drawing_template.png .......T. /usr/share/pixmaps/008_presentation_document.png .......T. /usr/share/pixmaps/009_presentation_template.png .......T. /usr/share/pixmaps/010_presentation_compressed.png .......T. /usr/share/pixmaps/011_global_document.png .......T. /usr/share/pixmaps/012_html_document.png .......T. /usr/share/pixmaps/013_chart_document.png .......T. /usr/share/pixmaps/014_database_document.png .......T. /usr/share/pixmaps/015_math_document.png .......T. /usr/share/pixmaps/016_template.png .......T. /usr/share/pixmaps/017_macrolibrary.png .......T. /usr/share/pixmaps/500_setup.png .......T. /usr/share/pixmaps/501_printeradmin.png .......T. /usr/share/pixmaps/ooo_calc.png .......T. /usr/share/pixmaps/ooo_draw.png .......T. /usr/share/pixmaps/ooo_gulls.png .......T. /usr/share/pixmaps/ooo_impress.png .......T. /usr/share/pixmaps/ooo_math.png .......T. /usr/share/pixmaps/ooo_printeradmin.png .......T. /usr/share/pixmaps/ooo_writer.png prelink: /usr/lib/firefox-1.5.0.9/updater: at least one of file's dependencies has changed since prelinking prelink: /usr/sbin/stunnel: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libwvstreams.so.3.75: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/fetchmail: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/sslswamp: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gconf-sanity-check-2: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnomevfs-cat: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnomevfs-copy: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnomevfs-info: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnomevfs-ls: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnomevfs-mkdir: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnomevfs-rm: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgnomevfs-2.so.0.800.2: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gnome-vfs-daemon: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libwnck-1.so.4.9.0: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/metacity: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/metacity-message: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/metacity-theme-viewer: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/metacity-window-demo: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libmetacity-private.so.0.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/metacity-dialog: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/ggv: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/ggv-postscript-viewer: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-pilot-make-password: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gpilot-install-file: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gpilotd-control-applet: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gpilotd-session-wrapper: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gpilot-applet: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gpilotd: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/sound-juicer: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgtkhtml-3.1.so.11.0.4: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libeel-2.so.2.8.1: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_bluebox: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_filter: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_fmac: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_frontends: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_name2layer: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_navigator_dialog: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_onion: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_player: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_plugins: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_wr_color_curve: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_wr_color_huesat: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_wr_color_levels: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/gimp/2.0/plug-ins/gap_wr_opacity: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/planner: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libplanner-1.so.0.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/X11R6/lib/libXaw3d.so.7.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libungif.so.4.1.3: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/magnifier: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/file-roller: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gnome-netstatus-applet: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gcalctool: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gfloppy: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-dictionary: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gnome-search-tool: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/gucharmap: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/zenity: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgucharmap.so.4.0.3: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/gdict-applet: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/NetworkManagerInfo: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/NetworkManagerNotification: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libgtksourceview-1.0.so.0.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/nautilus: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/nautilus-file-management-properties: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libnautilus-adapter.so.2.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libnautilus-extension.so.1.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libnautilus-private.so.2.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libnautilus.so.2.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/nautilus-adapter: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/nautilus-text-view: at least one of file's dependencies has changed since prelinking prelink: /usr/libexec/nautilus-throbber: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/nautilus-cd-burner: at least one of file's dependencies has changed since prelinking prelink: /usr/lib/libnautilus-burn.so.0.0.0: at least one of file's dependencies has changed since prelinking prelink: /usr/bin/nmap: at least one of file's dependencies has changed since prelinking ........? /usr/java/jre1.5.0_06/lib/images/icons/sun-java.png ........? /usr/java/jre1.5.0_06/lib/images/icons/sun-java_HighContrast.png ........? /usr/java/jre1.5.0_06/lib/images/icons/sun-java_HighContrastInverse.png ........? /usr/java/jre1.5.0_06/lib/images/icons/sun-java_LowContrast.png ........? /usr/java/jre1.5.0_06/plugin/desktop/sun_java.png ........? /usr/lib/firefox-1.5.0.7/icons/document.png ........? /usr/lib/firefox-1.5.0.7/icons/mozicon128.png prelink: /usr/lib/firefox-1.5.0.7/mozilla-xremote-client: at least one of file's dependencies has changed since prelinking ........? /usr/lib/firefox-1.5.0.7/searchplugins/amazondotcom.png ........? /usr/lib/firefox-1.5.0.7/searchplugins/answers.png ........? /usr/lib/firefox-1.5.0.7/searchplugins/creativecommons.png prelink: /usr/lib/firefox-1.5.0.7/updater: at least one of file's dependencies has changed since prelinking