Bug 112929 - strange startup message
Summary: strange startup message
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 3
Hardware: x86-64 All
: P5 - None : Normal
Target Milestone: ---
Assignee: Michael Matz
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 10:27 UTC by Steffen Winterfeldt
Modified: 2005-08-25 15:16 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
boot message log (26.67 KB, text/plain)
2005-08-25 10:28 UTC, Steffen Winterfeldt
Details
log with run_parallel=no (26.32 KB, text/plain)
2005-08-25 12:28 UTC, Steffen Winterfeldt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Winterfeldt 2005-08-25 10:27:46 UTC
During boot someone says: 
 
Loaded 390393878469839080 bytes 
 
[...] 
 
Loaded 778254559458668524 bytes 
 
(see attached log)- 
 
Whatever that is, is seems to be rather optimistic about its capabilities. :-) 
 
On a side note, the order of the boot messages is really messed up 
(logged via serial line).
Comment 1 Steffen Winterfeldt 2005-08-25 10:28:28 UTC
Created attachment 47516 [details]
boot message log
Comment 2 Dr. Werner Fink 2005-08-25 10:59:34 UTC
Use RUN_PARALLEL=no in /etc/sysconfig/boot
and reboot for a usable message.
Comment 3 Dr. Werner Fink 2005-08-25 11:26:32 UTC
IMHO this could be a message of the modules from the
km_fcdsl package.  This is only found in /etc/ and /usr/
with the strings `Loaded' and `bytes'.  The LOG() in the
driver uses `%d' whereas the value is an unsigned integer.
Comment 4 Steffen Winterfeldt 2005-08-25 12:28:31 UTC
Created attachment 47534 [details]
log with run_parallel=no
Comment 5 Karsten Keil 2005-08-25 13:56:54 UTC
No the DSL modules are not loaded at all here and  also see this message. 
And it should display then "Loaded xxx bytes of firmware". 
 
I guess that it maybe /sbin/preload 
kkeil@pinginb:~> strings /sbin/preload |grep Load 
Loaded %zd bytes 
 
Comment 6 Stephan Kulow 2005-08-25 14:09:43 UTC
the numbers are _huge_ - and it shouldn't output anything I guess  
Comment 7 Michael Matz 2005-08-25 14:32:48 UTC
Next version won't print anything.  But the huge numbers should be 
explained somehow.  Perhaps a 64bit problem.  Steffen: can you please 
start preload by hand, like so: 
 
% /sbin/preload < /var/cache/preload/boot 
 
(or any other file in that directory)? 
Comment 8 Steffen Winterfeldt 2005-08-25 14:35:14 UTC
f174:/ # /sbin/preload < /var/cache/preload/boot.preload  
Loaded 390393878469839436 bytes 
Comment 9 Michael Matz 2005-08-25 15:15:28 UTC
Hmpf, that's a problem with the FIGETBSZ ioctl.  It fills only a 
32bit argument, but I declared it as long.  Fixed in the next version. 
Comment 10 Michael Matz 2005-08-25 15:16:01 UTC
Mark FIXED.