Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
uno script per l'autospegnimento
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
bi-andrea
Apprentice
Apprentice


Joined: 09 Mar 2010
Posts: 171
Location: cesenatico

PostPosted: Sat Feb 16, 2013 9:55 pm    Post subject: uno script per l'autospegnimento Reply with quote

Ciao a tutti, volevo impostare uno script dove a un'ora precisa si autospegne come se digitassi poweroff, poi caricarlo al boot così all'ora prefissata si spegne anche se non sno lì davanti.
come si può scrivere uno script del genere?
_________________
Quando arrivi a Linux è un trauma, abituati a Windows, quando arrivi a Gentoo è uno spavento col brivido , però quando lo capisci sei uscito dall'università "GNU/Linux" ;)
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sun Feb 17, 2013 8:31 am    Post subject: Re: uno script per l'autospegnimento Reply with quote

bi-andrea wrote:
Ciao a tutti, volevo impostare uno script dove a un'ora precisa si autospegne come se digitassi poweroff, poi caricarlo al boot così all'ora prefissata si spegne anche se non sno lì davanti.
come si può scrivere uno script del genere?


Il comando shutdown ha la possibilità di fare ciò. Leggi la man page :)
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Sun Feb 17, 2013 10:22 am    Post subject: Reply with quote

una soluzione abbastanza semplice potrebbe essere un cron-job fissato ad un ora precisa.
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Feb 21, 2013 12:44 pm    Post subject: Reply with quote

vedo con piacere che siete sempre alle solite...
:wink: :? :? :idea: 8O 8) :?:
ma visto che sono rancoroso non spiego :twisted: :twisted: :twisted: come al solito...
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
doom555
n00b
n00b


Joined: 29 Oct 2012
Posts: 57

PostPosted: Mon Mar 25, 2013 5:54 pm    Post subject: Reply with quote

Credo che usare cron sia la soluzione migliore....

Invece la mia soluzione barbara che utilizzo in alcune situazioni in cui ho bisogno de spegnere il computer dopo un determinato periodo di tempo, ad esempio dopo un ora (3600 secondi) è:
Code:
# sleep 3600 ; init 0

(forse usare shutdown e passargli il corretto parametro di tempo sarebbe più appropriato :lol: )
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Wed Apr 03, 2013 11:12 am    Post subject: Reply with quote

djinnZ wrote:
vedo con piacere che siete sempre alle solite...
:wink: :? :? :idea: 8O 8) :?:
ma visto che sono rancoroso non spiego :twisted: :twisted: :twisted: come al solito...


standing ovation :lol:

Coda
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Tue May 21, 2013 1:44 pm    Post subject: Reply with quote

mah...

perchè sono tutti fissati con codesto cron? Mi domando solo questo.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
doom555
n00b
n00b


Joined: 29 Oct 2012
Posts: 57

PostPosted: Sat May 25, 2013 11:05 am    Post subject: Reply with quote

djinnZ wrote:
mah...

perchè sono tutti fissati con codesto cron? Mi domando solo questo.


Cosa c'è di male nell'utilizzare cron? è una soluzione generica per poter eseguire un comando ad un determinato orario o a determinati intervalli!

L'alternativa è eseguire all'avvio shutdown -h ORARIO, ad esempio:
Code:
# shutdown -h 13:06
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Sun May 26, 2013 12:57 pm    Post subject: Reply with quote

Perché c'è già il demone dell'ACPI in esecuzione, fatto apposta per queste cose.
E non aggiungo altro perché sono rancoroso. :twisted:
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
doom555
n00b
n00b


Joined: 29 Oct 2012
Posts: 57

PostPosted: Sun May 26, 2013 5:33 pm    Post subject: Reply with quote

djinnZ wrote:
Perché c'è già il demone dell'ACPI in esecuzione, fatto apposta per queste cose.
E non aggiungo altro perché sono rancoroso. :twisted:

In pratica come potrei spegnere il computer ad un determinato orario utlizzando ACPID?

man acpid wrote:
acpid is designed to notify user-space programs of ACPI events

Lo scorrere del tempo non è un evento ACPI! O sbaglio?
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Wed May 29, 2013 7:10 pm    Post subject: Reply with quote

Si e no.
http://acpi.sourceforge.net/documentation/alarm.html
Non funziona sempre ma sul vecchio pc mi andava. Ovviamente non mi ricordo quale era l'evento in risposta da configurare in /etc/acpi.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum