From: "Larry Hall (Cygwin)"
Tom Lee wrote:
According to Tom Lee on 9/30/2006 11:24 PM:
>
> I don't undersand why "ls c:/test" works but not for
> "tar cvf test.tar c:/test"
Because ls does not parse its arguments, but upstream tar treats c:/test
as meaning open the file /test on the remot
I got a chance to test the snapshot 2006-09-07. It does behave
differently, but still doesn't solve the problem. whoami now shows user
nt authority\system, whereas before the patch it showed sshd_server.
Both the snapshot and 1.5.21 show the correct SID for the domain user.
I also verified t
Joost Kraaijeveld wrote:
> I want cron to deliver an e-mail throught exim to an Exchange server,
> running on the same machine.
But using different smtp ports... or listening to different IP addresses?
> If I use MAILTO="[EMAIL PROTECTED],user" in my crontab, both the remote
> and the local user
Dave,
Was snprintf not printf, but same problem. Thanks - much appreciated.
- Original Message
From: Dave Korn <[EMAIL PROTECTED]>
To: cygwin@cygwin.com
Sent: Sunday, October 1, 2006 7:36:28 PM
Subject: RE: ntohl returns negative on Windows XP
On 02 October 2006 03:28, Mark Seery wrote
On 02 October 2006 03:28, Mark Seery wrote:
> ntohl is returning 0xFE725D7B as a negative number (-26059397).
> Is this the correct beavior. Should be: 4268907899?
>
> variables being used are declared as unsigned int.
Show us the code. Probably you forgot the 'u' off the printf %-specifier.
ntohl is returning 0xFE725D7B as a negative number (-26059397).
Is this the correct beavior. Should be: 4268907899?
variables being used are declared as unsigned int.
cyg version 1.90
windows XP professional 2002 service pack 2
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Hi,
I want cron to deliver an e-mail throught exim to an Exchange server,
running on the same machine.
If I use MAILTO="[EMAIL PROTECTED],user" in my crontab, both the remote
and the local user get the mail which is delivered in /var/mail/spool.
If I use MAILTO="[EMAIL PROTECTED],[EMAIL PROTECTE
Eduardo Chappa wrote:
> *** René Berber wrote in the cygwin list today:
>
> :) > I have a patch for maildir for UW-Imap, even 2006b. It's unpublished,
> :) > but for imap 2004x, you can find it in my web page (address below).
> :) > If anyone wants to try the new patch for 2006, please write of
Tom Lee wrote:
According to Tom Lee on 9/30/2006 11:24 PM:
>
> I don't undersand why "ls c:/test" works but not for
> "tar cvf test.tar c:/test"
Because ls does not parse its arguments, but upstream tar treats c:/test
as meaning open the file /test on the remote machine named c; and because
I'm
Tom Lee wrote:
> For postx-like behavior, I find that djgpp mv.exe allows me to run
> mv *.txt /my/directory/ or mv *.txt c:/my/directory/
> in the c drive
>
> while cygwin have to use:
> mv *.txt /cygdrive/c/my/directory/
>
> do you think ignoring /cygdrive/c would be an advantage to reduce the
According to Tom Lee on 9/30/2006 11:24 PM:
>
> I don't undersand why "ls c:/test" works but not for
> "tar cvf test.tar c:/test"
Because ls does not parse its arguments, but upstream tar treats c:/test
as meaning open the file /test on the remote machine named c; and because
I'm not in the mood
*** René Berber ([EMAIL PROTECTED]) wrote in the cygwin list today:
:) > I have a patch for maildir for UW-Imap, even 2006b. It's unpublished,
:) > but for imap 2004x, you can find it in my web page (address below).
:) > If anyone wants to try the new patch for 2006, please write off list.
:)
:
Eduardo Chappa wrote:
> *** Marek Telgarsky ([EMAIL PROTECTED]) wrote in the cygwin list...:
[snip]
> :) >running for a while it hits problems with advisory locking (which
> :) >doesn't exist in Cygwin since it is using Windows mandatory locking).
> :)
> :) So presumably maildir (with courier, r
On 01 October 2006 18:46, Igor Peshansky wrote:
> On Sun, 1 Oct 2006, Dave Korn wrote:
>
>> On 01 October 2006 03:43, Tom Lee wrote:
>>
According to Tom Lee on 9/29/2006 10:23 PM:
>>
> when I copy cpp.exe and all cygwin related dll to another computer,
> I got the error: cpp: insta
'cygcheck -c --verbose' says:
--
...
tetex3.0.0-3OK
Missing file: /etc/postinstall/post-texmf.sh from package tetex-base
tetex-base 3.0.0-3Incomplete
tetex-bin3.0.0-3OK
tet
Olivier Langlois wrote:
Hi,
I just downloaded today a fresh cygwin setup on a new PC and I am getting this
crash:
D:\data\web>find . -name '*.htm' -exec grep -l CFixedAlloc.html {} ;
5 [main] find 3624 fhandler_dev_zero::fixup_mmap_after_fork: requested
0x43 != 0x0 mem alloc base 0x
*** Marek Telgarsky ([EMAIL PROTECTED]) wrote in the cygwin list...:
:) On Sat Sep 30 20:56 , René Berber <[EMAIL PROTECTED]> sent:
:)
:) >> This leads me to actually running the server, and my question for
:) >> the list: Does anyone have experience with that under Cygwin?
:) >
:) >No experienc
Eric Blake wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Tom Lee on 9/30/2006 11:24 PM:
I don't undersand why "ls c:/test" works but not for
"tar cvf test.tar c:/test"
Because ls does not parse its arguments, but upstream tar treats c:/test
as meaning open the file /test o
Hi,
I just downloaded today a fresh cygwin setup on a new PC and I am getting this
crash:
D:\data\web>find . -name '*.htm' -exec grep -l CFixedAlloc.html {} ;
5 [main] find 3624 fhandler_dev_zero::fixup_mmap_after_fork: requested
0x43 != 0x0 mem alloc base 0x43, state 0x2000, size
Marek Telgarsky wrote:
[snip]
> So presumably maildir (with courier, rather than mbox with uw-imap) would
> somewhat alleviate this problem?
I don't know, it depends on how maildir works. I've interest in UW because of
the new mix format, which is an indexed set of files... but that has other
On Sun, 1 Oct 2006, Dave Korn wrote:
> On 01 October 2006 03:43, Tom Lee wrote:
>
> >> According to Tom Lee on 9/29/2006 10:23 PM:
>
> >>> when I copy cpp.exe and all cygwin related dll to another computer,
> >>> I got the error: cpp: installation problem, cannot exec 'cc1': No
> >>> such file or
On Sat, 30 Sep 2006, Angelo Graziosi wrote:
> Could this be the reason for which I obtain that
>
> tetex-base 3.0.0-3Incomplete
> tetex-extra 3.0.0-3Incomplete
> tetex-tiny 3.0.0-3Incomplete
>
> from cygcheck
Dave Korn artimi.com> writes:
>
> Nahh, do it the unix way: add yourself and SYSTEM to a new group in
> /etc/groups, chgrp the files to belong to that group (leave SYSTEM as owner),
> then give them ug+w perms. Don't chmod them world writable, that's a
> security
> violation!
>
> cheers,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Tom Lee on 9/30/2006 11:24 PM:
>
> I don't undersand why "ls c:/test" works but not for
> "tar cvf test.tar c:/test"
Because ls does not parse its arguments, but upstream tar treats c:/test
as meaning open the file /test on the remote ma
24 matches
Mail list logo