Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[INSTALL]portagemaster[RISOLTO]
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
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Fri Jul 02, 2004 11:53 am    Post subject: [INSTALL]portagemaster[RISOLTO] Reply with quote

ciao a tutti ho emerso portagemaster

ma quando vado per emergere qualcosa ovviamente e giustamente mi chiede

?[31;01m*** You are not in the portage group. You may experience cache problems
?[0m?[31;01m*** due to permissions preventing the creation of the on-disk cache.
?[0m?[31;01m*** Please add this user to the portage group if you wish to use portage.
?[0m
emerge: root access required.

ora come inserisco l'user in portage????
e non e pericolosa questa operazione?
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux


Last edited by RockSteady on Sat Jul 03, 2004 8:55 am; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31440
Location: here

PostPosted: Fri Jul 02, 2004 12:10 pm    Post subject: Reply with quote

Un po' si, visto che secondo me e' root che deve accedere per amministrare il sistema. Comunque se vuoi metterti nel gruppo portage editi il file /etc/group e alla vove portage aggiungi il tuo nome utente. Devi rifare il login per far si che abbia effetto.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Fri Jul 02, 2004 12:10 pm    Post subject: Reply with quote

semplicemente esegui la cosa da root per inserire l'utente nel gruppo portage edita /etc/group
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Fri Jul 02, 2004 1:05 pm    Post subject: Reply with quote

aggiungerti a portage non credo serva, visto che, quando anche sei nel gruppo, puoi solo fare ricerche con emerge, ma non installare nulla.
Il punto, secondo me, é che devi lanciare portagemaster come root.

Coda
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Fri Jul 02, 2004 9:57 pm    Post subject: Reply with quote

scusate il ritardo ragazzi ma sono tornato adesso dal lavoro

beh avevo provato a lanciarlo da root ma ricevo questo errore

# portagemaster
/usr/bin/portagemaster: line 2: java: command not found
root@rocksteadycrew bin #
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Jul 03, 2004 7:46 am    Post subject: Reply with quote

up
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
n3m0
l33t
l33t


Joined: 08 Feb 2004
Posts: 798
Location: Richville, Naples, Italy, Europe

PostPosted: Sat Jul 03, 2004 8:07 am    Post subject: Reply with quote

RockSteady wrote:

# portagemaster
/usr/bin/portagemaster: line 2: java: command not found
root@rocksteadycrew bin #


Non ho installato portagemaster, ma non dovrebbe importare...
L'errore che ti da è dovuto molto probabilmente al fatto che quando passi a root il tuo ambiente non contiene le variabili per JAVA.

Quello che ti chiedo è:

sei passato a root con il comando

Code:
# su -


?

In ogni caso, dopo esser passato a root, prova a dare

Code:
# source /etc/profile
# env-update


e prova poi ad eseguire portagemaster.

PS: la normalità vuole che passando a root con
Code:

su -


si abbia l'ambiente a posto (infatti io non ho problemi)
_________________
L’energia è la civiltà. Lasciarla in mano ai piromani/petrolieri è criminale. Perché aspettare che finisca il petrolio?
L’età della pietra non è mica finita per mancanza di pietre. - B.G.


Site/Blog: http://www.neminis.org
Back to top
View user's profile Send private message
FonderiaDigitale
Veteran
Veteran


Joined: 06 Nov 2003
Posts: 1710
Location: Rome, Italy

PostPosted: Sat Jul 03, 2004 8:16 am    Post subject: Reply with quote

puoi usare una utility che ti fa da 'wrapper' per tutto il resto, senza passare prima alla console.

Code:
emerge gnomesu

_________________
Come disse un amico, i sistemisti sono un po' come gli artigiani per l'informatica :)
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Jul 03, 2004 8:49 am    Post subject: Reply with quote

n3m0 wrote:
RockSteady wrote:

# portagemaster
/usr/bin/portagemaster: line 2: java: command not found
root@rocksteadycrew bin #


Non ho installato portagemaster, ma non dovrebbe importare...
L'errore che ti da è dovuto molto probabilmente al fatto che quando passi a root il tuo ambiente non contiene le variabili per JAVA.

Quello che ti chiedo è:

sei passato a root con il comando

Code:
# su -


?

In ogni caso, dopo esser passato a root, prova a dare

Code:
# source /etc/profile
# env-update


e prova poi ad eseguire portagemaster.

PS: la normalità vuole che passando a root con
Code:

su -


si abbia l'ambiente a posto (infatti io non ho problemi)


ciao n3m0 ho risolto col tuo consiglio non mi loggavo root con

Code:
su -


:oops:
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Sun Jul 04, 2004 10:12 am    Post subject: Reply with quote

aggiungo una piccola hint che non conoscevo: al contrario di quanto precedentemente specificato, é possibile compilare da utente non-root.

http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=2&chap=3#doc_chap2

basta usare userpriv anziché sandbox: in questo modo tutti coloro che fanno parte del gruppo portage possono compilare, e di conseguenza, usare emerge ;-)

Coda
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31440
Location: here

PostPosted: Sun Jul 04, 2004 10:16 am    Post subject: Reply with quote

@codadilupo: il link giusto e' http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=2&chap=3#doc_chap4
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Sun Jul 04, 2004 1:59 pm    Post subject: Reply with quote

fedeliallalinea wrote:
@codadilupo: il link giusto e' http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=2&chap=3#doc_chap4


Il solito precisino ;-) era per vedere se stavi attento.. ora nel poll posso mettere tranquillamente Fedeli batte google :lol:

Coda
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