Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto][conf][net]sintassi deprecata in /etc/conf.d/net
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
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Mar 04, 2007 2:01 am    Post subject: [Risolto][conf][net]sintassi deprecata in /etc/conf.d/net Reply with quote

innanzitutto un saluto a tutti :) (son tornato da poco da ubuntu brrr :D )

dopo essermi ricordato piuttosto bruscamente che linux non e' fatto solo di GUI ho iniziato a configurare la mia Gen-Box e dopo un paio di " di troppo sono riuscito ad avere:
Code:

IlVile xet # /etc/init.d/net.eth1 restart
 * Starting eth1
 *   You are using a depreciated configuration syntax for eth1
 *   You are advised to read /etc/conf.d/net.example and upgrade it accordingly
 *   Bringing up eth1
 *     192.168.0.13/24   


ora io ho guardato net.example e mi dice di usare la sintassi che uso io... cioe'
Code:

modules=( "ifconfig" )

#iface_eth1="192.168.0.13 netmask 255.255.255.0"
#iface_eth0="192.168.0.12 netmask 255.255.255.0"

iface_eth1="192.168.0.13/24"
iface_eth0="192.168.0.12/24"

routes_eth0=( "default via 192.168.0.1" )


ora prima di commentare le due righe che mi sputano quell'ewarn vorrei capire se e' stata cambiata la sintassi e dove trovarla dato che sia nell'handbook che in net.example c'e' la mia attuale...

p.s. ho installato dal livecd - e me ne vergogno un po :P -

devo emergere baselayout updatato?
Code:


IlVile xet # emerge -pv baselayout

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-apps/baselayout-1.12.1  USE="unicode -bootstrap -build -static" 210 kB

Total size of downloads: 210 kB




====================== soluzione ========================
risolto così:
Code:

config_eth1="192.168.0.13/24"
config_eth0="192.168.0.12/24"

grazie a randomaze!
_________________
sono colui che sostiene il reale


Last edited by Xet on Sun Mar 04, 2007 12:39 pm; edited 2 times in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sun Mar 04, 2007 8:30 am    Post subject: Re: sintassi deprecata in /etc/conf.d/net Reply with quote

Xet wrote:
ora prima di commentare le due righe che mi sputano quell'ewarn vorrei capire se e' stata cambiata la sintassi e dove trovarla dato che sia nell'handbook che in net.example c'e' la mia attuale...


Prova a cambare quegli iface con:

Code:
config_eth1="192.168.0.13/24"
config_eth0="192.168.0.12/24"


Quote:
devo emergere baselayout updatato?


A me risulta l'1.12.9 come più recente... sicuro di non dover fare anche un sync?
_________________
Ciao da me!
Back to top
View user's profile Send private message
Xet
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 170

PostPosted: Sun Mar 04, 2007 12:35 pm    Post subject: Re: sintassi deprecata in /etc/conf.d/net Reply with quote

randomaze wrote:

A me risulta l'1.12.9 come più recente... sicuro di non dover fare anche un sync?


si si era solo per vedere la versione che avevo correntemente installato dato che il resync se non hai messo lo snapshot è piuttosto lungo :)

ora cambio come hai suggerito:
perfetto era proprio quello!

grazie mille...sapevo di poter contare su questo forum :)
_________________
sono colui che sostiene il reale
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