Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Weird stuff
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
Shaurz
n00b
n00b


Joined: 06 Jun 2003
Posts: 16

PostPosted: Fri Sep 05, 2003 10:10 pm    Post subject: Weird stuff Reply with quote

I've installed 1.4 on a new system. It isn't as good as the RC release I installed on my main PC... This version seems to be riddled with bugs. Anyway, there's a couple of weird things I want to get sorted:

I get this weird login prompt:

Code:
This is hostname.(none) (Linux i686 2.4.20-gentoo-r6) time


The even sillier thing is that the CHOST is i586. Hmm...

And annoying messages when I login/logout:

Code:
login(pam_unix)[655]: session opened for user root by (uid=0)


etc...

How can I get rid of them?

Another thing... net.eth0 needs to be started manually. This is a real pain. What config file do I need to edit to start it automatically?

EDIT: Here are a few more that are appearing on startup:

Code:
xargs: environment is too large for exec

Code:
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc


EDIT2: Oops, I missed that bit in the installation docs. Eth0 working now...
Back to top
View user's profile Send private message
bubblix
n00b
n00b


Joined: 04 Sep 2003
Posts: 4

PostPosted: Sat Sep 06, 2003 7:24 am    Post subject: Reply with quote

Try following cmd on chroot-entry. I had troubles with the environment, maybe it's similar.

env -i chroot /mnt/gentoo /bin/bash

And continue as usual.

Greetings,
bubblix
Back to top
View user's profile Send private message
pfft
n00b
n00b


Joined: 04 Sep 2003
Posts: 22
Location: nowhere

PostPosted: Sat Sep 06, 2003 9:19 am    Post subject: to start your network at boot time.. Reply with quote

rc-update add net.eth0 default
Back to top
View user's profile Send private message
KoffKoff
n00b
n00b


Joined: 15 May 2003
Posts: 65

PostPosted: Sat Sep 06, 2003 9:44 am    Post subject: Re: Weird stuff Reply with quote

Shaurz wrote:
Code:
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc


Ive also had this problem and would like to now what its caused by
Back to top
View user's profile Send private message
ectospasm
l33t
l33t


Joined: 19 Feb 2003
Posts: 711
Location: Mobile, AL, USA

PostPosted: Sat Sep 06, 2003 11:21 am    Post subject: Re: Weird stuff Reply with quote

KoffKoff wrote:
Shaurz wrote:
Code:
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc


Ive also had this problem and would like to now what its caused by


IIRC, /dev/rtc is for the real time clock. If you didn't compile the module for it, you'll get that message. Don't know about the /dev/misc.
_________________
Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance!
Back to top
View user's profile Send private message
BillyD
Guru
Guru


Joined: 05 May 2002
Posts: 323
Location: Australia

PostPosted: Sat Sep 06, 2003 11:32 am    Post subject: Reply with quote

try running modules-update
_________________
We used to have hominid cousins that were vegetarian. The palæontological record suggests that our ancestors killed them and ate them.
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Sat Sep 06, 2003 11:33 am    Post subject: Re: Weird stuff Reply with quote

ectospasm wrote:
KoffKoff wrote:
Shaurz wrote:
Code:
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc


Ive also had this problem and would like to now what its caused by


IIRC, /dev/rtc is for the real time clock. If you didn't compile the module for it, you'll get that message. Don't know about the /dev/misc.


u probably both forgot to make and install your kernel modules...

@Shaurz: i think u didnt edit /etc/hostname and are u sure that your system logger is installed properly? - best advice i can give u is to re-read the install docs and take a look at the FAQ. be assured that every single line in the install docs is there for a particular reason - if u leave something out u better know what u are doing...
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
KoffKoff
n00b
n00b


Joined: 15 May 2003
Posts: 65

PostPosted: Sat Sep 06, 2003 12:13 pm    Post subject: Reply with quote

im sure i installed the modules but perhaps i forgot the real timclock module...
Back to top
View user's profile Send private message
luugin
n00b
n00b


Joined: 10 May 2003
Posts: 69

PostPosted: Sat Sep 06, 2003 12:37 pm    Post subject: Reply with quote

The rtc messages at boot dissapeared after i rebuilt the kernel with that rtc support. I didnt want to do that, but i was so annoyed by those messages :/

For the login prompt, edit /etc/issue

And I also have the xargs message....
Back to top
View user's profile Send private message
Shaurz
n00b
n00b


Joined: 06 Jun 2003
Posts: 16

PostPosted: Sat Sep 06, 2003 1:24 pm    Post subject: Reply with quote

Yeah, you know what, I forgot to rc-update again when I installed metalog! Thanks.

I was looking for the file where you can edit the login message, I haven't used it before, thanks for that too.

I'm rebuilding the kernel with rtc support right now, but it's a slow machine (Cyrix 333).
Back to top
View user's profile Send private message
scoon
l33t
l33t


Joined: 23 Aug 2003
Posts: 747
Location: Philadelphia, PA

PostPosted: Sat Sep 06, 2003 1:37 pm    Post subject: Reply with quote

so does anyone know what the xargs error is about ?
_________________
Hope this helps........
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Sat Sep 06, 2003 2:03 pm    Post subject: Reply with quote

scoon wrote:
so does anyone know what the xargs error is about ?


https://forums.gentoo.org/viewtopic.php?t=62426
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
scoon
l33t
l33t


Joined: 23 Aug 2003
Posts: 747
Location: Philadelphia, PA

PostPosted: Sat Sep 06, 2003 3:37 pm    Post subject: Reply with quote

thank you, that fixed the problem for me.......
_________________
Hope this helps........
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