Re: batch

2021-12-13 Thread Ben Cotton
Patrick,

I've never run SGE on Fedora Linux, but in theory you can. It depends
on what you mean by SGE—Open Grid Scheduler[1] took the open source
Sun Grid Engine code, but it seems pretty dead upstream. Univa Grid
Engine[2] is still actively maintained, although I'm not sure what
free options they have these days.

One alternative is HTCondor[3], which is developed by the University
of Wisconsin and licensed under the Apache Software License v2.0. It's
available in the official Fedora repos as the `condor` package.

[1] https://sourceforge.net/projects/gridscheduler/
[2] https://www.altair.com/grid-engine/
[3] https://research.cs.wisc.edu/htcondor/

-- 
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


batch

2021-12-13 Thread Patrick Dupre
Hello,

Using computer center facilities, I submit my job with the tool SGE.
Can I install the same tool under fedora?
Are there some alternatives to submit jobs running in batch?

Thanks.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: how to wake up sleeping monitor using batch script/command

2010-12-26 Thread Suvayu Ali
On Sunday 26 December 2010 05:11 AM, Antonio Olivares wrote:
> Yes, that was not the problem:(, the problem was for the monitor to wake up 
> and play the music (monitor with built in speakers);  still I like to have 
> xterm to change songs, or o q(quit) faster:)
>

Ah ok! Its a matter of convenience for you. :)

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-26 Thread Antonio Olivares


--- On Sun, 12/26/10, Suvayu Ali  wrote:

> From: Suvayu Ali 
> Subject: Re: how to wake up sleeping monitor using batch script/command
> To: users@lists.fedoraproject.org
> Date: Sunday, December 26, 2010, 2:36 AM
> On Saturday 25 December 2010 09:03
> PM, Antonio Olivares wrote:
> > /usr/bin/xterm -display :0 -bg white \
> > -e /usr/bin/mplayer --really-quiet -shuffle -playlist
> ~/.playlist -stop-xscreensaver&  PID=$!> 
> /dev/null 2>&1
> 
> This is rather strange and unnecessary. mplayer is
> perfectly capable of 
> playing audio without an xterm. You can replace all the
> xterm stuff by just,
> 
> /usr/bin/mplayer --really-quiet -shuffle -playlist
> ~/.playlist 
> -stop-xscreensaver
> 
> -- 

Yes, that was not the problem :(, the problem was for the monitor to wake up 
and play the music (monitor with built in speakers);  still I like to have 
xterm to change songs, or o q(quit) faster :)

Regards,

Antonio


  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-26 Thread Ed Greshko
On 12/26/2010 06:36 PM, Suvayu Ali wrote:
> This is rather strange and unnecessary. mplayer is perfectly capable of 
> playing audio without an xterm. You can replace all the xterm stuff by just,

Go back and read the OP's email.  His speakers are built in to his flat
panel display.  What is happening is the speakers are being powered off
when the display is powered off by DPMS (Energy Star).  Hence the need
to "wake it up".


-- 
Real computer scientists like having a computer on their desk, else how
could they read their mail? 葛斯克 愛德華 / 台北市八德路四段



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-26 Thread Suvayu Ali
On Saturday 25 December 2010 09:03 PM, Antonio Olivares wrote:
> /usr/bin/xterm -display :0 -bg white \
> -e /usr/bin/mplayer --really-quiet -shuffle -playlist ~/.playlist 
> -stop-xscreensaver&  PID=$!>  /dev/null 2>&1

This is rather strange and unnecessary. mplayer is perfectly capable of 
playing audio without an xterm. You can replace all the xterm stuff by just,

/usr/bin/mplayer --really-quiet -shuffle -playlist ~/.playlist 
-stop-xscreensaver

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Antonio Olivares


--- On Sat, 12/25/10, Ed Greshko  wrote:

> From: Ed Greshko 
> Subject: Re: how to wake up sleeping monitor using batch script/command
> To: "Community support for Fedora users" 
> Date: Saturday, December 25, 2010, 7:45 PM
> On 12/26/2010 11:24 AM, Antonio
> Olivares wrote:
> > Will report back if I can get it to work, otherwise I
> will have to get Ed's solution.
> Another FYI
> 
> If you run this from a cron job you'll need to add "export
> DISPLAY=:0".
> 
> 
> -- 

Awesome!!!

with export DISPLAY=:0, the screen wakes up & plays the music :)

#!/bin/sh

export DISPLAY=:0
/usr/bin/xset dpms force on;
/usr/bin/xterm -display :0 -bg white \
-e /usr/bin/mplayer --really-quiet -shuffle -playlist ~/.playlist 
-stop-xscreensaver & PID=$! > /dev/null 2>&1
sleep 1800
kill $PID
/usr/bin/xset +dpms

Thanks, Ed, JB, & James, could not have done it without your help! 
Happy Holidays to all;

Regards,

Antonio


  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Ed Greshko
On 12/26/2010 12:06 PM, Antonio Olivares wrote:
> Will try to put into script.  Do I put it before xset dpms force on; command 
> or after? in case it is important.  

needs to go before all other display related commands as it sets the
environment variable needed by all the commands related to the DISPLAY.

Yes, it is case sensitive.

Ed


-- 
Hedonist for hire... no job too easy! 葛斯克 愛德華 / 台北市八德路四段



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Antonio Olivares


--- On Sat, 12/25/10, Ed Greshko  wrote:

> From: Ed Greshko 
> Subject: Re: how to wake up sleeping monitor using batch script/command
> To: "Community support for Fedora users" 
> Date: Saturday, December 25, 2010, 7:45 PM
> On 12/26/2010 11:24 AM, Antonio
> Olivares wrote:
> > Will report back if I can get it to work, otherwise I
> will have to get Ed's solution.
> Another FYI
> 
> If you run this from a cron job you'll need to add "export
> DISPLAY=:0".
> 
> 
> -- 

Will try to put into script.  Do I put it before xset dpms force on; command or 
after? in case it is important.  

Regards

Antonio 


  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Ed Greshko
On 12/26/2010 11:24 AM, Antonio Olivares wrote:
> Will report back if I can get it to work, otherwise I will have to get Ed's 
> solution.
Another FYI

If you run this from a cron job you'll need to add "export DISPLAY=:0".


-- 
QOTD: "She's about as smart as bait." 葛斯克 愛德華 / 台北市八德路四段


signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread James McKenzie
On 12/25/10 8:24 PM, Antonio Olivares wrote:
>
> --- On Sat, 12/25/10, Ed Greshko  wrote:
>
>> From: Ed Greshko
>> Subject: Re: how to wake up sleeping monitor using batch script/command
>> To: "Community support for Fedora users"
>> Date: Saturday, December 25, 2010, 6:05 PM
>> On 12/26/2010 10:00 AM, JB wrote:
>>> Some observations when done on a command line.
>>> - the screen does not come up when
>>> $ xset dpms force off ; sleep 10 ;
>> xset dpms force on>  /dev/null 2&>1
>>> - the screen DOES come up after 10s when
>>> $ xset dpms force off ; sleep 10 ;
>> xset dpms force on
>>
>> Neither of these incantations will turn my screen on
>>
>> xset dpms force off ; sleep 10 ; xdotool mousemove_relative
>> 1 1
>>
>> works fine...
>>
>>
>> -- 
> $ xset dpms force off ; sleep 10 ; xset dpms force on
>
> works from cli, but does not when called from the script :(,
>
> @James&  JB
> the redirection>  /dev/null 2>&1
>
> is to avoid having shitloads of mail by th mailer :)
Yep.  However, does this work on the command line as well?  It looked 
like it did not on JBs machine.

James McKenzie

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Ed Greshko
On 12/26/2010 11:24 AM, Antonio Olivares wrote:
> Will report back if I can get it to work, otherwise I will have to get Ed's 
> solution.
I did finally fire up my F14 system and verified that xdotool is
available with F14.

-- 
The truth is what is; what should be is a dirty lie. -- Lenny Bruce 葛斯
克 愛德華 / 台北市八德路四段


signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread James McKenzie
On 12/25/10 7:35 PM, JB wrote:
> James McKenzie  earthlink.net>  writes:
>
>> ...
>> You know I say "Doc it hurts when I do this."
>> My doctor says "Don't do that."
>>
>> It looks like the redirects are causing the command to not work
>> properly, so don't use them.
>>
>> James McKenzie
>>
> Now the hard part may be to send Antonio to that doctor :-)
>
Nah, just send the monitor.

BTW, it is quite interesting what does work and what does not.  Should 
prove interesting once I get Linux installing on that creaking ancient 
machine.

James McKenzie

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Antonio Olivares


--- On Sat, 12/25/10, Ed Greshko  wrote:

> From: Ed Greshko 
> Subject: Re: how to wake up sleeping monitor using batch script/command
> To: "Community support for Fedora users" 
> Date: Saturday, December 25, 2010, 6:05 PM
> On 12/26/2010 10:00 AM, JB wrote:
> > Some observations when done on a command line.
> > - the screen does not come up when
> >   $ xset dpms force off ; sleep 10 ;
> xset dpms force on > /dev/null 2&>1 
> > - the screen DOES come up after 10s when
> >   $ xset dpms force off ; sleep 10 ;
> xset dpms force on
> 
> Neither of these incantations will turn my screen on
> 
> xset dpms force off ; sleep 10 ; xdotool mousemove_relative
> 1 1
> 
> works fine...
> 
> 
> -- 

$ xset dpms force off ; sleep 10 ; xset dpms force on

works from cli, but does not when called from the script :(, 

@James & JB
the redirection > /dev/null 2>&1

is to avoid having shitloads of mail by th mailer :)
Will report back if I can get it to work, otherwise I will have to get Ed's 
solution.

Thanks for helping out.

Regards,

Antonio 



  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread JB
James McKenzie  earthlink.net> writes:

> ... 
> You know I say "Doc it hurts when I do this."
> My doctor says "Don't do that."
> 
> It looks like the redirects are causing the command to not work 
> properly, so don't use them.
> 
> James McKenzie
> 

Now the hard part may be to send Antonio to that doctor :-)

JB


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Ed Greshko
On 12/26/2010 10:12 AM, JB wrote:
> There is a possibility that BIOS / monitor / APM settings make a difference.

Which would not be a problem with xdotool and which is why I feel that
would be the preferred "universal" solution.

-- 
The only certainty is that nothing is certain. -- Pliny the Elder 葛斯克
愛德華 / 台北市八德路四段


signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread JB
Ed Greshko  greshko.com> writes:

> >>> 
> Neither of these incantations will turn my screen on
> 
> xset dpms force off ; sleep 10 ; xdotool mousemove_relative 1 1
> 
> works fine...
> 

There is a possibility that BIOS / monitor / APM settings make a difference.

JB


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread James McKenzie
On 12/25/10 7:00 PM, JB wrote:
> Antonio Olivares  yahoo.com>  writes:
>
>> ...
>> I tried adding a command to wake up the monitor like
>> 48 04 * * 1-5 sleep 2; xset dpms force on>  /dev/null 2&>1
>> ...
> Some observations when done on a command line.
> - the screen does not come up when
>$ xset dpms force off ; sleep 10 ; xset dpms force on>  /dev/null 2&>1
> - the screen DOES come up after 10s when
>$ xset dpms force off ; sleep 10 ; xset dpms force on
>
You know I say "Doc it hurts when I do this."
My doctor says "Don't do that."

It looks like the redirects are causing the command to not work 
properly, so don't use them.

James McKenzie

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Ed Greshko
On 12/26/2010 10:00 AM, JB wrote:
> Some observations when done on a command line.
> - the screen does not come up when
>   $ xset dpms force off ; sleep 10 ; xset dpms force on > /dev/null 2&>1 
> - the screen DOES come up after 10s when
>   $ xset dpms force off ; sleep 10 ; xset dpms force on

Neither of these incantations will turn my screen on

xset dpms force off ; sleep 10 ; xdotool mousemove_relative 1 1

works fine...


-- 
No group of professionals meets except to conspire against the public at
large. -- Mark Twain 葛斯克 愛德華 / 台北市八德路四段



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread JB
Antonio Olivares  yahoo.com> writes:

> ... 
> I tried adding a command to wake up the monitor like
> 48 04 * * 1-5 sleep 2; xset dpms force on > /dev/null 2&>1
> ...

Some observations when done on a command line.
- the screen does not come up when
  $ xset dpms force off ; sleep 10 ; xset dpms force on > /dev/null 2&>1 
- the screen DOES come up after 10s when
  $ xset dpms force off ; sleep 10 ; xset dpms force on

JB
 





-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread JB
Ed Greshko  greshko.com> writes:

> ... 
> xset dpms force off ; sleep 20 ; xrandr --output ... --auto
> 
> fails to turn on my screen.  When you test it in your environment, it works?
> 

On my notebook it works, but it takes 1 min plus.

JB



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Antonio Olivares


--- On Sat, 12/25/10, Ed Greshko  wrote:

> From: Ed Greshko 
> Subject: Re: how to wake up sleeping monitor using batch script/command
> To: users@lists.fedoraproject.org
> Date: Saturday, December 25, 2010, 4:34 PM
> On 12/26/2010 08:24 AM, JB wrote:
> >
> > Would that do the trick ?
> >
> > man xrandr
> > Per-output options
> >
> > xrandr --output ... --auto
> >
> 
> FWIW
> 
> xset dpms force off ; sleep 20 ; xrandr --output ...
> --auto
> 
> fails to turn on my screen.  When you test it in your
> environment, it works?
> 
> 
> 
> -- 


sleep 20; xset dpms force off ;

turns the monitor off, maybe turn on?  I will try it and report back.
Thanks for helping Ed & JB.  

Regards,

Antonio 


  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Ed Greshko
On 12/26/2010 08:24 AM, JB wrote:
>
> Would that do the trick ?
>
> man xrandr
> Per-output options
>
> xrandr --output ... --auto
>

FWIW

xset dpms force off ; sleep 20 ; xrandr --output ... --auto

fails to turn on my screen.  When you test it in your environment, it works?



-- 
We are currently trying a new concept of using a live mouse.
Unfortuantely, one has yet to survive being hooked up to the
computer.please bear with us. 葛斯克 愛德華 / 台北市八德路四段



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread JB
Antonio Olivares  yahoo.com> writes:

> ...

Would that do the trick ?

man xrandr
Per-output options

xrandr --output ... --auto

JB


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Ed Greshko
On 12/26/2010 06:37 AM, Antonio Olivares wrote:
> I have a Flat Panel Monitor with built in speakers.  If the monitor is on(not 
> sleeping), the speakers work.  When the Monitor goes to sleep, the speakers 
> no longer work :(, I have a cron job that plays music in the morning, but 
> since the monitor is sleeping the music does not play :(
>
> I tried adding a command to wake up the monitor like
> 48 04 * * 1-5 sleep 2; xset dpms force on > /dev/null 2&>1
>
> but the monitor does not wake up :(, I tried using variations like
> xset -dpms 
>
> and 
>
> xset +dpms
>
> and force on, force off to no avail.  I sent a message to list, on how the 
> crontab job was set and the script itself, but it has not made it to list, or 
> was deleted?  If you get a double post, please accept my apologies in 
> advance, don't know how to blame, users* list or yahoo mail^{1}.
>
>

Install the xdotool package (available on F11...not sure if F14 has it)
and then use one of the commands to move the mouse.


-- 
"You boys lookin' for trouble?" "Sure. Whaddya got?" -- Marlon Brando,
"The Wild Ones" 葛斯克 愛德華 / 台北市八德路四段



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


how to wake up sleeping monitor using batch script/command

2010-12-25 Thread Antonio Olivares
Dear folks,

I have a Flat Panel Monitor with built in speakers.  If the monitor is on(not 
sleeping), the speakers work.  When the Monitor goes to sleep, the speakers no 
longer work :(, I have a cron job that plays music in the morning, but since 
the monitor is sleeping the music does not play :(

I tried adding a command to wake up the monitor like
48 04 * * 1-5 sleep 2; xset dpms force on > /dev/null 2&>1

but the monitor does not wake up :(, I tried using variations like
xset -dpms 

and 

xset +dpms

and force on, force off to no avail.  I sent a message to list, on how the 
crontab job was set and the script itself, but it has not made it to list, or 
was deleted?  If you get a double post, please accept my apologies in advance, 
don't know how to blame, users* list or yahoo mail^{1}.

Regards,


Antonio 

{1} yes poc and others, yahoo mail sucks, but being on it for a great while 
makes it hard to be apart from it :(, I go back to classic profile when using 
linux, since on windblows, the new yahoo mail does not do a good job of quoting 
and throws message replies to /dev/null in many cases, and threading sucks like 
Rahul says :)  


  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines