Re: hyperthreading fix, try #1

2005-02-07 Thread Brian Gallew
Christopher Faylor wrote: Fixing that seems to have fixed my hyperthreading problems. I have run three invocations of the scripts for four days without a hiccup. Previously, I had problems within minutes. Go, you! Someone should give you a gold star for this. -- Unsubscribe info: http://cygw

Re: changing the beep

2003-03-05 Thread Brian Gallew
Randall R Schulz said: > Is this an unconditional change, or is there a way (a CYGWIN option, > perhaps) to continue to use the built-in enunciator beep? Better yet, is there a way to register and use a different event for Cygwin's beeping? -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: Printing using LPR

2003-02-21 Thread Brian Gallew
Ajay Simha said: > On Thu Feb 20 07:30:02 2003, Jason Tishler wrote: >> Olaf, >> >> On Thu, Feb 20, 2003 at 12:49:14PM +0100, Olaf Foellinger wrote: >> > together with a home brewed lpr. If it matters, LPRng is currently in the review process. When it passes it will make printing somewhat easier

RE: cygpath problem?

2003-02-13 Thread Brian Gallew
Thanks for finding/fixing this so quickly. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Something funky in filename handling

2003-02-12 Thread Brian Gallew
97 > find . -type f -print0 | xargs -0 chmod 644 chmod: changing permissions of `./Blue_\231yster_Cult/Cities On Flame With Rock \'n\' Roll.mp3': No such file or directory (more deleted) 98 > echo $CYGWIN binmode tty ntsec codepage:oem Do I need to change my codepage to be something else? Or am

cygpath problem?

2003-02-12 Thread Brian Gallew
155 > cygpath -a 02-Girls\ Just\ Want\ To\ Have\ Fun. /c/Documents and Settings/geek.GEEK-LAPTOP/My Documents/My Music/Cyndi Lauper/Twelve Deadly Cyns ... And Then Some/02-Girls Just Wanc Have Fun. Even more interestingly, there's a formfeed embedded in all that white space. -- Unsubscrib

RE: [Mingw-users] Cygwin Full download in one big archive ?

2002-12-05 Thread Brian Gallew
Richard Campbell said: > It might be interesting to poll in some way, considering how often > this comes up. I suspect more than "almost 0%" might want a > 1-button, overnight-style install. This is the way I work. I have everything installed except emacs (I built/installed Xemacs long before

RE: ssh-agent

2002-05-21 Thread Brian Gallew
Harig, Mark A. said: > You might want to look at the tool 'keychain'. In the setup.exe > Category window, it's in the 'Utils' group. Here's what it > displays when you enter: $ keychain --help keychain is certainly a nice tool, but I'm not sure it's going to help. See, I've already got the (tr

Re: ssh-agent

2002-05-21 Thread Brian Gallew
Jim.George said: > cygrunsrv.exe --install ssh-agent -p /bin/ssh-agent.exe -a "-d" Probably, but it makes no difference. "cygrunsrv --start ssh-agent" still tells me:The service did not respond to the start or control request in a timely fashion. -- Unsubscribe info: http://cygwin.c

ssh-agent

2002-05-20 Thread Brian Gallew
I'm trying to use ssh-agent in a useful manner on my laptop. So, my desired state is to run the agent as a service. Here's the command I'm using to *try* to install it. cygrunsrv.exe --install ssh-agent -p /bin/ssh-agent -a "-d" Sadly, the service fails to start. Any ideas? If it matters, I u