Re: problen with run command and the environment

2006-01-19 Thread Holger Krull
Igor Peshansky schrieb: On Thu, 19 Jan 2006, Holger Krull wrote: Maybe have bash start run starting bash, like that: E:\cygwin\bin\bash.exe -c -l 'run bash -c -l "CYGWIN=server Xwin.exe :0 -query murpel &" ' It looks overly complicated, but helps me to keep the cygw

Re: problen with run command and the environment

2006-01-19 Thread Holger Krull
Jeff Hardy schrieb: /tmp/xxx, most of my environment variables are missing. Also, my HOME environment variable is now "/" instead of what my home directory is. I have another computer that I have not updated yet and when I do the same exercise as above, all the environment variables come across

Re: Wich privileges required by ssh-host-config running user?

2006-01-18 Thread Holger Krull
The files have these permissions: [EMAIL PROTECTED] ~ $ ls -l /etc/ssh* -rwxr-xr-x 1 Administrator None 1292 Jan 18 13:44 /etc/ssh_config -rw--- 1 Administrator None 1192 Jan 18 13:44 /etc/ssh_host_dsa_key -rw-r--r-- 1 Administrator None 1121 Jan 18 13:44 /etc/ssh_host_dsa_key.pub -rw---

Re: problems with unistd.h

2006-01-12 Thread Holger Krull
Burcu Ozserim schrieb: I get the following error while compiling flite. Is this a Cygwin problem? You are not using cygwin. Here flite compiles just fine in cygwin, assuming we are talking about the speech synthesis program. Configuration: flite - Win32 Debug---

Re: problem with cron

2006-01-12 Thread Holger Krull
Mike Stathopoulos schrieb: I having problems running the cron on my system. Can you help? USER = `mike.stathopoulos' cygrunsrv --start cron cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. Maybe the user is not Administrator an

Re: permissions and ACLs

2006-01-10 Thread Holger Krull
Ken Senior schrieb: Yes, ROMULUS is my local machine and senior the administrator on it. Just for the record, can it be that senior is in the Administrators group and not the name changed real Adminstrator? Sometimes you just have to cut your losses. Thanks for the help, but I was able to r

Re: permissions and ACLs

2006-01-10 Thread Holger Krull
Ken Senior schrieb: C:\cygwin\bin>cacls rsync.exe C:\cygwin\bin\rsync.exe SPACEAPPS\senior:F ROMULUS\senior:F So if i get this right ROMOLUS is your local machine. The rights look good. Now, if you can't delete that file logged in as ROMOLUS\senior using cmd.exe and

Re: permissions and ACLs

2006-01-10 Thread Holger Krull
Ken Senior schrieb: Ok, I tried attrib to no avail. After the machine accepted and seemed to process the commands, I entered the file properties dialog and the read-only box is still shaded. This box is irrelevant. Also, I still can't delete the C:\cygwin\bin\rsync.exe file. Please gi

Re: permissions and ACLs

2006-01-10 Thread Holger Krull
Ken Senior schrieb: Btw, to further help diagnose, I notice the "read-only" box is shaded and checked for the C:\cygwin directory. I have repeatedly (as administrator on the machine) tried to uncheck this box. The dialog at first appears to let me uncheck it, but when I go back into the dialo

Re: permissions and ACLs

2006-01-10 Thread Holger Krull
Ken Senior schrieb: Frustrated by permission problems resulting from having two accounts with the same user name (one domain, one local) I decided to start over with my cygwin installation. This time, I logged in as local administrator (account name say [EMAIL PROTECTED]) and installed cygwin

Re: Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Holger Krull
Vijay Kiran Kamuju schrieb: I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc 3.4.4) You're writing a program that tries to call esound libraries. These They are currently a part of the cygwin net release. But i cannot compile the program, even though i have installe

Re: Can not Contact Domain Controller

2005-12-22 Thread Holger Krull
Mike Blanco schrieb: Everytime I open the Cygwin Console I get the following notifications: Your group is currently "mkpasswd". This indicates that the /etc/passwd (and possibly /etc/group) files should be rebuilt. See the man pages for mkpasswd and mkgroup then, for example, run mkpasswd -l [-

Re: Call for testing Cygwin snapshot

2005-12-22 Thread Holger Krull
Buzz schrieb: Op Wed, 21 Dec 2005 20:54:12 +0100 schreef Holger Krull in <43A9B2E4.5080908gmx.de>: : Bas van Gompel schrieb: : > What do you mean when you write: ``strange quoting''? : > : Most likely he means your use of two single qoutes ' instead of one double &

Re: Call for testing Cygwin snapshot

2005-12-21 Thread Holger Krull
Bas van Gompel schrieb: What do you mean when you write: ``strange quoting''? Most likely he means your use of two single qoutes ' instead of one double ". And the arbitrary use of ticks ` -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: gmake on cygwin

2005-12-21 Thread Holger Krull
mohammed hamal schrieb: I have installed cygwin on my Windows xp. I would like to install cygwin's gmake also. Where do I find this utility? how can i doing? cygwins make is gmake, as far as i know. So a ln -s /usr/bin/make /usr/bin/gmake will do. -- Unsubscribe info: http://cygwin.co

Re: Setting cygwin permissions from Windows programs

2005-12-20 Thread Holger Krull
in Cygwin with permissions of -rwxr--r--, or -rwxr-xr-x for executables and directories. I'm trying to avoid having to use Cygwin utilities to assert Cygwin permissions, Which would be easier, by the way. but I am unable to determine the Windows permissions I must assert when creating the

Re: Setting cygwin permissions from Windows programs

2005-12-20 Thread Holger Krull
Steve Holden schrieb: Is there any way to set permissions on the output files from the Windows side that will result in predictable permissions when the output tree is viewed from Cygwin? A Python recipe would be useful, but I'll take what I can get! Cygwin doesn't have an own management o

Re: Compiling oRTP under cygwin

2005-12-20 Thread Holger Krull
Aengus schrieb: In file included from port_fct.c:24: rtpsession.h:83: error: field `loc_addr' has incomplete type rtpsession.h:84: error: field `rem_addr' has incomplete type rtpsession.h:125: error: field `loc_addr' has incomplete type rtpsession.h:126: error: field `rem_addr' has incomplete ty

Re: Getting DISPLAY to work with cygwin

2005-12-02 Thread Holger Krull
startxwin is your friend. Further Questions should go the cygwin-xfree mailing list. I have checked and I have the xorg-X11-xwin package installed version 6.8.99.901-1 so I assumed that an x server would come with cygwin. Do I need to do something specally to start it . -- Unsubscribe info:

Re: How to improve scp speed?

2005-11-30 Thread Holger Krull
Cary Jamison schrieb: http://www.psc.edu/networking/projects/hpn-ssh/ I think we all know that encryption is a factor. But a small one, compared to the limit imposed by the window size. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Re: How to improve scp speed?

2005-11-30 Thread Holger Krull
The low speed of ssh and scp is not because of the encyption. The problem is the 64K limit for the window size in the protocoll. Further information and a patch can be found here: http://www.psc.edu/networking/projects/hpn-ssh/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Start up Help

2004-07-11 Thread Holger Krull
gcc hello.c On my version, "gcc" was an unknown command, so I did: bash hello.c 1. Maybe you didn't install gcc? -> install it 2. Maybe you installed it but, you try to start it from cmd.exe? -> open a bash shell first -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo