Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] /lib/splash/cache -> cos'è?
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
Ciccio Bueo
l33t
l33t


Joined: 19 Oct 2004
Posts: 834
Location: Treviso

PostPosted: Thu Aug 18, 2005 1:40 pm    Post subject: [RISOLTO] /lib/splash/cache -> cos'è? Reply with quote

[EDIT] Risolto compilando il kernel... ma senza alcuna modifica... mah...

Code:
$ df -h
Filesystem         Dimens. Usati Disp. Uso% Montato su
/dev/hda6              28G   19G  9,6G  66% /
udev                  109M  2,6M  107M   3% /dev
cachedir               28G   19G  9,6G  66% /lib/splash/cache
/dev/hda7              46G   35G   12G  75% /home
none                  109M     0  109M   0% /dev/shm
tmpfs                 256M   22M  235M   9% /var/tmp/portage


allora.... tmpfs.. lo conosco, sto infatti compilando.., hda6 è la root, hda7 la home, udev... non c'è nulla di collegato ma appare lo stesso.... e poi c'+ questo strano cachedir in /lib/splash/cache...

c'è anche quando non compilo.... e questo è il make.conf:

Code:
CFLAGS="-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="-qt -kde -arts X avi bluetooth win32codecs divx4linux gtkhtml ieee1394 jpeg png lm_sensors mmx mp3 mpeg gtk gtk2 gnome hal howl alsa -oss acpi -apm dbus cups ntpl ogg quicktime sse svg svga tiff truetype usb udev cdr"
ALSA_CARDS="via82xx"
PORTAGE_MEMSIZE="256"

GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ ftp://ftp.unina.it/pub/linux/distributions/gentoo http://mirror.switch.ch/mirror/gentoo/"



non mi sembrava ci fosse una volta... 8O

cos'è? cosa mi sono perso...?


Last edited by Ciccio Bueo on Mon Aug 22, 2005 7:52 am; edited 1 time in total
Back to top
View user's profile Send private message
bender86
Guru
Guru


Joined: 18 Mar 2005
Posts: 484

PostPosted: Thu Aug 18, 2005 2:07 pm    Post subject: Reply with quote

Dovrebbe essere qualcosa usato da splashutils. In effetti nelle vecchie versioni mi pare non ci fosse. Probabilmente viene montato in tmpfs perché potrebbe / essere montato in sola lettura (come facevo io prima, perciò avevo dovuto rinunciare allo splash screen).
Back to top
View user's profile Send private message
Ciccio Bueo
l33t
l33t


Joined: 19 Oct 2004
Posts: 834
Location: Treviso

PostPosted: Thu Aug 18, 2005 5:09 pm    Post subject: Reply with quote

mah... non so, ho appena riseguito tutta la guida del wiki english, e (a parte che non mi funziona...) non c'è traccia di qualche strano utilizzo della cache... :roll:
Back to top
View user's profile Send private message
bender86
Guru
Guru


Joined: 18 Mar 2005
Posts: 484

PostPosted: Thu Aug 18, 2005 8:14 pm    Post subject: Reply with quote

Immagino che sia una specie di directory temporanea. Siccome all'avvio (o sempre) / può essere montata in sola lettura, e magari non è ancora possibile montare altri filesystem come /var, viene montata /lib/splash/cache in tmpfs, in modo da avere accesso in scrittura.
Precisamente il riferimento è nel file /sbin/splash-functions.sh:
Code:
...
splash_cache_prep() {
        mount -ns -t "${spl_cachetype}" cachedir "${spl_tmpdir}" \
                -o rw,mode=0644,size="${spl_cachesize}"k
...

Quote:
mah... non so, ho appena riseguito tutta la guida del wiki english, e (a parte che non mi funziona...) non c'è traccia di qualche strano utilizzo della cache...

Non è qualcosa che devi impostare tu, se ne occupa da solo il programma.
Back to top
View user's profile Send private message
Ciccio Bueo
l33t
l33t


Joined: 19 Oct 2004
Posts: 834
Location: Treviso

PostPosted: Fri Aug 19, 2005 7:53 am    Post subject: Reply with quote

grazie per la spiegazione... mi hai tranquillizzato! :D
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