Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disconecting users every 1 minute

Status
Not open for further replies.

e2685

IS-IT--Management
Apr 20, 2001
5
MX
I getting user disconecting every 1 minute, this goes one only on moday morning. I try to use idleout 2:00, but this still does not work, any ideas???
This is my crontab file

17 5 * * 0 /etc/cleanup > /dev/null
0 2 * * 0,4 /usr/lib/cron/logchecker
0 1 * * * /usr/bin/calendar -
3 3 * * * /usr/lib/cleantmp > /dev/null
1 3 * * * /etc/setclk -rd1800 > /dev/null 2>&1
5 * * * 1-6 /usr/lib/sa/sa2 -s 8:00 -e 18:01 -i 300 -A
0 4 * * 0 /etc/custom -V symlinks;# CUSTOM_SYMLINK_REPORT
0 0 * * 1-5 scosh cronsched -r
0 0 * * 1 scosh cronsched -wr
0 04 * * 0 /usr/local/vision/bin/visionfs checkpoint 1>/dev/null 2>/dev/console
10 1 * * 0-6 /usr/bin/idleout 30
30 5 * * 0-6 /usr/bin/idleout 0
0 7 * * 0-6 /usr/bin/idleout 1:30
30 8 * * 0-6 /usr/bin/idleout 1:00
0,5,10,15,20,25,30,35,40,45,50,55 * * * 1-6 /usr/lib/sa/sa1

thanks...
 
How are the users connected to the host ?

wyse terminals/ serial ?

tcp/tip connection ?



-Danny






 
The users are conected via TCP/IP using a terminal Program called TinyTerm, WYSE60
 
Tiny Term / Wyse60 emulation sounds very familar. We are using the same setup. Do I dare venture to guess what application you are running.

Anyways since it appears to be only happening on Mondays I would tend to think its Server related. Does the idle time time effect every user or just a few specific users.
(Sorry for all the questions, (I tring to norrrow down the possibilites)

-Danny
dcd@pop.mainstreet.net

-Danny






 
Yes it afects all users. I believ it's one of these command:
17 5 * * 0 /etc/cleanup > /dev/null
0 2 * * 0,4 /usr/lib/cron/logchecker
0 4 * * 0 /etc/custom -V symlinks;# CUSTOM_SYMLINK_REPORT
0 04 * * 0 /usr/local/vision/bin/visionfs checkpoint 1>/dev/null 2>/dev/console

because they are the only thing that are diferent from all the weekday.
Oh and my main apllication is Progress 7/Symix 4.
 
I am still thinking about this.

As a starting point I would edit (look over) each of the CRON scripts you have listed. Just to rule them out.



-Danny






 
How about changing the idleout 0 to something like idleout 10 to see if it is the line that is affected by whatever is happening. Or even idleout 5 if number of logins is critical. Anything other than the 0. Ed Fair
efair@atlnet.com

Any advice I give is my best judgement based on my interpretation of the facts you supply.

Help increase my knowledge by providing some feedback, good or bad, on any advice I have given.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top