Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto]Errori all avvio
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
simone-27
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2007
Posts: 118

PostPosted: Tue Feb 27, 2007 9:59 pm    Post subject: [risolto]Errori all avvio Reply with quote

Al avvio di gentoo si verifica il seguente errore:
Code:
*  ERROR: Problem starting needed service net.eth0
*                netmount was not started

cosa potrebbe essere?Grazie!!


Last edited by simone-27 on Mon Mar 26, 2007 6:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Feb 27, 2007 10:09 pm    Post subject: Reply with quote

Controlla di avere il servizion netmount nel runlevel default:
Code:

rc-update show|grep netmount

dovrebbe restituirti
Code:

            netmount |      default

In caso contrario:
Code:

rc-update add netmount default

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
simone-27
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2007
Posts: 118

PostPosted: Tue Feb 27, 2007 10:18 pm    Post subject: Reply with quote

restituisce proprio
Code:
            netmount |      default
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Feb 27, 2007 10:34 pm    Post subject: Reply with quote

Se provi ad eseguire manualmente
Code:

/etc/init.d/netmount start

cosa ti viene visualizzato?
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
simone-27
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2007
Posts: 118

PostPosted: Tue Feb 27, 2007 10:51 pm    Post subject: Reply with quote

Code:
* Mounting network filesystems ...                                       [ ok ]
Back to top
View user's profile Send private message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Thu Mar 01, 2007 9:22 am    Post subject: Reply with quote

erano mesi che cercavo lo script per smontare le condivisioni samba con smbfs :) grazie
purtoppo smbfs ha questo piccolo problema che se si riavvia la macchina samba remota, le condivisioni montate in locale vanno a loop quando si cerca di accedervi :( successo anche a voi vero?
_________________
\\ba7/
Back to top
View user's profile Send private message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Thu Mar 01, 2007 9:26 am    Post subject: Re: Errori all avvio Reply with quote

simone-27 wrote:
Al avvio di gentoo si verifica il seguente errore:
Code:
*  ERROR: Problem starting needed service net.eth0
*                netmount was not started

cosa potrebbe essere?Grazie!!


postaci il tuo /etc/conf.d/net forse il problema è in un errata config. della eth0 che impalla anche netmount
_________________
\\ba7/
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Thu Mar 01, 2007 9:26 am    Post subject: Reply with quote

Ho il dubbio che quell'errore sia dovuto ad una configurazione non aggiornata di baselayout. Verifica di avere il sistema aggiornato
Code:

emerge -DNuv world

e di aggiornare TUTTI i file di configurazione
Code:

etc-update

o in alternativa
Code:

dispatch-conf

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
simone-27
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2007
Posts: 118

PostPosted: Thu Mar 01, 2007 2:31 pm    Post subject: Reply with quote

guardate siccome avevo notato il problema dopo aver installato il login grafico, ho provato a dare
Code:
rc-update del xdm default

e l'errore non si presenta piu, anche se non riesco a capirne il motivo!!provo lo stesso a seguire quello che mi avete detto di fare?

il mio etc/conf.d/net
Code:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
dns_domain_lo="homenetwork"
config_eth0=( "dhcp" )
Back to top
View user's profile Send private message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Wed Mar 21, 2007 9:51 am    Post subject: Reply with quote

simone-27 wrote:

il mio etc/conf.d/net
Code:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
dns_domain_lo="homenetwork"
config_eth0=( "dhcp" )


per avere una conf. dhcp ho sempre lasciato questo file vuoto, ricevo tutto via dhcp dal gateway linux con ubuntu dapper server.
xchè hai inserito quelle 2 righe? servono a velocizzare la richiesta dhcp ?
_________________
\\ba7/
Back to top
View user's profile Send private message
simone-27
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2007
Posts: 118

PostPosted: Thu Mar 22, 2007 10:36 pm    Post subject: Reply with quote

ho inserito quelle due guide perche l' avevo letto in una guida, ma in seguito mi sono trovato meglio impostando in ip statico...di conseguenza questo è il mio /etc/conf.d/net
Code:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
dns_domain_lo="homenetwork"
config_eth0=( "192.168.1.2 netmask 255.255.255.0 brd 192.168.1.255" )
routes_eth0=( "default gw 192.168.1.1" )
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Thu Mar 22, 2007 10:55 pm    Post subject: Reply with quote

simone-27 wrote:

Code:

dns_domain_lo="homenetwork"
config_eth0=( "192.168.1.2 netmask 255.255.255.0 brd 192.168.1.255" )
routes_eth0=( "default gw 192.168.1.1" )


Uhm... config_eth0 fai prima a scriverlo così:
Code:

config_eth0=( "192.168.1.2/24" )

mentre per il gateway la sintassi corretta è
Code:

routes_eth0=( "default via 192.168.1.1" )

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Thu Mar 22, 2007 11:26 pm    Post subject: Reply with quote

"via" questa nn la sapevo :wink:
_________________
\\ba7/


Last edited by battistis on Fri Mar 23, 2007 9:23 am; edited 1 time in total
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Thu Mar 22, 2007 11:34 pm    Post subject: Reply with quote

Code:

$ cat /etc/conf.d/net.example
...
# Here's how to do routing if you need it
#routes_eth0=(
#       "default via 192.168.0.1"               # IPv4 default route
#       "10.0.0.0/8 via 192.168.0.1"            # IPv4 subnet route
#       "::/0"                                  # IPv6 unicast
#)
...

:roll:
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
^Stefano^
Guru
Guru


Joined: 20 Nov 2005
Posts: 394
Location: Ferrara

PostPosted: Fri Mar 23, 2007 8:26 am    Post subject: Reply with quote

Scen wrote:
Code:

$ cat /etc/conf.d/net.example
...
# Here's how to do routing if you need it
#routes_eth0=(
#       "default via 192.168.0.1"               # IPv4 default route
#       "10.0.0.0/8 via 192.168.0.1"            # IPv4 subnet route
#       "::/0"                                  # IPv6 unicast
#)
...

:roll:


saranno le nuove impostazioni ma a me con gw va ancora benissimo. inoltre ho installato una 2006.1 due settimane fa circa e va anche in quella.
_________________
8-09 V-Day con una raccolta firme. Vi aspettiamo
Raccolta Firme
Progetto tRicicloPC con Linux
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Mar 23, 2007 8:56 am    Post subject: Reply with quote

^Stefano^ wrote:
saranno le nuove impostazioni ma a me con gw va ancora benissimo. inoltre ho installato una 2006.1 due settimane fa circa e va anche in quella.

Un conto e' funzionare perche' gli script di init sono retrocompatibili, un altro e' rendersi conto che si sta usando una sintassi deprecata, quando si potrebbe usare una sintassi piu' semplice con la garanzia di funzionamento anche in futuri aggiornamenti di baselayout ;)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Fri Mar 23, 2007 9:01 am    Post subject: Reply with quote

@simone-27:

prova a commentare o rimuovere anche la riga
Code:

dns_domain_lo="homenetwork"

Il problema continua a verificarsi?
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Fri Mar 23, 2007 9:25 am    Post subject: Reply with quote

Code:
#       "10.0.0.0/8 via 192.168.0.1"            # IPv4 subnet route
#       "::/0"                                  # IPv6 unicast
#)

una vpn :?:
_________________
\\ba7/


Last edited by battistis on Fri Mar 23, 2007 12:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
^Stefano^
Guru
Guru


Joined: 20 Nov 2005
Posts: 394
Location: Ferrara

PostPosted: Fri Mar 23, 2007 10:58 am    Post subject: Reply with quote

lavish wrote:
^Stefano^ wrote:
saranno le nuove impostazioni ma a me con gw va ancora benissimo. inoltre ho installato una 2006.1 due settimane fa circa e va anche in quella.

Un conto e' funzionare perche' gli script di init sono retrocompatibili, un altro e' rendersi conto che si sta usando una sintassi deprecata, quando si potrebbe usare una sintassi piu' semplice con la garanzia di funzionamento anche in futuri aggiornamenti di baselayout ;)


Anche l'handbook riporta la vecchia sintassi:
http://www.gentoo.org/doc/it/handbook/handbook-amd64.xml?part=1&chap=8
forse è in fase di aggiornamento... :?:
_________________
8-09 V-Day con una raccolta firme. Vi aspettiamo
Raccolta Firme
Progetto tRicicloPC con Linux
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 Mar 23, 2007 11:23 am    Post subject: Reply with quote

^Stefano^ wrote:
lavish wrote:
^Stefano^ wrote:
saranno le nuove impostazioni ma a me con gw va ancora benissimo. inoltre ho installato una 2006.1 due settimane fa circa e va anche in quella.

Un conto e' funzionare perche' gli script di init sono retrocompatibili, un altro e' rendersi conto che si sta usando una sintassi deprecata, quando si potrebbe usare una sintassi piu' semplice con la garanzia di funzionamento anche in futuri aggiornamenti di baselayout ;)


Anche l'handbook riporta la vecchia sintassi:
http://www.gentoo.org/doc/it/handbook/handbook-amd64.xml?part=1&chap=8
forse è in fase di aggiornamento... :?:


quello in lingua italiana se ci fai caso è fermo al 3 novembre 2006.

quindi usa quello in inglese http://www.gentoo.org/doc/en/handbook/handbook-x86.xml che è aggiornato al 20 marzo 2007.

ciao
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Fri Mar 23, 2007 11:41 am    Post subject: Reply with quote

crisandbea wrote:
quello in lingua italiana se ci fai caso è fermo al 3 novembre 2006.

quindi usa quello in inglese http://www.gentoo.org/doc/en/handbook/handbook-x86.xml che è aggiornato al 20 marzo 2007.

Purtroppo la situazione delle traduzione italiane della documentazione non è felicissima.... :?

Si accettano aiuti 8) (iscrivetevi alla Gentoo ML gentoo-docs-it)
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Mar 23, 2007 11:44 am    Post subject: Reply with quote

Scen wrote:
Purtroppo la situazione delle traduzione italiane della documentazione non è felicissima.... :?

Si accettano aiuti 8) (iscrivetevi alla Gentoo ML gentoo-docs-it)



Se vuoi fare un "appello pubblico" apri un nuovo post e non ci sono problemi per metterlo stiky ;-)
_________________
Ciao da me!
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 Mar 23, 2007 2:06 pm    Post subject: Reply with quote

Scen wrote:
crisandbea wrote:
quello in lingua italiana se ci fai caso è fermo al 3 novembre 2006.

quindi usa quello in inglese http://www.gentoo.org/doc/en/handbook/handbook-x86.xml che è aggiornato al 20 marzo 2007.

Purtroppo la situazione delle traduzione italiane della documentazione non è felicissima.... :?

Si accettano aiuti 8) (iscrivetevi alla Gentoo ML gentoo-docs-it)


lo farei volentieri, ma non sono la persona ideale per fare traduzioni dall'inglese :lol:
Back to top
View user's profile Send private message
simone-27
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2007
Posts: 118

PostPosted: Fri Mar 23, 2007 2:59 pm    Post subject: Reply with quote

Anche sulla guida in inglese dice di mettere come l ho messa io comunque!!Adesso provo come dite voi anche se come è imopstata adesso va lo stesso tranquillamente...


in
Code:
config_eth0=( "192.168.1.2/24" )

che significato ha 24??
Back to top
View user's profile Send private message
^Stefano^
Guru
Guru


Joined: 20 Nov 2005
Posts: 394
Location: Ferrara

PostPosted: Fri Mar 23, 2007 6:14 pm    Post subject: Reply with quote

crisandbea wrote:

usa quello in inglese http://www.gentoo.org/doc/en/handbook/handbook-x86.xml che è aggiornato al 20 marzo 2007.

ciao


e che dice la stessa cosa :D
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8
Sicuramente con le nuove edizioni dell'handbook metteranno queste modifiche, ovviamente i file .example sono più aggiornati ma le vecchie impostazioni non credo siano già deprecate. Anche il file /etc/hosts accetta più di una sintassi, se giri per il forum vedi che ad alcuni va in un modo e ad altri in un altro.
_________________
8-09 V-Day con una raccolta firme. Vi aspettiamo
Raccolta Firme
Progetto tRicicloPC con Linux
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
Goto page 1, 2  Next
Page 1 of 2

 
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