Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto]Redirigere output emermge su file
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
Nio84
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2009
Posts: 140

PostPosted: Tue Jun 22, 2010 11:10 am    Post subject: [Risolto]Redirigere output emermge su file Reply with quote

Salve , quando ho provato a emergere Xorg , mi sono ritrovato degli output a schermo che mi indicavano problemi con pacchetti ati bloccati.......ora, siccome volevo leggere bene l'output in modo tale da poter essere chiaro nel post...vorrei sapere come fare per mettere l'output a video di
Code:
emerge xorg-server
in un file di testo su una penna usb....

Montata la penna usb ...ho provato :
Code:
 emerge xorg-server > /mnt/usbpen/logemerge.txt

L'unica cosa che mi scrive nel file è "calculating dependencies" mentre io volevo tutto l'output che c'era a video.


Last edited by Nio84 on Wed Jun 23, 2010 8:10 am; edited 2 times in total
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 617
Location: Milano

PostPosted: Tue Jun 22, 2010 12:52 pm    Post subject: Reply with quote

Code:
emerge -p xorg-server > /mnt/usbpen/logemerge.txt


e attendi che finisca
Back to top
View user's profile Send private message
Nio84
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2009
Posts: 140

PostPosted: Tue Jun 22, 2010 12:57 pm    Post subject: Reply with quote

Grazie mille adesso provo
Back to top
View user's profile Send private message
Nio84
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2009
Posts: 140

PostPosted: Tue Jun 22, 2010 1:13 pm    Post subject: Reply with quote

Nada anche con -p non funziona nel file mi scrive solo una riga e basta.... :(
Back to top
View user's profile Send private message
bi-andrea
Apprentice
Apprentice


Joined: 09 Mar 2010
Posts: 171
Location: cesenatico

PostPosted: Tue Jun 22, 2010 1:47 pm    Post subject: Reply with quote

cioè da dei problemi mentre installa e s'inchioda nell'installazione di un pacchetto della collana delle dipendenze di xorg-server?
Se per caso hai scaricato lo stage3 di maggio, non so cosa ha, ma mi dava notevoli problemi di ogni tipo anche a me, tipo /dev/null, non riesce a creare make......., con quello di giugno ho fatto un'installazione liscia da meraviglia.........
_________________
Quando arrivi a Linux è un trauma, abituati a Windows, quando arrivi a Gentoo è uno spavento col brivido , però quando lo capisci sei uscito dall'università "GNU/Linux" ;)


Last edited by bi-andrea on Tue Jun 22, 2010 2:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 617
Location: Milano

PostPosted: Tue Jun 22, 2010 2:04 pm    Post subject: Reply with quote

aaah ma forse i messaggi dei pacchetti bloccati vanno nell'output dello standard error, prova:

Code:
emerge -p xorg-server 2> /mnt/usbpen/logemerge.txt


mi ero dimenticato questo particolare, sorry :D
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Tue Jun 22, 2010 3:59 pm    Post subject: Reply with quote

Quote:

Salve , quando ho provato a emergere Xorg , mi sono ritrovato degli output a schermo che mi indicavano problemi con pacchetti ati bloccati.......ora, siccome volevo leggere bene l'output in modo tale da poter essere chiaro nel post...vorrei sapere come fare per mettere l'output a video di


siccome ho avuto anche io problemi del genere, forse il tuo caso è il seguente:
nel caso tu stia cercando di installare xorg-server-1.8 e usi i driver closed sources, si verificherà un conflitto.
io l'ho risolto così:
Code:
layman -a gentoo-quebec;

e poi ti vai ad installare il driver dal repository gentoo-quebec

se ho sbagliato, chiedo venia
_________________
Darkman
Back to top
View user's profile Send private message
Nio84
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2009
Posts: 140

PostPosted: Tue Jun 22, 2010 8:29 pm    Post subject: Reply with quote

Code:
Se per caso hai scaricato lo stage3 di maggio, non so cosa ha, ma mi dava notevoli problemi di ogni tipo anche a me, tipo /dev/null, non riesce a creare make......., con quello di giugno ho fatto un'installazione liscia da meraviglia.........


In effetti non sono stati 2 anni rosei per gentoo...ulrimamente..

Code:
emerge -p xorg-server 2> /mnt/usbpen/logemerge.txt


Grazie intanto provo questo..

Darkman, si uso i driver fgrlx , a quanto ne so sono gli unici con le funzioni 3d al completo . Boh intanto vedo di postarvi un filedi emerge di output video con gli errori e i pacchetti bloccati ....poi speriamo bene :-P
_________________
IL DESTINO è CONTRO DI ME?!.....................TANTO PEGGIO PER LUI!!!
Back to top
View user's profile Send private message
Nio84
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2009
Posts: 140

PostPosted: Wed Jun 23, 2010 8:09 am    Post subject: Reply with quote

OK output prodotto con :

Code:
emerge -p xorg-server 2> /mnt/usbpen/xorgt.xt


Grazie.....
_________________
IL DESTINO è CONTRO DI ME?!.....................TANTO PEGGIO PER LUI!!!
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4796
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Thu Jun 24, 2010 11:46 am    Post subject: Re: [Risolto]Redirigere output emermge su file Reply with quote

Nio84 wrote:

Code:
 emerge xorg-server > /mnt/usbpen/logemerge.txt


io di solito uso il comando nohup emerge pacchetto >out.txt 2>error.txt & per separare i flussi di log.

è importante però sapere che emerge gestisce autonomamente un sistema di log attraverso la variabile PORT_LOGDIR che si può impostare in /etc/make.conf.
la tecnica che uso io, di conseguenza, è ridondante e ha pure il difetto di produrre un piccolo rallentamento della compilazione.

per approfondimenti:
Code:

# man make.conf

_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Fri Jun 25, 2010 6:22 pm    Post subject: Reply with quote

io sarò all'antica ma mi sono impostato nel make.conf le variabili
Code:
PORTAGE_ELOG_CLASSES
PORTAGE_ELOG_SYSTEM
PORTAGE_ELOG_MAILURI

così loggo sia su file e mi faccio inviare automaticamente una mail :wink:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
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