Lost network device (2nd ip) after updates

Richard G

Verified User
Joined
Jul 6, 2008
Messages
14,193
Location
Maastricht
Last night I did some updates via yum, they were all perl updates.
May 4 02:49:35 server14 yum[21596]: Updated: 1:perl-Pod-Escapes-1.04-131.el6_4.x86_64
May 4 02:49:36 server14 yum[21596]: Updated: 3:perl-version-0.77-131.el6_4.x86_64
May 4 02:49:37 server14 yum[21596]: Updated: 1:perl-Module-Pluggable-3.90-131.el6_4.x86_64
May 4 02:49:37 server14 yum[21596]: Updated: 4:perl-libs-5.10.1-131.el6_4.x86_64
May 4 02:49:39 server14 yum[21596]: Updated: 1:perl-Pod-Simple-3.13-131.el6_4.x86_64
May 4 02:49:44 server14 yum[21596]: Updated: 4:perl-5.10.1-131.el6_4.x86_64
May 4 02:49:45 server14 yum[21596]: Updated: perl-IO-Compress-Base-2.020-131.el6_4.x86_64
May 4 02:49:46 server14 yum[21596]: Updated: 1:perl-Compress-Raw-Zlib-2.020-131.el6_4.x86_64
May 4 02:49:47 server14 yum[21596]: Updated: perl-IO-Compress-Zlib-2.020-131.el6_4.x86_64
May 4 02:49:48 server14 yum[21596]: Updated: perl-Compress-Zlib-2.020-131.el6_4.x86_64
May 4 02:49:49 server14 yum[21596]: Updated: 1:perl-IO-Zlib-1.09-131.el6_4.x86_64
May 4 02:49:51 server14 yum[21596]: Updated: 1:perl-Digest-SHA-5.47-131.el6_4.x86_64
May 4 02:49:52 server14 yum[21596]: Updated: 1:perl-ExtUtils-ParseXS-2.2003.0-131.el6_4.x86_64
May 4 02:49:53 server14 yum[21596]: Updated: perl-Test-Harness-3.17-131.el6_4.x86_64
May 4 02:49:58 server14 yum[21596]: Updated: 4:perl-devel-5.10.1-131.el6_4.x86_64
May 4 02:50:00 server14 yum[21596]: Updated: perl-ExtUtils-MakeMaker-6.55-131.el6_4.x86_64
May 4 02:50:01 server14 yum[21596]: Updated: 1:perl-Package-Constants-0.02-131.el6_4.x86_64
May 4 02:50:02 server14 yum[21596]: Updated: perl-Archive-Tar-1.58-131.el6_4.x86_64
May 4 02:50:03 server14 yum[21596]: Updated: perl-CPAN-1.9402-131.el6_4.x86_64
May 4 02:50:04 server14 yum[21596]: Updated: perl-ExtUtils-Embed-1.28-131.el6_4.x86_64
May 4 02:50:05 server14 yum[21596]: Updated: perl-Test-Simple-0.92-131.el6_4.x86_64
May 4 02:50:06 server14 yum[21596]: Updated: 1:perl-Parse-CPAN-Meta-1.40-131.el6_4.x86_64
This on both Centos 5.9 and Centos 6.x machines.

All have problems with network devices now. However I'm not 100% sure if this was caused by this update or maybe some other, just disovered it. Wasn't like this like week though.

The Centos 5.9 server has lost his second ip (I don't use manually made ifcfg-eth0:0 files for it. When restarting network, this error occurs:
Bringing up interface eth0: iwconfig: error while loading shared libraries: libiw.so.28: cannot open shared object file: No such file or directory
The eth0 interface does start, but eth0:0 which is created automatically by DA is not coming up again, neither when restarting DA.
The second ip is present in /usr/local/directadmin/data/admin/ips.

On the Centos 6.x servers, same problem, after restarting network, but another error occurs:
Bringing up interface eth0: RTNETLINK answers: Permission denied
In this case eth0 comes up also, but eth0:0 (the second ip in DA) is gone and won't come back.

Note: We did -not- change anything on ip configuration.

Anybody a clue on what's going wrong and how to fix this so erros are gone and second ip's are working again?
 
Fixed the error on the Centos 5.9 server by installing wireless-tools. I even wonder why that is needed because there is nothing wireless. However, the second ip still won't show.
 
Got the second ip's backup now by restarting startips.

So everythings fine again except for this error:
Bringing up interface eth0: RTNETLINK answers: Permission denied
 
Back
Top