AW: [gentoo-user] setting root passwd: segmentation fault

2003-10-29 Thread Simon Kühling
 On Mon, 27 Oct 2003 01:31:08 +0100
 Simon Kühling [EMAIL PROTECTED] wrote:

  oh no. i rebooted and cannot chmod from the cdimage into the system
  again. same segfault error.

 you mean chroot, not chmod, don't you?

right :) i do...

to finish this thread: since i couldn't find the bug, i retried with a
stage2 and everything went fine - the box is up and running!

thanx for ur help
simon 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] setting root passwd: segmentation fault

2003-10-28 Thread Andrej Kacian
On Mon, 27 Oct 2003 01:31:08 +0100
Simon Khling [EMAIL PROTECTED] wrote:

 oh no. i rebooted and cannot chmod from the cdimage into the system
 again. same segfault error.

you mean chroot, not chmod, don't you?

-- 
/~\ The ASCIIAndrej Ticho Kacian andrej at kacian dot sk
\ / Ribbon Campaign  GnuPG public key ID: 7CD93FE2 (pgp.mit.edu)
 X  Against HTML Key fingerprint:
/ \ Email!   E87D 9DEF 2A23 6FFB 7AD9 542F 4253 3A46 7CD9 3FE2


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] setting root passwd: segmentation fault

2003-10-27 Thread rk
On Mon, Oct 27, 2003 at 01:31:08AM +0100, Simon Kühling wrote:

 oh no. i rebooted and cannot chmod from the cdimage into the system
 again. same segfault error.
 i guess i can begin from making the filesystems again, right?

 my cflags are:
 CHOST=i586-pc-linux-gnu
 CFLAGS=-march=k6-2 -O3 -pipe -fomit-frame-pointer
 CXXFLAGS=-march=k6-2 -O3 -pipe -fomit-frame-pointer

I use exactly the same flags on my K6-2, and they work fine. But I have
had some problems with my cpu getting overheaded when compiling, and
therfore making errors in the compiled programs, which resultet in
things like strange segmention faults. My solution was to mod my CPU fan
from running on 7V to 12V.

-- 
Greetings
  Bjarke Freund-Hansen [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



[gentoo-user] setting root passwd: segmentation fault

2003-10-26 Thread Simon Kühling
hi,

while installing gentoo v1.4 (from stage1) at my [amd k6-2 400mhz, 256mb
ram] server-box (vanilla-kernel) following the step-by-step installation
instructions, i get an error when setting the root-passwd:

# passwd
Segmentation fault

i already searched the net, the gentoo forums etc but i didn't find a
solution. some users say it could be a corrupt /etc/passwd or
/usr/bin/passwd file. as far as i can see thats not the case.

i would be pleased if someone could give me a hint for solving the prob
since i am not able to finish my installation without setting a new root
pass :(
 
thanks in advance
simon


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] setting root passwd: segmentation fault

2003-10-26 Thread William Kenworthy
did you select i586, and not i686 for the K6?  K6's are 586.

BillK

On Mon, 2003-10-27 at 04:17, Mike Arrison wrote:
 On Sun, Oct 26, 2003 at 09:00:30PM +0100, Simon K?hling wrote:
  hi,
  
  while installing gentoo v1.4 (from stage1) at my [amd k6-2 400mhz, 256mb
  ram] server-box (vanilla-kernel) following the step-by-step installation
  instructions, i get an error when setting the root-passwd:
  
  # passwd
  Segmentation fault
 
 Ouch.  My only guess would be super-aggressive compiler options.  Turn
 things back to their default values and remerge system and see if that
 helps.
 
 -Mike Arrison
-- 
William Kenworthy [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] setting root passwd: segmentation fault

2003-10-26 Thread Mike Arrison
On Sun, Oct 26, 2003 at 09:00:30PM +0100, Simon K?hling wrote:
 hi,
 
 while installing gentoo v1.4 (from stage1) at my [amd k6-2 400mhz, 256mb
 ram] server-box (vanilla-kernel) following the step-by-step installation
 instructions, i get an error when setting the root-passwd:
 
 # passwd
 Segmentation fault

Ouch.  My only guess would be super-aggressive compiler options.  Turn
things back to their default values and remerge system and see if that
helps.

-Mike Arrison


pgp0.pgp
Description: PGP signature


AW: [gentoo-user] setting root passwd: segmentation fault

2003-10-26 Thread Simon Kühling


On Mon, 2003-10-27 at 01:08, Willian Kenworthy wrote:
 did you select i586, and not i686 for the K6?  K6's are 586.
 
 BillK
 
 On Mon, 2003-10-27 at 04:17, Mike Arrison wrote:
  On Sun, Oct 26, 2003 at 09:00:30PM +0100, Simon K?hling wrote:
   hi,
   
   while installing gentoo v1.4 (from stage1) at my [amd 
   k6-2 400mhz, 
   256mb ram] server-box (vanilla-kernel) following the step-by-step 
   installation instructions, i get an error when setting the 
   root-passwd:
   
   # passwd
   Segmentation fault
  
  Ouch.  My only guess would be super-aggressive compiler 
  options.  Turn 
  things back to their default values and remerge system and 
  see if that 
  helps.

oh no. i rebooted and cannot chmod from the cdimage into the system
again. same segfault error.
i guess i can begin from making the filesystems again, right?

my cflags are:
CHOST=i586-pc-linux-gnu
CFLAGS=-march=k6-2 -O3 -pipe -fomit-frame-pointer
CXXFLAGS=-march=k6-2 -O3 -pipe -fomit-frame-pointer

simon


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] setting root passwd: segmentation fault

2003-10-26 Thread Andrew Gaffney
William Kenworthy wrote:
did you select i586, and not i686 for the K6?  K6's are 586.
That wouldn't cause this problem. You'd get an 'Illegal Instruction' message instead of a 
segfault.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] setting root passwd: segmentation fault

2003-10-26 Thread Bill Kenworthy
No, I get segfaults - I do have a K6-2 and a k6-3, and it happened to
me.

BillK
On Tue, 2003-10-28 at 08:43, Andrew Gaffney wrote:
 William Kenworthy wrote:
  did you select i586, and not i686 for the K6?  K6's are 586.
 
 That wouldn't cause this problem. You'd get an 'Illegal Instruction' message instead 
 of a 
 segfault.


--
[EMAIL PROTECTED] mailing list