Hello all,
Lately, I've been getting the following error when I try to install the nx.x86_64 package with yum:
error: unpacking of archive failed on file /usr/lib/NX: cpio: rename
The package never gets installed so I get this error every time I run yum. Does anybody know how to resolve this?
Thank you, Michael
On Nov 18, 2007 4:38 AM, Michael Velez mikev777@hotmail.com wrote:
Hello all,
Lately, I've been getting the following error when I try to install the nx.x86_64 package with yum:
error: unpacking of archive failed on file /usr/lib/NX: cpio: rename
The package never gets installed so I get this error every time I run yum. Does anybody know how to resolve this?
Thank you, Michael
On an x86_64 system, /usr/lib/NX is a symlink like:
$ ls -ld /usr/lib/NX lrwxrwxrwx 1 root root 11 Oct 20 13:31 /usr/lib/NX -> ../lib64/NX
What do you see there?
Akemi
Lately, I've been getting the following error when I try to install the nx.x86_64 package with yum:
error: unpacking of archive failed on file /usr/lib/NX: cpio: rename
The package never gets installed so I get this error every
time I run yum.
Does anybody know how to resolve this?
Thank you, Michael
On an x86_64 system, /usr/lib/NX is a symlink like:
$ ls -ld /usr/lib/NX lrwxrwxrwx 1 root root 11 Oct 20 13:31 /usr/lib/NX -> ../lib64/NX
What do you see there?
Akemi
Thank you for responding. Here is the output of two ls commands:
$ ls -ld /usr/lib/NX drwxr-xr-x 3 root root 4096 Jun 7 05:30 /usr/lib/NX
$ ls -ld /usr/lib64/NX ls: /usr/lib64/NX: No such file or directory
On Nov 18, 2007 12:51 PM, Michael Velez mikev777@hotmail.com wrote:
Lately, I've been getting the following error when I try to install the nx.x86_64 package with yum:
error: unpacking of archive failed on file /usr/lib/NX: cpio: rename
The package never gets installed so I get this error every
time I run yum.
Does anybody know how to resolve this?
Thank you, Michael
On an x86_64 system, /usr/lib/NX is a symlink like:
$ ls -ld /usr/lib/NX lrwxrwxrwx 1 root root 11 Oct 20 13:31 /usr/lib/NX -> ../lib64/NX
What do you see there?
Akemi
Thank you for responding. Here is the output of two ls commands:
$ ls -ld /usr/lib/NX drwxr-xr-x 3 root root 4096 Jun 7 05:30 /usr/lib/NX
$ ls -ld /usr/lib64/NX ls: /usr/lib64/NX: No such file or directory
It looks as if your CentOS is 32-bit. What is:
uname -mr
If it is i686, you should not be installing nx for x86_64. If it is x86_64, then you should not have /usr/lib/NX to begin with.
Akemi
It looks as if your CentOS is 32-bit. What is:
uname -mr
If it is i686, you should not be installing nx for x86_64. If it is x86_64, then you should not have /usr/lib/NX to begin with.
Akemi
My Centos is x86_64. I've had this machine for 3 years now.
output of uname -mr is
2.6.18-8.1.14.el5 x86_64
I did an rpm -ql on nx and it does look like I have the 386 package installed. Should I just remove iot and install the x86_64?
Michael
On Nov 18, 2007 2:21 PM, Michael Velez mikev777@hotmail.com wrote:
It looks as if your CentOS is 32-bit. What is:
uname -mr
If it is i686, you should not be installing nx for x86_64. If it is x86_64, then you should not have /usr/lib/NX to begin with.
Akemi
My Centos is x86_64. I've had this machine for 3 years now.
output of uname -mr is
2.6.18-8.1.14.el5 x86_64
I did an rpm -ql on nx and it does look like I have the 386 package installed. Should I just remove iot and install the x86_64?
Michael
Yes, remove the i386 version. And you may need to delete the /usr/lib/NX directory as well (if that is not removed automatically).
Akemi
My Centos is x86_64. I've had this machine for 3 years now.
output of uname -mr is
2.6.18-8.1.14.el5 x86_64
I did an rpm -ql on nx and it does look like I have the 386 package installed. Should I just remove iot and install the x86_64?
Michael
Yes, remove the i386 version. And you may need to delete the /usr/lib/NX directory as well (if that is not removed automatically).
Akemi
That did it. Thanks.
Michael