View Single Post

   
  #5 (permalink)  
Old 02-21-2008, 12:20 PM
Dances With Crows
 
Posts: n/a
Default Re: New telnetd installation produces error: login: Permission Denied

["Followup-To:" header set to comp.os.linux.misc.]
Mark Hobley staggered into the Black Sun and said:
> In alt.os.linux.gentoo J.O. Aho <user@example.net> wrote:
>> Why not use the xinted instead?

> I prefer inetd, it is less resource intesive, and I am using it on all
> of my other stations. I try and use the same software across all
> stations, where possible.
>> or why not use ssh?

> The ssh tool encrypts the network traffic making it difficult to
> analyse. I don't want encrypted traffic on the local area network.


Um... why would you need to analyze this traffic? Also, ssh, when set
up properly, is more *convenient* than telnet. Don't forget ssh's X11
forwarding capabilities, necessary since most modern X installs are
started with '-nolisten tcp'.

>> What do you get in the messages log file?

> This is a new installation, and the system logging mechanisms are not
> yet operational. I was hoping to fix this after fixing the remote
> access via telnet. I am new to Gentoo, so I am still learning how to
> configure it. I am currently working on getting the system loggine
> mechanisms operational.


Like section 9.a of the Gentoo Handbook says,
emerge syslog-ng
rc-update add syslog-ng default
/etc/init.d/syslog-ng start

....you should've done that or something similar during initial install.
The default syslog-ng config, located in /etc/conf.d/ , should get
you something sensible. Most of the config files for the init scripts
are in /etc/conf.d/ .

--
Sometimes I lie awake at night, and I ask, "Where have I gone wrong?"
Then a voice says to me, "This is going to take more than one night."
Charles M. Schulz (1922 - 2000), Charlie Brown in "Peanuts"
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Reply With Quote