 |
 |
Ident in Panther (7B85)
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jun 2003
Location: Canterbury UK
Status:
Offline
|
|
Hi all,
Has anyone managed to enable ident, which I use for IRC quite often, in 7B85 none of the old programs work. Has the code behind this changed. I guess there is still a way to enable it hopefully,
Thanks
Chris
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2001
Status:
Offline
|
|
Edit /etc/inetd.conf
Uncomment the last line (auth)
Restart inetd
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jun 2003
Location: Canterbury UK
Status:
Offline
|
|
sorry for actin like a noobie but which part is the comment heres the line
#auth stream tcp wait root /usr/libexec/identd identd -w -t120
which part shall i delete. And how do I restart ident,
Thanks in advance
Chris
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Sep 2000
Location: Boulder City, NV USA
Status:
Offline
|
|
The first character is the comment.
In the terminal type
ps -ax |grep inetd
This will give you something that looks like this.
289 ?? Ss 0:00.00 inetd
27982 std R+ 0:00.00 grep inetd
The first number here, in this case 289 is the inetd process number. This is the one you want to restart. The other process number is the process we used to find inetd. To restart intetd type:
kill -HUP 289
Where you substitute your process number for 289.
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: May 2001
Status:
Offline
|
|
Originally posted by spiney:
The first character is the comment.
In the terminal type
ps -ax |grep inetd
This will give you something that looks like this.
289 ?? Ss 0:00.00 inetd
27982 std R+ 0:00.00 grep inetd
The first number here, in this case 289 is the inetd process number. This is the one you want to restart. The other process number is the process we used to find inetd. To restart intetd type:
kill -HUP 289
Where you substitute your process number for 289.
We've had killall since Jag.
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jun 2003
Location: Canterbury UK
Status:
Offline
|
|
this really isnt my day
when i type that command all I am getting is this 439 std R+ 0:00.00 grep inetd
does this mean it is not running at all,
if so how do I start it?
Chris
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: May 2001
Status:
Offline
|
|
How about you wait until 8PM on October 24, and then ask for support on Panther?
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Apr 2001
Location: Capital city of the Empire State.
Status:
Offline
|
|
Originally posted by spiney:
The first character is the comment.
In the terminal type
ps -ax |grep inetd
Ummm, typo. Should be:
ps -ax | grep inetd
Note the space between the pipe and grep.
|
|
/mal
"I sentence you to be hanged by the neck until you cheer up."
MacBook Pro 15"/2.4 GHz Intel Core 2 Duo/4 GB DDR2 SDRAM/200 GB Hitachi HD/8x SuperDrive/Mac OS X 10.6.1
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: May 2001
Status:
Offline
|
|
Originally posted by malvolio:
Ummm, typo. Should be:
ps -ax | grep inetd
Note the space between the pipe and grep.
People who know little about pipes shouldn't point out non-existent errors.
Code:
user@host(43):~$ ps auwx | grep "top -uws5" | grep -v grep
root 25027 0.8 0.2 27732 836 p4 S+ Mon08PM 141:25.44 top -uws5
user@host(44):~$ ps auwx|grep "top -uws5"|grep -v grep
root 25027 0.0 0.2 27732 836 p4 S+ Mon08PM 141:25.69 top -uws5
user@host(45):~$ ps auwx| grep "top -uws5" |grep -v grep
root 25027 0.0 0.2 27732 836 p4 S+ Mon08PM 141:25.95 top -uws5
user@host(46):~$ ps auwx |grep "top -uws5"| grep -v grep
root 25027 0.0 0.2 27732 836 p4 S+ Mon08PM 141:26.51 top -uws5
user@host(47):~$
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|