Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemi di installazione
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
andrea92
n00b
n00b


Joined: 23 Apr 2007
Posts: 10

PostPosted: Tue Apr 24, 2007 1:57 pm    Post subject: Problemi di installazione Reply with quote

E' nato un nuovo problema xtroppo:
io scrivo:

Code:
livecd etc #  time emerge gentoo-sources
 --- 'profiles/arch.list' is empty or not available. Empty portage tree?
 --- 'profiles/updates' is empty or not available. Empty portage tree?
ARCH is not set ... Are you missing the /etc/make.profile symlink?
 !!! Is the symlink correct? Is your portage tree complete?

real     0m0.356s
user    0m0.240s
sys     0m0.120s



Ke debbo fare? grazie a tutti


Last edited by andrea92 on Tue Apr 24, 2007 2:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Tue Apr 24, 2007 2:11 pm    Post subject: Reply with quote

primo cambiare il titolo del topic in "problemi con emerge kernel" secondo devi creare un link simbolico da .../portage/profiles/default-linux/x86/2006.1 (o base, hardened etc.) a /etc/make.profile

cerca nella guida "selezionare il profilo".
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
andrea92
n00b
n00b


Joined: 23 Apr 2007
Posts: 10

PostPosted: Tue Apr 24, 2007 2:16 pm    Post subject: Reply with quote

Scusa ma nn ho capito cosa devo fare, di ke guida stai parlando?
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


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

PostPosted: Tue Apr 24, 2007 2:16 pm    Post subject: Reply with quote

andrea92 wrote:
!!! Is the symlink correct? Is your portage tree complete?

Come vedi basta leggere... :wink:
Nell'ordine controlla che il link /etc/make.profile punti al profilo giusto. Io, ad esempio, ho
Code:
onip @ Lebowsky ~ $ ls -l /etc/make.*
-rw-r--r-- 1 root root  2229 22 apr 13:20 /etc/make.conf
-rw-r--r-- 1 root root 23202 19 mar 16:07 /etc/make.conf.example
-rw-r--r-- 1 root root  2963 19 mar 16:07 /etc/make.globals
lrwxrwxrwx 1 root root    55 16 apr 19:28 /etc/make.profile -> /usr/portage/profiles/default-linux/x86/2007.0/desktop/

Per fare i link (nel caso non lo sapessi) si usa il comando ln -s e con ln --help vedi come si usa.

Se questo non dovesse funzionare allora prova con un
Code:
# emerge --sync


Byez
_________________
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
Onip
Advocate
Advocate


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

PostPosted: Tue Apr 24, 2007 2:21 pm    Post subject: Reply with quote

andrea92 wrote:
Scusa ma nn ho capito cosa devo fare, di ke guida stai parlando?

L'handbook...
_________________
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
andrea92
n00b
n00b


Joined: 23 Apr 2007
Posts: 10

PostPosted: Tue Apr 24, 2007 3:32 pm    Post subject: Reply with quote

ho visto ke ho
Code:
/etc/make.profile -> ../usr/portage/profiles/default-linux/x86/no-nptl

io ho provato ad aggiungerne un altro scrivendo
Code:
ln -s.../etc/make.profile.../usr/portage/profiles/default-linux/x86/desktop

xro è sbagliato, m sapete ke dovrei fare?
Back to top
View user's profile Send private message
Elbryan
Guru
Guru


Joined: 13 Nov 2006
Posts: 523
Location: Rovereto (TN)

PostPosted: Tue Apr 24, 2007 3:53 pm    Post subject: Reply with quote

non so ma il mio è fatto così

Code:

elbryan@tux ~ $ ls -l /etc/make.*
-rw-r--r-- 1 root root   788 24 apr 16:22 /etc/make.conf
-rw-r--r-- 1 root root   725 25 feb 01:06 /etc/make.conf~
-rw-r--r-- 1 root root 23202  8 mar 17:52 /etc/make.conf.example
-rw-r--r-- 1 root root  2963  8 mar 17:52 /etc/make.globals
lrwxrwxrwx 1 root root    48 21 nov 19:36 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2006.1
Back to top
View user's profile Send private message
Elbryan
Guru
Guru


Joined: 13 Nov 2006
Posts: 523
Location: Rovereto (TN)

PostPosted: Tue Apr 24, 2007 3:57 pm    Post subject: Reply with quote

andrea92 wrote:
ho visto ke ho
Code:
/etc/make.profile -> ../usr/portage/profiles/default-linux/x86/no-nptl

io ho provato ad aggiungerne un altro scrivendo
Code:
ln -s.../etc/make.profile.../usr/portage/profiles/default-linux/x86/desktop

xro è sbagliato, m sapete ke dovrei fare?


tralaltro il comando giusto che dovresti dare è:
Code:

ls -snf /usr/portage/profiles/default-linux/x86/2007.0 /etc/make.profile


questo ovviamente se utilizzi un'architettura x86..
Back to top
View user's profile Send private message
andrea92
n00b
n00b


Joined: 23 Apr 2007
Posts: 10

PostPosted: Tue Apr 24, 2007 4:00 pm    Post subject: Reply with quote

mi dice ke
Code:
in accessing no such file or directory
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Tue Apr 24, 2007 4:01 pm    Post subject: Reply with quote

Elbryan wrote:
non so ma il mio è fatto così

Code:

elbryan@tux ~ $ ls -l /etc/make.*
-rw-r--r-- 1 root root   788 24 apr 16:22 /etc/make.conf
-rw-r--r-- 1 root root   725 25 feb 01:06 /etc/make.conf~
-rw-r--r-- 1 root root 23202  8 mar 17:52 /etc/make.conf.example
-rw-r--r-- 1 root root  2963  8 mar 17:52 /etc/make.globals
lrwxrwxrwx 1 root root    48 21 nov 19:36 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2006.1

non capisco il tuo eventuale problema???? hai solo
Code:
-rw-r--r-- 1 root root   725 25 feb 01:06 /etc/make.conf~
in più rispetto a "Onip" , voce inolte che puoi eliminare essendo un file che si crea quando salvi il file in questione da un qualunque editor di testo.



andrea92 wrote:
mi dice ke
Code:
in accessing no such file or directory

cosa ti dice ciò??? cerca di essere preciso, sennò non riusciamo ad aiutarti.

ciauz


Last edited by crisandbea on Tue Apr 24, 2007 4:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
Elbryan
Guru
Guru


Joined: 13 Nov 2006
Posts: 523
Location: Rovereto (TN)

PostPosted: Tue Apr 24, 2007 4:01 pm    Post subject: Reply with quote

andrea92 wrote:
mi dice ke
Code:
in accessing no such file or directory


scusa fammi un
Code:

ls -l /usr/portage/profiles/default-linux/x86
Back to top
View user's profile Send private message
Elbryan
Guru
Guru


Joined: 13 Nov 2006
Posts: 523
Location: Rovereto (TN)

PostPosted: Tue Apr 24, 2007 4:02 pm    Post subject: Reply with quote

crisandbea wrote:
Elbryan wrote:
non so ma il mio è fatto così

Code:

elbryan@tux ~ $ ls -l /etc/make.*
-rw-r--r-- 1 root root   788 24 apr 16:22 /etc/make.conf
-rw-r--r-- 1 root root   725 25 feb 01:06 /etc/make.conf~
-rw-r--r-- 1 root root 23202  8 mar 17:52 /etc/make.conf.example
-rw-r--r-- 1 root root  2963  8 mar 17:52 /etc/make.globals
lrwxrwxrwx 1 root root    48 21 nov 19:36 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2006.1

non capisco il tuo eventuale problema???? hai solo
Code:
-rw-r--r-- 1 root root   725 25 feb 01:06 /etc/make.conf~
in più rispetto a "Onip" , voce inolte che puoi eliminare essendo un file che si crea quando salvi il file in questione da un qualunque editor di testo.


ciauz

ti pare che io abbia un problema?
la mia differenza stava nel sottolineare che il mio punta a 200x mentre il suo a 200x/Desktop..

tutto qui.
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Tue Apr 24, 2007 4:05 pm    Post subject: Reply with quote

@Elbryan
appunto che non mi sembrava che avevi un problema ti ho fatto quella domanda, :wink: comunque sono validi entrambi i profili l'unica differenza che "Onip" usa un profilo specifico per il Desktop, tu invece un 2006.1 generico. tutto qua.

ciauz


Last edited by crisandbea on Tue Apr 24, 2007 4:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
Elbryan
Guru
Guru


Joined: 13 Nov 2006
Posts: 523
Location: Rovereto (TN)

PostPosted: Tue Apr 24, 2007 4:07 pm    Post subject: Reply with quote

crisandbea wrote:
@Elbryan
appunto che non mi sembrava che avevi un problema ti ho fatto quella domanda, :wink: comunque sono validi entrambi i profili l'unica differenza che "Onip" usa un profilo specifico per il Desktop, tu invece un 2007.0 generico. tutto qua.

ciauz


certo ;)
comunque mi togli una curiosità?
Se io cambio profilo passando al 2007.0 che differenze avrei?

E' una cosa che nell'handbook non viene spiegata..
E' consigliato ogni tanto aggiornare il symlink oppure no?
No perché ho notato che ricompilerebbe alcune librerie con alcune flag diverse..

Grassie e scusate se è un po' OT..
Back to top
View user's profile Send private message
andrea92
n00b
n00b


Joined: 23 Apr 2007
Posts: 10

PostPosted: Tue Apr 24, 2007 4:08 pm    Post subject: Reply with quote

Quote:

scusa fammi un
Code:

ls -l /usr/portage/profiles/default-linux/x86

m esce
Code:

ls: /usr/portage/profiles/default-linux/x86: no such file or directory
Back to top
View user's profile Send private message
Elbryan
Guru
Guru


Joined: 13 Nov 2006
Posts: 523
Location: Rovereto (TN)

PostPosted: Tue Apr 24, 2007 4:09 pm    Post subject: Reply with quote

andrea92 wrote:
Quote:

scusa fammi un
Code:

ls -l /usr/portage/profiles/default-linux/x86

m esce
Code:

ls: /usr/portage/profiles/default-linux/x86: no such file or directory


ma hai fatto un
Code:

emerge --sync

prima di tutto?
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Tue Apr 24, 2007 4:12 pm    Post subject: Reply with quote

Elbryan wrote:
crisandbea wrote:
@Elbryan
appunto che non mi sembrava che avevi un problema ti ho fatto quella domanda, :wink: comunque sono validi entrambi i profili l'unica differenza che "Onip" usa un profilo specifico per il Desktop, tu invece un 2007.0 generico. tutto qua.

ciauz


certo ;)
comunque mi togli una curiosità?
Se io cambio profilo passando al 2007.0 che differenze avrei?

dai un'occhio qua
Quote:


Grassie e scusate se è un po' OT..
:lol:
Back to top
View user's profile Send private message
andrea92
n00b
n00b


Joined: 23 Apr 2007
Posts: 10

PostPosted: Tue Apr 24, 2007 4:13 pm    Post subject: Reply with quote

si fa 3 tentativi e alla fine nn riesce
Back to top
View user's profile Send private message
Elbryan
Guru
Guru


Joined: 13 Nov 2006
Posts: 523
Location: Rovereto (TN)

PostPosted: Tue Apr 24, 2007 4:15 pm    Post subject: Reply with quote

andrea92 wrote:
si fa 3 tentativi e alla fine nn riesce


grazie.. quali tentativi? Non risolve i DNS? Allora stai postando da un altro pc..

Cioè .. devi darci tutte le informazioni che ti sputa sullo schermo..
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Apr 24, 2007 4:22 pm    Post subject: Reply with quote

andrea92 wrote:
si fa 3 tentativi e alla fine nn riesce


  • Rieschi a navigare in Internet?
  • Se sì, verifica che la porta TCP 873 (rsync) non venga bloccata;
  • altrimenti verifica di non utilizzare un mirror RSYNC farlocco
    Code:

    emerge --info|grep -i ^syncemerge --info|grep -i ^sync

    che dice?
  • se non stai capendo nulla di quello che sto dicendo :wink: , però riesci a navigare in Internet, temporaneamente potresti risolvere con
    Code:

    emerge-webrsync



P.S. Tanto per fare la figura del rompiballe, ti consiglio di non utilizzare linguaggio in stile "SMS" (vedi "ke","kosa",ecc.) nei messaggi che inserisci in questo forum :roll: :P
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
andrea92
n00b
n00b


Joined: 23 Apr 2007
Posts: 10

PostPosted: Tue Apr 24, 2007 4:28 pm    Post subject: Reply with quote

Code:

rsync: getaddrinfo: rsync.gentoo.org 873: temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]


Code:

!!! Rsync has not successfully it is recommended that you keep
!!!trying or that you use the 'emerge-webrsync' option if you are unable
!!!to use rsync due to firewell or other restrictions this should be a
!!!temporary problem unless complications exis with your network
!!!(and possibly your system's filesystem) configuration

cmq si sn su un altro pc
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


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

PostPosted: Tue Apr 24, 2007 4:46 pm    Post subject: Reply with quote

vuol dire che hai un problema di connessione.
come l'hai impostata?

Anche io ti chiedo di scrivere in italiano e non in sms-ese. è veramente faticoso da leggere.
_________________
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
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Tue Apr 24, 2007 4:48 pm    Post subject: Reply with quote

andrea92 wrote:
Code:

rsync: getaddrinfo: rsync.gentoo.org 873: temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]


Code:

!!! Rsync has not successfully it is recommended that you keep
!!!trying or that you use the 'emerge-webrsync' option if you are unable
!!!to use rsync due to firewell or other restrictions this should be a
!!!temporary problem unless complications exis with your network
!!!(and possibly your system's filesystem) configuration

cmq si sn su un altro pc


prova ad utilizzare uno di questi due indirizzi:
Code:

#SYNC="rsync://140.105.134.102/gentoo-portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

da inserire in
Code:
/etc/make.conf
e dopo ridai
Code:
emerge --sync

posta un
Code:
ifconfig -a
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Wed Apr 25, 2007 8:35 am    Post subject: Reply with quote

Ho rinominato il thread in "Problemi di installazione" visto che qui eseguire emerge di gentoo-sources mi pare sia proprio l'ultimo problema.

@andrea92: oltre a rinnovare l'invito a non usare simili abbreviazioni (e' espressamente specificato nelle linee guida, trovi il link nella mia firma) fatto da Scen e Onip, mi sorge un dubbio: come stai installando gentoo? Stai riscontrando problematiche che non dovrebbero comparire se avessi seguito l'handbook di cui ti e' stato fornito il link poco fa... per esempio, se anche non fossi riuscito ad eseguire un emerge --sync, avresti dovuto decomprimere uno snapshot di portage...
Quindi o cerchi di chiarire quello che stai facendo, o ricominci da zero seguendo passo a passo la guida

@Elbryan: cerchiamo di non fare post in successione. Se nessuno ha risposto dopo il tuo ultimo messaggio e vuoi aggiungere qualcosa, basta editare e aggiungere in coda, grazie :)
_________________
minimalblue.com | secgroup.github.io/
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