> 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
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
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
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
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
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
6 matches
Mail list logo