This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:tftpd hpa under windows




Hi folks,
 I used by default the Cygwin tftpd server and it works rather fine but 
unfortunetly i must now use a tftpd server which understands the option "tsize" 
and the Cygwin tftpd don't so  I tried the last version of tftpd-hpa 0.29 which 
includes a  port on 
Win32 with cygwin and know tsize option..
It compiles quite fine and i started it by cygwin inetd.
But when i tried to make a tftp transaction i have this in the log:
can't drop privilege: not owner.
I send you my conf files.I tried to get a file which is under/bootp its name is 
cygwin.bat and it is owned by Administrateur when i make a ls -l in this 
directory.

Thanks for your precious help.

Tout le monde:*:0:0:,S-1-1-0::
SYSTEM:*:18:18:,S-1-5-18::
Administrateurs:*:544:544:,S-1-5-32-544::
Administrateur:unused_by_nt/2000/xp:500:513:U-44CGMB0114\Administrateur,S-1-5-21-733626998-791112675-398547282-500:/home/Administrateur:/bin/bash
anonymous:unused_by_nt/2000/xp:1371:513:U-44CGMB0114\anonymous,S-1-5-21-733626998-791112675-398547282-1371:/home/anonymous:/bin/bash
ftp:unused_by_nt/2000/xp:1372:513:U-44CGMB0114\ftp,S-1-5-21-733626998-791112675-398547282-1372:/home/ftp:/bin/bash
Invité:unused_by_nt/2000/xp:501:513:U-44CGMB0114\Invité,S-1-5-21-733626998-791112675-398547282-501:/home/Invité:/bin/bash
nobody:unused_by_nt/2000/xp:1373:513:U-44CGMB0114\nobody,S-1-5-21-733626998-791112675-398547282-1373:/home/nobody:/bin/bash
popo:unused_by_nt/2000/xp:1024:513:U-44CGMB0114\popo,S-1-5-21-733626998-791112675-398547282-1024:/home/popo:/bin/bash
Tout le monde:S-1-1-0:0:
SYSTEM:S-1-5-18:18:
Aucun:S-1-5-21-733626998-791112675-398547282-513:513:
Administrateurs:S-1-5-32-544:544:
Duplicateurs:S-1-5-32-552:552:
Invités:S-1-5-32-546:546:
Opérateurs de sauvegarde:S-1-5-32-551:551:
Utilisateurs:S-1-5-32-545:545:
Utilisateurs avec pouvoir:S-1-5-32-547:547:
FTPUSER:S-1-5-21-733626998-791112675-398547282-1276:1276:
OXEUSER:S-1-5-21-733626998-791112675-398547282-1287:1287:
# See "man 8 inetd" for more information.
#
# If you make changes to this file, either reboot your machine or restart
# inetd:
#   "net stop inetd"
#   "net start inetd"
# The inetd will then re-read this file.
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
echo    stream  tcp     nowait  root    internal
echo    dgram   udp     wait    root    internal
discard stream  tcp     nowait  root    internal
discard dgram   udp     wait    root    internal
daytime stream  tcp     nowait  root    internal
daytime dgram   udp     wait    root    internal
chargen stream  tcp     nowait  root    internal
chargen dgram   udp     wait    root    internal
time    stream  tcp     nowait  root    internal
time    dgram   udp     wait    root    internal
#
# The external services are typically called via 'tcpd' for
# security reasons, eg.
# ftp   stream  tcp     nowait  root    /usr/sbin/tcpd in.ftpd
#
# but tcpd is not part of the inetutils, unfortunately.
# Nevertheless there's a port contributed by Prentis Brooks <prentis@aol.net>
#
# We are calling the services here directly.
#
# These are standard services.
#
ftp     stream  tcp     nowait  root    /usr/sbin/in.ftpd in.ftpd
telnet  stream  tcp     nowait  root    /usr/sbin/in.telnetd in.telnetd
#
# Shell, login, exec and talk are BSD protocols.
#
shell   stream  tcp     nowait  root    /usr/sbin/in.rshd in.rshd -L
login   stream  tcp     nowait  root    /usr/sbin/in.rlogind in.rlogind
exec    stream  tcp     nowait  root    /usr/sbin/in.rexecd in.rexecd
talk    dgram   udp     wait    root    /usr/sbin/in.talkd in.talkd
ntalk   dgram   udp     wait    root    /usr/sbin/in.talkd in.talkd
#
# The Internet UUCP service.
#
uucp    stream  tcp     nowait  uucp    /usr/sbin/in.uucpd in.uucpd
#
# Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers." 
#
 tftp  dgram   udp     wait   root /usr/sbin/in.tftpd in.tftpd -c -u Administrateur -s /bootp 
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]