Gentoo Archives: gentoo-hardened

From: Joshua Brindle <method@g.o>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] LiveCD install oddity
Date: Tue, 02 Mar 2004 21:49:23
Message-Id: 4045015E.5080603@gentoo.org
1 oops, forgot to send this to the list also
2
3 > Ok, looks like curses is what is killing, this is with bootstrap.sh and
4 > not bootstrap-2.6.sh right?
5 >
6 > can you try the same with the standard gentoo 2.6 livecd from
7 > http://gentoo.oregonstate.edu/experimental/x86/livecd/x86/livecd-2.6_11-29-2003.iso
8 >
9 > and see if it happens?
10 >
11 > Also, did you add -fPIC to your CFLAGS because that definately shouldn't
12 > happen unless you are doing it for a specific reason (ie: to build
13 > et_dyn binaries) which should be done by hardened-gcc or xgcc without
14 > the CFLAG..
15 >
16 > Joshua Brindle
17 >
18 > Michael Ihde wrote:
19 >
20 >> Here is the info I have. The machine hangs with or without framebuffer
21 >> and I have tried to disable *all* power management in the BIOS, however
22 >> it still seems that some is still occuring :)
23 >>
24 >> The tail of the bootstrap stdout is below. I'll try a normal liveCD when
25 >> I have time.
26 >> ~Michael
27 >>
28 >> -bootstrap.tail-
29 >> ... HAVE_GXX_BUILTIN_H 0
30 >> ... HAVE_STRSTREAM_H 0
31 >> ... HAVE_TYPEINFO 1
32 >> ... HAVE_VALUES_H 0
33 >> ... USE_STRSTREAM_VSCAN 0
34 >> ... USE_STRSTREAM_VSCAN_CAST 0
35 >> cd ../obj_s; /usr/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I.
36 >> -I../include -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=i686 -fomit-frame-pointer
37 >> -fPIC -c ../c++/cursesf.cc
38 >> cd ../obj_s; /usr/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I.
39 >> -I../include -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=i686 -fomit-frame-pointer
40 >> -fPIC -c ../c++/cursesm.cc
41 >> cd ../obj_s; /usr/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I.
42 >> -I../include -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=i686 -fomit-frame-pointer
43 >> -fPIC -c ../c++/cursesw.cc
44 >> cd ../obj_s; /usr/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I.
45 >> -I../include -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=i686 -fomit-frame-pointer
46 >> -fPIC -c ../c++/cursespad.cc
47 >>
48 >> (I'm assuming that this is where it hangs)
49 >>
50 >> -hardware config-
51 >> PCI devices found:
52 >> Bus 0, device 0, function 0:
53 >> Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x]
54 >> (rev 196). Master Capable. Latency=8.
55 >> Prefetchable 32 bit memory at 0xe0000000 [0xe3ffffff].
56 >> Bus 0, device 1, function 0:
57 >> PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo
58 >> MVP3/Pro133x AGP] (rev 0).
59 >> Master Capable. No bursts. Min Gnt=8.
60 >> Bus 0, device 7, function 0:
61 >> ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South]
62 >> (rev 64).
63 >> Bus 0, device 7, function 1:
64 >> IDE interface: VIA Technologies, Inc.
65 >> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 6).
66 >> Master Capable. Latency=32.
67 >> I/O at 0xffa0 [0xffaf].
68 >> Bus 0, device 7, function 2:
69 >> USB Controller: VIA Technologies, Inc. USB (rev 22).
70 >> IRQ 11.
71 >> Master Capable. Latency=64.
72 >> I/O at 0xdc00 [0xdc1f].
73 >> Bus 0, device 7, function 4:
74 >> SMBus: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 64).
75 >> Bus 0, device 10, function 0:
76 >> Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev
77 >> 8).
78 >> IRQ 5.
79 >> Master Capable. Latency=64. Min Gnt=8.Max Lat=56.
80 >> Non-prefetchable 32 bit memory at 0xdffff000 [0xdfffffff].
81 >> I/O at 0xd800 [0xd83f].
82 >> Non-prefetchable 32 bit memory at 0xdfe00000 [0xdfefffff].
83 >> Bus 0, device 12, function 0:
84 >> Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (#2)
85 >> (rev 8).
86 >> IRQ 9.
87 >> Master Capable. Latency=64. Min Gnt=8.Max Lat=56.
88 >> Non-prefetchable 32 bit memory at 0xdfffe000 [0xdfffefff].
89 >> I/O at 0xd400 [0xd43f].
90 >> Non-prefetchable 32 bit memory at 0xdfc00000 [0xdfcfffff].
91 >> Bus 1, device 0, function 0:
92 >> VGA compatible controller: ATI Technologies Inc Rage XL AGP 2X (rev
93 >> 101).
94 >> IRQ 9.
95 >> Master Capable. Latency=64. Min Gnt=8.
96 >> Non-prefetchable 32 bit memory at 0xde000000 [0xdeffffff].
97 >> I/O at 0xa800 [0xa8ff].
98 >> Non-prefetchable 32 bit memory at 0xdfaff000 [0xdfafffff].
99 >>
100 >>
101 >> On Tue, 2004-03-02 at 12:04, Joshua Brindle wrote:
102 >>
103 >>> Oh! and also try it in nofb mode and see if it happens there...
104 >>>
105 >>> Thanks again
106 >>>
107 >>> Joshua Brindle
108 >>>
109 >>> Dan Podeanu wrote:
110 >>>
111 >>>
112 >>>> I assume the issue is related to the video card going to power
113 >>>> saving mode
114 >>>> due to the console not being actually used while the system is
115 >>>> bootstraped.
116 >>>>
117 >>>> Try keeping the console live by pressing a key or moving the mouse
118 >>>> every
119 >>>> 5-10 minutes.
120 >>>>
121 >>>> ----- Original Message ----- From: "Andy Dustman"
122 >>>> <adustman@×××××××××.edu>
123 >>>> To: <gentoo-hardened@l.g.o>
124 >>>> Sent: Monday, March 01, 2004 9:21 PM
125 >>>> Subject: Re: [gentoo-hardened] LiveCD install oddity
126 >>>>
127 >>>>
128 >>>>
129 >>>>
130 >>>>> On Fri, 2004-02-27 at 23:34, Mike Bailey wrote:
131 >>>>>
132 >>>>>
133 >>>>>
134 >>>>>> Everything is fine up until what I presume to be the end of the
135 >>>>
136 >>>>
137 >>>> bootstrap
138 >>>>
139 >>>>
140 >>>>>> script. I've not actually watched it stop but after what seems to
141 >>>>>> be an
142 >>>>
143 >>>>
144 >>>> hour
145 >>>>
146 >>>>
147 >>>>>> of compiling my video craps out entirely. I can't get to other
148 >>>>>> sessions
149 >>>>
150 >>>>
151 >>>> nor
152 >>>>
153 >>>>
154 >>>>>> do anything other than a hard boot of the device.
155 >>>>>
156 >>>>>
157 >>>>> I had the same exact problem and I cured it by using bootstrap-2.6.sh
158 >>>>> instead of bootstrap.sh (the live CD has a 2.6 kernel).
159 >>>>> --
160 >>>>> Andy Dustman <adustman@×××××××××.edu>
161 >>>>> Office of Information Technology, Terry College of Business, UGA
162 >>>>>
163 >
164
165
166 --
167 gentoo-hardened@g.o mailing list

Replies

Subject Author
Re: [gentoo-hardened] LiveCD install oddity Michael Ihde <ihde@××××.edu>