Re: term bash shell with multiple tabs ? (without X)

2008-07-26 Thread Andrew Schulman
> True, you don't get graphical tabs, and you have to type a key > sequence to get a list of "tabs" (control-a w), Actually, with a little setup in your .screenrc, that's not true. I have mine set up to always show the list of tabs on the bottom line, with the current tab highlighted. You have t

Re: script

2008-07-26 Thread René Berber
r wrote: How can I execute a script at boot time ? it's a simple retrieving email script with 'getmail' [snip] An easy way is to use cron, with 'crontab -e' add a line like this: @reboot /bin/startup_retrieve_mail.sh > /dev/null 2>&1 Make sure the script is executable, the redirection is opt

script

2008-07-26 Thread r
How can I execute a script at boot time ? it's a simple retrieving email script with 'getmail' I put a line in /etc/rc.d/rc.local calling the script but it does not execute it ( if I lunch it from bash it does ) There are no messages in /var/log/messagges I tried with chkconfig /usr/sbin/chkconf

Re: cygwin python: subprocess.Popen().stdout + threads == hang

2008-07-26 Thread Jason Tishler
Charles, On Thu, Jul 24, 2008 at 12:11:46PM -0400, Charles Wilson wrote: > Ran into a weird issue using python on cygwin. When trying to use the > stdout handle from a subprocess spawned using the subprocess.Popen > class, it hangs when accessed via a thread. This behavior does /not/ > occur on ot

/etc/group manual-edits-workaround still reqd in 1.7?

2008-07-26 Thread Tom Rodman
I use cygwin in a large domain, from time to time my account is added or removed from domain groups without any warning (last time 'IT' added 'Domain Users' to some other domain group - so all domain users were impacted!). When this happens my credentials in a password-authenticated ssh session, g

RE: flex: exec failed?

2008-07-26 Thread Jay
anecdotes... I've seen this quite a few times now, like 10. Always this same error -- always configure unable to determine the (f)lex output, I think always configuring gmp. (Maybe binutils sometimes, due to the flex source directory, understood, red herring.) I've done "a lot" else successf