Re: problem ftpd

1997-04-27 Thread Perry Piplani
On Wed, 23 Apr 1997, Comet Mercantile wrote:

> 
> 
> On 22 Apr 1997, Rob Browning wrote:
> 
> > Comet Mercantile <[EMAIL PROTECTED]> writes:
> > 
> > > I can't login into my box the ftpd denies access to everyone! I check the
> > > files /etc/hosts.deny /etc/hosts.allow /etc/ftpd/ftpaccess and they are
> > > all fine! what else could it be? I am using wu-ftpd..
> > 
> > Could this be the problem caused by a recent revision of the cvs
> > package?  It deleted all the entries in /etc/inetd.conf.  See if yours
> > is mostly empty.
> Nope  it looks pretty normal to me here is what it looks like
>[inetd.conf snipped]

Could it be that your users' shells are not listed in /etc/shells?? ftpd
doesn't like that and denies access, at least on my systems.



Perry
--
If red tape were nutritious, we could feed the world.

Perry Piplanihttp://perrypip.netservers.com
[EMAIL PROTECTED]   http://www.netservers.com


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem ftpd

1997-04-25 Thread Peter Tobias
In article <[EMAIL PROTECTED]> you wrote:
> I can't login into my box the ftpd denies access to everyone! I check the
> files /etc/hosts.deny /etc/hosts.allow /etc/ftpd/ftpaccess and they are
> all fine! what else could it be? I am using wu-ftpd..

You probably used ftpshut. This program will create a "shutmsg"
file in the /etc/ftpd directory. If this file is present no users
can login. To solve the problem just remove the /etc/ftpd/shutmsg
file. The filename can be different if you modified your ftpd
configuration, just look for the "shutdown" keyword in the
/etc/ftpd/ftpaccess file.


Thanks,

Peter

-- 
 Peter TobiasEMail:
 Fachhochschule Ostfriesland [EMAIL PROTECTED]
 Fachbereich Elektrotechnik und Informatik   [EMAIL PROTECTED]
 Constantiaplatz 4, 26723 Emden, Germany [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem ftpd

1997-04-23 Thread Comet Mercantile
Yeap it looks just fine! :(

On 23 Apr 1997, Rob Browning wrote:

> Comet Mercantile <[EMAIL PROTECTED]> writes:
> 
> > Hope this helps! its very annoying and I haven't really done any changes
> > for this to have happenned! I am using BO btw maybe thats it. 
> 
> Hmm, it looks OK to me too.  Did you check the /etc/shells problem
> that others mentioned...
> 
> -- 
> Rob
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem ftpd

1997-04-23 Thread Rob Browning
Comet Mercantile <[EMAIL PROTECTED]> writes:

> Hope this helps! its very annoying and I haven't really done any changes
> for this to have happenned! I am using BO btw maybe thats it. 

Hmm, it looks OK to me too.  Did you check the /etc/shells problem
that others mentioned...

-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem ftpd

1997-04-23 Thread Comet Mercantile


On 22 Apr 1997, Rob Browning wrote:

> Comet Mercantile <[EMAIL PROTECTED]> writes:
> 
> > I can't login into my box the ftpd denies access to everyone! I check the
> > files /etc/hosts.deny /etc/hosts.allow /etc/ftpd/ftpaccess and they are
> > all fine! what else could it be? I am using wu-ftpd..
> 
> Could this be the problem caused by a recent revision of the cvs
> package?  It deleted all the entries in /etc/inetd.conf.  See if yours
> is mostly empty.
Nope  it looks pretty normal to me here is what it looks like
# /etc/inetd.conf:  see inetd(8) for further informations.
#
# Internet server configuration database
#
#
# Lines starting with "#:LABEL:" or "##" should not
# be changed unless you know what you are doing!
#
# Packages should modify this file by using update-inetd(8)
#
#   
#
#:INTERNAL: Internal services
#echo   stream  tcp nowait  rootinternal
#echo   dgram   udp waitrootinternal
#chargenstream  tcp nowait  rootinternal
#chargendgram   udp waitrootinternal
discard stream  tcp nowait  rootinternal
discard dgram   udp waitrootinternal
daytime stream  tcp nowait  rootinternal
daytime dgram   udp waitrootinternal
timestream  tcp nowait  rootinternal

timedgram   udp waitrootinternal

#:STANDARD: These are standard services.
##ftp   stream  tcp nowait  root/usr/sbin/tcpd
/usr/sbin/in.ftp
d
telnet  stream  tcp nowait  root/usr/sbin/tcpd
/usr/sbin/in.tel
netd
ftp stream  tcp nowait  root/usr/sbin/tcpd
/usr/sbin/wu-ftp
d

#:BSD: Shell, login, exec and talk are BSD protocols.
shell   stream  tcp nowait  root/usr/sbin/tcpd
/usr/sbin/in.rsh
d
login   stream  tcp nowait  root/usr/sbin/tcpd
/usr/sbin/in.rlo
gind
execstream  tcp nowait  root/usr/sbin/tcpd
/usr/sbin/in.rex
ecd
talkdgram   udp waitroot/usr/sbin/tcpd
/usr/sbin/in.tal
kd
ntalk   dgram   udp waitroot/usr/sbin/tcpd
/usr/sbin/in.nta
lkd

#:MAIL: Mail, news and uucp services.

#:INFO: Info services
finger  stream  tcp nowait  nobody  /usr/sbin/tcpd
/usr/sbin/in.fin
gerd
ident   stream  tcp nowait  nobody  /usr/sbin/identd
identd -
i

#:BOOT: Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers."
#tftp   dgram   udp waitnobody  /usr/sbin/tcpd
/usr/sbin/in.tft
pd /boot
#bootps dgram   udp waitroot/usr/sbin/bootpd
bootpd -
i -t 120

#:RPC: RPC based services
#mountd/1   dgram   rpc/udp waitroot/usr/sbin/tcpd
/usr/sbin/rpc.mo
untd
#rstatd/1-3 dgram   rpc/udp waitroot/usr/sbin/tcpd
/usr/sbin/rpc.rs
tatd
#rusersd/2-3dgram   rpc/udp waitroot/usr/sbin/tcpd
/usr/sbin/rpc.ru
sersd
#walld/1dgram   rpc/udp waitroot/usr/sbin/tcpd
/usr/sbin/rpc.rw
alld

#:HAM-RADIO: amateur-radio services

#:OTHER: Other services

smtpstream  tcp nowait  root/usr/sbin/tcpd  /usr/sbin/in.smtpd

Hope this helps! its very annoying and I haven't really done any changes
for this to have happenned! I am using BO btw maybe thats it. 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem ftpd

1997-04-22 Thread Rob Browning
Comet Mercantile <[EMAIL PROTECTED]> writes:

> I can't login into my box the ftpd denies access to everyone! I check the
> files /etc/hosts.deny /etc/hosts.allow /etc/ftpd/ftpaccess and they are
> all fine! what else could it be? I am using wu-ftpd..

Could this be the problem caused by a recent revision of the cvs
package?  It deleted all the entries in /etc/inetd.conf.  See if yours
is mostly empty.

-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem ftpd

1997-04-22 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>,
Comet Mercantile <[EMAIL PROTECTED]> wrote:
>I can't login into my box the ftpd denies access to everyone! I check the
>files /etc/hosts.deny /etc/hosts.allow /etc/ftpd/ftpaccess and they are
>all fine! what else could it be? I am using wu-ftpd..

What does your /etc/shells look like?

Mike.
-- 
|Miquel van  |I know one million ways, to always pick|
| [EMAIL PROTECTED] |the wrong fantasy  --- the Black Crowes|
| PGP fingerprint: FE 66 52 4F CD 59 A5 36  7F 39 8B 20 F1 D6 74 02  |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


problem ftpd

1997-04-22 Thread Comet Mercantile
I can't login into my box the ftpd denies access to everyone! I check the
files /etc/hosts.deny /etc/hosts.allow /etc/ftpd/ftpaccess and they are
all fine! what else could it be? I am using wu-ftpd..


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .