Problem solved: Cygwin: rpc: unable to register

2004-10-20 Thread Siegmar Gross
Hi, > > You may want to take a look at the following: > > > > http://sources.redhat.com/ml/cygwin/2004-08/msg00900.html > > > > You migh have a hidden network connection installed by some > > other piece of software. > > I have hidden devices as well, e.g. the infrared device or a WAN-Minipor

RE: Cygwin: rpc: unable to register

2004-10-20 Thread Siegmar Gross
Hi, > You may want to take a look at the following: > > http://sources.redhat.com/ml/cygwin/2004-08/msg00900.html > > You migh have a hidden network connection installed by some > other piece of software. I have hidden devices as well, e.g. the infrared device or a WAN-Miniport but when I rig

Re: ssh.exe 3.7.1p1: crashing with STATUS_ACCESS_VIOLATION error 0x016E65A8

2004-10-20 Thread Wayne A McAuliffe
Larry Hall cygwin.com> writes: > Sorry, I don't see it. If it's truly a problem only when you ssh to one > server (and the other 2499 are fine), I'd suggest looking at the differences > in configuration and installation on that server compared with one of the > others. > Yes, this is the ne

Re: ssh.exe 3.7.1p1: crashing with STATUS_ACCESS_VIOLATION error 0x016E65A8

2004-10-20 Thread Larry Hall
At 12:33 AM 10/20/2004, you wrote: >Larry Hall writes: > >> >> >> Did you try the latest version of OpenSSH and Cygwin? > >I upgraded to the following binaries and tried it again, > >ssh.exe 3.9p1 >cygcrypto-0.9.7.dll 0.9.7d >cygwin1.dll 1.5.11 >cygminires.dll 0.98 >cygz.dll 1.2.2 > >Ugh. Same

Re: How to update after a change of user?

2004-10-20 Thread Luke Kendall
On 20 Oct, Igor Pechtchanski wrote: > Try 'chown'ing to Administrators.SYSTEM (note the "s") instead of > Administrator.SYSTEM (i.e., "chown 544:18"). That way, anyone in the > Administrators group will be able to manipulate the files. You'll need to > carefully exclude ~/.ssh and some oth

Re: Problems with cron and hibernation: a solution?

2004-10-20 Thread Andrew DeFaria
Xavier Nodet wrote: Hi all, I tried to look into the problem that cron does not gracefully wake up from hibernation[1]. Minor nit but you cannot awake from hibernation! Once hibernated the PC turns off! One must physically press the power button! I suspect you mean "standby" not "hibernation".

Re: flushing not always done on exit?

2004-10-20 Thread Reini Urban
Shaffer, Kenneth schrieb: To solve some weird "periodic" hangs where a script depends on the output of a previous portion of the script, I've had to insert "sync" command. My scripts use awk, sed, and grep, to name a few. I haven't come up with a simple test case yet, but thought I'd raise a cautio

Re: snapshot 2004-Oct-10: pthread_cancel() for write() to full pipe

2004-10-20 Thread Joel Denny
Sorry for the repost of this message, but last time it didn't connect to my previous message as a follow-up. I'll get it right eventually I somehow corrupted my code after pasting it into my message yesterday. This may be very obvious, but line 34: pipe( aFd ) ) { should be: pipe( aF

flushing not always done on exit?

2004-10-20 Thread Shaffer, Kenneth
To solve some weird "periodic" hangs where a script depends on the output of a previous portion of the script, I've had to insert "sync" command. My scripts use awk, sed, and grep, to name a few. I haven't come up with a simple test case yet, but thought I'd raise a caution flag. -- Ken Shaffer

Re: [ANNOUNCEMENT] TEST VERSION: chere-0.4-1

2004-10-20 Thread Igor Pechtchanski
Dave, A few suggestions... On Wed, 20 Oct 2004, Dave wrote (heavily snipped): > [snip] > However, it requires the co-operation of your login script to avoid your > home directory when the environment variable CHERE_INVOKING is set. I wonder if it's better to choose a less package-specific varia

[ANNOUNCEMENT] TEST VERSION: chere-0.4-1

2004-10-20 Thread Dave
--0-228927354-1098297891=:32135 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline This is a test version - feedback is required on whether this works on non-W2K boxes. Changes --- By default, the login shell is now invoked by a shell script. This allows the t

RE: Cygwin: rpc: unable to register

2004-10-20 Thread Robb, Sam
> > There have been problems reported with sunrpc related to > > a disabled network connection. Does you machine have a > > network connection (wireless, or a secondary ethernet > > card, etc.) that isn't active? > > Yes. I have a disabled Bluetooth and Wireless Lan and even an > IrD. Due to >

Re: ssh expect on Cygwin

2004-10-20 Thread Brian Dessent
anurag shukla wrote: > Hi, > I just got your mail id from the Cygwin MAiling list. You're posting to the list, not sending email to any specific person. Most people who post on the list do not want to receive email with questions. That's what the list is for. > I am having a tyical problem wit

Re: How to update after a change of user?

2004-10-20 Thread Igor Pechtchanski
On Wed, 20 Oct 2004, luke.kendall wrote: > We always choose "Setup for all users" when running Setup, and leave > ntsec turned on (that's the default I believe, which seems good), and we > normally install on NTFS under XP professional. > > Can I get some advice on how to handle the following situ

Re: Problems with cron and hibernation: a solution?

2004-10-20 Thread Corinna Vinschen
On Oct 20 17:29, Xavier Nodet wrote: > On Wed, 20 Oct 2004 16:19:00 +0200 Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > Erm?!? Last time I checked cron was still on version 3.0.1. > > It seems that the original source is at > > and version 4.1 (the only one t

Re: snapshot 2004-Oct-10: pthread_cancel() for write() to full pipe

2004-10-20 Thread Joel Denny
I somehow corrupted my code after pasting it into my message yesterday. This may be very obvious, but line 34: pipe( aFd ) ) { should be: pipe( aFd ); Sorry. Joel Denny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.h

Re: mv performing a cp?

2004-10-20 Thread Christopher Faylor
On Wed, Oct 20, 2004 at 11:30:08AM -0400, Shaffer, Kenneth wrote: >If I attempt to rename a directory via mv and a file within that >directory is in use, instead of saying the mv can't be done, mv tries >to cp. Is this expected behaviour? Yes. cgf -- Unsubscribe info: http://cygwin.com/ml/

mv performing a cp?

2004-10-20 Thread Shaffer, Kenneth
If I attempt to rename a directory via mv and a file within that directory is in use, instead of saying the mv can't be done, mv tries to cp. Is this expected behaviour? Prior to mv: /c/logs$ ls -ld kimberly drwxrwxrwx+ 181 Administ Domain U 327680 Oct 20 10:58 kimberly /c/logs$ I happen to h

Re: Problems with cron and hibernation: a solution?

2004-10-20 Thread Xavier Nodet
On Wed, 20 Oct 2004 16:19:00 +0200 Corinna Vinschen <[EMAIL PROTECTED]> wrote: > Erm?!? Last time I checked cron was still on version 3.0.1. It seems that the original source is at and version 4.1 (the only one there) is from 2004/01/23. -- Xavier Nodet "They t

Re: cygwin/x symantec antivirus conflict (fixed in snapshot?)

2004-10-20 Thread Rolf Campbell
Christopher Faylor wrote: On Tue, Oct 19, 2004 at 12:26:58AM -0400, Rolf Campbell wrote: An rsync session that consistantly works on the Oct 7 snapshot fails consistantly on the Oct 10 snapshot. Try it with the October 20 snapshot. I had the same problem with rsync (although I would have sworn th

[ANNOUNCEMENT] Updated: cron-3.0.1-13

2004-10-20 Thread Corinna Vinschen
I have updated the version of cron on cygwin.com to 3.0.1-13. This version adds a patch by Xavier Nodet: - Only reopen stdio file descriptors on /dev/null if daemon has forked. - Resync timer if time difference is unusually big. This solves problems with hanging cron after hibernation. To upd

Re: Problems with cron and hibernation: a solution?

2004-10-20 Thread Corinna Vinschen
On Oct 20 15:42, Xavier Nodet wrote: > On Wed, 20 Oct 2004 14:10:58 +0200 Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > Since that's not only a Cygwin issue, did you check upstream, if that > > problem has already been solved? > > I had not. But I just tried to find a newer version, and found

Re: High resolution process timing

2004-10-20 Thread Lionel B
--- Robert Pendell wrote: [top-post rearranged] > On Wed, 20 Oct 2004 12:12:37 +0100 (BST), Lionel B > Lionel B wrote: > > Greetings, > > > > Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher > > resolution (or perhaps I mean "granularity") process CPU timer than the > li

Re: Problems with cron and hibernation: a solution?

2004-10-20 Thread Xavier Nodet
On Wed, 20 Oct 2004 14:10:58 +0200 Corinna Vinschen <[EMAIL PROTECTED]> wrote: > Since that's not only a Cygwin issue, did you check upstream, if that > problem has already been solved? I had not. But I just tried to find a newer version, and found one on

Re: High resolution process timing

2004-10-20 Thread Robert Pendell
Search google for "windows high resolution timer" (no quotes) and that will probably give some answers. On Wed, 20 Oct 2004 12:12:37 +0100 (BST), Lionel B <[EMAIL PROTECTED]> wrote: > Greetings, > > Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher > resolution (or perhaps

Re: Problems with cron and hibernation: a solution?

2004-10-20 Thread Corinna Vinschen
On Oct 20 11:56, Xavier Nodet wrote: > On Wed, 20 Oct 2004 11:03:04 +0200 (Romance Daylight Time) Xavier Nodet <[EMAIL > PROTECTED]> wrote: > > > The attached patch corrects this problem > > Here is the patch again, un-encoded and un-signed, hoping to better > conform to the posting guidelines..

High resolution process timing

2004-10-20 Thread Lionel B
Greetings, Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher resolution (or perhaps I mean "granularity") process CPU timer than the libc clock() call? I am finding clock() inadequate for some code benchmarking. [It is not clear to me whether this is indeed a Cygwin issue, o

Re: Problems with cron and hibernation: a solution?

2004-10-20 Thread Xavier Nodet
On Wed, 20 Oct 2004 11:03:04 +0200 (Romance Daylight Time) Xavier Nodet <[EMAIL PROTECTED]> wrote: > The attached patch corrects this problem Here is the patch again, un-encoded and un-signed, hoping to better conform to the posting guidelines... -- Xavier Nodet "They that can give up essentia

Problems with cron and hibernation: a solution?

2004-10-20 Thread Xavier Nodet
Hi all, I tried to look into the problem that cron does not gracefully wake up from hibernation[1]. It turns out that if hibernation takes place during the call to sleep, the value returned is extremely high (in the order of 4 million seconds) and thus cron appears dead. The attached patch correc

Re: packages that should be in the cygwin distribution but aren't

2004-10-20 Thread Ariel Burbaickij
Ok. That is fine. I got xmove running on cygwin, so if you want I can contribute the executable and/or slighlty modified makefile if required. It would be great if we could port xmx to cygwin On Tue, 19 Oct 2004 14:15:43 -0400, Yaakov Selkowitz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED M

Re: setup hangs at 99%, then crashes

2004-10-20 Thread Jongo Pak
Hi John, I had problems to RE-install cygwin too (but under Win98 and older setup.exe, with XP SP2 I had no such problems). To clean up entirely, you should not only wipe out the directory structure but also delete registry entries (helped in my case, I had similar problems): HKEY_CURRENT_USER\