Mail Archives: cygwin/2002/03/29/10:37:41
--Pod_of_Dolphins_356_000
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: vpqF7Vrf99tv9/DQc3bZBg==
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.
--Pod_of_Dolphins_356_000
Content-Type: TEXT/plain; name=passwd; charset=ISO-8859-1
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Description: passwd
Content-MD5: hXB5h24bC5Fozkt6uQMCPA==
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-733=
626998-791112675-398547282-1371:/home/anonymous:/bin/bash
ftp:unused_by_nt/2000/xp:1372:513:U-44CGMB0114\ftp,S-1-5-21-733626998-79111=
2675-398547282-1372:/home/ftp:/bin/bash
Invit=E9:unused_by_nt/2000/xp:501:513:U-44CGMB0114\Invit=E9,S-1-5-21-733626=
998-791112675-398547282-501:/home/Invit=E9:/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-791=
112675-398547282-1024:/home/popo:/bin/bash
--Pod_of_Dolphins_356_000
Content-Type: TEXT/plain; name=group; charset=ISO-8859-1
Content-Transfer-Encoding: BASE64
Content-Description: group
Content-MD5: J20/fh+sErMZoDm25lWFzw==
VG91dCBsZSBtb25kZTpTLTEtMS0wOjA6DQpTWVNURU06Uy0xLTUtMTg6MTg6
DQpBdWN1bjpTLTEtNS0yMS03MzM2MjY5OTgtNzkxMTEyNjc1LTM5ODU0NzI4
Mi01MTM6NTEzOg0KQWRtaW5pc3RyYXRldXJzOlMtMS01LTMyLTU0NDo1NDQ6
DQpEdXBsaWNhdGV1cnM6Uy0xLTUtMzItNTUyOjU1MjoNCkludml06XM6Uy0x
LTUtMzItNTQ2OjU0NjoNCk9w6XJhdGV1cnMgZGUgc2F1dmVnYXJkZTpTLTEt
NS0zMi01NTE6NTUxOg0KVXRpbGlzYXRldXJzOlMtMS01LTMyLTU0NTo1NDU6
DQpVdGlsaXNhdGV1cnMgYXZlYyBwb3V2b2lyOlMtMS01LTMyLTU0Nzo1NDc6
DQpGVFBVU0VSOlMtMS01LTIxLTczMzYyNjk5OC03OTExMTI2NzUtMzk4NTQ3
MjgyLTEyNzY6MTI3NjoNCk9YRVVTRVI6Uy0xLTUtMjEtNzMzNjI2OTk4LTc5
MTExMjY3NS0zOTg1NDcyODItMTI4NzoxMjg3Og0K
--Pod_of_Dolphins_356_000
Content-Type: TEXT/plain; name="inetd.conf"; charset=us-ascii
Content-Description: inetd.conf
Content-MD5: XYH+OMaDfndS9MZmPVOt3w==
# 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 AT aol DOT 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
--Pod_of_Dolphins_356_000
Content-Type: text/plain; charset=us-ascii
--
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/
--Pod_of_Dolphins_356_000--
- Raw text -