Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
profiles - come sceglierli
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
Hal-10000
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2013
Posts: 120

PostPosted: Fri Jan 25, 2013 8:30 pm    Post subject: profiles - come sceglierli Reply with quote

vorrei capire la differenza tra i vari profiles disponibili
Code:
eselect profile list
Available profile symlink targets:
  [1]   default/linux/x86/10.0
  [2]   default/linux/x86/10.0/selinux
  [3]   default/linux/x86/10.0/desktop *
  [4]   default/linux/x86/10.0/desktop/gnome
  [5]   default/linux/x86/10.0/desktop/kde
  [6]   default/linux/x86/10.0/developer
  [7]   default/linux/x86/10.0/server
  [8]   default/linux/x86/13.0
  [9]   default/linux/x86/13.0/selinux
  [10]  default/linux/x86/13.0/desktop
  [11]  default/linux/x86/13.0/desktop/gnome
  [12]  default/linux/x86/13.0/desktop/kde
  [13]  default/linux/x86/13.0/developer
  [14]  hardened/linux/x86
  [15]  hardened/linux/x86/selinux
  [16]  hardened/linux/uclibc/x86


ho notato, infatti, che vi e' una versione desktop 10.0 e un'altra 13.0

in cosa consiste la differenza?


Poi, siccome mi piacerebbe passare da Openbox, che ho adesso, a gnome, dovrei scegliere questo profilo

Code:
[4]   default/linux/x86/10.0/desktop/gnome


o quest'altro

Code:
[11]  default/linux/x86/13.0/desktop/gnome
?


Grazie
Back to top
View user's profile Send private message
fturco
Veteran
Veteran


Joined: 08 Dec 2010
Posts: 1181
Location: Italy

PostPosted: Sat Jan 26, 2013 7:26 am    Post subject: Reply with quote

Non conosco una risposta adeguata al tuo questito, ma ti ringrazio per avermi fatto notare l'uscita del profilo 13.0. Credo che passerò a quello appena possibile.

EDIT: Nello specifico, siccome anch'io utilizzo GNOME, proverò il passaggio da default/linux/amd64/10.0/desktop/gnome a default/linux/amd64/13.0/desktop/gnome.
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


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

PostPosted: Sat Jan 26, 2013 8:54 am    Post subject: Reply with quote

i profili non sono altro che una raccolta di file testuali con una serie di use (e, a volte, pacchetti mascherati) predefinite.

o ti fai un bel diff tra le directory (stanno sotto /usr/portage/profiles) oppure applichi il nuovo e vedi cosa
Code:
# emerge -DuNav --with-bdeps=y world

ti vuole cambiare.
_________________
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
Hal-10000
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2013
Posts: 120

PostPosted: Sat Jan 26, 2013 10:46 am    Post subject: Reply with quote

Onip wrote:
i profili non sono altro che una raccolta di file testuali con una serie di use (e, a volte, pacchetti mascherati) predefinite.

o ti fai un bel diff tra le directory (stanno sotto /usr/portage/profiles) oppure applichi il nuovo e vedi cosa
Code:
# emerge -DuNav --with-bdeps=y world

ti vuole cambiare.


grazie 1000, ho scelto il profilo 11, poi ho aggiornato e adesso sta compilando


dopo procederò ad installare gnome-base...
e che la fortuna mi assista :lol:


comunque non sono riuscito a trovare documentazione sui profili
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


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

PostPosted: Sat Jan 26, 2013 11:02 am    Post subject: Reply with quote

c'è pure un Changelog all'interno delle directory.

Hal-10000 wrote:
comunque non sono riuscito a trovare documentazione sui profili

la documentazione è il profilo stesso, apri la directory e leggiti un po' di file.
_________________
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
ago
Developer
Developer


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

PostPosted: Sat Jan 26, 2013 1:15 pm    Post subject: Reply with quote

un diff -ru tra la cartella 10 e 13, sinteticamente da questo risultato:
Code:
--- 10.0/eapi   2009-08-17 20:54:24.000000000 +0200                                                                                                                                 
+++ 13.0/eapi   2013-01-20 12:31:27.000000000 +0100                                                                                                                                 
@@ -1 +1 @@                                                                                                                                                                         
-2                                                                                                                                                                                 
+5


Il tutto significa che portage deve seguire le regole di EAPI 5 (in breve).
Back to top
View user's profile Send private message
Hal-10000
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2013
Posts: 120

PostPosted: Sat Jan 26, 2013 1:34 pm    Post subject: Reply with quote

non ho capito, scusate ma sono abbastanza noob.

Innanzi tutto, come si fa a dare il comando diff? e poi quanto alle regole EAPI 5,..... proprio non è cosa mia.... :oops:
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


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

PostPosted: Sat Jan 26, 2013 3:07 pm    Post subject: Reply with quote

diff è un comando da console

Code:
$ diff <file1> <file2>

ti mostra le differenze tra i due file. Nel suo man trovi tutte le opzioni.

eapi è la versione delle api di portage (cioè l'insieme delle funzioni disponibili per creare gli ebuild). A meno che tu non ne debba scrivere puoi anche far finta di non avere letto niente :wink:
_________________
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
Hal-10000
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2013
Posts: 120

PostPosted: Sat Jan 26, 2013 6:06 pm    Post subject: Reply with quote

chiarissimo per il comando "diff" (sempre molto interessante imparare nuovi comandi)

per il resto faccio finta di non aver letto niente 8) :D


P.S. Ho installato Gnome (base o light? non ricordo bene)

Tutto OK! il consumo di RAM è straordinariamente basso, circa 70 Mb in idle sul mio notebook Intel core duo 1,73 ghz, 1Gb Ram

...tanto per la cronaca
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2489
Location: イタリアのロディで

PostPosted: Mon Jan 28, 2013 7:27 am    Post subject: Reply with quote

Accidenti, passo al 13 anche io.
Ma se uno non dà
Code:
eselect profile list
non saprà mai della novità, o ci sono stati degli avvisi che mi son perso? Cosa assai probabile.
Back to top
View user's profile Send private message
fturco
Veteran
Veteran


Joined: 08 Dec 2010
Posts: 1181
Location: Italy

PostPosted: Mon Jan 28, 2013 8:25 am    Post subject: Reply with quote

Io personalmente mi sono accorto della novità leggendo questo thread. Non ho visto nulla su eselect news o altrove.
Back to top
View user's profile Send private message
64
n00b
n00b


Joined: 27 Feb 2012
Posts: 11

PostPosted: Mon Jan 28, 2013 11:06 am    Post subject: Reply with quote

Io si, ho letto una news piu' di un mese fa (mentre stavo installando un nuovo sistema), ma con il comando eselect profile list apparivano solo le tipologie gia' note.
Back to top
View user's profile Send private message
ago
Developer
Developer


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

PostPosted: Sun Feb 10, 2013 1:31 pm    Post subject: Reply with quote

bandreabis wrote:
Accidenti, passo al 13 anche io.
Ma se uno non dà
Code:
eselect profile list
non saprà mai della novità, o ci sono stati degli avvisi che mi son perso? Cosa assai probabile.


Se lanci emerge --sync vedi:
Code:
!!! Your current profile is deprecated and not supported anymore.
!!! Use eselect profile to update your profile.
!!! Please upgrade to the following profile if possible:
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