Quote:
Originally Posted by twobob
[root@kindle myts]# ./myts
Segmentation fault
[root@kindle myts]# ./myts.sh
sh: kill: unknown operand
mknod: /var/tmp/myts.special: File exists
[root@kindle myts]# ./myts.sh kill
killall: myts: no process killed
killall: myts: no process killed
[root@kindle myts]# ./myts.sh 1
mknod: /var/tmp/myts.special: File exists
^C./myts.sh: line 21: cannot create /var/tmp/myts.special: Interrupted system call
Any ideas anyone?
I would hate to get locked out right now...
EDIT: Ha now its hung Launchpad. pfft. doh. etc.
|
Read: myts.sh
It is written to assume that if myts is not running;
then the special file needs to be made.
Rather than test if the special file exists before making it.
Duh...
Try removing: /var/tmp/myts.special
and then see if you can start it.