Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge system? syslog-ng and vga=?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
kackland
n00b
n00b


Joined: 22 Dec 2003
Posts: 52

PostPosted: Sat Mar 27, 2004 10:15 pm    Post subject: emerge system? syslog-ng and vga=? Reply with quote

Couple of questions.

I've got a working system, I have boot up error that the system gets past, I've enabled syslog-ng. How do I see the error messages? Do I use nano - but which log file?

I've just emerge sync - which I assume gets my portage up to date, should I emerge system? I didn't do this during the install because I did a stage3 install. Will it do damage to my system?

In grub i've specified the splash image which works. At one time I have a fantastic console style screen just like the live cd - i think i used vga=0x317. Where do i put it and is that right?
_________________
Regards



Kevin Ackland
Back to top
View user's profile Send private message
Helena
Veteran
Veteran


Joined: 02 Apr 2003
Posts: 1114
Location: Den Dolder, The Netherlands

PostPosted: Sat Mar 27, 2004 10:31 pm    Post subject: Re: emerge system? syslog-ng and vga=? Reply with quote

kackland wrote:
Couple of questions.

I've got a working system, I have boot up error that the system gets past, I've enabled syslog-ng. How do I see the error messages? Do I use nano - but which log file?

I've just emerge sync - which I assume gets my portage up to date, should I emerge system? I didn't do this during the install because I did a stage3 install. Will it do damage to my system?

In grub i've specified the splash image which works. At one time I have a fantastic console style screen just like the live cd - i think i used vga=0x317. Where do i put it and is that right?
1. Use
Code:
dmesg
or if you want to scroll
Code:
dmesg|less
or if you want to search for lines with specific text use e.g.
Code:
dmesg|grep -i 'eth'

2.
Code:
emerge system
is not necessary and does not improve anything; it does not hurt your system either.
3. on grub and splash screens read the manual (it must be in there)
Back to top
View user's profile Send private message
kackland
n00b
n00b


Joined: 22 Dec 2003
Posts: 52

PostPosted: Sat Mar 27, 2004 10:39 pm    Post subject: Reply with quote

thanks helena

i think i'll be using dmesg a fair bit now!

i've checked the docs, that specific command is not shown.

thanks again
_________________
Regards



Kevin Ackland
Back to top
View user's profile Send private message
justanothergentoofanatic
Guru
Guru


Joined: 29 Feb 2004
Posts: 337

PostPosted: Sun Mar 28, 2004 1:08 am    Post subject: Reply with quote

Just FYI - emerge system is entirely necessary to correct critital security vulnerabilities in the system packages. However, the correct usage of this command is:
emerge -uD system or
emerge -uD world.

Also, the kernel boot messages will usually be in the file /var/log/messages, but dmesg is a better way to view them since it's not time-dependant.

-Mike
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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