[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#463842: marked as done (mention highpoint/grub conflict in D-I errata)



Your message dated Sat, 30 Oct 2021 18:30:54 +0200
with message-id <[🔎] 20211030183054.906cb9aac22395d0f32a6a86@mailbox.org>
and subject line Mass-closing old grub-installer bugs
has caused the Debian Bug report #463842,
regarding mention highpoint/grub conflict in D-I errata
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
463842: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463842
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: installation-report

Using a Daily netinst i386 .iso, 2006-10-18 13:26 according to the HTTP server

(Reporting manually, reportbug keeps dying on something -_-)

Boot method: CD-netinst
Image version: i386 Daily 2006-10-18
Date: Repeatedly over the weekend of 2006-10-21 and 2006-10-22

Machine: Whitebox w/HPT370 controller (ABit SA6-R motherboard)
Processor: PIII 1gHz
Memory: 512 MB
Partitions: 
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/mapper/all-root
              ext3    20642428    698220  18895632   4% /
tmpfs        tmpfs      258444         0    258444   0% /lib/init/rw
udev         tmpfs       10240        44     10196   1% /dev
tmpfs        tmpfs      258444         8    258436   1% /dev/shm
/dev/hde1     ext3       93307     24764     63726  28% /boot
/dev/mapper/all-home
              ext3    51606140  18966864  30017836  39% /home
/dev/mapper/all-video
               xfs   168517228  46627880 121889348  28% /video
/dev/hdf5     ext3    76932488   8679640  64345316  12% /oldhome

(/dev/mapper/all also contains a swap partition, and is /dev/hde2)

Output of lspci and lspci -n:
00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 04)
00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 11)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 11)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 11)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 11)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 11)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 11)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 11)
01:00.0 VGA compatible controller: ATI Technologies Inc R350 AH [Radeon 9800]
01:00.1 Display controller: ATI Technologies Inc Radeon R350 [Radeon 9800] (Secondary)
02:01.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 08)
02:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:06.0 Mass storage controller: Triones Technologies, Inc. HPT366/368/370/370A/372/372N (rev 04)

00:00.0 0600: 8086:1130 (rev 04)
00:01.0 0604: 8086:1131 (rev 04)
00:1e.0 0604: 8086:244e (rev 11)
00:1f.0 0601: 8086:2440 (rev 11)
00:1f.1 0101: 8086:244b (rev 11)
00:1f.2 0c03: 8086:2442 (rev 11)
00:1f.3 0c05: 8086:2443 (rev 11)
00:1f.4 0c03: 8086:2444 (rev 11)
00:1f.5 0401: 8086:2445 (rev 11)
01:00.0 0300: 1002:4148
01:00.1 0380: 1002:4168
02:01.0 0200: 8086:1229 (rev 08)
02:02.0 0200: 10ec:8139 (rev 10)
02:06.0 0180: 1103:0004 (rev 04)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:    [O]
Configure network HW:   [O]
Config network:         [E]
Detect CD:              [O]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Create file systems:    [O]
Mount partitions:       [O]
Install base system:    [O]
Install boot loader:    [O]
Reboot:                 [E]

Comments/Problems:

I hit the following problems:

As well as #392858, the ppp-udeb.postinst script has a number of
other bugs. (ppp-udeb 2.4.4rel-2)

On line 34, the $P needs to be somewhere other than directly between
the -I and the $1, as when $P has the value -U, pppoe-discovery
tries to use the ethernet device -U, which fails.

Also on line 34, the file stderr is redirected to is /tmp/ppp-errors
but for the rest of the file this is referred to as /tmp/ppp-error,
causing detection of the timeouts to fail.

I suspect the rm -f /tmp/probe-finished on line 31 probably should be
a rm -f /tmp/probe-finished /tmp/ppp-error and moved to before line 34
so the script doesn't detect timeouts from a previous loop iteration.

There's a typo on line 39 "Timout".

Line 51 (log probe-finished) prolly should be outside the while [ ! -f /tmp/probe-finished ]

It'd be nice if pppoe-discovery returned immediately on detection of
any PPPoE Access Concentrator, rather than continuing to listen for
further reponses, as it is being used only to determine if any access
concentrators are out there.

This'd reduce false timeout logs.

Anyway, with these fixes, it seems to work OK, although the resolv.conf test on
line 196 also seemed to fail for me after the pppoe detection had succeeded but
ppp failed to dial up, so I suspect that -e is the wrong test. (I'm guessing
it's returning false for a dangling symlink) or the ln -s should be ln -sf.

Even though the script returned failure, the link came up and things worked.

==

The HPT370 problem comes up because GRUB uses a hard disk sector which the
HPT370 BIOS uses for its own purposes.

The hard solution is to have the stage1_5 file (or the equivalent under grub2,
both suffer this problem) write to a later sector.

The easy solution would be to detect if we're installing grub onto a HPT370
disk, and use the Debian MBR with grub installed onto the /boot partition as
when doing multiboot.

Details of the grub/HPT370 conflict at [1], and the hard fix at [2]. I couldn't
see an obvious way to do the hard fix using the install-grub scripts, nor how
it all works under grub2.

There's also a relevant thread at [3]... Apparently RedHat has patched their
grub to detect and work around this... I haven't confirmed this, and I think
the "easy solution" above is prolly a cleaner fix in this case.

This bug manifests as an Error 17 (for me) or error 21 (seen on google) on
rebooting, after everything appears to be working fine.  If someone has a RAID
array set up, it'll prolly manifest as the array losing it's 'nana. ^_^

[1] http://savannah.gnu.org/bugs/?2394
[2] http://lists.gnu.org/archive/html/bug-grub/2004-07/msg00113.html
[3] http://www.mail-archive.com/bug-grub@gnu.org/msg09759.html

Yes, this bug has been open but uncommented on since 2003... -_-

==

I didn't format the xfs partition with d-i, as the wiki
suggested that was broken, and I'd already had to reinstall
once due to changing from another board to the HPT370 board.

-- 
Paul "TBBle" Hampson, Paul.Hampson@Pobox.com

Shorter .sig for a more eco-friendly paperless office.

Attachment: pgpfPAsT74182.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Hi,

similar to the installation-reports bugs, I'm closing the grub-installer reports 
below.

These are reports for Debian 4 / 6 / 7 / 9 where grub-installer fails (for 
various reasons).


There have been numerous changes/improvements on this topics in the past, and 
also because of the age of the reports we should consider these problems as 
being fixed (or it is even reported in the bugs that they are fixed).
They are most likely of no use anymore for recent releases.

If you know, that the issue you reported (and gets closed here) is still 
existing in recent installation images, please file a new report for that with 
up-to-date details!

Thank you for filing these bug reports, they have been very useful at the time 
they were filed!


https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785149
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489005
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610116
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611713
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612420
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621923
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647267
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659116
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665856
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666552
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668923
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686955
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690515
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690592
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702731
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729411
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771467
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780115
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806164
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806849
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416986
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252009
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292513
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310798
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391489
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489006
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578338
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582367
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229128
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463842
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497168
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500079
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516392
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520361
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544949
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549703
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557242
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580461
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587699
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588670
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596877
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612025
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618498
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639713
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666559
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699456
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703901
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707604
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711330
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609939
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498831


Cheers
Holger


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

--- End Message ---

Reply to: