/etc/passwd in a NT Domain- sep copy foreach box or sym links to just 1

2002-04-08 Thread tom
eneral it works fine, but inetd seems to insist on a simple file, not a symbolic link. Is this worth fixing; ie would you consider supporting the symbolic link in a future release? Thanks so much to everyone working on Cygwin, I really appreciate the tools and the environment!! regards, Tom

MSYS path behavior in Cygwin

2006-01-30 Thread tom
Hey all, I used to use MSYS simply as my general purpose shell (infinitely better than cmd!) However, I've started using Cygwin since I really just use it as a shell rather than a build environment, and Cygwin has the full selection of tools. That said, one thing I loved about msys is the ab

Re: MSYS path behavior in Cygwin

2006-01-30 Thread tom
Dave Korn artimi.com> writes: > But cygwin apps understand *nix style paths natively! ... Right - My problem comes when I want to run a windows app from the cygwin shell. For example: gvim.exe /c/src/myfile.cs Why would I want to do this: 1. The Cygwin shell in general has all sorts of good

Re: MSYS path behavior in Cygwin

2006-01-30 Thread tom
See this thread for more info: http://sourceforge.net/forum/forum.php?thread_id=1430505&forum_id=290275 I guess the two will be mutually exclusive, unless you Cygwin devs see some reason to merge some of Earnie's work. I'm have to believe there's some reason why it hasn't been done though. I'm s

Re: MSYS path behavior in Cygwin

2006-01-31 Thread tom
Alright -- thanks so much for the clarificaiton. From your suggestions I should be able to create a script that will do the job well enough. Thanks again -Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: RFE: removing symbolic link / windows shortcut duality

2005-08-12 Thread tom
On Fri, Aug 12, 2005 at 03:06:03PM -0400, Larry Hall wrote: > You should take a look through the email archives if you're interested in > starting some discussion on this topic. It has come up before, as well as > the notion of using Windows reparse points in some similar way. There are > good

Re:Dependency error for package gsl

2006-10-22 Thread Tom
ns. ;-) Fair enough. I always thought that when an application dies because of a lacking statically linked dynamic library* you get the "this application needs to be re-installed" error messsage, which I always took as a genuine Windows error. Ciao Tom *) This is oxymoronic, I know. With that

Re: gcc 4.x?

2007-05-31 Thread Tom
There is an email thread from 2006 to this topic: http://cygwin.com/ml/cygwin/2006-03/msg00507.html I have compiled my own GCC 4.2.0 for cygwin, but not tested and not really used it a lot. And I must admit that what Charles et al were talking about is not my core expertise. I would appreciat

Re: gcc 4.x?

2007-05-31 Thread Tom
My apologies, I must have missed the latest one about GCC 4.2.0 RC3 for some reason, sorry. Tom wrote: There is an email thread from 2006 to this topic: http://cygwin.com/ml/cygwin/2006-03/msg00507.html I have compiled my own GCC 4.2.0 for cygwin, but not tested and not really used it a lot

gdc update?

2008-05-30 Thread Tom
Hi, this is mainly for Dave Korn. First of all, thanks for integrating gdc into gcc. Do you have any plans to upgrade it? The one cygwin provides is based on dmd 0.12, the current on is 0.24. Thank you, Ciao Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

binmode() workaround; non ":raw" default- is this a bug or by design?

2003-05-27 Thread Tom Rodman
is';uname -r This is perl, v5.8.0 built for cygwin-multi-64int 1.3.22(0.78/3/2) --^-^--C-U-T---H-E-R-E---------^-^-- Comments please. -- thanks/regards, Tom # run below to get my address: perl -e 'print unpack("u", "\.\=\$\!T\http:/

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-06-01 Thread Tom Rodman
d -a 000 cr nl cr nl 004 What am I missing, it's still broke. PERLIO=raw works fine though.. bash-2.05b$ printf "\r\n\n"|PERLIO=stdio perl -pe '1;'|od -a 000 cr nl nl 003 bash-2.05b$ printf "\r\n\n"|PERLIO=raw perl -pe '1;'

Writing to the Windows Event Log

2003-06-19 Thread Siegel, Tom
I would like to be able to write to the Windows event application log with my shell scripts running on Cygwin. Any "tried and true" solutions would be appreciated. Thanks, Tom Tom Siegel Programmer Analyst Intrado Inc. 1601 Dry Creek Drive Longmont, CO 80503 direct: 720.86

"\dev\pipew" or "\dev\pipew.lnk" SMB STATUS_OBJECT_PATH_NOT_FOUND

2003-06-26 Thread Tom Rodman
ow imp it is. Looks like a bug though - any comments would be appreciated. __ thanks/regards, Tom Rodman pls run for my address: perl -e 'print unpack("u", "\.\=\$\!T\http://www.cygwin.com/ml/cygwin-patches/2003-q1/msg00291.html Frame 542 (158 on wire, 158 captured)

Weak attribute unsupported?

2003-08-07 Thread Tom Johnson
the archives and haven't found a clear-cut answer. Thanks! -Tom Johnson -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

cygwin emacs HOWTO?

2002-10-14 Thread Tom Roche
Is there a cygwin emacs HOWTO? If so, I'd appreciate a pointer. Use case: I download/setup cygwin 1.3.13-1, and download/setup emacs 21.2. I run bash, and (from ~) > $ emacs > emacs: Terminal type cygwin is not defined. > If that is not the actual type of terminal you have, > use the Bourne

Re: cygwin emacs HOWTO?

2002-10-14 Thread Tom Roche
Tom Roche wrote: >> Is there a cygwin GNU emacs HOWTO? If so, I'd appreciate a >> pointer. I've made space for one at http://www.emacswiki.org/cgi-bin/wiki.pl?CygwinizedEmacsHOWTO I'm adding stuff as I learn, and I encourage folks who already know more to contri

terminal-mode cygwin/emacs problem, was: cygwin emacs HOWTO?

2002-10-14 Thread Tom Roche
correct type. It may be necessary >>> to do `unset TERMINFO' (C-shell: `unsetenv TERMINFO') as well. Tom Roche wrote: >> I get the same message for 'emacs -nw'? What do I need to tell >> emacs? or cygwin? or both? Joe Buehler replied: > Make sure te

Re: terminal-mode cygwin/emacs problem

2002-10-14 Thread Tom Roche
>>> to do `unset TERMINFO' (C-shell: `unsetenv TERMINFO') as well. Tom Roche wrote: >> I get the same message for 'emacs -nw'? What do I need to tell >> emacs? or cygwin? or both? Joe Buehler replied: > Make sure terminfo is installed -- there sho

cygwin/emacs remaps C-h

2002-10-14 Thread Tom Roche
I have begun running the cygwinized emacs GNU Emacs 21.2 (i686-pc-cygwin) of 2002-10-14 that is setup.exe-able from cygwin 1.3.13-1. It was very easy to setup, but it has its quirks. One is that C-h is mapped to DEL in both X and -nox. Is there any way to restore it to its normal help-command ro

Re: cygwin/emacs remaps C-h

2002-10-15 Thread Tom Roche
On Mon, 14 Oct 2002, Tom Roche wrote: >> C-h is mapped to DEL in both X and -nox. So as a result I see (out-of-the-box) * Backspace removes character to left of mark * Delete removes character under mark * C-h removes character to left of mark >> Is there any way to resto

lookup file -> package?

2002-10-15 Thread Tom Roche
I un/reinstalled cygwin 1.3.13-1, and upon running bash get bash: id: command not found bash: /bin/echo: No such file or directory bash: /bin/grep: No such file or directory When I try to find / -name 'id' I get an error about cygintl-1.dll not on the path. How can I find out which packages t

cygwin/emacs display problems, was: terminal-mode cygwin/emacs problem

2002-10-15 Thread Tom Roche
"Kris Thielemans" Tue, 15 Oct 2002 11:04:39 > does that mean you've sorted out the terminal problem then? (I > didn't have any problems are doing the CYGWIN and TERM stuff) No, even after un/reinstalling, I still see * When emacs starts up, the display is usually shifted either down a line

Cygwinized Emacs HOWTO

2002-10-16 Thread Tom Roche
Thanks to the help of lots of folks, I now have emacs goodness in both bash and X. I've tried to transfer the knowledge to http://www.emacswiki.org/cgi-bin/wiki.pl?CygwinizedEmacsHOWTO Feel free to add/modify. HTH another newbie. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

inetd:ssh/telnet/ftp - Im too stupid to use these

2002-10-30 Thread Tom Dorgan
m not asking for help. I dont thing there is any. I'm just very tired and frustrated. sorry, Im just not smart enough to use this stuff. tom dorgan. __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ -- Unsubs

rsyncd corrupts ownership and file permissions

2002-12-04 Thread Tom Howland
Greetings rsyncd corrupts ownership and file permissions. Any thoughts on this? I'm using the latest distribution of rsync: rsync-2.5.5, running on a windows 2000 box. I'm backing up to a 120 GB ntfs disk. In my /etc/rsyncd.conf file I have the Global Option uid=1007 gid=513 which happens to b

NTSEC & ntwrk drives?; "chown/chmod/ls -l" only wrkg on local drives

2002-12-19 Thread Tom Rodman
ators" was the real owner. What am I missing? Is there a fix for this, or do I have an incorrect config setting? I have included more background info below. -- thanks/regards, Tom Rodman perl -e 'print unpack("u", "\.\=\$\!T\http://cygwin.com/ml/#unsubscribe-simple Bug

Building a DLL with libtool on cygwin

2003-01-13 Thread Tom Epperly
oogle, but I can't find anything. The error message appears below. If you can offer any advice, I would appreciate whatever you can offer. Thanks, Tom /bin/bash ../libtool --mode=link gcc -g -O2 -o libsidl.la -rpath /tmp/cygwin/ =inst/lib -no-undefined -release 0.8.0 SIDLfortran.lo SIDLfo

Bash shell

2003-02-14 Thread Tom Dager
Hello everyone! I am VERY new to Cygwin, though not to Linux. I use the bash shell a LOT and was wondering how do I get it so that I can copy and paste something from a windows window (such as an IP address) into the bash shell window. For example I want to use the whois functionality of the bas

tool2SeeIf inheritable parnt perms r allw'd 2 propgat 2 this dir?

2003-02-19 Thread Tom Rodman
odified a USENET script that uses the perl Win32::Perms module from David Roth; the script works fine but does not show the flag I need. thanks/regards, -- Tom Rodman -- PS The Usenix perl script that I modified was called perms.pl. You can pry it out of: http://www.unetu.net/jiao

Does Mutt work now?

2003-02-22 Thread Tom Sahrendt
Hi there, does mutt work now? I installed Cygwin a while ago on Win98 and mutt had that lock prob, so I uninstalled Cygwin and decided to wait till they included a working version of mutt in the package. Did that happen yet or does anyone know how long it will take till I can download a working bi

RE: how to run a process from DOS within a cygwin .bat file

2003-02-28 Thread Tom Dager
Damn...and that is why I rarely post questions heresad. If the "manual" was a cohesive, comprehensive document that I could curl up with and read until my eyes bleed that would ALWAYS be the correct thing to do. Instead you have to read a FAQ, some documentation, archives, yada, yada, yada. B

cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Tom Roche
Is there a cygwinized XSL processor? What I mean, why I ask: Occasionally I need to strip cruft out of a bunch (~1k) of xml files. Since they're distributed throughout a filesystem, and some additional processing is required, I use a bash script to get the input files. Feeding them to the processo

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-12 Thread Tom Roche
On Tue, 11 Mar 2003, Tom Roche wrote: >> my script does a lot of path translations like >> cygpath="/g/eclipse/builds/foo" >> winpath="g:\\eclipse\\builds\\foo" >> and it doesn't iterate over the paths. (Not a big deal, but it >> offends m

Re: iconv.h?

2003-10-30 Thread Tom Roche
Gerrit P. Haase wrote: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=iconv.h Doh! Thanks, and thanks for fixing the setup.hint. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/do

Re: gcc 3.3.1-3, loading .la files from gcj-compiled apps

2003-11-07 Thread Tom Tromey
ygwin specific. Again, ideally we'd do this via the upstream libltdl. Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: gcc 3.3.1-3, loading .la files from gcj-compiled apps

2003-11-08 Thread Tom Tromey
and then rebuild libjava, the modules, etc. I think so. Care to try upgrading the libltdl in libjava? Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Code generation bug for operator new[] when -fcheck-new in GCC 3.3.1

2003-11-26 Thread Tom Scott
he return value of "new class[]" is checked and to treat a return of 4 the same as 0. Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Code generation bug for operator new[] when -fcheck-new in GCC 3.3.1

2003-11-28 Thread Tom Scott
This bug is more properly a bug with GCC and not with cygwin - it shows up in GCC 3.2.2 (i386-redhat-linux) as well. So I've submitted the problem to GCC Bugzilla. It's Bug 13215. - Tom -Original Message----- From: Tom Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26,

test post: how2 prevent a cygwin post from being spam-blocked?

2003-12-05 Thread Tom Rodman
. Yesterday I used a procedure that had worked many times (weeks earlier). -- thanks/regards, Tom Rodman perl -e 'print unpack("u", "\.\=\$\!T\http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygw

Re: test post: how2 prevent a cygwin post from being spam-blocked?

2003-12-05 Thread Tom Rodman
This is just FYI, no response needed. (BTW - I did get the answer to my post to via the package maintainer. ) -- thanks, Tom Rodman # # header for first failed msg, sent ~12:47 CST 12/4/03 # o e-mail sent to the below From

Order 8 completed for cygwin-announce@cygwin.com

2004-02-12 Thread Tom Sheets
1 Dear Cygwin-announce No B.S. Get a free DVD player. FREE SHIPPING. http://lnk.freefunoffers.com/p/1507327 Get out of here: www.freefunoffers.com/optout.html 8 flotationrc fk xya flvw dp zriaqd mwft bh

bash bad interpreter - a new twist!

2004-03-25 Thread Tom Rodman
re on the "#!" construct. You just need to rethink your workaround.. I'm sure others can correct some of what I just said, but I believe is mostly right ;-> -- Tom Rodman pls run for my address: perl -e 'print unpack("u", "1\:6UP\,\$\!T\http://cygwin.c

Re: bash bad interpreter - a new twist!

2004-03-30 Thread Tom Rodman
that has '#!' pointing to another script, to fail intermittently - see example at end of e-mail. I have a fair number of aliases and functions in my profile; I've found that if I run the script with "env -i" as wrapper that it seems to fail less (I have yet to make it fail)

observation on cygwin file locking, just an FYI

2004-04-09 Thread Tom Rodman
t on the script while it's running? See below for my tests - you need to watch the timestamps in the prompts and hop back and forth between the bash sessions to follow it. At 10:24:27 foobar is run on the remote host; foobar is killed w/a ^C at 10:28:11. The 300 lin

observation: cygrunsrv -env option: max env var size is 256 chars

2004-04-17 Thread Tom Rodman
quot; showed this. I read the help as saying up to 255 separate env vars may be defined. -- thanks, Tom Rodman perl -e 'print unpack("u", "1\:6UP\,\$\!T\http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: observation: cygrunsrv -env option: max env var size is 256 chars

2004-04-18 Thread Tom Rodman
On Sun 4/18/04 13:15 +0200 Corinna wrote: >I've uploaded version 1.0-1 which allows arbitrarily sized environment >variables. The number of variables is still limited to 255. Thank-you Corinna! -- Tom Rodman pls run for my address: perl -e 'print unpack("u&

Re: "$(dothis)" construct acts as a text tool in pipe (\r removed)

2002-02-24 Thread Tom Rodman
ntended? I would like to see someone smarter than me argue that: "\r" at EOL should never being stripped out of a cygwin binary pipe. Why shouldn't binary pipes behave the same in Cygwin and UNIX? respectfully/regards, Tom Rodman --v-v--C-U-T---H-E-R-E--

Failed: Installing Postgresql under Cygwin on win98se

2002-03-06 Thread Tom Lauren
find anything explaining the postgresql cygwin-package separately and what to do then. And I´ve read somewhere that win98se is supposed to be supported... Thanks in advance, Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-06 Thread Tom Lauren
ey should defintely work? Hm, I´m seriously wondering if *anybody* did manage it to run under W98... Thanks anyway, i´ll try it another few hours, and then... :D Tom -- 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/

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-07 Thread Tom Lauren
isappears" or whatever when starting a script But, eitherway, could you tell me if Postgresql will work on 98 (for me it´s a test/db-design period, no production use...) or if it´s not recommended since I´ve read that NT, W2K & XP are the only _supported_ platforms, and W98 isn´t but it ma

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-07 Thread Tom Lauren
textmode mounted would solve the problem. $ umount /usr/bin umount: /usr/bin: No such file or directory (???) Well, all paths are working, but when running a script several things just a) can´t be executed or b)can´t be found. This would be strange, because in the shell itself it works...

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-07 Thread Tom Lauren
replace it, but where does sh.exe come from then? I only installed bash..*strange*...or is it already mapped somehow to "bash.exe"? Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-07 Thread Tom Lauren
What a mess... no, everything seems to be installed fine. I have ash (20020131-1) and bash (2.05a-2) Now I tried to "initdb" postgres manually, and this is what it told me (in debug-level 5): $ postgres -F -D /usr/share/postgresql/data/template1 -O -d 5 template1 FindExec: searching PATH ... Va

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-08 Thread Tom Lauren
; do if [ -f $i ]; then . $i fi done export MAKE_MODE=unix export PS1='\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' cd "$HOME" __EOT___ Tom p.s. mind my other posting @Jason -- Unsubscribe info: http://cygwin.

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-08 Thread Tom Lauren
1.13.19-1 termcap 20010825-1 terminfo5.2-1 textutils 2.0.21-1 unzip 5.41-1 w32api 1.2-1 which 1.5-1 zip 2.3-1 zlib1.1.3-7 ___EOT phew, thats all so far! But strange, while it

Problems with executables under Cygwin on win98se

2002-03-10 Thread Tom Lauren
aybe someone else who does can > help... > Jason Does anybody know how to fix that? sys: win98se cygwin 1.3.10 (NEW) Thanks! Tom -- 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/

Re: Problems with executables under Cygwin on win98se

2002-03-10 Thread Tom Lauren
;? and 544? Hope it makes something more clear...? Tom -- 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/

Cygwin and networking issues (Win2k)

2002-03-11 Thread Tom Limoncelli
point to Cygwin use. However that just doesn't sound right to me. I'm sure that the problem is elsewhere (how could Cygwin cause this?) but I thought I'd post a message to see if anyone else is having the same problem. Thanks, --Tom -- Unsubscribe info: http://cygwin

Re: Failed: Installing Postgresql under Cygwin on win98se

2002-03-24 Thread Tom Lauren
an crashes Now everything is fine, I installed Postgres & pgAdminII and Cygwin does its best (so far)!!! So my resumeé: never trust a driver that manages ntfs under win98. and never trust partition magic when it says a partition belongs to HD xy!!! ;) Thanks, Tom -- Unsubscribe

Re: Object alignment, was: cygwin failures - assertion "!(addr & FLAGS)" failed:

2002-05-05 Thread Tom Tromey
tion requires at least 64-bit alignment. */ if (flag_hash_synchronization && POINTER_SIZE < 64) DECL_ALIGN (decl) = 64; Tom -- 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/

Re: Object alignment, was: cygwin failures - assertion "!(addr & FLAGS)" failed:

2002-05-05 Thread Tom Tromey
e that now there aren't any. All that matters to us is the alignment of statically allocated object, and objects created by the GC. Tom -- 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/

Utility to dereference Windows shortcuts?

2003-08-14 Thread Tom Cyglist
I understand that Windows shortcuts and symlinks are different and the reasons why they are different. However, I want to be able to process files pointed to by Windows shortcuts using Cygwin utilities. In order to be able to do this, I need a utility that will take a Windows shortcut name, xxx.lnk

/bin/rbash in passwd, but starts a *non* restricted shell (1.3.20)

2003-08-29 Thread Tom Rodman
shell is *not* restricted. Any ideas on how to work around this? Is this fixed in 1.3.22 or later? __ thanks, Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

/bin/rbash in passwd, but starts a *non* restricted shell (1.3.20)

2003-10-05 Thread Tom Rodman
through ssh the shell is *not* restricted. Any ideas on how to work around this? Is this fixed in 1.3.22 or later? __ thanks, Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

problems with current squid

2003-10-09 Thread Tom Oehser
Cache (Version 2.4.STABLE7): Terminated abnormally. CPU Usage: 0.100 seconds = 0.030 user + 0.070 sys Maximum Resident Size: 16000 KB Page faults with physical i/o: 1089 Aborted (core dumped) -Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: problems with current squid

2003-10-10 Thread Tom Oehser
or a special case needs to be added to ./configure so that it won't try to set it to 8192. -TOm On Fri, 10 Oct 2003, Robert Collins wrote: > Date: Fri, 10 Oct 2003 19:36:17 +1000 > From: Robert Collins <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: problems w

rxvt mouse pointer selection: how do you get "/" recognized as word boundary?

2003-10-22 Thread Tom Rodman
Consider the path: /tmp/xxx/yyy/zzz Within rxvt I want to doubleclick on "xxx" with the result that only "xxx" is highlighted. Unfortunately the complete path highlights. Interestingly enough it works with "\", ie: \tmp\xxx\yyy\zzz Is there a switch to fix

ssh-host-config: "mkpasswd -l -u sshd"; should it be "-d" on domain controller?

2003-10-24 Thread Tom Rodman
t; switch on a domain controller would simplify the cron script I use to automatically rebuild /etc/passwd. -- thank/regards, Tom Rodman pls run for my address: perl -e 'print unpack("u", "1\:6UP\,\$\!T\http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: incorrect terminfo link in /lib and /usr/lib

2001-12-03 Thread Tom Porcher
lib: /lib/terminfo -> ../share/terminfo results in a dead link, because "/share/terminfo" does not exist. The link should be an absolute link to "/usr/share/terminfo" and not a relative link such as it is. --Tom Porcher -- Unsubscribe info: http://c

xemacs 21.4 crashes with cygwin 1.3.6-1

2001-12-03 Thread Tom Howland
The cygwin release of xemacs 21.4 crashes with cygwin 1.3.6-1. The problem is can be worked around by reverting back to the earlier release of cygwin, cygwin 1.3.5-3 What is happening is that the assert on line 81 of xemacs/src/realpath.c is reached with a null pointer. This happens only when I a

wildcard for tcsh

2002-01-21 Thread Tom Broadbent
ell things work dandy. thanks for your help. tom -- 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/

Re: wildcard for tcsh

2002-01-21 Thread Tom Broadbent
on about wildcards. thank you all and have a nice day. one last thing - i just tried searching the mailing list and the answer popped up so easily!! thanks so much for teaching me this valuable resource!! > >No need to e-mail me personally. Hope you'll get > >your ans

Re: wildcard for tcsh

2002-01-21 Thread Tom Broadbent
of course i got it from the cygwin website. originally when i installed cygwin i searched google to figure out an interesting *feature* of the login program (specifically that you can't use it to change users) AND i searched google a bunch to figure out the whole passwd file and win2K problem wh

Re: Need a customised version of PostgreSQL 7.1.3 on cygwin

2002-01-25 Thread Tom Lane
"Robert Collins" <[EMAIL PROTECTED]> writes: > (gdb) bt > #0 0x778a018d in ?? () > #1 0x77e7758a in ?? () > These addresses are in MS dll memory space anyway, not PG or cygwin. Okay ... so what do we do next? regards, tom lane --

RE: Error preparing make with .configure : another case of 'Device or resource busy'

2005-11-05 Thread Tom Axehult
Dear cygwinners, My appeal for assistance hereby revoked. My cygwin root was flagged with write protection in windows explorer aimed as a protection of a shared volume in my wlan. How 'setup' has been allowed to perform its doings hence confuses me. / Tom Axehult -Origin

Sony rootkit

2005-11-11 Thread tom potts
I was wondering if cygwin can see the "$sys$" files after the sony rootkit has corrupted their computer? ___ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yah

STDOUT of non cygwin command lost - prob started after late Oct snapshot

2005-12-16 Thread Tom Rodman
o finish it for a few days; at that time I will followup later with a post that follows the problem reporting guidelines. -- thanks, Tom Rodman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

STDOUT of non cygwin command lost (in automated ssh session)

2005-12-17 Thread Tom Rodman
15.192:2682 ESTABLISHED TCP10.125.15.180:1098 10.125.15.180:5413 ESTABLISHED TCP10.125.15.180:1104 10.125.15.180:5413 ESTABLISHED TCP10.125.15.180:1106 10.125.15.180:1339 ESTABLISHED TCP10.125.15.180:1106 10.125.15.180:13

expect script hanging: ssh to localhost w/password authentication

2005-12-19 Thread Tom Rodman
Enclosed is an expect script (to ssh to the localhost with password authentication) that "hangs" (search ahead for "parent: waiting for sync byte") with the Dec 16 snapshot. Please take a look at the working and non-working test cases below. -- thanks, Tom working case (

Re: expect script hanging: ssh to localhost w/password authentication

2005-12-19 Thread Tom Rodman
aseall each time the cygwin1.dll is updated? -- thanks, Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: expect script hanging: ssh to localhost w/password authentication

2005-12-20 Thread Tom Rodman
utput from the "date" command is lost. Note that the 20051220 is in use above. Not sure the date command even ran, see the additional test after my sig. As always, I appreciate all the work that goes into cygwin. -- thanks, Tom --v-v--C-U-T---H-E-R-E-

Re: expect script hanging: ssh to localhost w/password authentication

2005-12-21 Thread Tom Rodman
lost. > > > > WJFFM. > > Ditto, tested in cmd, rxvt and in a remote ssh session. Thanks to both of you for responding. The problem persists, it's repeatable on my end, even after rebooting. When I get time (day or two?) I will submit a complete report. Maybe I'

ssh localhost date #fails for me, but WJFFU; report enclosed

2005-12-23 Thread Tom Rodman
connections are open: #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1) debug3: channel 0: close_fds r -1 w -1 e 6 c -1 debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.4 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0 debug1: Exit status 0 ~ $

chere problem with directories with single quote marks

2005-12-23 Thread Tom Plunket
is functionality but it was never truly what I wanted it to be. Maybe this has been there forever, but I never knew about it 'til this past fall (and I've been using Cygwin here and there since B19). -tom! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: ssh localhost date #fails for me on two boxes

2005-12-24 Thread Tom Rodman
c 24 11:45:21 CST 2005 My next idea, is to try a fresh install of cygwin with no customizations at all, on my laptop. Maybe I'll get lucky, and someone other than me, w/developer skills will duplicate the problem, just try: ssh localhost date #pls use a snapshot after Dec 16 -- thanks muc

Re: ssh localhost date #strace tests enclosed

2005-12-26 Thread Tom Rodman
Thanks Igor for your help, pls see strace results below: On Sat 12/24/05 23:45 EST cygwin@cygwin.com wrote: > On Sat, 24 Dec 2005, Tom Rodman wrote: > > > Problem: 'ssh localhost date' asks for password, I type it, I'm > > authenticated, but no out

Re: ssh localhost date #missing strace log-will post link..

2005-12-26 Thread Tom Rodman
ase, and post a link to the logfile (I'll keep the logfile on my website). I may not get to this until Tuesday though. -- thanks, Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: ssh localhost date #http links to strace logs

2005-12-26 Thread Tom Rodman
mistake, I just re-ran the failing test case, and put the logs on a web server: for DOS cmd.exe window log see: http://yz4.org/cygwin/051226/failingtestcase.txt for the resulting sshd log files see: http://yz4.org/cygwin/051226/sshd_strace http://yz4.org/cygwin/051

Re: ssh localhost date # "ls -lu" => remote command not being read

2005-12-27 Thread Tom Rodman
Solving this issue is important to us. We have a tool that triggers a remote job via an ssh client. If this general approach works: ssh remotehostname "job arg1 arg2.." I think our tool will work. On Mon 12/26/05 16:31 CST Tom Rodman wrote: --snip > my mistake, I just re-ran the

scp/ssh: non-interactive commands using "PasswordAuthentication" fail

2005-12-28 Thread Tom Rodman
e shows up $ scp [EMAIL PROTECTED]:/etc/passwd /tmp/toss Enter passphrase for key '/home/adm_tsr/.ssh/id_rsa': [EMAIL PROTECTED]'s password: $ : skipped passphrase prompt, notice nothing echoed after password was entered comments? can anyone else duplicate this? -- tha

Re: expect script hanging: ssh to localhost w/password authentication

2006-01-08 Thread Tom Rodman
e fix above (*really*), but could it have resurrected the expect script problem? - admittedly a WAG. Sorry, I'm "out of the loop"; have not been following the cygwin mailing list for about a week.. When I get time, I will post simple log of the failing expect script test c

Re: expect script hanging: ssh to localhost w/password authentication

2006-01-08 Thread Tom Rodman
8 12:44:04 2006 from 127.0.0.1\r\r\nWelcome to Engineering Systems tcm server ..\r\n> 12:44:45 Sun Jan 08 0j tty3 2728 ~\r\r\n> OurServer108 staffuser1 >" send: sending "date; exit\r" to { 4 } date; exit Sun Jan 8 12:44:46 CST 2006 logout Connection to local

$windir chg'd from upper to lower case for ssh sessions,in new snapshot?

2006-01-08 Thread Tom Rodman
hanks, Tom -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: console-started expect script hanging: ssh to localhost..works w/new snapshot

2006-01-08 Thread Tom Rodman
On Sun 1/8/06 at 13:13 CST I wrote: --snip > The test case at the console may not have worked for the last several cygwin > releases. --snip It's working just fine at the console under the 1/8/06 snapshot :-> -- Thanks! Tom Rodman -- At the risk of wasting bandwidth, here are

Re: No takers? (was Re: ssh localhost date # "ls -lu" => remote command not being read)

2006-01-10 Thread Tom Rodman
ontains the following: > > sshd: PID 5604: starting service `sshd' failed: fork: 0, No error. > > Sshd starts up with no problems from a SYSTEM shell. THANKS so much to cgf, Igor, and Larry (and any others I missed) for all your work on this fix! :-> I'm sure you'l

ps -W and top

2006-01-20 Thread Tom Potts
ps -W lists windows process' but top doesn't seem to be aware for them. Is there a version of top that can show windows process' - especially for w95/98! Tom _ This e-mail message has been scanne

ps -W and top

2006-01-20 Thread Tom Potts
ps -W lists windows process' but top doesn't seem to be aware for them. Is there a version of top that can show windows process' - especially for w95/98! Tom _ This e-mail message has been scanne

Re: Warning: Never use M$ files+settings transfer wizard to move a cygwin installation.

2006-01-27 Thread Tom Rodman
On Thu 1/26/06 17:57 GMT "Dave Korn" wrote: --snip > I made the terrible mistake of trying to use M$ migwiz.exe to > recover my old cygwin installation from a dead machine's drive to a > new one. > > I thought it might be just a simple archiver that would conveniently > help move all my stuff

ssh session w/reduced credentials;whoami shows OurSrvr064\sshd_server

2006-01-31 Thread Tom Rodman
velopers can author web sites on this computer Members --- The command completed successfully. end The new local groups added today } -- background -- This host is in a large Active Directory Domain, with tho

  1   2   3   4   5   >