Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] InitNG fallisce system/local start dopo update
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)
View previous topic :: View next topic  
Author Message
Gr3yFox
Apprentice
Apprentice


Joined: 11 May 2006
Posts: 218
Location: Genoa, Italy

PostPosted: Sat Oct 14, 2006 10:34 am    Post subject: [risolto] InitNG fallisce system/local start dopo update Reply with quote

Dall'ultimo update che ho fatto initng non riesce più a caricare /etc/conf.d/local.start, dice di essere uscito con TERMSIG 0 ed rcode 1. Nessuno ha idea di come aggiustare sta cosa? Ho cercato nel forum e sulle documentazioni ma non ho trovato nulla a riguardo, se ho cercato male linkate pure :)
_________________
GreyFox (Linux registered user #435102)
greyfox.imente.org - GreyFox's shots (photoblog)


Last edited by Gr3yFox on Fri Oct 20, 2006 4:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Sat Oct 14, 2006 11:37 am    Post subject: Reply with quote

initng è unstable e non ufficialmente supportato da gentoo :roll:
mi sbaglio? è cambiato qualcosa ultimamente?
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
Gr3yFox
Apprentice
Apprentice


Joined: 11 May 2006
Posts: 218
Location: Genoa, Italy

PostPosted: Sat Oct 14, 2006 12:31 pm    Post subject: Reply with quote

Lo so lo so ma speravo lo stesso che qualcuno ne sapesse qualcosa ugualmente
_________________
GreyFox (Linux registered user #435102)
greyfox.imente.org - GreyFox's shots (photoblog)
Back to top
View user's profile Send private message
Gr3yFox
Apprentice
Apprentice


Joined: 11 May 2006
Posts: 218
Location: Genoa, Italy

PostPosted: Fri Oct 20, 2006 4:09 pm    Post subject: Reply with quote

Alla fine ho sistemato ripristinando la vecchia versione del file (0.0.5 al posto di 0.0.6). Quello che segue è il diff se servisse a qualcuno.

Code:
--- /etc/initng/system/local.i  2006-10-20 18:06:30.000000000 +0000
+++ /etc/initng/system/._cfg0000_local.i        2006-10-20 18:02:05.000000000 +0000
@@ -4,6 +4,6 @@
 service system/local {
        need = system/bootmisc;
        use = system/coldplug;
-       exec start = /etc/conf.d/local.start;
-       exec stop = /etc/conf.d/local.stop;
+       exec start = /bin/bash /etc/conf.d/local.start;
+       exec stop = /bin/bash /etc/conf.d/local.stop;
 }

_________________
GreyFox (Linux registered user #435102)
greyfox.imente.org - GreyFox's shots (photoblog)
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Fri Oct 20, 2006 4:13 pm    Post subject: Reply with quote

metti il tag risolto , se hai risolto.
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Fri Oct 20, 2006 4:17 pm    Post subject: Reply with quote

Gr3yFox wrote:
Alla fine ho sistemato ripristinando la vecchia versione del file (0.0.5 al posto di 0.0.6). Quello che segue è il diff se servisse a qualcuno.

Code:
--- /etc/initng/system/local.i  2006-10-20 18:06:30.000000000 +0000
+++ /etc/initng/system/._cfg0000_local.i        2006-10-20 18:02:05.000000000 +0000
@@ -4,6 +4,6 @@
 service system/local {
        need = system/bootmisc;
        use = system/coldplug;
-       exec start = /etc/conf.d/local.start;
-       exec stop = /etc/conf.d/local.stop;
+       exec start = /bin/bash /etc/conf.d/local.start;
+       exec stop = /bin/bash /etc/conf.d/local.stop;
 }


provato a fare un chmod +x dei file local.s*?

ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Gr3yFox
Apprentice
Apprentice


Joined: 11 May 2006
Posts: 218
Location: Genoa, Italy

PostPosted: Fri Oct 20, 2006 4:25 pm    Post subject: Reply with quote

Certo che ci avevo provato ma non era servito a nulla. Comunque ora e' a posto, richiamando /bin/bash funziona alla perfezione.
Chiedo scusa, mi ero dimenticato di mettere il tag risolto :)
_________________
GreyFox (Linux registered user #435102)
greyfox.imente.org - GreyFox's shots (photoblog)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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