Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2001 19:47:22 +0100
From:      setantae <setantae@submonkey.net>
To:        Humayun Ashraf <humayun@gotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Question...
Message-ID:  <20011026194722.A31393@rhadamanth>
In-Reply-To: <20011026064602.5553.qmail@meowmix.chek.com>; from humayun@gotmail.com on Fri, Oct 26, 2001 at 06:46:02AM -0000
References:  <20011026064602.5553.qmail@meowmix.chek.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 26, 2001 at 06:46:02AM -0000, Humayun Ashraf wrote:

> Oct 26 00:46:33 shell inetd[777]: /var/run/inetd.pid: Permission denied
> Oct 26 00:46:33 shell inetd[777]: ftp/tcp: bind: Permission denied
> Oct 26 00:46:33 shell inetd[777]: comsat/udp: bind: Permission denied
> Oct 26 00:46:33 shell inetd[777]: ntalk/udp: bind: Permission denied

These messages would indicate that you started inetd as a non-root user.

> Oct 26 00:53:13 shell inetd[783]: start: No such file or directory
> Oct 26 00:56:23 shell inetd[797]: /etc/inetd.conf: syntax error
> Oct 26 01:15:22 shell inetd[834]: /etc/inetd.conf: syntax error
> Oct 26 01:15:45 shell inetd[843]: /etc/inetd.conf: syntax error
> Oct 26 01:20:41 shell inetd[870]: /etc/inetd.conf: syntax error

As for these, there are certainly no errors in the inetd.conf you posted
(included below for the sake of the archive as it was under a different
thread), so I can only think that these were transient errors that you
may have entered in the file when you were trying to fix the other
problem, perhaps ??

Ceri

Humayun's /etc/inetd/conf :
# $FreeBSD: src/etc/inetd.conf,v 1.44.2.3 2000/10/04 07:58:51 kris Exp $
#
# Internet server configuration database
#
#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
#
ftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
comsat	dgram	udp	wait	tty:tty	/usr/libexec/comsat	comsat
ntalk	dgram	udp	wait	tty:tty	/usr/libexec/ntalkd	ntalkd
#
# IPv6 services
#
ftp	stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -l

Ceri

-- 
keep a mild groove on

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011026194722.A31393>