printf "\n"|perl -pe '1;'|od -a #perl 5.8 converts to *DOS* text :-

2003-05-27 Thread nicebounce
IMHO the perl v5.6.0 that came w/1.3.20 worked correctly. In the test case below perl 5.8.0 is converting UNIX text to DOS text - (this is breaking our old scripts). Comments please. -- thanks/regards, Tom # run below to get my address: perl -e 'print unpack("u", "\.\=\$\!T\http://cygwi

usg cmd.exe as login shell: "more" not sensing #LINES; how2 enable history..

2002-11-27 Thread nicebounce
Hello: There are a couple of people in our group that insist on using cmd.exe as their login shell when they telnet or ssh to our windows 2000 server. When the login shell is set to "/cygdrive/c/winnt/system32/cmd" here are the challenges: 1) "more < foo" does not work, it has no clu

cmd.exe as telnetd login shell: "mode con LINES=24 COLS=80" has no effect..

2002-11-29 Thread nicebounce
Hello: A couple of people that insist on using cmd.exe as their login shell when they telnet or ssh to our w2kserver. When the login shell is set to "/cygdrive/c/winnt/system32/cmd", and "putty" is the telnet client: 1) "more < foo" does not work, it has no clue about the windo

Re: cmd.exe as telnetd login shell: "mode con LINES=24 COLS=80" has no effect..

2002-12-03 Thread nicebounce
Ross: I talked to a support person at ataman.com about their telnetd product. My interpretation is that cmd.exe has multiple (simultaneous?) modes of operation: o it can open STDERR/STDIN/STDOUT like a normal character based application. This is the only mode that cygwin telnetd o

is "inetd telnet slowness" fixed?

2002-12-16 Thread nicebounce
I just did a fresh install of 1.3.17 and setup telnetd. The login prompt is delayed by about 3 minutes! rlogin works just fine. This problem was described in detail in the mailing list towards the end of the summer. Is there a fix or a workaround? thanks/regards, Tom Rodman --- Forwarded

Re: is "inetd telnet slowness" fixed? (conflict w/FTP Software's InterDrive?)

2002-12-18 Thread nicebounce
Dan: I suspect your right. I have FTP Software's InterDrive 4.0 (a NFS client) loaded on my PC. Unfortunately I need this for work. We've had other problems with InterDrive interfering with network printers. ssh, ftpd, cron, and rlogin work fine, so I'll cope ;-> thanks very much for your hel

postinstall/profile.sh: pls consider testing for preexisting symbolic link

2003-01-10 Thread nicebounce
how about: if [ ! -f "/etc/profile" -a ! -L "/etc/profile"]; then cp -a /etc/profile.default /etc/profile fi Rightly or wrongly I setup /etc/profile as a symblic link to a network drive version of profile, so that several hosts share the same file. The postinstall/profile.sh le

simple/free CLI tool to new Windows 2000 inherited ACLs correctly??

2003-02-11 Thread nicebounce
Greetings: I understand this is a slightly off topic question; I hope you take it as complement .. I've already looked at xcacls, showacls, dumpsec, setacl, cygwin getfacl. I'm looking for a command line tool to dump the Windows 2000 acls for a directory, with an indication of whether the ACE (o

{par script path}: {chld script path}: /bin/bash: bad interpreter: Permission denied

2003-03-06 Thread nicebounce
Here's an error message example: /adm/bin/ccm_build_scripts/run_large_nb.sh: s:/adm/bin/ccm_build_scripts/run_nb.sh: /bin/bash: bad interpreter: Permission denied "run_nb.sh" aborts immediately, not executing a single line as far as I know. Misc info: $ pwd /adm/bin/ccm_build_sc

Re: {par script path}: {chld script path}: /bin/bash: bad interpreter: Permission denied

2003-03-07 Thread nicebounce
Igor: Thanks for your help. If your right we'd have to update several scripts to eliminate drive letters in the path. Contrary to your hint is this snippet from the FAQ: ( http://cygwin.com/cygwin-ug-net/using.html#USING-PATHNAMES ): Mapping path names Introduction Cygwin suppor