Re: [Coder-Com] Unable to start server

2002-09-19 Thread Chris Crowther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 19 Sep 2002 9:14 pm, ChyeNW wrote: > Anybody knows why this happens ? Yes, you're running it as the superuser, ie root. Don't. Run it as some other user. Most servers run the ircd as irc. Makes sense when you think about it

Re: [Coder-Com] Unable to start server

2002-09-19 Thread Majdi S. Abbas
On Thu, Sep 19, 2002 at 01:14:20PM -0700, ChyeNW wrote: > bash-2.03$ ./ircd > ERROR: This server will not run as superuser. > bash-2.03$ > > Anybody knows why this happens ? Pretty much exactly why it says it does. Run ircd as a normal user, preferrably an account set aside for the pur

Re: [Coder-Com] Unable to start server

2002-09-19 Thread peter green
do it >From: Richard Smith <[EMAIL PROTECTED]> >To: ChyeNW <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [Coder-Com] Unable to start server >Date: Thu, 19 Sep 2002 17:33:11 +1200 > >On Friday, Sep 20, 2002, at 08:14 Pacific/Auckland, ChyeNW wrote

Re: [Coder-Com] Unable to start server

2002-09-18 Thread Kev
> using FreeBSD-3.2 > running ircu2.10.11, latest from CVS > > bash-2.03$ ./ircd > ERROR: This server will not run as superuser. > bash-2.03$ > > Anybody knows why this happens ? Maybe because the server doesn't want to run as the superuser? -- Kevin L. Mitchell <[EMAIL PROTECTED]>

Re: [Coder-Com] Unable to start server

2002-09-18 Thread Richard Smith
On Friday, Sep 20, 2002, at 08:14 Pacific/Auckland, ChyeNW wrote: > using FreeBSD-3.2 > running ircu2.10.11, latest from CVS > > bash-2.03$ ./ircd > ERROR: This server will not run as superuser. > bash-2.03$ > > Anybody knows why this happens ? > it is not recommended to run ircd as root, creat

[Coder-Com] Unable to start server

2002-09-18 Thread ChyeNW
using FreeBSD-3.2 running ircu2.10.11, latest from CVS bash-2.03$ ./ircd ERROR: This server will not run as superuser. bash-2.03$ Anybody knows why this happens ?