RE: Maildir Support broken with Mutt 1.4.1?

2003-11-19 Thread Gary R. Van Sickle
> After upgrading to Mutt 1.4.1 I was no longer able to access my emails > properly. > > As soon as a new mail arrived in the main folder (inbox), I could not even > close mutt properly. It always gives me the error "rename file or folder > does not exist (error=2)" in the status bar. > It seems to

RE: nfs-server 2.2.47-2

2003-11-19 Thread Robb, Sam
> >Now I've tried to run the thing on W98 without any success. I just > >want it to play with it, so I am not concerned with any > security or stuff. > >Just a mount from a VMS box should work. But doesn't. I start all > >manually. First portmapper, then mountd, then nfsd. A > netstat -a doe

About DLLs

2003-11-19 Thread neo novel
hai Cygwin, I'm Neo. A beginner in JAVA programming. I would like to have help from you regarding DLLs. Could you tell me how to read dll files. Is there any decompilors for dlls? I would like to know more about how to write a dll file. we are using class file decompilors like JAD. I

Re: 1.5.5-1 command substitution hangs (0% cpu) on XP

2003-11-19 Thread Antoine Labour
Hi Geoff, Guys, I'm having a similar problem, on two different computers, one XP (Xeon with HT), one 2k (single processor). I did a windows update last friday (nov 14th), about the time the problems appeared. I also updated cygwin to the latest release at the same time (unforunately...). On the

Re: problem with sizeof struct alignment

2003-11-19 Thread Dru
Demmer, Thomas wrote: Andrew Hill wrote I have this struct typedef struct { double arrival; double departure; char status; int bookingid; int userid; } RoomStatus; I'm using gcc with no compiler options or flags. Under linux with gcc, sizeof(RoomStatus) returns me 28 - as i would expect. If

Re: Python Tkinter

2003-11-19 Thread Igor Pechtchanski
On Wed, 19 Nov 2003, james pentland wrote: > i am using the Cygwin distribution: > python-2.3-2.tar.bz2, 6,613,884 bytes, 06.08.2003 > > where is _tkinter.py? > > $ cygcheck -c python > Cygwin Package Information > Package VersionStatus > python 2.3-2 OK

Re: Python Tkinter

2003-11-19 Thread james pentland
i am using the Cygwin distribution: python-2.3-2.tar.bz2, 6,613,884 bytes, 06.08.2003 where is _tkinter.py? $ cygcheck -c python Cygwin Package Information Package VersionStatus python 2.3-2 OK __ Do you Yahoo!? Protec

Re: Crontab does not run

2003-11-19 Thread Larry Hall
At 05:19 PM 11/19/2003, Tim Ashman you wrote: >I definitely installed Cygwin on my Windows 2k machine as "All Users". The crontab I >am creating is under my individual user name. When I remove my crontab file and type >the command "./crontab -l" it lists my username in the "no cronfile" response

Strange behaviour w/ read/write

2003-11-19 Thread Rasmus Hahn
Hi I am using the current cygwin version (dll version 1-5-5-1) and see some strange behaviour while using the read/write system calls. In short: I open a file with mode O_RDWR|O_CREAT, write exactly 1MB into it and then after seeking to position 0 read the Megabyte back. Strange things seem to hap

Re: Crontab does not run

2003-11-19 Thread Tim Ashman
I definitely installed Cygwin on my Windows 2k machine as "All Users". The crontab I am creating is under my individual user name. When I remove my crontab file and type the command "./crontab -l" it lists my username in the "no cronfile" response, which by the way is on the network domain, not

Kudos for Corinna!

2003-11-19 Thread Nicholas Wourms
Corinna, I just pulled from cvs a few minutes ago, and I was suprised by what came down in the winsup dir. If it hasn't already been said, many thanks for what looks like a huge effort on your part to extend Cygserver's fuctionality. It seems like it might be poised to replace cygipc. Lemme

Re: nfs-server 2.2.47-2

2003-11-19 Thread Larry Hall
At 02:36 PM 11/19/2003, Michael Lemke you wrote: >>Robb, Sam wrote: >> >> >>it needs to be made dependable on sunrpc package, which provides portmap. >> That said: the entry for nfs-server in setup.ini already >>indicates an install-time dependency on sunrpc. If this is >>being missed somehow, i

Re: Problem with noninteractive bash initialization

2003-11-19 Thread Igor Pechtchanski
On Wed, 19 Nov 2003, Wirawan Purwanto wrote: > Hi, > > How should a noninteractive bash begin (i.e. for executing a script)? > Should bash read init files like ~/.bashrc, ~/.bash_profile, or > /etc/profile? According to bash documentation on > > http://www.gnu.org/manual/bash-2.05a/html_mono/bas

Problem with noninteractive bash initialization

2003-11-19 Thread Wirawan Purwanto
Hi, How should a noninteractive bash begin (i.e. for executing a script)? Should bash read init files like ~/.bashrc, ~/.bash_profile, or /etc/profile? According to bash documentation on http://www.gnu.org/manual/bash-2.05a/html_mono/bashref.html#SEC62 , NO initialization files would be read

RE: ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
Well, I feel dumb. One of the assumptions I made was that I was behind a SOCKS 5 proxy. It turns out is HTTP Proxy. So if I enter this command it works: connect.exe -d -H [EMAIL PROTECTED] www.yahoo.com 80 Thanks for the help Jason, Ben From: "DePriest, Jason R." <[EMAIL PROTECTED]> To: <[

[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.4-1

2003-11-19 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.4-1. The tarballs should be available on a Cygwin mirror near you shortly. The following are the notable changes since the previous release: o upgrade to PostgreSQL 7.4 o enable SSL support o include C server-side devel

RE: ssh ProxyCommand - connect.exe

2003-11-19 Thread DePriest, Jason R.
I am able to exactly reproduce your problem and I do not know why. Because I have always used the ProxyCommand method described on the website. By creating a ~/.ssh/config file and using the guidelines to add this: [file] Host * ProxyCommand connect -S socks.local.net:1080 %h %p [/file] I can just

RE: ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
Jason, yes, that page is where I got my test from as well. The test has nothing to do with ssh (although that's why I'm ultimately using connect.exe). This test just proves that something is not working correctly with my connect.exe configuration. If I can't access port 80 on www.yahoo.com, t

Re: nfs-server 2.2.47-2

2003-11-19 Thread Michael Lemke
Robb, Sam wrote: it needs to be made dependable on sunrpc package, which provides portmap. That said: the entry for nfs-server in setup.ini already indicates an install-time dependency on sunrpc. If this is being missed somehow, it may indicate a problem with setup.exe (or the format of the n

DDD 3.3.8 segmentation error, related to Motif?

2003-11-19 Thread dirk . goethals
I gat a more recent version now, and I recompiled ddd. Earlier problem solved, new problem pops up: The executable ends with: Warning: This DDD requires a Motif 2.1 library (using Motif -1617156.-609) Continue at own risk. Internal error (Segmentation fault). VERSIONS: lesstif

Re: Crontab does not run

2003-11-19 Thread Larry Hall
At 01:47 PM 11/19/2003, Tim Ashman you wrote: >I am having trouble with the Cron utility. I have written a fairly simple bash script >that runs successfully on its own but does not work with crontab. I am working on a >Windows 2K machine. I tried running a simlilar crontab on a linux machine and

RE: ssh ProxyCommand - connect.exe

2003-11-19 Thread DePriest, Jason R.
Is SSH running on port 80 on yahoo.com? You are asking 'connect.exe' to use 'surf.proxy.com' as your SOCKS proxy server to connect via SSH to 'www.yahoo.com' on port 80. The 'SOCKS' port defaults to 1080 since you didn't specify one. -Jason I am not sure where you downloaded connect.exe from, b

RE: FW: OpenSSH Problem

2003-11-19 Thread Larry Hall
At 12:18 PM 11/19/2003, Martin Jones you wrote: >Hi, > >I decided to remove the .ssh directory and then do a ssh-user-config to >set up the directory again. I changed the .ssh directory to 700 and the >contents to 600. Now I get: > >$ ssh localhost >Last login: Wed Nov 19 17:13:33 2003 from 127.0.0

RE: Plus sign '+' in file permissions

2003-11-19 Thread DePriest, Jason R.
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Derek Mahar > Sent: Tuesday, November 18, 2003 10:07 AM > To: [EMAIL PROTECTED] > Subject: Plus sign '+' in file permissions > > > To what does the plus sign '+' refer at the end of the list of file >

Re: ssh: Permission denied

2003-11-19 Thread Larry Hall
At 12:02 PM 11/19/2003, [EMAIL PROTECTED] you wrote: >I've installed ssh. >I managed to get passwordless access via RSA. >However, I didn't manage to get access via password authentication. >/etc/passwd seems to be OK, I tried different accounts (local, domain, >admin) for login and for the sshd se

Crontab does not run

2003-11-19 Thread Tim Ashman
I am having trouble with the Cron utility. I have written a fairly simple bash script that runs successfully on its own but does not work with crontab. I am working on a Windows 2K machine. I tried running a simlilar crontab on a linux machine and it worked fine. Two crontabs I have tried out:

RE: Diff for generic readme and generic-build script

2003-11-19 Thread Igor Pechtchanski
Alan, The bug with 'sed -i' was that if it's unable to write to (or, rather, "creat") "/tmp/sedGARBAGE", it assumes that the file exists and tries another name ("/tmp/sedMOREGARBAGE"), and so on (in a loop). If /tmp is not writeable at all, sed will loop indefinitely. As long as your script chec

RE: FW: OpenSSH Problem

2003-11-19 Thread Martin Jones
Hi, I decided to remove the .ssh directory and then do a ssh-user-config to set up the directory again. I changed the .ssh directory to 700 and the contents to 600. Now I get: $ ssh localhost Last login: Wed Nov 19 17:13:33 2003 from 127.0.0.1 C:\cygwin\usr\sbin\sshd.exe: *** CreateFileMapping, W

Re: FW: OpenSSH Problem

2003-11-19 Thread Corinna Vinschen
On Wed, Nov 19, 2003 at 04:55:59PM -, Martin Jones wrote: > Hi, > > I have a problem running Cygwin OpenSSH on Windows 2003 which I cannot > get around. I have set up a user called sshimport who should be able to > ssh without requiring a password to be entered. I cannot get this to > work. Ev

ssh: Permission denied

2003-11-19 Thread friedrich_lehn
I've installed ssh. I managed to get passwordless access via RSA. However, I didn't manage to get access via password authentication. /etc/passwd seems to be OK, I tried different accounts (local, domain, admin) for login and for the sshd service log on account - no success. TIA for any hints, Fri

FW: OpenSSH Problem

2003-11-19 Thread Martin Jones
Hi, I have a problem running Cygwin OpenSSH on Windows 2003 which I cannot get around. I have set up a user called sshimport who should be able to ssh without requiring a password to be entered. I cannot get this to work. Every time I ssh, I am prompted for the password even when I'm ssh'ing to lo

Re: Python Tkinter

2003-11-19 Thread Jason Tishler
On Wed, Nov 19, 2003 at 08:26:42AM -0800, james pentland wrote: > how do i configure Python for Tkinter? > i can not find _tkinter.py. > > >>> import Tkinter > Traceback (most recent call last): > File "", line 1, in ? > File "/usr/lib/python2.3/lib-tk/Tkinter.py", line > 38, in ? > import

Re: ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
sorry to post again, but to avoid confusion, I did have a copy and pasting error. The actual command line should be: $ connect.exe -d -S surf.proxy.com www.yahoo.com 80 From: "Ben Anderson" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: ssh ProxyCommand - connect.exe Date: Wed, 19 Nov 2003 1

ssh ProxyCommand - connect.exe

2003-11-19 Thread Ben Anderson
I followed the installation instructions for connect.c to use for ssh connections, but it's not working. Instead of compiling connect.c I downloaded the precompiled connect.exe. Here's the output: $ connect.exe -d -S the.proxy.com www.yahoo.com 80 DEBUG: (none) DEBUG: relay_method = SOCKS (2)

Python Tkinter

2003-11-19 Thread james pentland
how do i configure Python for Tkinter? i can not find _tkinter.py. >>> import Tkinter Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 38, in ? import _tkinter # If this fails your Python may not be configured for Tk ImportError:

Re: Problems with Make, VPATH and MS-DOS paths

2003-11-19 Thread Nate Bohlmann
Thanks everyone for your help. Turns out that the backquoting specified here won't work to a shell incompatibility (I don't care to fix this now). However, $(shell ... ) does work so thanks. Nate 11/18/03 11:35:07 AM, Shankar Unni <[EMAIL PROTECTED]> wrote: >Nate Bohlmann wrote: > >> How exa

Congrates on cygwin

2003-11-19 Thread Joe Baptista
Tried this package a long time ago. Didn't like it in the earlier stages - but frankly - it's fantastic now. Installed it a few weeks ago and luv it. Finally something which makes my windows useful. Congrates to all the developers. regards joe baptista Joe Baptista for Councillor City of Pet

Re: missing aclocal-1.4, automake-1.4

2003-11-19 Thread Kelley Cook
> automake-1.4p5 (which is the current version of automake-stable) > doesn't provide those links. automake-1.4p6 does -- stay tuned for > an update. Though I never saw an announcement, automake-stable-1.4p6-1 was released to the mirrors a couple weeks ago. The links still are not there. Kelley C

Compiling Autogen

2003-11-19 Thread Kelley Cook
Has anyone ever successfully compilied autogen under Cygwin? If so, could you give me some pointers (or even a binary?). Kelley Cook -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/

Re: passwd: unknown user

2003-11-19 Thread Corinna Vinschen
On Wed, Nov 19, 2003 at 03:38:39PM +0100, [EMAIL PROTECTED] wrote: > Dear group, > > is the passwd command supposed to work on NT? > I always get the message: > passwd: unknown user LEHNFR > although I added the account to my /etc/passwd using > mkpasswd -d |grep LEHNFR >>/etc/passwd >

Re: problem with sizeof struct alignment

2003-11-19 Thread Demmer, Thomas
Andrew Hill wrote >I have this struct > > >typedef struct { >double arrival; >double departure; >char status; >int bookingid; >int userid; >} RoomStatus; > > >I'm using gcc with no compiler options or flags. Under linux with >gcc, sizeof(RoomStatus) returns me 28 - as i would expect. If I use a >

Recall: problem with sizeof struct alignment

2003-11-19 Thread kevin.lawton
Lawton,K,Kevin,XJH3C C would like to recall the message, "problem with sizeof struct alignment". -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

RE: problem with sizeof struct alignment

2003-11-19 Thread kevin.lawton
20 in hexadecimal is 32 in decimal. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: 19 November 2003 12:57 To: [EMAIL PROTECTED] Subject: problem with sizeof struct alignment I have this struct typedef struct { double arrival; double departure; char status; int

passwd: unknown user

2003-11-19 Thread friedrich_lehn
Dear group, is the passwd command supposed to work on NT? I always get the message: passwd: unknown user LEHNFR although I added the account to my /etc/passwd using mkpasswd -d |grep LEHNFR >>/etc/passwd and checked for /etc/group too. Is there anything else I have to do? TIA, Friedri

problem with sizeof struct alignment

2003-11-19 Thread Andrew Hill
I have this struct typedef struct { double arrival; double departure; char status; int bookingid; int userid; } RoomStatus; I'm using gcc with no compiler options or flags. Under linux with gcc, sizeof(RoomStatus) returns me 28 - as i would expect. If I use a borland C++ compiler it also return

Re: nmake for cygwin?

2003-11-19 Thread Vince Hoffman
>> Howdy All! >> >> Is there an nmake for cygwin? I looked it up in setup.exe under the >> development category but could not find one. >No, and since nmake is MS's make tool, it will not happen, since MS does not offer the source. Just to muddy the waters somewhat Lucent (or AT&T as it used to m

RE: nmake for cygwin?

2003-11-19 Thread Jörg Schaible
Robert Mark Bram wrote on Wednesday, November 19, 2003 11:22 AM: > Howdy All! > > Is there an nmake for cygwin? I looked it up in setup.exe under the > development category but could not find one. No, and since nmake is MS's make tool, it will not happen, since MS does not offer the source. >

RE: Problems with Make, VPATH and MS-DOS paths

2003-11-19 Thread Jörg Schaible
Nate Bohlmann wrote on Monday, November 17, 2003 5:53 PM: > Hi, > I'm having a problem getting MS-DOS paths to work properly with > VPATH under GNU Make 3.80. The problem is that the VPATH processing > tacks on a Unix path separator ('/') to the end of the VPATH giving > me a source file name s

Re: df reports negative values on Network Shares

2003-11-19 Thread Demmer, Thomas
>On Tue, Nov 18, 2003 at 07:53:19AM +0100, Demmer, Thomas wrote: >> $ df >> Filesystem 1k-blocks Used Available Use% Mounted on >> m: 307200 -73786976294741950464 7308 101% /m >> >> All the drives with the -64Z (zillion?) are on the same server subsystem, n

Re: df reports negative values on Network Shares

2003-11-19 Thread Demmer, Thomas
>On Tue, Nov 18, 2003 at 07:53:19AM +0100, Demmer, Thomas wrote: >> $ df >> Filesystem 1k-blocks Used Available Use% Mounted on >> m: 307200 -73786976294741950464 7308 101% /m >> >> All the drives with the -64Z (zillion?) are on the same server subsystem, n

Re: df reports negative values on Network Shares

2003-11-19 Thread Corinna Vinschen
On Tue, Nov 18, 2003 at 07:53:19AM +0100, Demmer, Thomas wrote: > $ df > Filesystem 1k-blocks Used Available Use% Mounted on > m: 307200 -73786976294741950464 7308 101% /m > > All the drives with the -64Z (zillion?) are on the same server subsystem, n: > is

RE: Apache with mod_perl trouble

2003-11-19 Thread Dmitry A. Pashko
Hi Patrick, Your hypothesis is close to true. I have returned to version 5.8.0-5 too. There is a question to Gerrit P. Haase. Is the given problem refers to version 5.8.2 in general? Or it concerns only Cygwin perl build? Dmitry Pashko [EMAIL PROTECTED] | -Original Message- |

Re: Apache with mod_perl trouble

2003-11-19 Thread Patrick Eisenacher
Hi Dmitry, I experienced similar problems with exim and perl v5.8.2-1, see http://cygwin.com/ml/cygwin/2003-11/msg00434.html. As soon as exim tries to start the perl interpreter, it crashs. I had to downgrade to perl v5.8.0-3 again. Perl v5.8.2-1 seems to be broken. Patrick Dmitry A. Pashko s

nmake for cygwin?

2003-11-19 Thread Robert Mark Bram
Howdy All! Is there an nmake for cygwin? I looked it up in setup.exe under the development category but could not find one. Would there be a reason to use nmake over make anyway? (I have a makefile that failed under 'make' and the readme said to use nmake..) Rob :) -- Robert Mark Bram B.Comp.(

Re: Perl CPAN module help

2003-11-19 Thread Peter J. Acklam
Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote: > Maybe my memory is going, but I thought the reason you suggested > he switch to /usr/local was so that he wouldn't have the > HEAD/head.exe conflict and it would go ahead and successfully > install /usr/local/bin/HEAD. Well, yes, but many peopl

Cygwin binary works but not from a cygwin shell

2003-11-19 Thread Joerg Fischer
Hi, I'm a long time user of cygwin (from 1.3.1 on). I started using it to port nedit to Windows but soon figured out that cygwin relieves the pain of Windows a bit. Now I've built an nedit binary with 1.5.5 and it works fine, only I can't start it from the bash or another cygwin shell. I get a s

Re: Need help with password-less ssh

2003-11-19 Thread Corinna Vinschen
On Tue, Nov 18, 2003 at 07:08:54PM -0500, Harig, Mark wrote: > > > > [EMAIL PROTECTED] ~/.ssh > > $ ssh-keygen -t rsa -f $HOME/.ssh/id_rsa > > Generating public/private rsa key pair. > > Enter passphrase (empty for no passphrase): > > Enter same passphrase again: > > Your identification has bee

RE: how to become root to change ownership

2003-11-19 Thread Gareth Pearce
Your post is offtopic for cygwin-apps - I've cc'd cygwin instead. Although its possible that your almost offtopic there as well. Since it isn't clear that what your experiencing is a cygwin problem only > > somehow the permissions on my main drive became garbled. > How do I go about fixing thi