PDA

View Full Version : Strange error in custom Slackware app start


AndySchmitt
07-25-2008, 10:55 AM
Hi,

I've been trying to create a Slackware appliance using the steps described in http://forum.3tera.com/showthread.php?t=72. I think it's almost working. However, applogic_vma does not appear to start. Here's what I get:

Starting applogic_network...
Starting applogic_appliance...
Starting applogic_cca...
Starting applogic_vma...
TP_SSF.c(862): m_skt_wait(): Failed to wait for incoming connection, err=Bad file descriptor
TP_SSF.c(421): TP_SSF_thr(): status 47: Failed to listen for a new connection

Right after applogic_network is run, an ifconfig output shows this:

eth0 Link encap:Ethernet HWaddr f2:01:02:00:16:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth1 Link encap:Ethernet HWaddr f2:01:02:00:16:01
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth2 Link encap:Ethernet HWaddr f2:01:02:00:16:02
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth3 Link encap:Ethernet HWaddr f2:01:02:00:16:03
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth4 Link encap:Ethernet HWaddr f2:01:02:00:16:04
inet addr:10.16.22.1 Bcast:0.0.0.0 Mask:255.248.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:45 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2019 (1.9 KiB) TX bytes:0 (0.0 B)

gre0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:1476 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

tunl0 Link encap:IPIP Tunnel HWaddr
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)




So I know it's getting as far as creating the network devices. But past this, I'm in the dark. Any ideas?

PeterNic
07-25-2008, 11:26 AM
Andy, I'll get someone to look at this; they may contact you directly.

What is the grid version; which version of slackware are you using? what is the kernel version (uname -a); did you rebuild the kernel or any of its modules?

Regards,
-- Peter

AndySchmitt
07-25-2008, 12:14 PM
Answers to your questions:

Applogic version is 2.1.1.

Kernel version is 2.6.16.33-xenU (copied from a LINUX appliance based on the instructions).

I have not rebuilt the kernel or any of its modules.

PeterNic
08-01-2008, 01:11 PM
FYI: This was resolved through support a few days ago; the problem was incorrect order of starting the applogic_xxx services.