network connection dying after an uptime of a day or two days


 
Thread Tools Search this Thread
Special Forums IP Networking network connection dying after an uptime of a day or two days
# 1  
Old 09-15-2009
network connection dying after an uptime of a day or two days

hie guys

I am running fedora 6 on remote machines which are connecting to my server. The remote machines connect through one machine (more like my router) to the server. The problem i am having is that the remote machines are suppose to be reporting in real time mode to the server. Most of these are having the network connection dying thus making it impossible for me to secure shell into them. I can only revive them after someone reboots them manually. What could be causing this?

thanx for your replies in advance
# 2  
Old 09-15-2009
Do you have any logs - like from the "router" box? or the server? From one of the clients? What errors do you see?

Your description is kind of vague at this point.
# 3  
Old 09-18-2009
the logs from the routing machine

hie
Pliz find below the logs from the routing machine (i have tried to make it simpler). The remote machine is named 1236521

here its still connecting to the routing machine
--
2646223760-Client #1236521 [9] has "barcode": '192.168.20.144'
2646223760-INFO: Sending media #13669 to client #1236521
2646223760-skipping file checks
2646223760-connecting to Live Media [9] 192.168.20.144
== 20090918 08:36:40 ==
--
2625244048-Client : 1236521 Index 9
3034348432-thread created
--
2656730000-successful ads instruction - GSM Info : 192.168.20.144
2656730000-Client : 1236521 Index 24
2656730000-Waiting for initial connection FD_ISSET
2656730000-connected to 192.168.20.144 to send through an GSM Info message sending through sig strength23
3034348432-thread created
--
2583284624-sent 'ready' back to 192.168.20.144
2583284624-datalen = 32
--
2583284624-SerialNumber==1236521
2583284624-successful Lmedia register

this is where it would have lost its connection

--
2646223760-INFO: Client no. 9 hasn't registered its ip with us yet
2646223760-ERROR: Unable to send media file #13669 to LM client #1236521
2646223760-TRIVIA: can't send media to Client [9] #1236521: client has no registered ip (ie hasn't responded to broadcast request yet)
2646223760-NOTICE: default media playlist for [4] exists : 4
--
2661628560-connect failed:No route to host
2661628560-couldn't connect to '192.168.20.144' to send through an GSM Info message
--
2970672016-looking up tmpSerialID = 1236521
2970672016-failed to find serial number in client list
--
2970672516-looking up tmpSerialID = 1236521
2970672516-failed to find serial number in client list
--
2986730000-connect failed:No route to host
2986730000-couldn't connect to '192.168.20.144'
2986730000-ERROR: Unable to send media file #1293 to LM client #1236521
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to test the current days to compare a given day?

Hi, I tested this : #!/bin/bash set +x CurrentDay=$(date +'%a') (Fri) on my server Fri=$(date -d "Friday" | awk '{print $1}') Sat=$(date -d "Saturday" | awk '{print $1}') if ] ; then echo "ok" ; else echo "ok" ; fi But the output tell me always "ok" why?! Thanks in advance :b: (5 Replies)
Discussion started by: Arnaudh78
5 Replies

2. Solaris

Solaris Network Connection

Hi, Recently we faced awkward situation where we cannot connect to Oracle DB that hosted in Solaris server intermittently and it timeout eventually. The server seems fine. We can putty to server like normal but when try do prstat, it takes time and come out Please Wait.. for a while. When we go... (1 Reply)
Discussion started by: tharmendran
1 Replies

3. Shell Programming and Scripting

Can i get the previous/next days date of a selected day

Ok, the title is confusing i know, but it is a weird question. I have a bash script running on Centos5.8 and want to find a better way to do some date manipulation. What i am trying to do is get 3 days of files (day before, that day, and day after), concatenate the three files and pass them on... (2 Replies)
Discussion started by: oly_r
2 Replies

4. Solaris

network connection failing

hi, I'm setting up a home lab and I am having problems keeping my connection open on putty. every time i leave it for about 10 seconds and come back I keep having to re-connect. I'm more of a AIX person and trying to get more fimilar with Sun but some of the commands I am trying to run to diag... (2 Replies)
Discussion started by: vpundit
2 Replies

5. Shell Programming and Scripting

KSH script Not working (calculate days since 1/1/2000 given day 4444)

I am unable to get this KSH script to work. Can someone help. I've been told this should work with KSH93. Which I think I have on Solaris 10. If I do a grep -i version /usr/dt/bin/dtksh I get @(#)Version M-12/28/93d @(#)Version 12/28/93 @(#)Version M-12/28/93 This is correct for... (5 Replies)
Discussion started by: thibodc
5 Replies

6. Linux

Network connection

Hi, I installed linux Fedora on a virtual machine, but the network connection is not working. All firewalls are off. Any ideas what is the problem? I am using WiFi. Thanks in advance! Regards, Atanas (2 Replies)
Discussion started by: apenkov
2 Replies

7. Shell Programming and Scripting

Extract the uptime from the output of the uptime command

Hi! I want to extract the uptime from the output of the uptime command. The output: 11:53 up 3:02, 2 users, load averages: 0,32 0,34 0,43 I just need the "3:02" part. How can I do this? Dirk (6 Replies)
Discussion started by: Dirk Einecke
6 Replies

8. Solaris

Why network connection is down?

Hello colleague, Development department is deploying some applications on solaris machine but hence all connection goes down. Our all network connection files are correct but we can't connect with our gw. Only we can ping localhost and assigned ip address. I don't want to reboot for... (4 Replies)
Discussion started by: getrue
4 Replies

9. AIX

reset the counter days for uptime command

hello, i send the uptime command in the AIX and the days that is UP 14652 days this is around 40 years, today is with the correct date&time, hos can I reset the counter days? somebody can help me? regards (3 Replies)
Discussion started by: timflr
3 Replies

10. Shell Programming and Scripting

Deleting / finding files older than X days missess a day

Hi When trying to find and delete files which are, say, 1 day, the find command misses a day. Please refer the following example. xxxd$ find . -type f -ctime +1 -exec ls -ltr {} \; total 64 -rw-rw-r-- 1 oracle xxxd 81 Apr 30 11:25 ./ful_cfg_tmp_20080429_7.dat -rw-rw-r-- 1... (4 Replies)
Discussion started by: guruparan18
4 Replies
Login or Register to Ask a Question