|
Bugzilla – Full Text Bug Listing |
| Summary: | strange startup message | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Steffen Winterfeldt <snwint> |
| Component: | Basesystem | Assignee: | Michael Matz <matz> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
boot message log
log with run_parallel=no |
||
|
Description
Steffen Winterfeldt
2005-08-25 10:27:46 UTC
Created attachment 47516 [details]
boot message log
Use RUN_PARALLEL=no in /etc/sysconfig/boot and reboot for a usable message. 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. Created attachment 47534 [details]
log with run_parallel=no
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 the numbers are _huge_ - and it shouldn't output anything I guess 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)? f174:/ # /sbin/preload < /var/cache/preload/boot.preload Loaded 390393878469839436 bytes 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. Mark FIXED. |