Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] Non ho più lo script net.eth0...
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
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 12:59 pm    Post subject: [risolto] Non ho più lo script net.eth0... Reply with quote

Ciao, non so perchè ma è sparito lo script /etc/init.d/net.eth0 e di conseguenza al boot non riesco più a tirar su l'interfaccia di rete...
Qualche consiglio su come lo posso ottenere di nuovo?

Grazie 1000
ciao
Fede


Last edited by iko on Fri Oct 28, 2005 3:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
agenteo
n00b
n00b


Joined: 16 Sep 2005
Posts: 40
Location: Castiglione delle Stiviere (MN)

PostPosted: Fri Oct 28, 2005 1:17 pm    Post subject: Reply with quote

qui da mè net.eth0 é un link a net.lo
quindi se hai net.lo ti dovrebbe bastare creare un net.eth0 come link simbolico a net.lo
in /etc/conf.d/net devi avere la tua configurazione
queste le mie due mele e pere... spero siano d'aiuto :-)
_________________
--
"The only thing necessary for the triumph of evil
is for good men to do nothing"
Edmund Burke
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 1:23 pm    Post subject: Reply with quote

Uhmm ok ho creato il link ma non mi setta eth0 ... ho il file di configurazione corretto in /etc/conf.d/net ma dice che mi tira su l'interfaccia eth0 ma facendo ifconfig eth0 non è settata con i parametri giusti...

qualche idea?? :'(

grazie
Fede
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Fri Oct 28, 2005 1:29 pm    Post subject: Reply with quote

prova a postare la parte di
Code:
/etc/conf.d/net

dove hai settato eth0
_________________
[Vuoi guadagnare navigando?]
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 28, 2005 1:29 pm    Post subject: Reply with quote

prova a fare dhcpcd eth0 dovrebbe assegnarti un ip, a quanto o capito ti riconosce ora la scheda di rete ma non ti assegna il giusto ip, vero ??? se è cosi fai dhcpcd eth0 e poi riprova a fare ifconfig eth0 e vedi cosa ti dice.

ciao
Back to top
View user's profile Send private message
agenteo
n00b
n00b


Joined: 16 Sep 2005
Posts: 40
Location: Castiglione delle Stiviere (MN)

PostPosted: Fri Oct 28, 2005 1:30 pm    Post subject: Reply with quote

hai dato provato:
/etc/init.d/net.eth0 start
se non parte prova con:
rc-update add net.eth0 default
_________________
--
"The only thing necessary for the triumph of evil
is for good men to do nothing"
Edmund Burke
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 1:41 pm    Post subject: Reply with quote

il file /etc/conf.d/net è sempre quello, ho semplicemente la variabile iface_eth0 configurata con l ip, la subnet mask e il broadcast mask e in fondo ho la variabile per il gateway...
Facendo dhcpcd eth0 mi assegna l'ip ma non riesco comunque ad avere connettività...
La cosa strana è che è come se lo script net.eth0 non leggesse il file di configurazione /etc/conf.d/net ... Ovviamente sia net.lo che net.eth0 sono aggiunti al runlevel di boot e default rispettivamente...

Comunque impostando a mano
Code:

 ifconfig eth0 192.168.0.20 netmask 255.255.255.0


e
Code:

 route add default gw 192.168.0.1

riesco a connettermi....

altre idee?

non so proprio cosa sia successo...

Grazie
Fede
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 1:48 pm    Post subject: Reply with quote

Siete sicuri che lo script /etc/init.d/net.eth0 debba puntare a net.lo ??
Perchè editandolo con nano non c'è alcuna menzione al file di configurazione che deve leggere per configurare l'interfaccia... mi pare molto strano...

Grazie
Fede
Back to top
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Fri Oct 28, 2005 1:50 pm    Post subject: Reply with quote

iko wrote:
Facendo dhcpcd eth0 mi assegna l'ip ma non riesco comunque ad avere connettività...


Probabilmente se non riesci a connetterti pur ricevendo l'indirizzo ip, il problema sta nel gateway.

Prova a postare il tuo /etc/conf.d/net
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:04 pm    Post subject: Reply with quote

...Non ho la più pallida idea del perchè ora neppure settando a mano con ifconfig e route i parametri non mi riesca a connettere....
comunque il file net è:

Code:

iface_eth0="192.168.0.20 broadcast 192.168.0.255 netmask 255.255.255.0"

# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0="dhcp"
#dhcpcd_eth0="-NHD"

# For setting the default gateway
#
gateway="eth0/192.168.0.1"


mentre il net.lo è:
Code:


start() {
   ebegin "Bringing ${IFACE} up"
   /sbin/ifconfig lo 127.0.0.1 up 2>/dev/null
   /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 \
      gw 127.0.0.1 dev lo 2> /dev/null
   eend 0
}

stop() {
   ebegin "Bringing ${IFACE} down"
   /sbin/ifconfig ${IFACE} down &>/dev/null
   eend 0
}


grazie
Fede
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Fri Oct 28, 2005 2:08 pm    Post subject: Reply with quote

riemergi baselayout
https://forums.gentoo.org/viewtopic-t-395254-start-0-postdays-0-postorder-asc-highlight-.html
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:11 pm    Post subject: Reply with quote

no scusate... lanciando il dhcpcd mi ha cambiato le impostazioni del resolv.conf.. ora le ho rimesse e impostando a mano i parametri riesco di nuovo a connettermi...
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:21 pm    Post subject: Reply with quote

Ho riemerso il baselayout ma non è cambiato nulla...
il fatto è che sembra proprio non leggere il mio /etc/conf.d/net in quando facendo un ifconfig -a vedo:

Code:

eth0    Link encap:Ethernet  HWaddr 00:11:D8:D8:68:04
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:18

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:188 errors:0 dropped:0 overruns:0 frame:0
          TX packets:188 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:15963 (15.5 Kb)  TX bytes:15963 (15.5 Kb)


ovviamente anche la tabella di routing è vuota...
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Fri Oct 28, 2005 2:28 pm    Post subject: Reply with quote

hai eseguito etc-update o dispatch-conf ?
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:28 pm    Post subject: Reply with quote

leggendo la discussione indicatami nel link ho notato che anche il mio net.lo è:

Code:

#!/sbin/runscript
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/net.lo,v 1.10 2004/04/21 17:09:18 vapier Exp $

start() {
        ebegin "Bringing ${IFACE} up"
        /sbin/ifconfig lo 127.0.0.1 up 2>/dev/null
        /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 \
                gw 127.0.0.1 dev lo 2> /dev/null
        eend 0
}

stop() {
        ebegin "Bringing ${IFACE} down"
        /sbin/ifconfig ${IFACE} down &>/dev/null
        eend 0
}


ma anche riemergendo baselayout non cambia nulla...
cosa devo fare?

grazie
Fede
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:29 pm    Post subject: Reply with quote

makoomba wrote:
hai eseguito etc-update o dispatch-conf ?


E' proprio questo il problema... mi dice che è già tutto aggiornato e non mi cambia nulla...
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Fri Oct 28, 2005 2:33 pm    Post subject: Reply with quote

posta
Code:
ls -l /etc/init.d/net.*

e
Code:
cat /etc/init.d/net.lo
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:39 pm    Post subject: Reply with quote

net:
Code:

#!/sbin/runscript
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/net.lo,v 1.10 2004/04/21 17:09:18 vapier Exp $

start() {
   ebegin "Bringing ${IFACE} up"
   /sbin/ifconfig lo 127.0.0.1 up 2>/dev/null
   /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 \
      gw 127.0.0.1 dev lo 2> /dev/null
   eend 0
}

stop() {
   ebegin "Bringing ${IFACE} down"
   /sbin/ifconfig ${IFACE} down &>/dev/null
   eend 0
}


e ls:
Code:

lrwxrwxrwx  1 root root   6 Oct 28 15:12 /etc/init.d/net.eth0 -> net.lo
-rwxr-xr-x  1 root root 512 Oct 28 15:12 /etc/init.d/net.lo
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Fri Oct 28, 2005 2:42 pm    Post subject: Reply with quote

non ti ha aggiornato nulla....
posta
Code:
emerge -pv baselayout
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:45 pm    Post subject: Reply with quote

Code:


These are the packages that I would merge, in order:

Calculating dependencies    ...done!
[ebuild   R   ] sys-apps/baselayout-1.11.13-r1  -bootstrap -build -static -unicode 0 kB

Total size of downloads: 0 kB
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Fri Oct 28, 2005 2:49 pm    Post subject: Reply with quote

questo è il mio net.io. cmq non ti garantisco che funzioni su altre macchine. cmq tentar non nuoce.
Code:

net.lo -> eliminato successivamente


Last edited by Ic3M4n on Fri Oct 28, 2005 3:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 2:52 pm    Post subject: Reply with quote

ma il net.lo come viene generato??
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Fri Oct 28, 2005 2:57 pm    Post subject: Reply with quote

quel net.lo non appartiene alla versione di baselayout che hai installata.
riemergendo baselayout, il successivo etc-update deve chiederti se lo vuoi aggiornare.
prova nuovamente e posta le informazioni visualizzate dopo l'emerge.
prima di etc-update dai un
Code:
ls -a /etc/init.d/

e postalo
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Fri Oct 28, 2005 3:02 pm    Post subject: Reply with quote

Code:
eix baselayout
* sys-apps/baselayout
     Available versions:  1.11.13-r1 ~1.12.0_pre7-r1 ~1.12.0_pre8-r2 ~1.12.0_pre9 ~1.12.0_pre9-r1
     Installed:           1.11.13-r1

questa è la versione stabile. se ne hai una masked il problema potrebbe essere li. nel tal caso dimmelo che rimuovo quella che ho postato che crea casino e basta nel thread.
Back to top
View user's profile Send private message
iko
Apprentice
Apprentice


Joined: 10 Mar 2004
Posts: 232
Location: Lissone

PostPosted: Fri Oct 28, 2005 3:16 pm    Post subject: Reply with quote

la mia è la 1.11.13-r1 ... tutte le altre maggiori sono masked...
Cmq grazie a tutti, finalmente ho risolto...
Ho fatto emerge --unmerge baselayout , poi a mano ho cancellato i net.lo e net.eth0 e poi ho rifatto l'emerge di baselayout ora mi ha emerso il giusto net.lo... la cosa strana è che non mi ha chiesto etc-update.. Però ora tutto va... ;) in pratica senza rimuovere manualmente il net.lo non me lo cambiava.. boh...

Grazie

Ciao
Fede
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