Scaleable fonts

2006-04-04 Thread John Rehill
Hi guys, Newbie here. Am trying to get scaleable fonts in a command window running under cygwin. I have installed xorg-x11-fnts (6.8.1.0-3) and xorg-x11-fscl (6.8.1.0-2) but from there I'm at a loss as to how to implement them. I don't care what font is actually used, as long as it's readable

Re: Setting up chroot jail with cygwin

2006-04-04 Thread Warren Young
Bryan D. Thomas wrote: "Kevin Hilton" wrote: Can anyone point me to a link telling me how to set up a chrooted jail with cygwin? I used this: $ /bin/chroot.exe --help Can that be relied upon? chroot is a system call on Unix and Linux, which is how it can ensure that the process doesn't st

Re: Setting up chroot jail with cygwin

2006-04-04 Thread Bryan D. Thomas
"Kevin Hilton" wrote: > Can anyone point me to a link telling me how to set up a chrooted jail > with cygwin? I used this: $ /bin/chroot.exe --help Usage: /bin/chroot NEWROOT [COMMAND...] or: /bin/chroot OPTION Run COMMAND with root directory set to NEWROOT. --help display this help

[SOLVED] Re: how to create a syslog-ng pidfile

2006-04-04 Thread Bryan D. Thomas
"Igor Peshansky" wrote: > For some applications that are unable to work in the foreground, cygrunsrv > contains the -x option, which makes it check the pid file instead of > waiting for the child process. That way the child can fork and detach, > and cygrunsrv can still control it via the pid in t

Re: Update for the "Why doesn't chmod work?" section of the FAQ?

2006-04-04 Thread Joshua Daniel Franklin
On 3/2/06, Christopher Faylor wrote: > The current FAQ has this entry: > > 4.15. Why doesn't chmod work? I checked in this, but didn't update the website: The most common case is that your /etc/passwd or /etc/group files are not properly set up. If ls -l shows a group of mkpasswd or mk

Re: [FAQ alert] RE: segfault on memory intensive programs

2006-04-04 Thread Joshua Daniel Franklin
On 4/1/06, Joshua Daniel Franklin wrote: > On 3/30/06, Dave Korn wrote: > > As to the FAQ entry, it really needs a little alteration. Ping JDF! > > > > It should make clear that those parameters are in bytes. The example of a > > 4k stack and 1k heap is a bit unrealistic and it might be more

Setting up chroot jail with cygwin

2006-04-04 Thread Kevin Hilton
Can anyone point me to a link telling me how to set up a chrooted jail with cygwin??? The last post I found on the mailing list was regarding a lastlog configuration. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

rsync 2.6.7

2006-04-04 Thread Robert Fitzpatrick
I posted a long file name issue on the rsync list and received this response: http://lists.samba.org/archive/rsync/2006-March/015097.html Seems 2.6.6 is the current version on Cygwin, I just tried running setup. Will 2.6.7 be available soon? -- Robert -- Unsubscribe info: http://cygwin

Re: 20060301 snapshot and later. sh hangs with very long command line

2006-04-04 Thread Peter Rehley
On Apr 4, 2006, at 11:56 AM, Peter Rehley wrote: On Apr 3, 2006, at 4:25 PM, Christopher Faylor wrote: On Wed, Mar 29, 2006 at 03:14:54PM -0800, Brian Dessent wrote: Christopher Faylor wrote: I was building binutils using the cygwin 20060308 snapshot, and when it did the check for "findin

RE: [ANNOUNCEMENT] Updated: run-1.1.8-1

2006-04-04 Thread Jerry D. Hedden
> run-1.1.8-1 is now available on Cygwin mirrors. > > Changes > === > > * Remove quotes from exename. Fixes problem with spaces in filenames After installing this version of 'run', I found that the behaviour reported in http://cygwin.com/ml/cygwin/2006-03/msg00866.html is still the s

Re: building (porting) c++ project w/ deprecated features -- did I do this right?

2006-04-04 Thread Brian Dessent
Nate Thern wrote: > K&R C guy, I don't know or do etags, autoconf, gdb, etc. I'm probably long > overdue to learn some of these tools. If I take this on, what resources are > there to help me learn to code in the gnu style, and learn modern C++? (the > best my library has is Stroustrup, 1997) A g

Re: 20060301 snapshot and later. sh hangs with very long command line

2006-04-04 Thread Peter Rehley
On Apr 3, 2006, at 4:25 PM, Christopher Faylor wrote: On Wed, Mar 29, 2006 at 03:14:54PM -0800, Brian Dessent wrote: Christopher Faylor wrote: I was building binutils using the cygwin 20060308 snapshot, and when it did the check for "finding the maximum length of command line" a sh shell go

WinMain() not getting cl with 20060403 snapshot

2006-04-04 Thread David Rothenberger
WinMain() in a program compiled with cygwin1.dll is no longer getting passed the command-line from bash correctly with the 20060403 snapshot. It works fine with the 20060329 snapshot. This is the same problem mentioned in . The same test case is

Problem with mined 2000.12-1

2006-04-04 Thread Eugene Kotlyarov
Hello It seems to me that mined.exe in latest mined package is broken. It gives access violation when running and content of it doesn't really look like valid .exe file. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.ht

Re: nice under tcsh does not register under top? [Attn top maintainer]

2006-04-04 Thread Chris January
> According to Lester Ingber on 4/4/2006 7:36 AM: > > I have a tcsh script that runs some processes, e.g., `nice +19 gmake run`. > > I monitor the NI and %CPU columns under `top`. This works fine under > > FreeBSD and Solaris/SPARC, but under Cygwin the NI column always reads 0? > > > > Is it not

[ANNOUNCEMENT] Updated: clamav-0.88-1

2006-04-04 Thread Reini Urban
clamav-0.88-2 contains the security fixes from 0.88-1 plus the shared library cygclamav-1.dll which was not in the previous package. Note that tomorrow another update 0.88.1-1 with minor bugfixes will follow. About: Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this softwar

Re: building (porting) c++ project w/ deprecated features -- did I do this right?

2006-04-04 Thread Christopher Faylor
On Tue, Apr 04, 2006 at 03:26:52PM +, Nate Thern wrote: >Eric Blake comcast.net> writes: >> You are >> better off teaching your application about modern C++, and sending those >> patches back upstream to the "C Scripting Language" project. >Agreed. I'm just an engineer and self-taught C progra

Re: building (porting) c++ project w/ deprecated features -- did I do this right?

2006-04-04 Thread Nate Thern
Eric Blake comcast.net> writes: > You are > better off teaching your application about modern C++, and sending those > patches back upstream to the "C Scripting Language" project. Agreed. I'm just an engineer and self-taught C programmer who regularly compiles his own stuff on cygwin when it's no

Re: Some pointers required on log file examination.

2006-04-04 Thread Igor Peshansky
On Tue, 4 Apr 2006, Igor Peshansky wrote: > Earlier, I wrote (regarding firing off the build once some number of files > have changed): > > > FWIW, a slightly better way of structuring your make is to remember the > > date/time of the last make (as a timestamp on a file, perhaps), and > > simply c

Re: Some pointers required on log file examination.

2006-04-04 Thread Igor Peshansky
Earlier, I wrote (regarding firing off the build once some number of files have changed): > FWIW, a slightly better way of structuring your make is to remember the > date/time of the last make (as a timestamp on a file, perhaps), and > simply compare CVS as of that date/time with the HEAD. If the

Re: nice under tcsh does not register under top?

2006-04-04 Thread Corinna Vinschen
On Apr 4 06:36, Lester Ingber wrote: > I have a tcsh script that runs some processes, e.g., `nice +19 gmake run`. > I monitor the NI and %CPU columns under `top`. This works fine under > FreeBSD and Solaris/SPARC, but under Cygwin the NI column always reads 0? > > Is it not possible to affect Wi

Re: nice under tcsh does not register under top? [Attn top maintainer]

2006-04-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lester Ingber on 4/4/2006 7:36 AM: > I have a tcsh script that runs some processes, e.g., `nice +19 gmake run`. > I monitor the NI and %CPU columns under `top`. This works fine under > FreeBSD and Solaris/SPARC, but under Cygwin the NI co

Re: Some pointers required on log file examination.

2006-04-04 Thread Richard Quadling
Thanks for that. I'd not thought of using the CVS itself. Living and learning.

nice under tcsh does not register under top?

2006-04-04 Thread Lester Ingber
I have a tcsh script that runs some processes, e.g., `nice +19 gmake run`. I monitor the NI and %CPU columns under `top`. This works fine under FreeBSD and Solaris/SPARC, but under Cygwin the NI column always reads 0? Is it not possible to affect Windows priorities via Cygwin? Thanks. Lester

Re: Some pointers required on log file examination.

2006-04-04 Thread Igor Peshansky
On Tue, 4 Apr 2006, Richard Quadling wrote: > Hi. > > I have a document building process which gets its data from a CVS and > then autoconf/configure/make... > > The CVS command I'm using produces 2 log files. The first (cvs1.log) > contains all the directory names. The second (cvs2.log) contains

Re: 1.15.19: multithreaded scons (python) unexpectedly fails

2006-04-04 Thread Gary Zablackis
--- Nels Freed <[EMAIL PROTECTED]> wrote: > Hello, > > After searching the list, I've not found this > particular setup and problem > in the list. If I missed it, I apologize. > > When using scons-j the script unexpectedly fails > with error 5. Normally > this would be a scons problem, but

Re: [ANNOUNCEMENT] Updated: apache2-2.2.0-1

2006-04-04 Thread Brian Dessent
zzapper wrote: > Are people actually moving to Apache 2.x yet?, I was scared off in the > early days by talk that it didn't yet support PHP etc. That is mostly FUD. PHP itself has been thread-safe for years. The problem is that PHP typically links against a large number of external libraries, a

Re: [ANNOUNCEMENT] Updated: apache2-2.2.0-1

2006-04-04 Thread zzapper
Max Bowsher <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > The Apache HTTPD version 2.2.0-1 packages, previously released with > testing status, are now promoted to the current distribution. > > IMPORTANT UPDATE NOTE > Existing version 2.

RE: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Peter Ring
Google is your friend. Start here: http://www.selectorweb.com/unix_os.html http://www.selectorweb.com/grep_tutorial.html You will also want to study some bash and sed tutorials. Kind regards Peter Ring > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Beha

Some pointers required on log file examination.

2006-04-04 Thread Richard Quadling
Hi. I have a document building process which gets its data from a CVS and then autoconf/configure/make... The CVS command I'm using produces 2 log files. The first (cvs1.log) contains all the directory names. The second (cvs2.log) contains the actual changes to the local files. What I want to do

Re: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Richard Quadling
Aha! So it does! Many options. As a newbie to unix style code, the manual is brutal. Would it have really hurt to have a few common examples in the help? Thank you though!

Re: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Corinna Vinschen
On Apr 4 10:11, Samuel Thibault wrote: > Hi, > > Richard Quadling, le Tue 04 Apr 2006 08:52:09 +0100, a écrit : > > grep -e%v%v -R *.c > > > > but this does nothing. Instead I get an error saying > > grep: *.c: No such file or directory > > Grep is not responsible for expansing the star. The sh

Re: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Samuel Thibault
Hi, Richard Quadling, le Tue 04 Apr 2006 08:52:09 +0100, a écrit : > grep -e%v%v -R *.c > > but this does nothing. Instead I get an error saying > grep: *.c: No such file or directory Grep is not responsible for expansing the star. The shell is. Change your shell ;) Samuel -- Unsubscribe info:

grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Richard Quadling
Ok. The start point for this message is that I am a klutz and I don't know what I'm doing. Well. Not really true. I do know what I'm doing and I know that I'm doing it wrong. So give us a hand. I used to use GREP supplied with Borland Turbo C and Delphi. All worked fine. New job. New pc. Not u