Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
consiglio installazione gentoo dual processor
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) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
jlord87
n00b
n00b


Joined: 24 Jan 2006
Posts: 56
Location: padova

PostPosted: Sat Feb 11, 2006 2:49 pm    Post subject: consiglio installazione gentoo dual processor Reply with quote

ciao a tutti!

...dopo aver risolto innumerevoli problemi con il boot sono giunto al punto di installare gentoo... :D

l'ho già fatto una volta ma quest'oggi stavo provando su una scheda madre doppio processore slot1...

c'è qualche cosa che dovrei fare di particolare?:roll:
avete qualche consiglio su come compilare i vari filea (per esempio il make.conf)?

GRaZie!!
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sat Feb 11, 2006 2:51 pm    Post subject: Re: consiglio installazione gentoo dual processor Reply with quote

no. basta che attivi le voci relative al SMP nel kernel
Back to top
View user's profile Send private message
jlord87
n00b
n00b


Joined: 24 Jan 2006
Posts: 56
Location: padova

PostPosted: Sat Feb 11, 2006 2:59 pm    Post subject: Reply with quote

Quote:
no. basta che attivi le voci relative al SMP nel kernel


smp?
dove più precisamente?

al resto ci pensa gentoo??
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sat Feb 11, 2006 3:01 pm    Post subject: Reply with quote

sotto la configurazione del processore, ovviamente.

la gestione dell'hardware, e quindi anche del processore, è compito del solo kernel. il sistema che installi si adegua a quello che fa il kernel
Back to top
View user's profile Send private message
jlord87
n00b
n00b


Joined: 24 Jan 2006
Posts: 56
Location: padova

PostPosted: Sat Feb 11, 2006 3:06 pm    Post subject: Reply with quote

Ah bene!!
un'altra domandina:

mi hanno consigliato questo
Quote:
La prima cosa da fare è modificare il file make.conf (il file di configurazione del compilatore)
(modificare make.conf) # nano -w /etc/make.conf
Il file presenta un aspetto simile a questo:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
Sostituire -march=i686 con un modello di processore più specifico: pentium4, pentium3, athlon-xp, athlon
pentium-m (solo nel caso di gcc 3.4 o superiore)


è ok così??
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sat Feb 11, 2006 3:30 pm    Post subject: Reply with quote

jlord87 wrote:
è ok così??

si, va bene...
però, non per ripetermi, con una veloce occhiata a man gcc puoi trovare le risposte a tutti i tuoi dubbi ;)
Back to top
View user's profile Send private message
jlord87
n00b
n00b


Joined: 24 Jan 2006
Posts: 56
Location: padova

PostPosted: Sat Feb 11, 2006 3:33 pm    Post subject: Reply with quote

Quote:
con una veloce occhiata a man gcc puoi trovare le risposte a tutti i tuoi dubbi


Ok grazie mille non lo sapevo!

CiaoCiao :D
Back to top
View user's profile Send private message
MeMyselfAndI
l33t
l33t


Joined: 15 Nov 2005
Posts: 784
Location: Between the monitor and the chair

PostPosted: Sat Feb 11, 2006 3:33 pm    Post subject: Reply with quote

e' giusto ma non e' fondamentale.... dipende dal gradi di ottimizzazione che vuoi dare al tuo sistema... Sul fatto che serva o meno ad aumentare le prestazioni della macchina e' un po confusionario il discorso..... cmq c'e' un file chiamato make.conf.example che dovrebbe chiarirti la maggio parte dei tuoi dubbi...buona installazione
P.S. Ti consiglio di leggere il manuale di installazione di gentoo ->>questo
Back to top
View user's profile Send private message
bender86
Guru
Guru


Joined: 18 Mar 2005
Posts: 484

PostPosted: Sat Feb 11, 2006 4:30 pm    Post subject: Reply with quote

MeMyselfAndI wrote:
P.S. Ti consiglio di leggere il manuale di installazione di gentoo ->>questo

La maggior parte della documentazione si trova anche in italiano: http://www.gentoo.org/doc/it/handbook/index.xml
Back to top
View user's profile Send private message
mambro
l33t
l33t


Joined: 22 Mar 2004
Posts: 752
Location: Mira (VE) - Italy

PostPosted: Sun Feb 12, 2006 12:36 am    Post subject: Reply with quote

se hai due core/processori penso possa essere utile aggiungere al make.conf
Code:

MAKEOPTS="-j3"


edit: corretto l'errore di battitura :oops:
_________________
"The design of a worldwide, fully transparent distributed file system for simultaneous use by millions of mobile and frequently disconnected users is left as an excercise for the reader".
Andrew S. Tanenbaum, Distributed Operating Systems.


Last edited by mambro on Sun Feb 12, 2006 3:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Sun Feb 12, 2006 12:24 pm    Post subject: Reply with quote

Code:
MAKEOPTS="-j3"
c'era una P di troppo ....
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
jlord87
n00b
n00b


Joined: 24 Jan 2006
Posts: 56
Location: padova

PostPosted: Sun Feb 12, 2006 12:44 pm    Post subject: Reply with quote

Quote:
se hai due core/processori penso possa essere utile aggiungere al make.conf
Code:


MAKEPOPTS="-j3"


questo è il mio make.conf...
Quote:
CFLAGS="-02 -march=pentium2 -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
USE="kde qt gtk2 gtk -gnome alsa X samba"
LINGUAS="it"
MAKEOPTS="-j3"


l'ho inserito nel punto giusto vero?
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Feb 12, 2006 1:04 pm    Post subject: Reply with quote

non esiste un punto giusto. è solo un elenco di valori.

io comunque butterei via quel file, e userei make.conf.example (cioé copia make.conf.example in make.conf). almeno quello è commentato e spiega un po' di cose che potrebbero chiarire molte idee
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Sun Feb 12, 2006 2:11 pm    Post subject: Reply with quote

jlord87 wrote:

questo è il mio make.conf...
Quote:
CFLAGS="-02 -march=pentium2 -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
USE="kde qt gtk2 gtk -gnome alsa X samba"
LINGUAS="it"
MAKEOPTS="-j3"



Scusa ma tu hai un pentium2 SMP?? Non credo che ne esistano. :wink:
_________________
Running Fast!
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Feb 12, 2006 6:08 pm    Post subject: Reply with quote

Luca89 wrote:
Scusa ma tu hai un pentium2 SMP?? Non credo che ne esistano. :wink:

come no? se installi due processori su una mainboard non hai un sistema dual-processor?
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Sun Feb 12, 2006 7:18 pm    Post subject: Reply with quote

k.gothmog wrote:
Luca89 wrote:
Scusa ma tu hai un pentium2 SMP?? Non credo che ne esistano. :wink:

come no? se installi due processori su una mainboard non hai un sistema dual-processor?


Ops, non ci avevo pensato a questa cosa :oops: :D.
_________________
Running Fast!
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Mon Feb 13, 2006 10:09 am    Post subject: Reply with quote

Luca89 wrote:
Ops, non ci avevo pensato a questa cosa :oops: :D.


E come dovresti fare per avere un sistema dual processor :?: :D
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
jesus_was_rasta
Apprentice
Apprentice


Joined: 26 Sep 2004
Posts: 173
Location: Tutto intorno a te! :P

PostPosted: Tue Mar 07, 2006 1:24 am    Post subject: Reply with quote

Di dual processor slot1 PII ne ho alcuni anche io, un vecchio stock ritirato "aggratise"... :lol:
L'unica cosa che ha dato problema a me con i dual processor in generale era l'APIC; freeze del kernel e problemi vari alle periferiche mi hanno fatto dannare...
Alla fine poi bastava avviare il kernel con l'opzione noapic... :evil:
Ciao! ;)
_________________
www.nonsoloboxe.it - Per gli appassionati di Boxe e Sport in genere
Back to top
View user's profile Send private message
jlord87
n00b
n00b


Joined: 24 Jan 2006
Posts: 56
Location: padova

PostPosted: Tue Mar 07, 2006 2:33 pm    Post subject: Reply with quote

Quote:
L'unica cosa che ha dato problema a me con i dual processor in generale era l'APIC; freeze del kernel e problemi vari alle periferiche mi hanno fatto dannare...
Alla fine poi bastava avviare il kernel con l'opzione noapic...

a chi lo dici!!!!
ci ho passato una settimana pensando di avere chissà ke problema all'hardware!!!
https://forums.gentoo.org/viewtopic-t-429839-highlight-.html

ah...beh...comunque chi l'ha dura la vince!!! :twisted: :twisted:

ciao ciao!!
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Tue Mar 07, 2006 7:11 pm    Post subject: Reply with quote

gutter wrote:
Luca89 wrote:
Ops, non ci avevo pensato a questa cosa :oops: :D.


E come dovresti fare per avere un sistema dual processor :?: :D


Avevo in mente solo i nuovi intel dual-core e non i dual-processor veri :-D.
_________________
Running Fast!
Back to top
View user's profile Send private message
xdarma
l33t
l33t


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

PostPosted: Tue Mar 07, 2006 8:39 pm    Post subject: Reply with quote

Oltre a tutto quello che ti hanno già detto, per qualche raro, rarissimo programma è possibile abilitare il supporto per macchine smp con le flag USE.
Controlla che tra le use appaia qualcosa tipo smp o threads.

Se hai un baselayout unstable tipo baselayout-1.12.0_pre14, verifica che nel file /etc/conf.d/rc sia abilitato il RC_PARALLEL_STARTUP="yes".

xdarma
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano 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