Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject:
PostPosted: Mon Dec 29, 2008 3:29 am 
Offline
Senior Newbie

Joined: Fri Dec 26, 2008 7:22 pm
Posts: 19
Website: http://oi-guild.com
Yahoo Messenger: Godofwarny
AOL: godofwarny
Location: NYC
SuSE is wireless happy. They insist on adding all sorts of wireless functionality to a server.

We might have to take this over to the Novell people. At least I have a support contract with them!


Top
   
 Post subject:
PostPosted: Mon Dec 29, 2008 5:50 am 
Offline
Newbie

Joined: Mon Dec 29, 2008 1:56 am
Posts: 3
I found what was causing the error, in 'ifup' @ line 1033 it calls 'ip link ..." which fails.

Code:
# ip link set up dev lo
RTNETLINK answers: Invalid argument


Have not been able to discover the reason for the failure. This line is suppose to bring up the interface. 'ifconfig $INTERFACE up' will also bring up the interface.

Until I get a real fix for 'ip link set ...", I have changed the following starting at line 1033 in /sbin/ifup

Code:
         #if ! ip link set up dev $INTERFACE \
         #        ${LLADDR:+address $LLADDR} $LINK_OPTIONS; then
         # 'ip link set' is broken using ifconfig SB
         if ! ifconfig $INTERFACE up; then


This gets me a lo and starts eth0 at the proper location. (Eth0 was also failing initially, then kick-started in the DHCP section a bit later.)

In setting up eth0 there is one other location that "ip ..." will fail. But it is not currently causing me an issue so I will not look into that until later.

I going to be submitting a ticket with Linode to get this looked at, I believe it is a problem specific to the linode build as I do not see the issue on other systems that I have with SUSE 11.0 on them.


Top
   
 Post subject:
PostPosted: Mon Dec 29, 2008 4:14 pm 
Offline
Newbie

Joined: Mon Dec 29, 2008 1:56 am
Posts: 3
This seems to be an issue with the 'Latest 2.6 Series (2.6.18.8-linode10)' kernel.

Mike from Linode support suggested that I try rebooting with '2.6.27.4-linode14' as the kernel selected. With this kernel, startup scripts look to be working as expected.


Top
   
 Post subject:
PostPosted: Tue Dec 30, 2008 11:15 am 
Offline
Senior Newbie

Joined: Fri Dec 26, 2008 7:22 pm
Posts: 19
Website: http://oi-guild.com
Yahoo Messenger: Godofwarny
AOL: godofwarny
Location: NYC
seanmb wrote:
This seems to be an issue with the 'Latest 2.6 Series (2.6.18.8-linode10)' kernel.

Mike from Linode support suggested that I try rebooting with '2.6.27.4-linode14' as the kernel selected. With this kernel, startup scripts look to be working as expected.


No other issues around the different kernel?

BTW good find there.


Top
   
 Post subject:
PostPosted: Tue Dec 30, 2008 11:28 am 
Offline
Senior Newbie

Joined: Fri Dec 26, 2008 7:22 pm
Posts: 19
Website: http://oi-guild.com
Yahoo Messenger: Godofwarny
AOL: godofwarny
Location: NYC
I switched kernels and rebooted and lo came up perfectly. Thanks for sharing that info!

BTW: I like how if you launch the ajax console before booting you can watch the boot process.


Top
   
 Post subject:
PostPosted: Wed Dec 31, 2008 9:08 am 
Offline
Senior Member

Joined: Fri Sep 12, 2008 3:17 am
Posts: 166
Website: http://independentchaos.com
Bedevere wrote:
BTW: I like how if you launch the ajax console before booting you can watch the boot process.


You should be able to do that as well if you ssh to your linodeIDHERE@HOSTXX.linode.com


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group