Author Topic: X-Chat  (Read 514 times)

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
X-Chat
« on: 22 September 2002, 13:38 »
Hey its the newbie again.
This time its about X-Chat. It says to install identd. i never had to do this on mirc wtf do i do what identd and where do i get it?

Just then i tried running an mIRC client in wine off my win partition and it said "couldnt lookup hostname.
I would prefer to use x chat tho.

Thanks in advance...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
X-Chat
« Reply #1 on: 22 September 2002, 21:12 »
What distrobution is it?
How are you trying to install it.... rpm??
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
X-Chat
« Reply #2 on: 23 September 2002, 12:19 »
Red hat 7.3, i already have X-Chat installed, i want to know what identd is so i can use X-chat

Ice-9

  • Member
  • **
  • Posts: 322
  • Kudos: 0
    • http://users.pandora.be/Ice9
X-Chat
« Reply #3 on: 23 September 2002, 22:04 »
If I remember correctly that was an option you could switch on and off in mIRC (Windows).
I looked in my XChat setup and couldn't find any mention of Identd.
Which network are you trying to connect to?
As I mentioned in another thread I have problems connecting with Efnet (and it's bugging me beyond belief now) but others have no problem.
He was sitting on a rock. He was barefoot. His feet were frosty with ice-nine .....

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
X-Chat
« Reply #4 on: 24 September 2002, 00:04 »
Do a "man identd".  In RedHat it is a service you start up. I personally turn identd off on all my servers. But if you need it then start it by typing:

# /sbin/service identd start

To make it start automatically at bootup type:

# /sbin/chkconfig identd on
Someone please remove this account. Thanks...

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
X-Chat
« Reply #5 on: 24 September 2002, 14:49 »
Is it a security risk to have it turned on?

Ice9: I saw your post before you said u cant connect to efnet well i cant connect to anything, all i want is DalNet...

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
X-Chat
« Reply #6 on: 24 September 2002, 16:12 »
Hey void main i just tried your thing and got this error

Code: [Select]

Keep in mind i am a major linux newbie... so dont laugh at my newbieness!

[ September 24, 2002: Message edited by: Doogee ]

[ September 24, 2002: Message edited by: Doogee ]


voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
X-Chat
« Reply #7 on: 24 September 2002, 19:26 »
Sorry, you have to be root to start/stop services. Try "su -" first (and type in root's password. Then run the commands mentioned.
Someone please remove this account. Thanks...