Re: Accepted wxwidgets3.2 3.2.2+dfsg-1 (source) into unstable

2023-02-12 Thread gregor herrmann
On Mon, 13 Feb 2023 00:09:20 +0100, Cyril Brulebois wrote:

> Debian FTP Masters  (2023-02-11):
> > Format: 1.8
> > Date: Sat, 11 Feb 2023 13:15:16 -0500
> > Source: wxwidgets3.2
> > Architecture: source
> > Version: 3.2.2+dfsg-1
> > Distribution: unstable
> > Urgency: medium
> > Maintainer: wxWidgets Maintainers 
> > Changed-By: Scott Talbert 
> > Closes: 1028427
> > Changes:
> >  wxwidgets3.2 (3.2.2+dfsg-1) unstable; urgency=medium
> >  .
> >* d/watch: fix download URL when using GitHub API
> >* Update to new upstream release 3.2.2
> >* Add Breaks/Replaces to libwxgtk-gl3.2-1 (Closes: #1028427)
> 
> This seems to have made libalien-wxwidgets-perl uninstallable, as seen in
> my devel chroot but also for any systems, as mentioned on tracker:
>   https://tracker.debian.org/pkg/wxwidgets3.2

If we're lucky, a binNMU of libalien-wxwidgets-perl against
libwxgtk3.2-dev,libwxgtk-media3.2-dev 3.2.2 (and later of libwx-perl
against the rebuilt libalien-wxwidgets-perl) might be enough.

A local rebuild of libalien-wxwidgets-perl runs through, including
autopkgtests.

(I haven't tried the second step with libwx-perl.)
 

Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   


signature.asc
Description: Digital Signature


Re: Heads-up: new lintian error: no-human-maintainers

2019-04-22 Thread gregor herrmann
On Mon, 22 Apr 2019 15:13:35 +, Holger Levsen wrote:

> On Sat, Apr 20, 2019 at 11:02:49PM +0200, Cyril Brulebois wrote:
> > My personal policy regarding this (carried over from my X.Org days) is
> > to ignore it entirely; I see no gain in having specific people being
> > listed in Uploaders. Feel free to do the same when you're about to
> > upload a package with pending l10n changes, or with various bug fixes
> > that were awaiting an upload in git…
> I've not really made up my mind of what I think about the general case,
> I do think there are some merrits knowing/documenting human maintainers.
> I also do think that this doesnt make that much sense for d-i packages.
> (And I also think that policy should be changed (and not merely ignored) 
> if we find that we disagree with whats written in it.)
> Shall I file a bug against debian-policy?

/me has a déjà-vu … We've discussed thhis before, the last time I
remember was during DebCamp/Conf17 in Montréal.

Ah, here we go: #798476


Cheers,
gregor, cc'ing the bug

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Aimee Mann: I've Had It


signature.asc
Description: Digital Signature


Bug#838310: keyboard-configuration: user configuration lost + error message from setupcon

2016-10-02 Thread gregor herrmann
On Thu, 22 Sep 2016 18:31:17 +0200, Vincent Lefevre wrote:

> On 2016-09-22 18:42:21 +0300, Anton Zinoviev wrote:
> > On Thu, Sep 22, 2016 at 02:17:54PM +0200, Sven Joachim wrote:
> > > I'm pretty sure it is.  The list of keyboard models is generated by
> > > running "./kbdnames-maker KeyboardNames.pl" from the Keyboard/
> > > directory, and currently this command does not print anything.  I
> > > tracked the problem down to the removal of the current directory from
> > > @INC in perl, running "perl -I. kbdnames-maker KeyboardNames.pl" gives
> > > the long list of keyboard models again.
> > 
> > Conceivably, the fix will be trivial.  I don't know if the following 
> > will fix the bug and if this is the right thing to do, but it seems 
> > simple to change the first line
> > 
> > #!/usr/bin/perl
> > 
> > of Keyboard/kbdcompiler and Keyboard/kbdnames-maker to
> > 
> > #!/usr/bin/perl -I.
> 
> This solves the issue for the keyboard-configuration.config file.
> 
> This also introduces the following change in
> "/usr/share/console-setup/kbdnames-maker":
> 
> @@ -1,4 +1,4 @@
> -#!/usr/bin/perl
> +#!/usr/bin/perl -I.
>  
>  use warnings 'all';
>  use strict;

Here's a different patch which is longer but more targetted. It
prefixes the argument to kbdnames-maker and kbdcompiler with ./
everywhere I found them and also changes the fallback values in the
two scripts (although I'm not sure this second part is needed).

Comparing the build logs (and build duration :)) and the resulting
packages (with debdiff and diffoscope) looks promising.

I also installed console-setup_1.151_all.deb,
console-setup-linux_1.151_all.deb, and
keyboard-configuration_1.151_all.deb and it didn't change my
/etc/default/keyboard (or /var/cache/debconf/config.dat). [0]

HTH,
gregor


[0] What did change in /etc is:

diff --git a/console-setup/cached_setup_keyboard.sh 
b/console-setup/cached_setup_keyboard.sh
index dc50c88..5fc1fa1 100755
--- a/console-setup/cached_setup_keyboard.sh
+++ b/console-setup/cached_setup_keyboard.sh
@@ -10,4 +10,4 @@ kbd_mode '-u' < '/dev/tty3'
 kbd_mode '-u' < '/dev/tty4' 
 kbd_mode '-u' < '/dev/tty5' 
 kbd_mode '-u' < '/dev/tty6' 
-loadkeys '/tmp/tmpkbd.4jYCsa' > '/dev/null' 
+loadkeys '/tmp/tmpkbd.HiTF3M' > '/dev/null' 


-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Eric Clapton: Running On Faith
diff -Nru console-setup-1.150/CHANGES console-setup-1.151/CHANGES
--- console-setup-1.150/CHANGES 2016-09-21 09:16:22.0 +0200
+++ console-setup-1.151/CHANGES 2016-10-02 17:37:46.0 +0200
@@ -1,3 +1,12 @@
+console-setup (1.151) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+!!! With wrong number as the package FTBFS with 1.150+nmu1 !!!
+  * Fix "user configuration lost + error message from setupcon":
+(Closes: #838310)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 02 Oct 2016 17:37:46 +0200
+
 console-setup (1.150) unstable; urgency=medium
 
   [ Updated translations ]
diff -Nru console-setup-1.150/Keyboard/Makefile 
console-setup-1.151/Keyboard/Makefile
--- console-setup-1.150/Keyboard/Makefile   2016-05-19 05:01:09.0 
+0200
+++ console-setup-1.151/Keyboard/Makefile   2016-10-02 17:37:46.0 
+0200
@@ -17,12 +17,12 @@
 $./%.ekmap : model = $(notdir $(@:%.ekmap=%))
 $./%.ekmap :
(cd $(kbddir) && \
-   ./kbdcompiler $(model) KeyboardNames.pl $(xkbdir)) >$@
+   ./kbdcompiler $(model) ./KeyboardNames.pl $(xkbdir)) >$@
 
 $./%.ekbd : model = $(notdir $(@:%.ekbd=%))
 $./%.ekbd :
(cd $(kbddir) && \
-   ./kbdcompiler freebsd-$(model) KeyboardNames.pl $(xkbdir)) >$@
+   ./kbdcompiler freebsd-$(model) ./KeyboardNames.pl $(xkbdir)) >$@
 
 $./charmap_functions.sh : $(acmfiles)
$(kbddir)/make_charmap_functions $(kbddir)/../acm $(charmaps) >$@
diff -Nru console-setup-1.150/Keyboard/kbdcompiler 
console-setup-1.151/Keyboard/kbdcompiler
--- console-setup-1.150/Keyboard/kbdcompiler2016-05-19 05:01:09.0 
+0200
+++ console-setup-1.151/Keyboard/kbdcompiler2016-10-02 17:37:46.0 
+0200
@@ -11,7 +11,7 @@
 if ($ARGV[1]) {
$file = $ARGV[1];
 } else {
-   $file = 'KeyboardNames.pl';
+   $file = './KeyboardNames.pl';
 }
 do "$file";
 }
diff -Nru console-setup-1.150/Keyboard/kbdnames-maker 
console-setup-1.151/Keyboard/kbdnames-maker
--- console-setup-1.150/Keyboard/kbdnames-maker 2016-03-03 05:01:15.0 
+0100
+++ console-setup-1.151/Keyboard/kbdnames-maker 2016-10-02 17:37:46.000

Bug#808875: debian-installer: Perl transition

2015-12-23 Thread gregor herrmann
On Thu, 24 Dec 2015 00:28:40 +0100, Cyril Brulebois wrote:

> In addition, one can see that kind of warnings during the build now:
> | Unescaped left brace in regex is deprecated, passed through in regex;
> | marked by <-- HERE in m/\${ <-- HERE BOOTPROMPT}\n?$/ at
> | util/bootvars-subst line 13.
> 
> so one has to make sure how much d-i is affected by this transition.

Here's a patch for these warnings [0].


Cheers,
gregor


[0] which are harmless, unless something tests for "no warnings
output", but also easy to fix. perldoc perldiag says:

Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/%s/
(D deprecated, regexp) You used a literal "{" character in a regular
expression pattern. You should change to use "\{" instead, because a
future version of Perl (tentatively v5.26) will consider this to be a
syntax error. If the pattern delimiters are also braces, any matching
right brace ("}") should also be escaped to avoid confusing the
parser, for example,

qr{abc\{def\}ghi}


-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joint Venture: Der Jesus von Oberpleis
diff --git a/build/util/bootvars-subst b/build/util/bootvars-subst
index e3e1fed..16a1227 100755
--- a/build/util/bootvars-subst
+++ b/build/util/bootvars-subst
@@ -10,8 +10,8 @@ while (@ARGV) {
 }
 
 while (<>) {
-	s/\${BOOTPROMPT}\n?$//g; # special case
-	s/\${([a-zA-Z0-9_]+)}/$subst{$1}/g;
+	s/\$\{BOOTPROMPT\}\n?$//g; # special case
+	s/\$\{([a-zA-Z0-9_]+)\}/$subst{$1}/g;
 	
 	print;
 }
diff --git a/build/util/pkg-list b/build/util/pkg-list
index b2faec8..29c56c9 100755
--- a/build/util/pkg-list
+++ b/build/util/pkg-list
@@ -234,10 +234,10 @@ sub getlists {
 next unless length;
 
 # normal kernel version substitution
-if (/\${kernel:Version}/) {
+if (/\$\{kernel:Version\}/) {
 	foreach my $v (@kernel_versions) {
 		my $l=$_;
-		$l=~s/\${kernel:Version}/$v-$kernel_flavour/g;
+		$l=~s/\$\{kernel:Version\}/$v-$kernel_flavour/g;
 		collectpackage($l, \%collect, \%exclude, \@postponed);
 	}
 	next; # move on to the next line


signature.asc
Description: Digital Signature


Bug#808875: debian-installer: Perl transition

2015-12-23 Thread gregor herrmann
On Thu, 24 Dec 2015 00:28:40 +0100, Cyril Brulebois wrote:

> [ Please keep debian-perl@ and debian-release@ in the loop. ]

> Just wanted to let you know that debian-installer still can't be built
> since a few packages are missing. In my devel chroot, after a
> dist-upgrade, I had to rebuild the following packages to make
> debiandoc-sgml installable:
>   debiandoc-sgml
>   libhtml-parser-perl
>   libhtml-tagset-perl
>   libroman-perl
>   libtext-format-perl
> 
> I've seen at least one of them getting a binNMU so I thought I'd cc
> perl and release teams…

That's surprising, since libhtml-parser-perl is the only arch:any
package, and it has already been NMUed some days ago. The others
shouldn't be affected by the transition.

libhtml-parser-perl | 3.71-2| testing | source, amd64, arm64, 
armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
libhtml-parser-perl | 3.71-2| unstable| source
libhtml-parser-perl | 3.71-2+b1 | unstable| amd64, arm64, armel, 
armhf, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, 
powerpc, ppc64el, s390x

Package: debiandoc-sgml
Architecture: all
Depends: libhtml-parser-perl, libroman-perl, libtext-format-perl, sgml-data, 
sgmlspl, sp, sgml-base (>= 1.26+nmu2), perl

Package: libhtml-parser-perl
Architecture: amd64
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), 
libhtml-tagset-perl, liburi-perl

Package: libhtml-tagset-perl
Architecture: all
Depends: perl (>= 5.6.0-16)

Package: libroman-perl
Architecture: all
Depends: perl

Package: libtext-format-perl
Architecture: all
Depends: perl


Cheers,
gregor, probably missing something in his d-i noobiness

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Page: When I Was A Child


signature.asc
Description: Digital Signature


Bug#808875: debian-installer: Perl transition

2015-12-23 Thread gregor herrmann
On Thu, 24 Dec 2015 02:36:33 +0100, Cyril Brulebois wrote:

> > Here's a patch for these warnings [0].
> Thanks! Pushed:
>   
> https://anonscm.debian.org/cgit/d-i/debian-installer.git/commit/?id=ed4e1180d72d1d9765b9aeb17605a06f68371b6e

Thanks.
 
> I didn't see any more warnings after a full build here (even if that was
> only checked with a few greps).

Same here.
 
> > [0] which are harmless, unless something tests for "no warnings
> > output", but also easy to fix. perldoc perldiag says: […]
> Yeah, I think we discussed how much I like having advance warnings; but
> it's always a good idea to deal with them before it's too late. :)

I completely agree :)


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Bob Dylan: Hurricane


signature.asc
Description: Digital Signature


Bug#808464: suddenly being asked for interactive keyboard configuration

2015-12-20 Thread gregor herrmann
On Sun, 20 Dec 2015 12:27:11 +0100, Holger Levsen wrote:

> Which do "apt-get install -y --install-recommends diffoscope" in sid, which 
> now fails like this: 
> 
> ...
> Setting up keyboard-configuration (1.134) ...
> debconf: unable to initialize frontend: Dialog
> debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell 
> buffer, or without a controlling terminal.)
> debconf: falling back to frontend: Readline
> Configuring keyboard-configuration
> --
[..]
 
>  is it using DEBIAN_FRONTEND=noninteractive ?
>  ntyni: yes. the jenkins code used here hasnt changed at all. 
>  h01ger: I'm guessing DEBIAN_FRONTEND=noninteractive never took effect 
> for some reason and the Dialog frontend is now falling back to a different 
> frontend (Readline) that tries harder to ask its questions even without a 
> real 
> terminal/stdin
>  hm
>  h01ger: I wouldn't expect those messages about Dialog and Readline 
> frontends at all if DEBIAN_FRONTEND=noninteractive was in effect
> * h01ger nods
>  h01ger: but I'm not 100% positive on that
>  
> https://jenkins.debian.net/job/reproducible_setup_schroot_unstable_diffoscope_amd64_jenkins/lastBuild/console
>  
> weirly enough has a different frontend it seems

Quick test:
- cowbuilder sid amd64 chroot
- a) DEBIAN_FRONTEND=noninteractive, b) unset DEBIAN_FRONTEND
- apt-get install -y --install-recommends diffoscope

In case a) I get no questions, as expected; in case b) I also get

Setting up keyboard-configuration (1.134) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76.)
debconf: falling back to frontend: Readline
Configuring keyboard-configuration
--


This looks like DEBIAN_FRONTEND=noninteractive is working as
expected; which doesn't answer what's happening in your
jenkins/reproduucible job :/

Hm, a tiny difference is "Dialog frontend will not work" vs. "No
usable dialog-like program is installed". But still, the whole
question should be skipped with DEBIAN_FRONTEND=noninteractive.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Leonard Cohen: Nancy


signature.asc
Description: Digital Signature


Bug#656877: Also seen on Thecus (iop32x)

2013-02-28 Thread gregor herrmann
Control: fixed -1 3.0~rc.2

On Tue, 22 May 2012 14:25:07 -0600, Martin Michlmayr wrote:

 * Colin Tuckley col...@debian.org [2012-05-22 18:08]:
  I've noticed that when the kernel gets upgraded by apt-get upgrade that
  it does *not* run flash-kernel on my Squeeze system.
 
 This is a well known issue which has been resolved in testing/unstable:
 
 flash-kernel (3.0~rc.2) experimental; urgency=low

Marking the bug as fixed in this version.
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Paul McCartney: Coquette


signature.asc
Description: Digital signature


Bug#687858: tasksel-data: copyright file missing after upgrade (policy 12.5)

2012-10-01 Thread gregor herrmann
Control: tag -1 + pending

On Sun, 16 Sep 2012 18:19:17 +, Bart Martens wrote:

 After the upgrade /usr/share/doc/tasksel-data/ is just an empty directory.

Already fixed in git by joeyh:

http://anonscm.debian.org/gitweb/?p=tasksel/tasksel.git;a=commit;h=5118feb257ac9fd8ce4019fe18316249e2987165

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: U2: Desire


signature.asc
Description: Digital signature


Re: Wheezy release: CDs are not big enough any more...

2012-05-15 Thread gregor herrmann
On Tue, 15 May 2012 22:34:20 +0800, Paul Wise wrote:

  And the USB-stick process is not as simple as it might be because you
  have to find the HD-media files and then _also_ find an iso image to
  put on. It's no wonder newbs are still downloading CD/DVD images.
 I thought HD-media was a thing of the past with the newish isohybrid
 stuff where you just cat the ISO to the device? Pretty sure thats what
 I did for the last install I did.

Same here.

My last install with an USB stick (2 months ago) must have been as
easy as dd'ing or cat'ing the ISO to a device since I don't remember
any details or even problems, and I'm quite sure I didn't hunt down
any additional files or used any non-standard tools.

(I think it was a testing image from February or something similar,
in case they are different  Ah, I still have it,
debian-testing-amd64-netinst.iso, downloaded on March 4th.)

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: David Bowie: Fashion


signature.asc
Description: Digital signature


Bug#405984: installation-report: Report for a Lenovo Thinkpad R60e

2007-01-12 Thread gregor herrmann
On Fri, 12 Jan 2007 20:04:07 +0100, Frans Pop wrote:

  * I can't say much about the tasks because I didn't use many of them
:-) Some kind of information which packages are in which task might
be helpful for advanced users (from within the installer).
 Is documented in the installation guide.

Oops, you caught me ;-)
(I found it out by looking at tasksel on some other machine.)
 
 Thank you for submitting the report. I'm closing it as there were no real 
 issues. 

Yup.

JFTR: swsusp upstream has already whitelisted the machine for the
s2ram call after my report.

 Good luck with the new system.

Thanks,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Peter Ratzenbeck: Nix is so stü'


signature.asc
Description: Digital signature


Bug#288974: Debian installer report: i386, d-i RC2, 2004-12-29

2005-01-07 Thread gregor herrmann
On Fri, Jan 07, 2005 at 11:13:53PM +0100, Frans Pop wrote:

Thx for your answer.

No problem with closing the 'bug' since it was only a report. Anyway
I'd like to make a few remarks.

  * During the installation various messages where shown that several
modules could not be loaded. I guess they were loaded at a later
stage or were not needed anyway. So again no problem but a little
 Well, I can only say: don't use expert mode ;-)

Well, I don't want to use something else :-)

 You may want to try booting the installer with 'debconf/priority=medium' 
 boot parameter next time.

Ok, if I find another machine needing Debian ...
 
  * Sound: After the base install and with the shipped kernel sound
didn't work. After compiling a custom kernel with ALSA and without
OSS everything is fine.
 Alsa currently never works after the first reboot. Some alsa package needs 
 to be installed that includes blacklisting the OSS modules.
 You should have been able to get thinks working without compiling your own 
 kernel as well.

At this time we installed 2 machines with Debian. Sound didn't work
on both of them. The 2 'solutions' were
* the new kerne lwith alsa and without oss (my machine)
* disabling oss modules somehow (my friend's machine)
Both attempts needed some knowledge and action 
 
  * RAM: I was a little surprised that the shipped kernel included
about each and everything but no HIGHMEM support so I initially had
only 896MB of my 1GB RAM available. (And I didn't know that 1GB is
already HIGHMEM ;-))
 I'm not sure why this choice has been made. There probably is a good 
 reason for it. If you want to find out I suggest asking the kernel 
 mailing list. Anyway, it is not a debian installer issue.

Pooh - I don't think I want to participate in LKML (yet :-))
Anyway: Isn't it possible to activate this option in the Debian
default install kernel?

Gregor
 
-- 
http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
infos zur usenet-hierarchie at.*: http://www.usenet.at/
member of https://www.vibe.at/ | how to reply: http://got.to/quote/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#288974: Debian installer report: i386, d-i RC2, 2004-12-29

2005-01-06 Thread gregor herrmann
Package: installation-reports

INSTALL REPORT

Debian-installer-version:
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc2/sarge-i386-netinst.iso

uname -a:
Linux belanna 2.6.9.200501060123 #1 Thu Jan 6 01:51:46 CET 2005 i686 GNU/Linux
(the original kernel was 2.6.8-1-386)

Date:
2004-12-29

Method: 
Debian-Installer RC2
Netinst CD image, with Debian base
'expert' mode, 2.6 kernel

Machine: 
Intel D865GBF board (for details cf. lspci output below)
Processor: Intel Celeron 2.8 GHz
Memory: 1 GB
Root Device: S-ATA hard disk, 160 GB, SAMSUNG SP1614C
Root Size/partition table:  

[EMAIL PROTECTED]:~# fdisk -l /dev/hde

Disk /dev/hde: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hde1   1   6   48163+  83  Linux
/dev/hde2   7 130  996030   82  Linux swap
/dev/hde3 131   19457   155244127+  83  Linux

[EMAIL PROTECTED]:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/hde3   /   ext3defaults,errors=remount-ro 0  1
/dev/hde1   /boot   ext3defaults0   2
/dev/hde2   noneswapsw  0   0
/dev/hdc/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
[..]
  
Output of lspci and lspci -n:
[EMAIL PROTECTED]:~# lspci
:00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub 
Interface (rev 02)
:00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated Graphics 
Device (rev 02)
:00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 
(rev 02)
:00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 
(rev 02)
:00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 
(rev 02)
:00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 
(rev 02)
:00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI 
Controller (rev 02)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2)
:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02)
:00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 
Storage Controller (rev 02)
:00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage 
Controller (rev 02)
:00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 
02)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) 
AC'97 Audio Controller (rev 02)
:01:08.0 Ethernet controller: Intel Corp. 82562EZ 10/100 Ethernet 
Controller (rev 01)

[EMAIL PROTECTED]:~# lspci -n
:00:00.0 0600: 8086:2570 (rev 02)
:00:02.0 0300: 8086:2572 (rev 02)
:00:1d.0 0c03: 8086:24d2 (rev 02)
:00:1d.1 0c03: 8086:24d4 (rev 02)
:00:1d.2 0c03: 8086:24d7 (rev 02)
:00:1d.3 0c03: 8086:24de (rev 02)
:00:1d.7 0c03: 8086:24dd (rev 02)
:00:1e.0 0604: 8086:244e (rev c2)
:00:1f.0 0601: 8086:24d0 (rev 02)
:00:1f.1 0101: 8086:24db (rev 02)
:00:1f.2 0101: 8086:24d1 (rev 02)
:00:1f.3 0c05: 8086:24d3 (rev 02)
:00:1f.5 0401: 8086:24d5 (rev 02)
:01:08.0 0200: 8086:1050 (rev 01)


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: [O]
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:
* The installer asked about _3_ times if I have any PCMCIA devices.
  No real problem but a little annyoing.
* During the installation various messages where shown that several
  modules could not be loaded. I guess they were loaded at a later
  stage or were not needed anyway. So again no problem but a little
  confusing.
* Sound: After the base install and with the shipped kernel sound
  didn't work. After compiling a custom kernel with ALSA and without
  OSS everything is fine.
* Grub: Here comes the only real problem:
  I installed Debian on the S-ATA drive (shown as /dev/hde above,
  originally named /dev/sda). The machine contains an old IDE drive
  too (/dev/hda - primary master). The BIOS is set to boot from the
  S-ATA drive i.e. BIOS reports it as the first and the IDE drive as
  the second hard disk. But: grub thought that the S-ATA drive with
  Debian was (hd1) - and therefore didn't boot - until I changed it
  to (hd0) in /boot/grub/menu.lst.  (Additionally the grub install
  detected my old Windows on the IDE drive but