I tried:
sudo kill 582 7007 7556 30951
sudo killall mis
As niter3 noted, *.bbi files don't work in bbslist.mps anymore after that last update. Gryphon's gy-blam.mps & node2bbi.mps appear to work fine though (and use the same *.bbi files). Were there changes to MPL?
Also my BBS hung again under mis. Doing ps -ef | grep mis I see:
I tried:
sudo kill 582 7007 7556 30951
sudo killall mis
do a kill -9 proc_id
On 09/09/17, niter3 said the following...
I tried:
sudo kill 582 7007 7556 30951
sudo killall mis
do a kill -9 proc_id
Too late, switched back to mis2 :P Oddly I still see mis multiplying:
pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:13 ./mis2 DAEMON
pi 25296 25294 0 08:04 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
No Idea why or what that is doing. Time to experiment I guess. Hmmm, pi@npie:~ $ sudo killall mis
pi@npie:~ $ s
pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEMON
pi 25653 25651 0 08:07 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
pi@npie:~ $ sudo kill -9 9708 12449 17262
pi@npie:~ $ s
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEMON
pi 25866 25864 0 08:08 pts/13 00:00:00 grep mis
pi 29348 1 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 1 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 1 0 Sep08 ? 00:00:45 ./mis -d
Well, that works. The real question is what is going on? Why aren't they 'Zombie' tasks and killed by the OS? Taking a lot of time, mystic is now the top of top taking 99-100% of the CPU. I guess I'll kill -9 a couple more. Still top, but it is a BBS so it should be top I guess.
On 09/09/17, niter3 said the following...
I tried:
sudo kill 582 7007 7556 30951
sudo killall mis
do a kill -9 proc_id
Too late, switched back to mis2 :P Oddly I still see mis multiplying: pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:13 ./mis2 DAEMON
pi 25296 25294 0 08:04 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
No Idea why or what that is doing. Time to experiment I guess. Hmmm, pi@npie:~ $ sudo killall mis
pi@npie:~ $ s
pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEMON
pi 25653 25651 0 08:07 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
pi@npie:~ $ sudo kill -9 9708 12449 17262
pi@npie:~ $ s
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEMON
pi 25866 25864 0 08:08 pts/13 00:00:00 grep mis
pi 29348 1 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 1 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 1 0 Sep08 ? 00:00:45 ./mis -d
Well, that works. The real question is what is going on? Why aren't t 'Zombie' tasks and killed by the OS? Taking a lot of time, mystic is the top of top taking 99-100% of the CPU. I guess I'll kill -9 a coup more. Still top, but it is a BBS so it should be top I guess.
Looks like mis is locking up.. Not sure what's going on here. Do you run
a script to restart mis? I wonder if it's your script at fault?
On 09/09/17, niter3 said the following...
On 09/09/17, niter3 said the following...
I tried:
sudo kill 582 7007 7556 30951
sudo killall mis
do a kill -9 proc_id
Too late, switched back to mis2 :P Oddly I still see mis multipl pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:13 ./mis2 DAEMON
pi 25296 25294 0 08:04 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
No Idea why or what that is doing. Time to experiment I guess. H pi@npie:~ $ sudo killall mis
pi@npie:~ $ s
pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEMON
pi 25653 25651 0 08:07 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
pi@npie:~ $ sudo kill -9 9708 12449 17262
pi@npie:~ $ s
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEMON
pi 25866 25864 0 08:08 pts/13 00:00:00 grep mis
pi 29348 1 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 1 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 1 0 Sep08 ? 00:00:45 ./mis -d
Well, that works. The real question is what is going on? Why are 'Zombie' tasks and killed by the OS? Taking a lot of time, mysti the top of top taking 99-100% of the CPU. I guess I'll kill -9 a more. Still top, but it is a BBS so it should be top I guess.
Looks like mis is locking up.. Not sure what's going on here. Do you a script to restart mis? I wonder if it's your script at fault?
Pretty sure it is the script not catching that the proc is already
running properly.
Looks like mis is locking up.. Not sure what's going on here. Do you run
a script to restart mis? I wonder if it's your script at fault?
On 09/09/17, Pequito said the following...
On 09/09/17, niter3 said the following...
On 09/09/17, niter3 said the following...
I tried:
sudo kill 582 7007 7556 30951
sudo killall mis
do a kill -9 proc_id
Too late, switched back to mis2 :P Oddly I still see mis mu pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:13 ./mis2 DAEM pi 25296 25294 0 08:04 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
No Idea why or what that is doing. Time to experiment I gue pi@npie:~ $ sudo killall mis
pi@npie:~ $ s
pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEM pi 25653 25651 0 08:07 pts/13 00:00:00 grep mis
pi 29348 12449 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 12449 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 12449 0 Sep08 ? 00:00:45 ./mis -d
pi@npie:~ $ sudo kill -9 9708 12449 17262
pi@npie:~ $ s
pi 24593 1 0 Sep08 ? 00:00:14 ./mis2 DAEM pi 25866 25864 0 08:08 pts/13 00:00:00 grep mis
pi 29348 1 0 Sep08 ? 00:00:46 ./mis -d
pi 29350 1 0 Sep08 ? 00:00:47 ./mis -d
pi 29723 1 0 Sep08 ? 00:00:45 ./mis -d
Well, that works. The real question is what is going on? Wh 'Zombie' tasks and killed by the OS? Taking a lot of time, the top of top taking 99-100% of the CPU. I guess I'll kill more. Still top, but it is a BBS so it should be top I gues
Looks like mis is locking up.. Not sure what's going on here. Do a script to restart mis? I wonder if it's your script at fault?
Pretty sure it is the script not catching that the proc is already running properly.
best to verify the semaphore directory is correct. path, capital
letters, etc.
No script to restart, that's the odd part. I did use a script on older versions (pre-A35), but stopped on A35. It's not a script and all the versions of mis are dead (not working) when that happens. I can kill them with -9 and start mis -d normally and things work till it happens again.
I moved telnet back to mis2 and left binkp and other stuff on mis and
it's worked over a day that way on the Pi (first time with any A35 version). mis2 is doing telnet and rlogin and seems stable. No mis
copies running or hanging around.
honestly, i wouldnt spend that much effort on mis. g00r00 wants to get
tod of it entirely.
I tried:
sudo kill 582 7007 7556 30951
sudo killall mis
do a kill -9 proc_id
Too late, switched back to mis2 :P Oddly I still see mis multiplying:
pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
Just a note: Never ever kill -9 anything with Mystic unless you
absolutely have to. It will corrupt data files and leave BUSY files everywhere. It doesn't allow the software to shutdown properly whereas just using KILL without the -9 will send the proper termination to
Mystic, allowing it to stop gracefully.
niter3 wrote to g00r00 <=-
The only reason i suggested this is becausr kill pid wasnt working. his work around was a reboot.
Just a note: Never ever kill -9 anything with Mystic unless you
absolutely have to. It will corrupt data files and leave BUSY files everywhere. It doesn't allow the software to shutdown properly whereas just using KILL without the -9 will send the proper termination to
Mystic, allowing it to stop gracefully.
Too late, switched back to mis2 :P Oddly I still see mis multiplying: pi 9708 1 0 Sep08 ? 00:01:01 ./mis -d
pi 12449 1 0 Sep08 ? 00:00:10 ./mis -d
pi 17262 12449 0 Sep08 ? 00:00:41 ./mis -d
As I said a few times before, are you SURE you're not running a script someone gave you or a cron?
Its not possible for a program to start itself. You have to be instructing the computer to start it.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 163:33:51 |
Calls: | 2,076 |
Calls today: | 2 |
Files: | 11,137 |
Messages: | 947,148 |