Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Problems with Panther? - setgroups: Operation not permitted' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Problems with Panther? - setgroups: Operation not permitted
Authored by: morgion on Oct 25, '03 01:44:27PM

Oops, my bad. Not only did I accidentally start inetd as a non-root user, but inetd isn't even running by default on Panther; xinetd is!

But there are still problems; now when I try % telnet gogeek_smtp 50025, I get the following:

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
... and after a short (3-4 second) delay...
Connection closed by foreign host.

Mail.app still can't connect to gogeek_smtp.



[ Reply to This | # ]
Problems with Panther? - setgroups: Operation not permitted
Authored by: nyarlathotep on Jan 24, '04 11:02:18PM

I don't remember if I did anything diffrently when I set up this trink under Panter, the basic idea still works flawlessly for me. I think /etc/inetd.con is still used, so you don't need to learn the config file formats of xinetd unless you want to.



[ Reply to This | # ]
Problems with Panther? - setgroups: Operation not permitted
Authored by: marcmac on Feb 04, '04 04:25:41AM

I just got this working in Panther. I found that the server wasn't connecting to the mail server at all, because the root user (as whom xinetd was launching ssh) was failing on a host key check.

I did sudo su -, then as root ran the ssh command by hand, told it to add the key to the known hosts, etc - and once the root user was able to log in without interaction, I didnt' have any more problems.

(One other stupid problem I had - my mail server was refusing to relay mail from 127.0.0.1)



[ Reply to This | # ]