Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Migrazione da baselayout1 a baselayout2/openrc
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
ago
Developer
Developer


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

PostPosted: Sun May 08, 2011 9:02 am    Post subject: Migrazione da baselayout1 a baselayout2/openrc Reply with quote

Salve, dopo numerosi secoli finalmente si sta per stabilizzare openrc (lol)

Questo vuole essere un avviso, per tutti quelli che leggeranno, di non aggiornare ad occhi chiusi per poi venire a dire che non funziona nulla ( stile aggiornamento di python )

La guida da seguire per il passaggio si trova qui


Last edited by ago on Sun Oct 09, 2011 12:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
pascalbrax
Apprentice
Apprentice


Joined: 21 Jan 2004
Posts: 280
Location: 127.0.0.1

PostPosted: Wed May 11, 2011 3:08 pm    Post subject: Reply with quote

io dopo openrc mi ritrovo con due root...

Code:
 $ df -h
Filesystem            Size  Used Avail Use% Mounted on
rootfs                100G   13G   88G  13% /  <--
/dev/root             100G   13G   88G  13% /  <--
rc-svcdir             1.0M   76K  948K   8% /lib64/rc/init.d
udev                   10M  184K  9.9M   2% /dev
shm                   1.9G     0  1.9G   0% /dev/shm
/dev/md4              1.8T  946G  817G  54% /mnt/store


Code:
 $ mount -l
rootfs on / type rootfs (rw)
/dev/root on / type jfs (rw,noatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
rc-svcdir on /lib64/rc/init.d type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
/dev/md4 on /mnt/store type jfs (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)


che cosa sbaglio?
_________________
"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler
Back to top
View user's profile Send private message
jezet
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2009
Posts: 103
Location: Falconara Marittima, Ancona

PostPosted: Wed May 11, 2011 8:51 pm    Post subject: Reply with quote

Stesso problema!
Code:

# df -h
Filesystem            Size  Used Avail Use% Mounted on
rootfs                 19G  9.7G  7.8G  56% /      <---
/dev/root              19G  9.7G  7.8G  56% /    <---
rc-svcdir             1.0M   92K  932K   9% /lib/rc/init.d
udev                   10M  260K  9.8M   3% /dev
shm                  1012M     0 1012M   0% /dev/shm
/dev/sda2             471M   19M  429M   5% /boot
/dev/sda8             106G  7.5G   94G   8% /home
/dev/sdb1             233G  190G   44G  82% /mnt/usb

ciao
eg
_________________
Linux User Num. 533880 && Machine Registration Num. 434363
Back to top
View user's profile Send private message
riverdragon
Veteran
Veteran


Joined: 14 Sep 2006
Posts: 1269
Location: Verona

PostPosted: Wed May 11, 2011 8:57 pm    Post subject: Reply with quote

Pure io, ma è sempre stato così. Sono andato a curiosare con genlop, ecco il mio passaggio ad openrc:
Code:
Sat Jan 26 15:02:27 2008 >>> sys-apps/openrc-9999

Quanto tempo! :D
Back to top
View user's profile Send private message
ago
Developer
Developer


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

PostPosted: Wed May 11, 2011 10:54 pm    Post subject: Reply with quote

Che poi è la stessa cosa scritta 2 volte, non sono root con dati diversi =)
Back to top
View user's profile Send private message
lele_dj
Tux's lil' helper
Tux's lil' helper


Joined: 09 May 2007
Posts: 86

PostPosted: Sat May 14, 2011 9:43 am    Post subject: Reply with quote

Leggendo il manuale ....

Code:
voce rootfs in /etc/mtab

In precedenza, la voce iniziale rootfs era stata rimossa da /etc/mtab, ed era presente solamente la voce / della root reale. L'oggetto duplicato rootfs è stato effettivamente riaggiunto durante lo spegnimento. In OpenRC, entrambe le voci devono essere presenti per il pieno supporto a initramfs e root su tmpfs. Ciò significa anche meno scritture necessarie durante lo spegnimento


devrebbe quindi essere normale vedere 2 rootfs :wink:

P.S. Con il passaggio a baselayout2/openrc sono passato da 18 secondi per fare il boot a 12 secondi .... ridotto del 30% il tempo di boot ... mica male :lol:
Back to top
View user's profile Send private message
wilma_dammi_la_clava
n00b
n00b


Joined: 07 Jul 2006
Posts: 64

PostPosted: Sun Sep 25, 2011 1:19 pm    Post subject: Reply with quote

openrc meraviglioso...a me però ha portato una bella serie di assurdità mai riscontrate fin'ora, tipo trovarmi con processi zombie a piene mani, tutti gnome-terminal o bash... evolution è diventato lento come la messa cantata in latino al contrario....
update
Ok ufficialmente evolution non ne vuol più sapere di inviare i messaggi..... maremma gatta.....
_________________
errare è umano ....ma per fare veramente casino ci vuole la password di ROOT!!!!!!!!
Back to top
View user's profile Send private message
ago
Developer
Developer


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

PostPosted: Sun Oct 09, 2011 12:54 pm    Post subject: Reply with quote

La migrazione è stata effettuata.

Spostato da Annuncio a Normale.
Back to top
View user's profile Send private message
xdarma
l33t
l33t


Joined: 08 Dec 2003
Posts: 720
Location: tra veneto e friuli (italy)

PostPosted: Mon Oct 17, 2011 5:57 pm    Post subject: Reply with quote

wilma_dammi_la_clava wrote:
openrc meraviglioso...a me però ha portato una bella serie di assurdità mai riscontrate fin'ora, tipo trovarmi con processi zombie a piene mani, tutti gnome-terminal o bash..

Sembra che tu non sia l'unico ad aver questo problema:
Quote:
See, there's this leeeetle problem that OpenRC tends to not kill processes that well.

Ti lascio il link alla versione "experimental" che *forse* risolve il problema:
CGROUPS SUPPORT FOR OPENRC
Sempre che tu voglia sperimentare ulteriormente ;-)
_________________
proud user of faKeDE-4.7.3 -> back to windowmaker -> moved to LXQt
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