Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

telnet problem

  • 01-07-2001 10:33pm
    #1
    Registered Users, Registered Users 2 Posts: 2,518 ✭✭✭


    have a machine running suse here and I cant seem to telnet into it. The message I get back is "telnetd:getnameinfo"

    I'm guessing this is somthing to do with the telnet daemon being configured incorrectly; any ideas about it?


Comments

  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Hehe, I was just about to post the same thing.
    Suse 7.1 - same message.
    Can't FTP into it either but Apache seems to be running fine.


  • Closed Accounts Posts: 599 ✭✭✭toil


    apache = Web server...runs program to have web pages on a machine.

    ftp has it's on service(or program)

    from the error msg telnetd:getnameinfo
    i'd guess somethign wrong with DNS server?
    anyone?


  • Registered Users, Registered Users 2 Posts: 6,265 ✭✭✭MiCr0




  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Yah I know they are diff services but aren't they all run under the same daemon? inetd?


  • Registered Users, Registered Users 2 Posts: 521 ✭✭✭Ronin


    smile.gif..dahamsta I know exactly how to configure box's..

    most people won't deviate from the standard setup, so they won't attempt to run stuff via inetd/xinetd unless they know why they are doing so.

    ftp and telnet are examples because as you said they aren't required to run all the time.

    What I meant was that you can call things like sshd and httpd from command while things like ftp and intelnet.d are mostly called via inetd/xinetd so if you change anything in conf files then you need to HUP/restart inetd/xinetd to get it to pick up said changes.

    But then you could also run stuff via inittab as well. say ncftpd for example.

    Ro (who wishs that we'd a 2nd wireless nic basestation to move work outside for the day.)


    [This message has been edited by Ronin (edited 02-07-2001).]


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,518 ✭✭✭Hecate


    its ok its fixed now.

    I just had to restart inetd using killall -HUP inetd and it telnet started working properly.

    ssh isnt much of a priority since the box isnt physically connected to the internet.

    [This message has been edited by Hecate (edited 02-07-2001).]


  • Registered Users, Registered Users 2 Posts: 521 ✭✭✭Ronin


    Eh apache has its own daemon called httpd, things like telnet and ftp are run via inetd or xinetd, ssh has its own daemon called sshd.

    Hec you should be running ssh rather then telnet smile.gif..

    Ro


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    <font face="Verdana, Arial" size="2">Eh apache has its own daemon called httpd, things like telnet and ftp are run via inetd or xinetd, ssh has its own daemon called sshd.</font>

    Well, it depends on the setup Ronin. A system can be running everything though inetd/xinetd, but it could also be running httpd, telnetd, ftpd, and sshd. It's unlikely that httpd would be run through inetd for performance reasons, but it's not impossible. Also, when services are run through inetd, they're still using the daemons, they're just not running all the time.
    <font face="Verdana, Arial" size="2">Hec you should be running ssh rather then telnet smile.gif..</font>

    True. No-one should be using telnet/telnetd anymore.

    adam


Advertisement