Re: using external commands in vim causes fork error

2007-07-19 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 nanothief wrote: > When attempting to use an external command in vim (mainly make), I receive > the following error: > :make > sh: fork: Resource temporarily unavailable Did you try rebaseall? Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1

Re: Emacs is coming back - all pleased?

2007-07-19 Thread Brian Dessent
Eric Blake wrote: > That's because of a setup.exe limitation - it does not pick up > dependencies that are not on the same server as the package you are > picking up. Now that I have uploaded emacs to cygwin.com, that should no > longer be an issue (but in the meantime, Steffen could have worked

Re: Emacs is coming back - all pleased?

2007-07-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [moving back to cygwin-apps, since this is about packaging issues; no need to reply to the main list] According to Angelo Graziosi on 7/19/2007 8:51 AM: > > 1) > Emacs22 depend on xemacs-emacs-common which depend from xemacs: WHY to > install emacs o

Re: SOLUTION: Own Compiled Program Immediately Crashes on Startup

2007-07-19 Thread Brian Dessent
Hans Streibel wrote: > Jove is an Emacs like editor. As such it uses the key sequence > CONTROL-X CONTROL-C (^X^C) for leaving the editor. > In Cygwin however ^C still sends the interrupt signal to the editor. > However the keystroke ^C should have been changed to not sending > that signal. On mos

[ANNOUNCEMENT] Updated: email 2.5.1-1

2007-07-19 Thread Ross Smith II
The cygwin email package has been updated to the current stable version 2.5.1. To ease packaging, the default configuration files that were stored in /etc/defaults/etc/email/ are now stored in /etc/defaults/etc/. The actual configuration files are still kept in /etc/email. Upstream changelog:

SOLUTION: Own Compiled Program Immediately Crashes on Startup

2007-07-19 Thread Hans Streibel
On Wed, Jul 18, 2007 at 08:29:24AM -0700, Brian Dessent wrote: > The problem > occurs when you have a data structure (typically a struct) declared > const that contains any reference to a variable that is imported from > another DLL. A fuller explanation is >

Re: Perldoc issue with perl-5.8.8-3 - missing pod2man5.8.8

2007-07-19 Thread Reini Urban
[EMAIL PROTECTED] schrieb: Hi all, after upgrading perl to the version 5.8.8 I can't use perldoc to wiew perl documentation. perldoc is searching for pod2man5.8.8 instead of pod2man which is already preset in /usr/bin. Creating symbolic link pod2man5.8.8 -> /usr/bin/pod2man solve this issue. E

RE: Unix tar file with colons in archived file names

2007-07-19 Thread Bengt-Arne Fjellner
gmoney3138 wrote: > Thanks to all, that just might be what I'm looking for. > > Also, I made a typo in my original message. My mistake :). I meant > to type "force-local" instead of "force-file". According to the tar > help pages: > > --force-local archive file is local even if it ha

Re: Unix tar file with colons in archived file names

2007-07-19 Thread gmoney3138
Thanks to all, that just might be what I'm looking for. Also, I made a typo in my original message. My mistake :). I meant to type "force-local" instead of "force-file". According to the tar help pages: --force-local archive file is local even if it has a colon I couldn't get this t

Re: Unix tar file with colons in archived file names

2007-07-19 Thread Brian Dessent
gmoney3138 wrote: > When the cygwin tar recognizes this, due to Windows restrictions, the output > file is not properly extracted. I Googled around and found options for Use a managed mount or "--transform s,:,_,g". I'm not sure what this --force-file you mention is but it's not a valid tar opt

Re: Unix tar file with colons in archived file names

2007-07-19 Thread Lewis Hyatt
When the cygwin tar recognizes this, due to Windows restrictions, the output file is not properly extracted. I Googled around and found options for --force-file and http://cygwin.com/ml/cygwin/2001-01/msg01536.html this link , but I still can't get this to work properly. I am able to get the f

Re: Unix tar file with colons in archived file names

2007-07-19 Thread Larry Hall (Cygwin)
gmoney3138 wrote: All-- I'm trying to get a clear answer on this one. I have a gzipped tar file from a customer that was originated on Unix. Inside the tar.gz are a series of files that look something like this: systemlog_071607_09:25.log systemlog_071607_10:07.log etc... Basically, as per

Unix tar file with colons in archived file names

2007-07-19 Thread gmoney3138
All-- I'm trying to get a clear answer on this one. I have a gzipped tar file from a customer that was originated on Unix. Inside the tar.gz are a series of files that look something like this: systemlog_071607_09:25.log systemlog_071607_10:07.log etc... Basically, as per their log file nami

Re: Console window appears when calling Procmail from Fetchmail

2007-07-19 Thread Jason Tishler
On Thu, Jul 19, 2007 at 10:19:41AM -0400, Chris McMahan wrote: > After upgrading to the latest Cygwin cygwin-1.5.24 back in January, my > fetchmail, running as a daemon, would pop up a console windows > whenever it called the mda > > [snip] > > I would really like to run fetchmail in daemon mode

RE: How to run bash shell script in cygwin?

2007-07-19 Thread Dave Korn
On 19 July 2007 15:51, Reid Thompson wrote: > On Thu, 2007-07-19 at 07:47 -0700, on behalf of myuser01 wrote: >> Thanks for the help. What does the ./ do, please be as detailed as >> possible? > > http://www.linuxheadquarters.com/howto/basic/path.shtml > Hey, why not plug our own faq while

Re: How to run bash shell script in cygwin?

2007-07-19 Thread myuser01
Makes sense now. Thanks for the help. -- View this message in context: http://www.nabble.com/How-to-run-bash-shell-script-in-cygwin--tf4111558.html#a11691059 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

Re: Emacs is coming back - all pleased?

2007-07-19 Thread Angelo Graziosi
Steffen Sledz wrote: > Here is the third try of the emacs 22.1 packages. GOOD news: Now Emacs22 (at least) starts from an X window (urxvt-X). It is still running. But there are other questions. 1) Emacs22 depend on xemacs-emacs-common which depend from xemacs: WHY to install emacs one should

Re: How to run bash shell script in cygwin?

2007-07-19 Thread Reid Thompson
On Thu, 2007-07-19 at 07:47 -0700, on behalf of myuser01 wrote: > Thanks for the help. What does the ./ do, please be as detailed as possible? http://www.linuxheadquarters.com/howto/basic/path.shtml by default, the current working directory ( . ), is not in the PATH. Using ./filename, provid

Re: How to run bash shell script in cygwin?

2007-07-19 Thread Brian Mathis
On 7/19/07, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: myuser01 wrote: > I have a script called "batchjob" that looks like this: > #!/bin/bash > echo 'I was here' > > -rwxr-xr-x 1 c10066 mkpasswd 48 Jul 19 09:30 batchjob > > But when I try to execute it from the cygwin shell I get

Re: How to run bash shell script in cygwin?

2007-07-19 Thread myuser01
Thanks for the help. What does the ./ do, please be as detailed as possible? -- View this message in context: http://www.nabble.com/How-to-run-bash-shell-script-in-cygwin--tf4111558.html#a11690870 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://

Re: How to run bash shell script in cygwin?

2007-07-19 Thread Larry Hall (Cygwin)
myuser01 wrote: I have a script called "batchjob" that looks like this: #!/bin/bash echo 'I was here' -rwxr-xr-x 1 c10066 mkpasswd 48 Jul 19 09:30 batchjob But when I try to execute it from the cygwin shell I get this: $ batchjob bash: batchjob: command not found How do i execute

How to run bash shell script in cygwin?

2007-07-19 Thread myuser01
I have a script called "batchjob" that looks like this: #!/bin/bash echo 'I was here' -rwxr-xr-x 1 c10066 mkpasswd 48 Jul 19 09:30 batchjob But when I try to execute it from the cygwin shell I get this: $ batchjob bash: batchjob: command not found How do i execute a bash shell scrip

Re: tetex-tiny installation stuck at texmf.sh

2007-07-19 Thread Larry Hall (Cygwin)
Amir E. Aharoni wrote: Don't be so quick to stop a postinstall script. Several minutes is not too long to wait for some packages. It was not several minutes - it was many many minutes. Half an hour maybe. Still not necessarily long enough in general, though this may not be your issue here.

Re: Permission umask problem?

2007-07-19 Thread Simón
Dave Korn wrote: On 19 July 2007 13:07, Simón wrote: Brian Dessent wrote: Simón wrote: I´m having a problem with the permission masks applied to my files in cygwin. For example, if I untar a file with php files, my cygwin system writes them as: -rwx-- I ca

Re: Problem with ping in Windows Vista

2007-07-19 Thread Sisyphus
- Original Message - From: "Arthur Niswar" <[EMAIL PROTECTED]> To: Sent: Thursday, July 19, 2007 9:10 PM Subject: Problem with ping in Windows Vista Hi, I am using Cygwin on Windows Vista Business. The problem is: whenever I try to ping another host on the local network, it always f

RE: Permission umask problem?

2007-07-19 Thread Dave Korn
On 19 July 2007 13:07, Simón wrote: > Brian Dessent wrote: >> Simón wrote: >> >> >>> I´m having a problem with the permission masks applied to my files in >>> cygwin. For example, if I untar a file with php files, my cygwin system >>> writes them as: >>> >>> -rwx-- >>> >> >> I can think

Re: Permission umask problem?

2007-07-19 Thread Simón
Hi there, I unpacked the archive on /tmp as Dave suggested and the file permissions got respected. I´ve attached the cygcheck on a previous message. Kind regards, Simon. Dave Korn wrote: On 19 July 2007 12:35, Simón wrote: I´m having a problem with the permission masks applied to my fil

Re: Permission umask problem?

2007-07-19 Thread Simón
Ooops, sorry. Here it is. Brian Dessent wrote: Simón wrote: I´m having a problem with the permission masks applied to my files in cygwin. For example, if I untar a file with php files, my cygwin system writes them as: -rwx-- I can think of three things that would cause this: $CY

Re: Permission umask problem?

2007-07-19 Thread Brian Dessent
Simón wrote: > I´m having a problem with the permission masks applied to my files in > cygwin. For example, if I untar a file with php files, my cygwin system > writes them as: > > -rwx-- I can think of three things that would cause this: $CYGWIN containing nontsec, a FAT/network volume, or

RE: Permission umask problem?

2007-07-19 Thread Dave Korn
On 19 July 2007 12:35, Simón wrote: > I´m having a problem with the permission masks applied to my files in > cygwin. For example, if I untar a file with php files, my cygwin system > writes them as: > > -rwx-- > > If I run the same command on a Unix system the mask is: > > -rw-r--r-- > >

Re: Permission umask problem?

2007-07-19 Thread Corinna Vinschen
On Jul 19 13:35, Sim?n wrote: > Hi there ;). > > I´m having a problem with the permission masks applied to my files in > cygwin. For example, if I untar a file with php files, my cygwin system > writes them as: > > -rwx-- > > If I run the same command on a Unix system the mask is: > > -rw

Permission umask problem?

2007-07-19 Thread Simón
Hi there ;). I´m having a problem with the permission masks applied to my files in cygwin. For example, if I untar a file with php files, my cygwin system writes them as: -rwx-- If I run the same command on a Unix system the mask is: -rw-r--r-- It happens with all the files, not only p

RE: Problem with ping in Windows Vista

2007-07-19 Thread Dave Korn
On 19 July 2007 12:10, Arthur Niswar wrote: > Hi, > I am using Cygwin on Windows Vista Business. The problem is: whenever > I try to ping another host on the local network, it always fails. > However, I can access this host using ssh (from Cygwin). Is there any > solution? Don't suppose this ha

Problem with ping in Windows Vista

2007-07-19 Thread Arthur Niswar
Hi, I am using Cygwin on Windows Vista Business. The problem is: whenever I try to ping another host on the local network, it always fails. However, I can access this host using ssh (from Cygwin). Is there any solution? Thanks, Arthur N. -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

RE: mkpasswd question

2007-07-19 Thread Dave Korn
On 19 July 2007 10:13, Daniel M wrote: > Hi, > > I'd like to create /etc/passwd only from a certain group in the domain, > that way only that group will have ssh access. > is that possible? Add all the allowed users to a (newly created) regular windows group in the windows user account UI. C

mkpasswd question

2007-07-19 Thread Daniel M
Hi, I'd like to create /etc/passwd only from a certain group in the domain, that way only that group will have ssh access. is that possible? 10x -- Daniel M email: [EMAIL PROTECTED] cellphone: (972) 54-8112175 webpage: http://www.cs.technion.ac.il/~style -- Unsubscribe info: http://

Perldoc issue with perl-5.8.8-3 - missing pod2man5.8.8

2007-07-19 Thread roman . vasicek
Hi all, after upgrading perl to the version 5.8.8 I can't use perldoc to wiew perl documentation. perldoc is searching for pod2man5.8.8 instead of pod2man which is already preset in /usr/bin. Creating symbolic link pod2man5.8.8 -> /usr/bin/pod2man solve this issue. Example: $ perldoc -f chr Err

Re: using external commands in vim causes fork error

2007-07-19 Thread nanothief
> The CYGWIN env. var. only has nontsec different, the other 2 are the defaults > (no need to even put them)... those are the 2 differences: your build of > vim, > and the nontsec, experiment with changing the later and find if your > binary is > the problem. It was the vim build. After selective

Re: CVS 1.7.0 heap errors

2007-07-19 Thread Corinna Vinschen
On Jul 18 12:04, Corinna Vinschen wrote: > On Jul 17 14:54, Brian Ford wrote: > > > > On Wed, 27 Jun 2007, Corinna Vinschen wrote: > > > You could also try to eliminate any change from > > > http://cygwin.com/ml/cygwin-cvs/2007-q1/msg00139.html which is not > > > related to your problem, [...] > >