| Linode Forum https://forum.linode.com/ |
|
| Telnet localhost 25 test not working - SOLVED! https://forum.linode.com/viewtopic.php?f=19&t=3766 |
Page 2 of 2 |
| Author: | Bedevere [ Mon Dec 29, 2008 3:29 am ] |
| Post subject: | |
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! |
|
| Author: | seanmb [ Mon Dec 29, 2008 5:50 am ] |
| Post subject: | |
I found what was causing the error, in 'ifup' @ line 1033 it calls 'ip link ..." which fails. Code: # ip link set up dev lo 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 \ 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. |
|
| Author: | seanmb [ Mon Dec 29, 2008 4:14 pm ] |
| Post subject: | |
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. |
|
| Author: | Bedevere [ Tue Dec 30, 2008 11:15 am ] |
| Post subject: | |
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. |
|
| Author: | Bedevere [ Tue Dec 30, 2008 11:28 am ] |
| Post subject: | |
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. |
|
| Author: | freedom_is_chaos [ Wed Dec 31, 2008 9:08 am ] |
| Post subject: | |
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 |
|
| Page 2 of 2 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|