Re: lvm on raid

2004-10-20 Thread Andrew Pollock
On Sun, Oct 17, 2004 at 02:46:54PM -0400, Joey Hess wrote:
> martin f krafft wrote:
> > So yesterday I tried d-i snapshot 20041005. I won't file an
> > installation report because it was all smooth as silk, except for
> > one problem... which may be related to my misunderstanding of the
> > matter.
> 
> Please use a current image; lvm on raid support was added 2 days ago.

Fwor! Gotta give that a go...

Hey, can the installer handle setting up a degraded RAID array (i.e. a
RAID-1 mirror with the second disk missing) yet? mdadm can certainly handle
the concept.

This would be great for situations where you want RAID-1 but don't have two
disks at your disposal at install time.

regards

Andrew

-- 
linux.conf.au 2005   -  http://lca2005.linux.org.au/  -  Birthplace of Tux
April 18th to 23rd   -  http://lca2005.linux.org.au/  -   LINUX
Canberra, Australia  -  http://lca2005.linux.org.au/  -Get bitten!


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



Re: Localization-config and conffiles (was Re: Localization-config uploaded, 2 strings for translation)

2004-10-20 Thread Javier Fernández-Sanguino Peña
On Wed, Oct 20, 2004 at 08:24:09AM +0200, Petter Reinholdtsen wrote:
> 
> I believe you have misread the policy.  As far as I know, it says that
> one packages maintainer scripts should not modify another packages
> configuration files.

I based the comment on a mail from Konstantinos I recently revisited, see :
http://lists.debian.org/debian-boot/2004/09/msg00365.html

> 
> The script called from base-config is not a maintainer script, so this
> isn't a policy violation.

Sorry, I was under the impression that a user that installed
'localization-config' would have update-locale-config run on his system in
the packages' postinst. Reviewing the package's maintainer scripts I now
see that this is actually not true.

> But it would be better if the individual packages provided a script to
> change the language settings, to avoid having to track all the
> different package formats, and to avoid upgrade problems.

Agreed. Feel free to bug links/lynx/mozilla and other similar packages 
about it.

Regards

Javier




signature.asc
Description: Digital signature


localization-config: Manpage improvements (usage, options, internal working and additional resources)

2004-10-20 Thread Javier Fernández-Sanguino Peña
Package: localization-config
Version: 0.104
Priority: wishlist
Tags: patch

As Konstantinos requested a few months back, here is a patch for the
current 'update-locale-config' manpage in localization-config. I've
introduce some information based on a review of the source code, but, then
again, my english wording probably sucks and I might have missed something
important on how the script works.

I have added information to almost all the different sections and have
rewritten the sections on how to add new languages and software support
with a generic section describing how package scripts work. I've also added
pointers to additional i18n related materials/tools that developers/users
might find worthwhile reading/using.

Best regards

Javier
--- update-locale-config.1.orig 2004-10-19 23:54:45.0 +0200
+++ update-locale-config.1  2004-10-20 00:35:14.0 +0200
@@ -1,21 +1,70 @@
-.TH "UPDATE-LOCALE-CONFIG" "8" "2003-09-30" "update-locale-config" "Skolelinux User's 
Manual"
+.TH "UPDATE-LOCALE-CONFIG" "8" "2004-10-20" "update-locale-config" "Debian GNU/Linux 
User's Manual"
 .SH "NAME"
 update\-locale\-config \- Update differnt programs' language settings
 .SH "SYNOPSIS"
 .B update\-locale\-config
-[\fI\-l\fR]
-.\"[\fI\-vl\fR]
+[\fI\--preinst|-p\fR]
+[\fI\--list|-l\fR]
+.\"[\fI\--verbose|-v\fR]
 \<\fIlanguage\fR\>
 
 .\" 
 .SH "DESCRIPTION"
 .B update\-locale\-config
-updates the language settings of different programs.
+is a script that automatically updates the language settings 
+of different programs based on the language code passed as parameter.
+This script is run by
+.B base-config
+throughout the Debian installation process so that the user language
+selection is made visible to packages and thus preventing debconf
+interfaces from asking questions related to language settings and
+adjusting packages' system-wide configuration files to the user selection.
+.P
+.B update\-locale\-config
+can run in two modes, pre-inst or post-inst (the default). Pre-inst mode
+will run all scripts under /usr/lib/localization\-config with a
+.B preinst
+suffix, most of these scripts will do 
+.B debconf
+preseeding and will run before packages are actually installed. The
+postinst mode (default) will run all scripts under the same directory with a
+.B postinst
+suffix, most of these will modify configuration files that are available
+once the package has been installed on the system.
+.P
+System administrators should not need to run
+.B update\-locale\-config
+by hand, although this option is available. Notice, however, that running
+.B update\-locale\-config
+in pre-inst mode will not affect the system unless the packages whose
+debconf configuration has changed are reconfigured 
+(with \fBdpkg-reconfigure PACKAGE\fR).
+.P
+Users should not run 
+.B update\-locale\-config
+as all the changes this script makes are systemwide. 
+If a user wants to change \fRhis\fI
+locale configuration and adjust the language configuration of his own
+configuration files 
+.B set-language-env
+(available in the \fBlanguage-env\fR package) should be used instead.
+
+
 .\" 
 .SH "OPTIONS"
 .TP 
+.B \-v | \-\-verbose
+Verbose mode, used mainly for debugging purposes.
+.TP
+.B \-l | \-\-list
+List supported locales.
+.TP 
+.B \-p | \-\-preinst
+Run the pre-install scripts instead of the (default) postinst scripts.
+.TP 
 .I language
-specify your favorite native language.  Here are the supported languages:
+specify your favorite native language.  
+Here are some of the supported languages:
 .br 
 .B [EMAIL PROTECTED]
 Catalan (Spain)
@@ -61,24 +110,74 @@
 .br 
 .B se_NO
 Northern Sami
-.br 
-.\".TP 
-.\".B \-v
-.\"Verbose mode, mainly for debugging.
-.B \-l
-List supported locales.
 .\" 
-.SH "ADDING NEW LANGUAGES"
-Edit the scripts in /usr/lib/locale\-config\-skolelinux/ and add
-whatever transformations are necessary to convert from the official
-language code to the one the program expects
-.SH "ADDING SUPPORT FOR NEW PROGRAMS"
-Add a scripts to /usr/lib/locale\-config\-skolelinux/ that edit the
-necessary conffiles.
-.BR 
+.SH PACKAGE SCRIPTS
+Support for new packages is based on scripts present in 
+/usr/lib/localization\-config. These scripts must analyse the official 
+locale language code ([EMAIL PROTECTED])
+and modify the package as appropiate. Since language modifications
+might vary between different package versions, the scripts in that
+directory should just check the package version and call scripts
+in per-distribution subdirectories (\fBsarge\fR, \fBwoody\fR, etc.).
+.P
+These scripts take as input the locale language code and should do
+whatever modifications are need in order to configure the package.
+Possible modifications include:
+.TP 
+.I debconf-preseeding
+If the package asks to the user through \fBd

Bug#245393: about your Debian installation report

2004-10-20 Thread Peter Makholm
[EMAIL PROTECTED] (Joey Hess) writes:

> If you're unable to do this test for whatever reason, please send a mail to
> [EMAIL PROTECTED] and let us know, and we will try to look at your report
> in more detail.

Unfortunately I havn't got an comparable machine available at the
moment. So I'm not able to retest the installer with the same setup.

-- 
 Peter Makholm |We constantly have to keep in mind why natural
 [EMAIL PROTECTED] |languages are good at what they're good at. And to
 http://hacking.dk | never forget that Perl is a human language first,
   |and a computer language second


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



Bug#277479: installation-reports

2004-10-20 Thread padow usmar
Package: installation-reports
(B
(BDebian-installer-version: Not long ago,
(Bhttp://www.debian.org/devel/debian-installer/
(Buname -a: Sorry, did not do
(BDate: Not long ago
(BMethod: From net-inst cd image, I used the default values
(BI think. Not proxied
(B
(BMachine: AlphaServer DS20E
(BProcessor: Not sure
(BMemory: Not sure
(BRoot Device: SCSI
(BRoot Size/partition table: Sorry. don't know how to do
(Bthis
(BOutput of lspci and lspci -n: Sorry. don't know how to do
(Bthis
(B
(BBase System Installation Checklist:
(B[O] = OK, [E] = Error (please elaborate below), [ ] =
(Bdidn't try it
(B
(BInitial boot worked:[O]
(BConfigure network HW:   [O]
(BConfig network: [O]
(BDetect CD:  [O]
(BLoad installer modules: [O]
(BDetect hard drives: [E]
(BPartition hard drives:  [E]
(BCreate file systems:[E]
(BMount partitions:   [E]
(BInstall base system:[E]
(BInstall boot loader:[E]
(BReboot: [E]
(B
(BComments/Problems:
(B
(BI am sorry, I am not an experiencede user, one of my
(Bfriends that is a Debian developer told me to fill out
(Bthis report.
(B
(B(Sarge install)
(BWell, I think the most important problem is that when I
(Btryed to intall the OS in Japanese (which is the language
(BI need to install it in) it came out in "Mojibake" or
(B(unreadable characters) so I was unable to procede with
(Bthe installation in Japanese but still tryed to continue
(Bthe installation in English. Then I found I could not
(Bprocede because it sayed something like (No partitionable
(Bdevices found) so I guess it did not recognize my HHDs. I
(Bhave 2 SCA HDDs on that machine. By the way, I was
(Bsuccessfull in installing Debian 3.0_r2 (Woody) although I
(Bwas not successfull in implementing Japanese Localization.
(B
(BThank you very much for making free software.
(B   Usmar Padow
(B
(B__
(Bfor your loved one
(Bhttp://pr.mail.yahoo.co.jp/pinkribbon/
(B
(B
(B
(B-- 
(BTo UNSUBSCRIBE, email to [EMAIL PROTECTED]
(Bwith a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#277481: Installation report

2004-10-20 Thread Samuel Thibault
Package: installation-reports

INSTALL REPORT

Debian-installer-version: cdimage-testing/sid_d-i/i386/pre-rc2/sarge-i386-netinst.iso
uname -a: Linux implementation 2.6.8-1-386 #1 Thu Oct 7 02:21:16 EDT 2004 i686 
GNU/Linux
Date: 2004-10-13 22:44
Method: Burnt a netinstall cdrom, booted on it, got base from it
(although usb cd-rom drive, detected like a charm !). Used
ntfsresize to make room. First boot, used an http proxy for apt.

Machine: DELL X300
Processor: Pentium M 1.4G
Memory: 640MB
Root Device: IDE
Root Size/partition table: 

Disk /dev/hda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   1   7   56196   de  Dell Utility/mnt/dellconf
/dev/hda2   *   81345107474857  HPFS/NTFS   /mnt/win
/dev/hda313461424  634567+  82  Linux swap
/dev/hda414254864276318005  Extended
/dev/hda538594864 8080663+  83  Linux   /
/dev/hda614251667 1951834+   c  W95 FAT32 (LBA) /mnt/goinfre
/dev/hda71668385817599176   83  Linux   /home

Partition table entries are not in disk order << ah, oops, but it works
:)

Output of lspci and lspci -n:

:00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02)
:00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control 
Registers (rev 02)
:00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration Process 
Registers (rev 02)
:00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated Graphics 
Device (rev 02)
:00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics Device 
(rev 02)
:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI 
Controller #1 (rev 01)
:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI 
Controller #2 (rev 01)
:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI 
Controller #3 (rev 01)
:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI 
Controller (rev 01)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 81)
:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 01)
:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage Controller 
(rev 01)
:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller 
(rev 01)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem 
Controller (rev 01)
:02:03.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
:02:03.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
:02:03.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 04)
:02:04.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN 
Controller (rev 03)
:02:05.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M Gigabit 
Ethernet (rev 01)


:00:00.0 0600: 8086:3580 (rev 02)
:00:00.1 0880: 8086:3584 (rev 02)
:00:00.3 0880: 8086:3585 (rev 02)
:00:02.0 0300: 8086:3582 (rev 02)
:00:02.1 0380: 8086:3582 (rev 02)
:00:1d.0 0c03: 8086:24c2 (rev 01)
:00:1d.1 0c03: 8086:24c4 (rev 01)
:00:1d.2 0c03: 8086:24c7 (rev 01)
:00:1d.7 0c03: 8086:24cd (rev 01)
:00:1e.0 0604: 8086:2448 (rev 81)
:00:1f.0 0601: 8086:24cc (rev 01)
:00:1f.1 0101: 8086:24ca (rev 01)
:00:1f.3 0c05: 8086:24c3 (rev 01)
:00:1f.5 0401: 8086:24c5 (rev 01)
:00:1f.6 0703: 8086:24c6 (rev 01)
:02:03.0 0607: 1180:0476 (rev ac)
:02:03.1 0607: 1180:0476 (rev ac)
:02:03.2 0c00: 1180:0552 (rev 04)
:02:04.0 0280: 14e4:4320 (rev 03)
:02:05.0 0200: 14e4:165d (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] although USB !
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: [O]

Comments/Problems:

Actually, I even hadn't notice that the CD drive was really an USB one
:D

I had to resize pre-installed windows' ntfs partition, and hopefully the
pre-rc2 is advertised as having "online ntfs resizer". But it isn't
advertised in the installation process. The partitionning tool just
tells that there is no room for creating linux partitions. It should
rather see that there is an ntfs partition, and hence propose the
user to launch a shell and use the resize tool by hand. Actually,

Bug#277479: installation-reports

2004-10-20 Thread Christian Perrier

> 
> (Sarge install)
> Well, I think the most important problem is that when I
> tryed to intall the OS in Japanese (which is the language
> I need to install it in) it came out in "Mojibake" or
> (unreadable characters) so I was unable to procede with
> the installation in Japanese but still tryed to continue
> the installation in English. Then I found I could not
> procede because it sayed something like (No partitionable
> devices found) so I guess it did not recognize my HHDs. I
> have 2 SCA HDDs on that machine. By the way, I was
> successfull in installing Debian 3.0_r2 (Woody) although I
> was not successfull in implementing Japanese Localization.

Do you remember when it did turn out to Mojibake?

Was it before or after the reboot?




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



Bug#277479: installation-reports

2004-10-20 Thread Kenshi Muto
At Wed, 20 Oct 2004 12:09:26 +0200,
Christian Perrier wrote:
> > (Sarge install)
> > Well, I think the most important problem is that when I
> > tryed to intall the OS in Japanese (which is the language
> > I need to install it in) it came out in "Mojibake" or
> > (unreadable characters) so I was unable to procede with
> > the installation in Japanese but still tryed to continue
> > the installation in English. Then I found I could not
> > procede because it sayed something like (No partitionable
> > devices found) so I guess it did not recognize my HHDs. I
> > have 2 SCA HDDs on that machine. By the way, I was
> > successfull in installing Debian 3.0_r2 (Woody) although I
> > was not successfull in implementing Japanese Localization.
> 
> Do you remember when it did turn out to Mojibake?
> 
> Was it before or after the reboot?

I think his problem is on 1st stage.
I don't know about alpha arch, but I assume framebuffer isn't ready for
his alpha machine. If d-i can't use framebuffer, all of you can use
practically is only English or a few latin languages.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


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



Re: lvm on raid

2004-10-20 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 20 October 2004 09:02, Andrew Pollock wrote:
> Hey, can the installer handle setting up a degraded RAID array (i.e. a
> RAID-1 mirror with the second disk missing) yet? mdadm can certainly
> handle the concept.

Not ATM. There are 2 open wishlist bug to implement this (the oldest from 
yourself). This is extremely unlikely to be implemented before the 
release of Sarge.

Cheers,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBdkQwgm/Kwh6ICoQRAra7AJwPMdf0Atk32Q3TYvzUl1p1Em1E1wCdGIfW
C5vymm26PV8JqfdLYkJX8j8=
=BKjO
-END PGP SIGNATURE-



Re: lvm on raid

2004-10-20 Thread Andrew Pollock
On Wed, Oct 20, 2004 at 12:55:34PM +0200, Frans Pop wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Wednesday 20 October 2004 09:02, Andrew Pollock wrote:
> > Hey, can the installer handle setting up a degraded RAID array (i.e. a
> > RAID-1 mirror with the second disk missing) yet? mdadm can certainly
> > handle the concept.
> 
> Not ATM. There are 2 open wishlist bug to implement this (the oldest from 
> yourself). This is extremely unlikely to be implemented before the 
> release of Sarge.

That's a shame. I would have thought it'd be relatively easy to implement,
but I haven't given the innards of what's involved close inspection...

regards

Andrew

-- 
linux.conf.au 2005   -  http://lca2005.linux.org.au/  -  Birthplace of Tux
April 18th to 23rd   -  http://lca2005.linux.org.au/  -   LINUX
Canberra, Australia  -  http://lca2005.linux.org.au/  -Get bitten!


signature.asc
Description: Digital signature


Re: lvm on raid

2004-10-20 Thread Christian Perrier
Quoting Andrew Pollock ([EMAIL PROTECTED]):

> That's a shame. I would have thought it'd be relatively easy to implement,
> but I haven't given the innards of what's involved close inspection...

Well, the non easiest thing is maybe getting someone volunteering for
implementing this..:-)


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



Bug#277479: marked as done (installation-reports)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2004 13:23:57 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#277479: installation-reports
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 20 Oct 2004 09:27:04 +
>From [EMAIL PROTECTED] Wed Oct 20 02:27:04 2004
Return-path: <[EMAIL PROTECTED]>
Received: from web805.mail.yahoo.co.jp [211.14.15.196] 
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1CKCkK-00028p-00; Wed, 20 Oct 2004 02:27:04 -0700
Message-ID: <[EMAIL PROTECTED]>
Received: from [219.118.179.244] by web805.mail.yahoo.co.jp via HTTP; Wed, 20 Oct 2004 
18:26:33 JST
Date: Wed, 20 Oct 2004 18:26:33 +0900 (JST)
From: padow usmar <[EMAIL PROTECTED]>
Subject: installation-reports
To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-2022-jp
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: installation-reports

Debian-installer-version: Not long ago,
http://www.debian.org/devel/debian-installer/
uname -a: Sorry, did not do
Date: Not long ago
Method: From net-inst cd image, I used the default values
I think. Not proxied

Machine: AlphaServer DS20E
Processor: Not sure
Memory: Not sure
Root Device: SCSI
Root Size/partition table: Sorry. don't know how to do
this
Output of lspci and lspci -n: Sorry. don't know how to do
this

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: [E]
Partition hard drives:  [E]
Create file systems:[E]
Mount partitions:   [E]
Install base system:[E]
Install boot loader:[E]
Reboot: [E]

Comments/Problems:

I am sorry, I am not an experiencede user, one of my
friends that is a Debian developer told me to fill out
this report.

(Sarge install)
Well, I think the most important problem is that when I
tryed to intall the OS in Japanese (which is the language
I need to install it in) it came out in "Mojibake" or
(unreadable characters) so I was unable to procede with
the installation in Japanese but still tryed to continue
the installation in English. Then I found I could not
procede because it sayed something like (No partitionable
devices found) so I guess it did not recognize my HHDs. I
have 2 SCA HDDs on that machine. By the way, I was
successfull in installing Debian 3.0_r2 (Woody) although I
was not successfull in implementing Japanese Localization.

Thank you very much for making free software.
   Usmar Padow

__
for your loved one
http://pr.mail.yahoo.co.jp/pinkribbon/


---
Received: (at 277479-done) by bugs.debian.org; 20 Oct 2004 11:24:08 +
>From [EMAIL PROTECTED] Wed Oct 20 04:24:08 2004
Return-path: <[EMAIL PROTECTED]>
Received: from onera.onera.fr [144.204.65.4] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKEZc-0002M4-00; Wed, 20 Oct 2004 04:24:08 -0700
Received: from cc-mykerinos.onera (localhost [127.0.0.1])
by onera.onera.fr  with ESMTP id i9KBNvCs015032;
Wed, 20 Oct 2004 13:23:57 +0200 (MEST)
Received: by cc-mykerinos.onera (Postfix, from userid 7426)
id 2DB8523278; Wed, 20 Oct 2004 13:23:57 +0200 (CEST)
Date: Wed, 20 Oct 2004 13:23:57 +0200
From: Christian Perrier <[EMAIL PROTECTED]>
To: Kenshi Muto <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: padow usmar <[EMAIL PROTECTED]>
Subject: Re: Bug#277479: installation-reports
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
X-message-flag: Outlook is a good virus spreading tool. It can send mail, too.
X-pot_a_miel: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X

Bug#277486: Sarge installer does not boot on a MVME2434 (PowerPC PReP architecture)

2004-10-20 Thread Pablo de Vicente
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: installation-reports

Debian-installer-version: 04-08-2004. I got it from 
ftp://ftp.debian.org/debian/dists/sarge/main/installer-powerpc/rc1/images/powerpc/netboot
 
uname -a: NOT available
Date: 13-02-2004
Method:  Netboot using TFTP and an NFS root. I connect from a Debian laptop to 
the MVME2434 Serial port 0 using kermit @ 9600 bauds.

Machine: Motorola MVME2434
Processor: Motorola PowerPC (PReP architecture)
Memory: 256 Mb
Root Device:  NFS root 
Root Size/partition table: None 

Output of lspci: None. Not available

Base System Installation Checklist:

Initial boot worked:[E]
Configure network HW:   [ ]
Config network: [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

The kernel does not boot. I get the following message:

Network Booting from: DEC21143, Controller 0, Device 0
Device Name: /[EMAIL PROTECTED]/pci1011,[EMAIL PROTECTED],0:0,0
Loading: vmlinuz-prep.initrd

Client IP Address  = 193.146.252.58
Server IP Address  = 193.146.252.30
Gateway IP Address = 193.146.252.1
Subnet IP Address Mask = 255.255.255.128
Boot File Name = vmlinuz-prep.initrd
Argument File Name =

Network Boot File load in progress... To abort hit 

Bytes Received =&5668354, Bytes Loaded =&5668354
Bytes/Second   =&436027, Elapsed Time =13 Second(s)

Residual-Data Located at: $0FF88000
loaded at: 5400 00574FF4
relocated to:  0080 00D6FBF4
zimage at: 00805A14 00932601
initrd at: 00933000 00D65EF4
avail ram: 0040 0080

Linux/PPC load: root=/dev/nfs ip=192.168.0.120:192.168.0.10 
nfsroot=/var/lib/nfs/pebbles-sa console=ttyS0,9600
Uncompressing Linux...done.
Now booting the kernel

 ^^^  and it stalls here 

I can boot this host from a customized 2.4.27 kernel provided by a third 
person. I mounted a root from an old potato base2_2.tar potato  and upgraded 
to woody. But this is in a different NFS root. I just wanted to see if I 
could install from scratch Sarge in this host. 

thanks,

Pablo de Vicente
- -- 

Pablo de Vicente,  http://www.oan.es,  OAN Spain

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBdksMSItUpHl6kJERAkmzAKD1X0xUIrNBq3GC1dOjsU9j0wKH/gCdGyCv
uLutJPbm+LQ+C9O7b//ys34=
=jlyq
-END PGP SIGNATURE-



Bug#275222: Successful installation

2004-10-20 Thread Frans Pop
On Wednesday 06 October 2004 21:08, Hans van Zijst wrote:
> Couldn't find a way to make installer create RAID arrays and use one of
> them for LVM, so I did it myself. When I got to the point where I had
> to partition the disks, I fired up a terminal, created the RAID arrays,
> ran pvcreate, vgcreate and lvcreate and returned to the installer. The
> partitioner happily detected the RAID arrays and logical volumes I had
> just made, and everything installed just fine from there.

This is supported in the latest daily builds of the installer [1] and will 
be supported in the next release.

[1] http://www.nl.debian.org/devel/debian-installer/

> At boot time, however, I get these messages (I installed 2 different
> machines and got the same messages while booting):
>
> devfs_mk_dev: could not append to parent for /disc
> devfs_mk_dir: invalid argument.<4>devfs_mk_dev: could not append to
> parent for /disc devfs_mk_dir: invalid argument.<4>devfs_mk_dev: could
> not append to parent for /disc devfs_mk_dir: invalid
> argument.<4>devfs_mk_dev: could not append to parent for /disc
> devfs_mk_dir: invalid argument.<4>devfs_mk_dev: could not append to
> parent for /disc
>
> I get 129 of these ones... After that, I get these:
>
> VFS: Can't find ext3 filesystem on dev dm-0.
> VFS: Can't find ext2 filesystem on dev dm-0.
> VFS: Can't find ext3 filesystem on dev dm-0.
> VFS: Can't find ext2 filesystem on dev dm-0.
>
> ...which is correct, because I use JFS on my logical volumes (I don't
> like the idea of unmounting an active volume after a vgextend). Finally
> there's this bit:

Sorry, can't help you with these messages.

> cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[cut]
> shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
> shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5

These messages are caused by hotplug trying to load modules that are not 
supported by your hardware. You can get rid of them by blacklisting these 
modules in /etc/hotplug/blacklist or by compiling a custom kernel.

Cheers,
FJP


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



Bug#277491: installation report

2004-10-20 Thread David Fokkema
Package: installation-reports

Debian-installer-version: pre-rc2 for i386 from www.debian.org/devel/debian-installer
uname -a: Linux sagittarius 2.6.8-1-386 #1 Thu Oct 7 02:21:16 EDT 2004 i586 GNU/Linux

Date: 18 oct, apprx. 10.00-12.00 UTC
Method: Netinst cd, from ftp.nl.debian.org with apt-proxy at nebula.homeunix.net.

Machine: Fujitsu Siemens Liteline
Processor: AMD K6-III 500Mhz
Memory: 64 Mb
Root Device: IDE, hda
Root Size/partition table:

Disk /dev/hda: 5000 MB, 5000970240 bytes
15 heads, 63 sectors/track, 10336 cylinders
Units = cylinders of 945 * 512 = 483840 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   19974 4712683+  83  Linux
/dev/hda29975   10336  171045f  W95 Ext'd (LBA)
/dev/hda59975   10336  171013+  82  Linux swap

/dev/hda1 on / type ext3 (rw,errors=remount-ro)

Output of lspci and lspci -n:
:00:00.0 Host bridge: VIA Technologies, Inc. VT8501 [Apollo MVP4] (rev 04)
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8501 [Apollo MVP4 AGP]
:00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
:00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C 
PIPC Bus Master IDE (rev 10)
:00:07.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller 
(rev 10)
:00:07.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
:00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6812 Cardbus Controller (rev 05)
:00:0d.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i PCI Audio 
Accelerator
:00:0d.1 Communication controller: ESS Technology ES1983S Maestro-3i PCI Modem 
Accelerator
:01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/i7d (rev 5d)

:00:00.0 0600: 1106:0501 (rev 04)
:00:01.0 0604: 1106:8501
:00:07.0 0601: 1106:0686 (rev 22)
:00:07.1 0101: 1106:0571 (rev 10)
:00:07.2 0c03: 1106:3038 (rev 10)
:00:07.4 0680: 1106:3057 (rev 30)
:00:0a.0 0607: 1217:6872 (rev 05)
:00:0d.0 0401: 125d:1998
:00:0d.1 0780: 125d:1999
:01:00.0 0300: 1023:8420 (rev 5d)

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

Initial boot worked:[E]
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: [O]

Comments/Problems:

I'm sorry I had to put an 'E' at initial boot. There was not a major
problem, but since we want to promote Debian: the isolinux graphical
boot screen was severely scrambled to the point that the clueless won't
know what to do. Of course, he'll try the enter key, but he won't know
anything about the possible boot options (linux26, for example). This
machine is about 5 years old and has a Trident Cyberblade i7 on board.
However, there's nothing wrong with booting linux with vesafb with
vga=0x315, so I don't really know what went wrong.

Apart from this, I was very impressed by the new installer! Only
'problems' I had, were with tasksel (strange combinations of software
installed). I won't bother you with that.

Thanks for all the good work!

David


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



Bug#239289: Install Problems

2004-10-20 Thread Gary



Hi,
 
I was going through the bug list for the installer 
and came across this bug myself.  You asked the person having the problem 
to try a newer version of the installer.  I personally have tried up to 
10/18/04 version of the installer with the same results.  I have a Dell 
Latitude C600 with the latest BIOS (A23).  It is a 750 MHz with 256M 
RAM.  The CDROM is a Toshiba XM-1902A.  Although this is a i386 I am 
experiencing the same problems as the Alpha.  The CD boots fine.  
After answering the first few questions about which language etc. it stops when 
trying to load the base system.  The screen goes blank (blue) and after a 
while it says I have the wrong CD or no CD inserted.  Going go a terminal 
show that the CDROM is indeed mounted at /dev/cdroms/cdrom0 if my memory serves 
me properly.  Hope this helps.  Thanks.
 
Gary
[EMAIL PROTECTED]


Bug#277493: lowmem: Incorrectly sets country

2004-10-20 Thread Christian Perrier
Package: lowmem
Severity: normal
Tags: patch

lowmem sets countrychooser/country instead of setting
countrychooser/shortlist.

The consequence is "Andorra" as the default country when countrychooser
later runs. This is more annoying than critical...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)
--- lowmem_debconf.ori  2004-10-20 14:30:50.0 +0200
+++ lowmem_debconf  2004-10-20 14:07:07.0 +0200
@@ -21,6 +21,6 @@
 
 db_set debian-installer/locale "en_US" || true
 
-db_set countrychooser/country "US" || true
+db_set countrychooser/shortlist "US" || true
 db_fset countrychooser/country-name seen true || true
 db_fset countrychooser/shortlist seen true || true


Bug#277177: installer hangs in "detecting filesystems"

2004-10-20 Thread Hugo Vanwoerkom
This morning after leaving the system off I booted and one disk is gone. 
I don't think it is the disk but the mobo or something.

I don't think this problem is the installer's, but of course I don't 
know the installer ;-)

hdb is now unavailable to me. I am running on hda8 with 2.6.7. It cannot 
access hdb. When I reboot I think I will see garbage in the bios field 
for the primary slave.

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


Bug#248855: Fw: Bug#248855: about your Debian installation report

2004-10-20 Thread Wiktor Wandachowicz
Problems, problems, problems...
As Joey requested, I used a CD from:
http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/sparc/pre-rc2/sarge-sparc-businesscard.iso
=
Option chosen at boot: linux
Linux kernel: 2.4.27
1) initial installer screen
   + no strange black boxes instead of non-ASCII characters
   - non-working USB keyboard
Nothing else could be tested :-(
This is a VERY old problem. Some daily d-i CD builds were
sometimes able to solve this (I've had a working USB keyboard).
=
Option chosen at boot: rescue
Linux kernel: 2.4.27
Oops. A message:
Kernel panic: VFS: Unable to mount root fs on 00:00
Press L1-A to return to the boot prom
Alas, the L1-A (actually: Stop+A) combination never works for Debian.
So, nothing more could be tested :-(
=
Specyfying that I would like to use different keyboard:
 boot: linux bootkbd=qwerty/us
didn't help. Another try:
 boot: linux verbose
and the keyboard is still frozen. For now I used documentation from:
 http://www.debian.org.releases/stable/sparc/ch-rescue-boot.en.html
Feeling that I'm doing something wrong, I searched again and I found:
 http://d-i.alioth.debian.org/manual/en.sparc/ch05s02.html
So I tried:
 boot: linux debconf/priority=low
Only a minor success. I could see a d-i main menu, but I still was
unable to get to the important option:
 Select a keyboard layout
Then again I tried:
 boot: linux debian-installer/probe/usb=true
Complete bummer. Keyboard still frozen. At this point I gave up.
=
Later the same day I tried the daily build:
http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/sparc/20041019/sarge-sparc-businesscard.iso
The same problems. I think I could use some help.
Wiktor Wandachowicz

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


Bug#277512: installation-reports

2004-10-20 Thread Dan Dofton
Package: installation-reports

Debian-installer-version:
< Oct.18, 2004.
http://cdimage.debian.org/pub/cdimage-testing/daily/i386/current/sarge-i386-netinst.iso>
uname -a: <2.4.27-1-386 (now installed kernel 2.6.8-1-k7)>
Date: 
Method: 
Machine: 
Processor: Athlon XP 1600+
Memory: 128MB PC266
Root Device: 
Root Size/partition table: 
Output of lspci and lspci -n:
[EMAIL PROTECTED]:~$ lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo
KT266/A/333]
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7
[Apollo KT266/A/333 AGP]
:00:07.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M
[Tornado] (rev 74)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
:01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA
TNT2 Model 64/Model 64 Pro] (rev 15)

[EMAIL PROTECTED]:~$ lspci -n
:00:00.0 0600: 1106:3099
:00:01.0 0604: 1106:b099
:00:07.0 0200: 10b7:9200 (rev 74)
:00:11.0 0601: 1106:3177
:00:11.1 0101: 1106:0571 (rev 06)
:00:11.5 0401: 1106:3059 (rev 50)
:01:00.0 0300: 10de:002d (rev 15)


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: [O]

Comments/Problems:
Worked well.
Upgrading to 2.6 kernel would be easier if XF86Config-4 mouse
duplication was automatically fixed.
I would also have liked the option to partition using good ol' fashioned
fsidk, but the automatic partitioning worked well.
Thanks for the good work.


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



Bug#276780: Fwd: Re: Bug#276780: Installation report

2004-10-20 Thread Frans Pop
On Sunday 17 October 2004 06:16, Ahmad Khayyat wrote:
> 1. Kernel 2.4 boots nicely without additional options (only vga=771).
> 2. Other 3 kernels boot nicely with the additional option (acpi=off).
> 3. Without acpi=off option, 2.6 kernels boot but keyboard is not
> working (ssh connects fine and system responses to it).
>
> So, effictively I can use kernel 2.6 but without acpi. Now what
> exactly am I losing for not having acpi? and is this acceptable in a
> laptop?

ACPI is fairly essential for modern laptops as among other things it 
drives power management.

I'm not sure what exactly is causing your keyboard problems.
It is very much possible this is not an installation problem, but that 
there is a bug in the kernel or that the ACPI of your laptop is not 
properly supported by the 2.6.8 kernel.

For example, I found this message:
http://linux.toshiba-dme.co.jp/ML/tlinux-users/6200/6245.html

I suggest you search ACPI and laptop mailing lists and maybe post your 
problem there.
Starting points could be the debian-laptop mailing list and the ACPI 
website on sourceforge (http://acpi.sourceforge.net/).

Good luck,
FJP


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



Bug#277512: marked as done (installation-reports)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2004 18:28:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#277512: installation-reports
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 20 Oct 2004 14:53:03 +
>From [EMAIL PROTECTED] Wed Oct 20 07:53:03 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.4cls.org [12.33.71.241] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKHpn-0007ep-00; Wed, 20 Oct 2004 07:53:03 -0700
Received: from dld.4cls.org [12.33.71.28] by mail.4cls.org with ESMTP
  (SMTPD32-8.12) id ABCA3E013C; Wed, 20 Oct 2004 10:52:58 -0400
Date: Wed, 20 Oct 2004 10:52:58 -0400
From: Dan Dofton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: installation-reports
Message-Id: <[EMAIL PROTECTED]>
Organization: Four County Library System
X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: installation-reports

Debian-installer-version:
< Oct.18, 2004.
http://cdimage.debian.org/pub/cdimage-testing/daily/i386/current/sarge-i386-netinst.iso>
uname -a: <2.4.27-1-386 (now installed kernel 2.6.8-1-k7)>
Date: 
Method: 
Machine: 
Processor: Athlon XP 1600+
Memory: 128MB PC266
Root Device: 
Root Size/partition table: 
Output of lspci and lspci -n:
[EMAIL PROTECTED]:~$ lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo
KT266/A/333]
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7
[Apollo KT266/A/333 AGP]
:00:07.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M
[Tornado] (rev 74)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
:01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA
TNT2 Model 64/Model 64 Pro] (rev 15)

[EMAIL PROTECTED]:~$ lspci -n
:00:00.0 0600: 1106:3099
:00:01.0 0604: 1106:b099
:00:07.0 0200: 10b7:9200 (rev 74)
:00:11.0 0601: 1106:3177
:00:11.1 0101: 1106:0571 (rev 06)
:00:11.5 0401: 1106:3059 (rev 50)
:01:00.0 0300: 10de:002d (rev 15)


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: [O]

Comments/Problems:
Worked well.
Upgrading to 2.6 kernel would be easier if XF86Config-4 mouse
duplication was automatically fixed.
I would also have liked the option to partition using good ol' fashioned
fsidk, but the automatic partitioning worked well.
Thanks for the good work.

---
Received: (at 277512-done) by bugs.debian.org; 20 Oct 2004 16:28:42 +
>From [EMAIL PROTECTED] Wed Oct 20 09:28:42 2004
Return-path: <[EMAIL PROTECTED]>
Received: from 195-240-184-66-mx.xdsl.tiscali.nl (elrond.fjphome.nl) [195.240.184.66] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKJKM-0005rH-00; Wed, 20 Oct 2004 09:28:42 -0700
Received: from strider.fjphome.nl ([10.19.66.86] ident=fjp)
by elrond.fjphome.nl with esmtp (Exim 3.35 #1 (Debian))
id 1CKJJn-0001Lw-00; Wed, 20 Oct 2004 18:28:07 +0200
From: Frans Pop <[EMAIL PROTECTED]>
To: Dan Dofton <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED]
Subject: Re: Bug#277512: installation-reports
Date: Wed, 20 Oct 2004 18:28:09 +0200
User-Agent: KMail/1.6.2
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.

Make an investment into your future with judgment recovery services/training

2004-10-20 Thread heather richards
Very large profit handling Money Judgments.

Work from your house anywhere in the world.

You can be the Boss.

Control when you want to work. 

Lots of our associates earn 5,000US to 12,000US per mo. 

Excellent training and support.


http://www.cooldailyitemnews.com/3/
More information or to stop receiving or to see our address.




That's it, exactly, said Rob. I'm an American, and thought while I was in
London I'd drop in on His Royal Highness and say 'hello' to him
The officer chuckled, as if much amused


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



Processed: Merge reports about sources.list preseeding on netinsts

2004-10-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package base-config
Ignoring bugs not assigned to: base-config

> severity 252121 normal
Bug#252121: Should pre-seed Base-config templates with mirror location and mirror 
settings
Severity set to `normal'.

> merge 252121 220269
Bug#220269: base-config: should use d-i's apt config
Bug#252121: Should pre-seed Base-config templates with mirror location and mirror 
settings
Merged 220269 252121.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#277524: Incorrect keyboard in X

2004-10-20 Thread xerces8
Package: installation-reports

Debian-installer-version: 20040930 ( rc2 from web )
uname -a: Linux slave13 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686 GNU/Linux

Date: 2004-oct-19
Method: boot CD (Debian GNU/Linux testing "Sarge" - Official Snapshot i386 Binary-1 
(20040930)) (d-i
pre-rc2 netinst)

Machine: desktop PC ( MB : Gigabyte GA-7VAXP Ultra , BIOS version F7 )
Processor: AMD K-7 Athlon XP2200+
Memory: 768 MB DDR (2x133 MHz)
Root Device: Maxtor 6Y160P0, ATA DISK drive, partition /dev/hdg5
Root Size/partition table: 

# fdisk -l /dev/hdg

Disk /dev/hdg: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hdg1   1194515623181f  W95 Ext'd (LBA)
/dev/hdg219462067  979965   82  Linux swap
/dev/hdg5   1194515623149+  83  Linux


Output of lspci and lspci -n:

:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
:00:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture 
(rev 11)
:00:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
:00:0f.0 RAID bus controller: Promise Technology, Inc. PDC20276 (MBFastTrak133 
Lite) (rev 01)
:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller 
(rev 80)
:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller 
(rev 80)
:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller 
(rev 80)
:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C 
PIPC Bus
Master IDE (rev 06)
:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 
AC97 Audio
Controller (rev 50)
:00:13.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
:00:14.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller 
(rev 46)
:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R200 QL [Radeon 
8500 LE]

:00:00.0 0600: 1106:3189
:00:01.0 0604: 1106:b168
:00:0c.0 0400: 109e:036e (rev 11)
:00:0c.1 0480: 109e:0878 (rev 11)
:00:0f.0 0104: 105a:5275 (rev 01)
:00:10.0 0c03: 1106:3038 (rev 80)
:00:10.1 0c03: 1106:3038 (rev 80)
:00:10.2 0c03: 1106:3038 (rev 80)
:00:10.3 0c03: 1106:3104 (rev 82)
:00:11.0 0601: 1106:3177
:00:11.1 0101: 1106:0571 (rev 06)
:00:11.5 0401: 1106:3059 (rev 50)
:00:13.0 0200: 10ec:8139 (rev 10)
:00:14.0 0c00: 1106:3044 (rev 46)
:01:00.0 0300: 1002:514c

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

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

Comments/Problems:

After install and setup, the keymap in X11 is US ( or similar ), not
slovene as I selected during installation ( it is correctly slovene
in the /dev/tty[1-6] terminals (VT1-VT5).

I also selected slovene ( 'sl' I think ) during config phase of X
installation ( whet is asks about keyboard type, number of keys and
layout ).



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



Bug#277177: FWD: Re: Bug#277177: installer hangs in "detecting filesystems"

2004-10-20 Thread Joey Hess
- Forwarded message from Hugo Vanwoerkom <[EMAIL PROTECTED]> -

From: Hugo Vanwoerkom <[EMAIL PROTECTED]>
Date: Wed, 20 Oct 2004 07:49:28 -0500
To: Joey Hess <[EMAIL PROTECTED]>
Subject: Re: Bug#277177: installer hangs in "detecting filesystems"
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a4) Gecko/20040913

Joey Hess wrote:

>Hugo Vanwoerkom wrote:
> 
>
>>Booted from the install disk. Selected linux26. Answered the usual 
>>answers for language, etc.
>>When he gets to "Staring up the partitioner" and "Detecting filesystems" 
>>the disk light goes on and stays on.
>>
>>Tried it 2x.
>>
>>I also tried it with the default kernel and he installs OK.
>>   
>>
>
>So you only see the hang problem when booting the 2.6 kernel?
>
> 
>
This morning after leaving the system off I booted and one disk is gone. 
I don't think it is the disk but the mobo or something.
I don't think it's the installer.

Hugo


- End forwarded message -

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: reopening 277479

2004-10-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.5
> reopen 277479
Bug#277479: installation-reports
Bug reopened, originator not changed.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 277481 to base-config ...

2004-10-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.5
> reassign 277481 base-config
Bug#277481: Installation report
Bug reassigned from package `installation-reports' to `base-config'.

> retitle 277481 should be a way to set http proxy if entered apt sources by hand
Bug#277481: Installation report
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: severity of 276741 is serious

2004-10-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.5
> severity 276741 serious
Bug#276741: does not use correct file system for boot partition
Severity set to `serious'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#277481: Installation report

2004-10-20 Thread Joey Hess
Samuel Thibault wrote:
> I had to resize pre-installed windows' ntfs partition, and hopefully the
> pre-rc2 is advertised as having "online ntfs resizer". But it isn't
> advertised in the installation process. The partitionning tool just
> tells that there is no room for creating linux partitions. It should
> rather see that there is an ntfs partition, and hence propose the
> user to launch a shell and use the resize tool by hand. Actually, I
> didn't know the name of that tool, so I had to look at /sbin/*ntfs*,
> then /bin/*ntfs*, and at last I found /usr/sbin/ntfsresize. This should
> at least be documented somewhere.

Why use it by hand? Go into the partitioner, select your ntfs partition,
and tell it to change its size.

> About http proxies, I had some trouble: I wanted to write my own
> sources.list as soon as possible, so I didn't chose the http method in
> debian-installer, and asked to write it myself. But then I wasn't asked
> for an http proxy for the deb http:// lines I included in my
> sources.list file, while I would have been if I chose the http method.
> It would be useful if the debian installer could parse the handwritten
> sources.list somewhat to see that http will be used, and propose to use
> an http proxy (just like it does for http method).

Ok, reasonable idea I suppose, I'll reassign this bug to base-config for
it.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#276741: tag 276741 patch

2004-10-20 Thread Joey Hess
Matt Kraai wrote:
> partman-auto checks the file system specified by the recipe against a
> list of valid file systems.  Since hfs isn't on the list, it falls
> back to ext2.  Actually, it does this twice, using slightly different
> lists.  Teehee.
> 
> The attached patch adds hfs to both lists.
> 
> It might be better to remove these lists altogether, but my partman-fu
> is weak and the release is (hopefully) soon.

Yeah, those lists are nasty. 

I assume you've checked and it works with hfs after this patch?

Does this have anything to do with the problems with partman-newworld?

-- 
see shy jo


signature.asc
Description: Digital signature


No sound in GNOME !!!

2004-10-20 Thread xerces8
Installed sarge from with the debian.installer pre-rc2 netinst CD.
Used the official weekly binary snapshot from 20040925 for the rest.

I selected Slovene keyboard, "GNOME destop" package and mostly
accepted the default settings.

I log into the destop ( X11 / GNOME ) and ...

No sound !

No devices detected etc ... mixer does not work...

Hardware is VIA 82c ( works since ages under linux )

The mixer (volume control) in the upper right corner does not work.

The preferences/advanced/multimedia applet fails for testing.
( when pressing the test button it shows an error dialog )
The only choice in this dialog is ALSA.

lsmod suggests that the OSS modules are loaded.

I remember seeing OSS ( and esound and artsd ) as options in the
mentioned preferences applet in a previous installation of sarge
( using different options, settings, packages ..., but same versions,
except kernel was 2.6.x )

Known issue ? Submit a bug ?

Regards,
xerces

P.S.: Is there a way to search existing debian bugs by keywords ?
I couldn't find a way, the page http://www.debian.org/Bugs/ only knows
to search by package, source package, maintainer email, submitter email,
severity or tag. Google does not seem to have access to the bugs.


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



Bug#277479: installation-reports

2004-10-20 Thread Joey Hess
padow usmar wrote:
> procede because it sayed something like (No partitionable
> devices found) so I guess it did not recognize my HHDs. I
> have 2 SCA HDDs on that machine. By the way, I was
> successfull in installing Debian 3.0_r2 (Woody) although I
> was not successfull in implementing Japanese Localization.

I wonder if you know what kind of hard dsk controller there is on this
machine, and perhaps what kernel module to load for it. If you have an
existing linux installation on the machine, can you run these two
commands and send their output?

lspci
lspci -n

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: reassign 277486 to kernel

2004-10-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.5
> reassign 277486 kernel
Bug#277486: Sarge installer does not boot on a MVME2434 (PowerPC PReP architecture)
Bug reassigned from package `installation-reports' to `kernel'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#260553: about your Debian installation report

2004-10-20 Thread Joey Hess
Florian Siegesmund wrote:
> Hi,
> 
> On Wed 2004-10-13, Joey Hess <[EMAIL PROTECTED]> wrote:
> 
> > If you can, please go to  and
> > download the latest release of the installer. Try another install and see
> > if the problem you reported is still present. If you're able to test this,
> > please send a mail to [EMAIL PROTECTED] and report whether the problems
> > you reported are fixed, or still present.
> 
> Looks like my personal workload will not allow this before next weekend.
> Will this still be useful for you, with respect to timeframe? If so,
> I'll take a spare disk and will do another installation when time
> permits.

Sure..

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#277356: base-config: apt-setup loops in the mirror_dir function

2004-10-20 Thread Joey Hess
Christian Perrier wrote:
> When coming at apt-setup, it cycles with "Unable to fetch"
> screens. At the time this happens, I'm out of network connection, so
> this is not surprising, but there is no way to get out of this loop.

I assumed this is where it was cycling, but I do not understand why it
does not pause and show the apt-setup/badsource message between loops.

> After one of the screens appear (there are two of them), a message
> briefly shows up at the bottom of the screen. See snapshot.

That is a result of bug #275122 and is unrelated to the loop.

> I keep this system snapshot in VmWare so that further investigation is
> possible on 2nd console.

Would it be possible for you to boot passing DEBCONF_DEBUG=. and get me
a debconf debug log of the apt-setup loop?

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#277524: Incorrect keyboard in X

2004-10-20 Thread Eugeniy Meshcheryakov
20.10.2004 Ð 18:55 +0200 xerces8 ÑÐÐ:
> Package: installation-reports
> 
> Debian-installer-version: 20040930 ( rc2 from web )
rc2 is not released AFAIK.
> 
> Comments/Problems:
> 
> After install and setup, the keymap in X11 is US ( or similar ), not
> slovene as I selected during installation ( it is correctly slovene
> in the /dev/tty[1-6] terminals (VT1-VT5).
> 
> I also selected slovene ( 'sl' I think ) during config phase of X
> installation ( whet is asks about keyboard type, number of keys and
> layout ).
> 
Please try latest sid-di. It should install localization-config that
should setup X keyboard automatically (in locale sl_SI, keyaboard "sl,us").

-- 
Eugeniy Meshcheryakov

Kyiv National Taras Shevchenko University
Information and Computing Centre
http://icc.univ.kiev.ua


signature.asc
Description: Digital signature


udebs that need upload (non-i386)

2004-10-20 Thread Joey Hess
The following udebs that cannot be build on i386 need to be uploaded
soon if they're to make the release:

partitioner (Code change is required for mips, tested by ths. m68k mips or s390)
silo-installer (Many updated translations. Code changes that may need testing.)
partman-palo (Many code changes, translations. Would need testing first.)

Of these, the partitioner upload is required before we can release, the
others are optional so if nothing is done we will use the older
versions.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#277491: installation report

2004-10-20 Thread Joey Hess
David Fokkema wrote:
> I'm sorry I had to put an 'E' at initial boot. There was not a major
> problem, but since we want to promote Debian: the isolinux graphical
> boot screen was severely scrambled to the point that the clueless won't
> know what to do. Of course, he'll try the enter key, but he won't know
> anything about the possible boot options (linux26, for example). This
> machine is about 5 years old and has a Trident Cyberblade i7 on board.
> However, there's nothing wrong with booting linux with vesafb with
> vga=0x315, so I don't really know what went wrong.

Please describe how it was scrambled, or provide a screenshot.

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: Re: Bug#277524: Incorrect keyboard in X

2004-10-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 277524 localization-config
Bug#277524: Incorrect keyboard in X
Bug reassigned from package `installation-reports' to `localization-config'.

> retitle 277524 Please configure the X keyboard for Slovenian layout when choosing 
> sl_SL as locale
Bug#277524: Incorrect keyboard in X
Changed Bug title.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: udebs that need upload (non-i386)

2004-10-20 Thread Joey Hess
Joey Hess wrote:
> The following udebs that cannot be build on i386 need to be uploaded
> soon if they're to make the release:
> 
> partitioner (Code change is required for mips, tested by ths. m68k mips or s390)
> silo-installer (Many updated translations. Code changes that may need testing.)
> partman-palo (Many code changes, translations. Would need testing first.)
> 
> Of these, the partitioner upload is required before we can release, the
> others are optional so if nothing is done we will use the older
> versions.

Add to this list:

partman-ext2r0
partman-newworld

Both have only some updated translations.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#277524: Incorrect keyboard in X

2004-10-20 Thread Christian Perrier
reassign 277524 localization-config
retitle 277524 Please configure the X keyboard for Slovenian layout when choosing 
sl_SL as locale
thanks

> After install and setup, the keymap in X11 is US ( or similar ), not
> slovene as I selected during installation ( it is correctly slovene
> in the /dev/tty[1-6] terminals (VT1-VT5).
> 
> I also selected slovene ( 'sl' I think ) during config phase of X
> installation ( whet is asks about keyboard type, number of keys and
> layout ).


This is not a Debian Installer bug. Localization-config should have
taken care of that.

However, you mention you were prompted for keyboard layout and entered
"sl". However, the keyboard layout for Slovenian seems to be "si"
according to localization-config data.

Please try to "dpkg-reconfigure xserver-xfree86" and use "si" instead
of "sl".

On the other hand, localization-config should have properly preseeded
this dataso I keep this bug assigned to it.




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



Bug#277493: marked as done (lowmem: Incorrectly sets country)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2004 14:02:30 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#277493: fixed in lowmem 1.06
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 20 Oct 2004 12:36:23 +
>From [EMAIL PROTECTED] Wed Oct 20 05:36:23 2004
Return-path: <[EMAIL PROTECTED]>
Received: from onera.onera.fr [144.204.65.4] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKFhX-0005Vs-00; Wed, 20 Oct 2004 05:36:23 -0700
Received: from cc-mykerinos.onera (localhost [127.0.0.1])
by onera.onera.fr  with ESMTP id i9KCaLCs020176;
Wed, 20 Oct 2004 14:36:21 +0200 (MEST)
Received: by cc-mykerinos.onera (Postfix, from userid 7426)
id 5820423278; Wed, 20 Oct 2004 14:36:21 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===1965501993=="
MIME-Version: 1.0
From: Christian Perrier <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: lowmem: Incorrectly sets country
X-Mailer: reportbug 2.99.6
Date: Wed, 20 Oct 2004 14:36:21 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===1965501993==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: lowmem
Severity: normal
Tags: patch

lowmem sets countrychooser/country instead of setting
countrychooser/shortlist.

The consequence is "Andorra" as the default country when countrychooser
later runs. This is more annoying than critical...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)

--===1965501993==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"

--- lowmem_debconf.ori  2004-10-20 14:30:50.0 +0200
+++ lowmem_debconf  2004-10-20 14:07:07.0 +0200
@@ -21,6 +21,6 @@
 
 db_set debian-installer/locale "en_US" || true
 
-db_set countrychooser/country "US" || true
+db_set countrychooser/shortlist "US" || true
 db_fset countrychooser/country-name seen true || true
 db_fset countrychooser/shortlist seen true || true

--===1965501993==--

---
Received: (at 277493-close) by bugs.debian.org; 20 Oct 2004 18:09:00 +
>From [EMAIL PROTECTED] Wed Oct 20 11:09:00 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKKtQ-0007jE-00; Wed, 20 Oct 2004 11:09:00 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CKKn8-0007CE-00; Wed, 20 Oct 2004 14:02:30 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#277493: fixed in lowmem 1.06
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 20 Oct 2004 14:02:30 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: lowmem
Source-Version: 1.06

We believe that the bug you reported is fixed in the latest version of
lowmem, which is due to be installed in the Debian FTP archive:

lowmem_1.06.dsc
  to pool/main/l/lowmem/lowmem_1.06.dsc
lowmem_1.06.tar.gz
  to pool/main/l/lowmem/lowmem_1.06.tar.gz
lowmem_1.06_all.udeb
  to pool/main/l/lowmem/lowmem_1.06_all.udeb
lowmemcheck_1.06_i386.udeb
  to pool/main/l/lowmem/lowmemcheck_1.06_i386.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

D

Processing of lowmem_1.06_i386.changes

2004-10-20 Thread Archive Administrator
lowmem_1.06_i386.changes uploaded successfully to localhost
along with the files:
  lowmem_1.06.dsc
  lowmem_1.06.tar.gz
  lowmem_1.06_all.udeb
  lowmemcheck_1.06_i386.udeb

Greetings,

Your Debian queue daemon


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



lowmem override disparity

2004-10-20 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

lowmemcheck_1.06_i386.udeb: package says priority is standard, override says optional.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



lowmem_1.06_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
lowmem_1.06.dsc
  to pool/main/l/lowmem/lowmem_1.06.dsc
lowmem_1.06.tar.gz
  to pool/main/l/lowmem/lowmem_1.06.tar.gz
lowmem_1.06_all.udeb
  to pool/main/l/lowmem/lowmem_1.06_all.udeb
lowmemcheck_1.06_i386.udeb
  to pool/main/l/lowmem/lowmemcheck_1.06_i386.udeb
Announcing to [EMAIL PROTECTED]
Closing bugs: 277493 


Thank you for your contribution to Debian.


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



Processing of partman_60_i386.changes

2004-10-20 Thread Archive Administrator
partman_60_i386.changes uploaded successfully to localhost
along with the files:
  partman_60.dsc
  partman_60.tar.gz
  partman_60_i386.udeb

Greetings,

Your Debian queue daemon


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



Processing of partman-basicfilesystems_36_i386.changes

2004-10-20 Thread Archive Administrator
partman-basicfilesystems_36_i386.changes uploaded successfully to localhost
along with the files:
  partman-basicfilesystems_36.dsc
  partman-basicfilesystems_36.tar.gz
  partman-basicfilesystems_36_all.udeb

Greetings,

Your Debian queue daemon


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



Processing of partman-ext3_34_i386.changes

2004-10-20 Thread Archive Administrator
partman-ext3_34_i386.changes uploaded successfully to localhost
along with the files:
  partman-ext3_34.dsc
  partman-ext3_34.tar.gz
  partman-ext3_34_all.udeb

Greetings,

Your Debian queue daemon


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



partman-basicfilesystems_36_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-basicfilesystems_36.dsc
  to pool/main/p/partman-basicfilesystems/partman-basicfilesystems_36.dsc
partman-basicfilesystems_36.tar.gz
  to pool/main/p/partman-basicfilesystems/partman-basicfilesystems_36.tar.gz
partman-basicfilesystems_36_all.udeb
  to pool/main/p/partman-basicfilesystems/partman-basicfilesystems_36_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



partman_60_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman_60.dsc
  to pool/main/p/partman/partman_60.dsc
partman_60.tar.gz
  to pool/main/p/partman/partman_60.tar.gz
partman_60_i386.udeb
  to pool/main/p/partman/partman_60_i386.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Processing of network-console_0.0.7_i386.changes

2004-10-20 Thread Archive Administrator
network-console_0.0.7_i386.changes uploaded successfully to localhost
along with the files:
  network-console_0.0.7.dsc
  network-console_0.0.7.tar.gz
  network-console-config_0.0.7_all.deb
  network-console_0.0.7_i386.udeb

Greetings,

Your Debian queue daemon


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



Bug#277365: (Mostly) successful installation report

2004-10-20 Thread Nicolai Haehnle
On Tuesday 19 October 2004 21:25, Joey Hess wrote:
> Nicolai Haehnle wrote:
> > :02:0d.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 
05)
> > :02:0d.0 0280: 8086:4220 (rev 05)
...
> > Apart from the lack of WLAN however, network configuration worked fully 
> > automatically and perfectly.
> 
> I assume that the above is the wlan device you're speaking of. Do you
> know what the right kernel module to load is for this device?

It turns out that the correct module is the one from http://ipw2200.sf.net/ 
which is not in the mainline kernel yet. Also, some of the power management 
issues (esp. lack of speedstep support) are fixed in kernel 2.6.9, so this 
isn't an installer issue.


pgpOlKmbEwT17.pgp
Description: PGP signature


Processing of partman-reiserfs_23_i386.changes

2004-10-20 Thread Archive Administrator
partman-reiserfs_23_i386.changes uploaded successfully to localhost
along with the files:
  partman-reiserfs_23.dsc
  partman-reiserfs_23.tar.gz
  partman-reiserfs_23_all.udeb

Greetings,

Your Debian queue daemon


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



Processing of partman-jfs_11_i386.changes

2004-10-20 Thread Archive Administrator
partman-jfs_11_i386.changes uploaded successfully to localhost
along with the files:
  partman-jfs_11.dsc
  partman-jfs_11.tar.gz
  partman-jfs_11_all.udeb

Greetings,

Your Debian queue daemon


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



partman-ext3_34_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-ext3_34.dsc
  to pool/main/p/partman-ext3/partman-ext3_34.dsc
partman-ext3_34.tar.gz
  to pool/main/p/partman-ext3/partman-ext3_34.tar.gz
partman-ext3_34_all.udeb
  to pool/main/p/partman-ext3/partman-ext3_34_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



network-console_0.0.7_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
network-console-config_0.0.7_all.deb
  to pool/main/n/network-console/network-console-config_0.0.7_all.deb
network-console_0.0.7.dsc
  to pool/main/n/network-console/network-console_0.0.7.dsc
network-console_0.0.7.tar.gz
  to pool/main/n/network-console/network-console_0.0.7.tar.gz
network-console_0.0.7_i386.udeb
  to pool/main/n/network-console/network-console_0.0.7_i386.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Processing of partman-target_32_i386.changes

2004-10-20 Thread Archive Administrator
partman-target_32_i386.changes uploaded successfully to localhost
along with the files:
  partman-target_32.dsc
  partman-target_32.tar.gz
  partman-target_32_all.udeb

Greetings,

Your Debian queue daemon


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



Processing of partman-xfs_23_i386.changes

2004-10-20 Thread Archive Administrator
partman-xfs_23_i386.changes uploaded successfully to localhost
along with the files:
  partman-xfs_23.dsc
  partman-xfs_23.tar.gz
  partman-xfs_23_all.udeb

Greetings,

Your Debian queue daemon


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



Processing of partman-basicmethods_25_i386.changes

2004-10-20 Thread Archive Administrator
partman-basicmethods_25_i386.changes uploaded successfully to localhost
along with the files:
  partman-basicmethods_25.dsc
  partman-basicmethods_25.tar.gz
  partman-basicmethods_25_all.udeb

Greetings,

Your Debian queue daemon


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



Processing of partman-efi_7_ia64.changes

2004-10-20 Thread Archive Administrator
partman-efi_7_ia64.changes uploaded successfully to localhost
along with the files:
  partman-efi_7.dsc
  partman-efi_7.tar.gz
  partman-efi_7_ia64.udeb

Greetings,

Your Debian queue daemon


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



Content of CDs / DVDs

2004-10-20 Thread Bartosz Fenski aka fEnIo
Hello.

Since sarge (and everything later) will contain at least 14 CDs I would
like to ask simple question:

Is there *any* way to check what packages are available on particular CD
without downloading iso and mounting it locally?

If not (and I'm assuming that's the right answer) then what about adding
some txt files alongside isos?
Simple list of packages shouldn't (and won't) take much space and will be
very helpful for newbies which still ask what are all of those CDs for.

regards
fEnIo
-- 
  _  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | IRC:fEnIo
_|_|_ 32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Polska
(0 0)  phone:+48602383548 | Slackware - the weakest link
ooO--(_)--Ooo  http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Bug#277479: installation-reports

2004-10-20 Thread Steve Langasek
On Wed, Oct 20, 2004 at 07:32:13PM +0900, Kenshi Muto wrote:
> At Wed, 20 Oct 2004 12:09:26 +0200,
> Christian Perrier wrote:
> > > (Sarge install)
> > > Well, I think the most important problem is that when I
> > > tryed to intall the OS in Japanese (which is the language
> > > I need to install it in) it came out in "Mojibake" or
> > > (unreadable characters) so I was unable to procede with
> > > the installation in Japanese but still tryed to continue
> > > the installation in English. Then I found I could not
> > > procede because it sayed something like (No partitionable
> > > devices found) so I guess it did not recognize my HHDs. I
> > > have 2 SCA HDDs on that machine. By the way, I was
> > > successfull in installing Debian 3.0_r2 (Woody) although I
> > > was not successfull in implementing Japanese Localization.

> > Do you remember when it did turn out to Mojibake?

> > Was it before or after the reboot?

> I think his problem is on 1st stage.
> I don't know about alpha arch, but I assume framebuffer isn't ready for
> his alpha machine. If d-i can't use framebuffer, all of you can use
> practically is only English or a few latin languages.

Indeed, there is currently no framebuffer support for alphas in d-i.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Content of CDs / DVDs

2004-10-20 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 20 October 2004 21:48, Bartosz Fenski aka fEnIo wrote:
> Is there *any* way to check what packages are available on particular
> CD without downloading iso and mounting it locally?
>
> If not (and I'm assuming that's the right answer) then what about
> adding some txt files alongside isos?

Wrong lists :-(
Try the debian-cd list for this subject.

Cheers,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBdsKVgm/Kwh6ICoQRAi3BAKCc5wstyoBAUdra5FQvAG3QdDPfogCfWeYo
+nP6anCUxQcUz0t1jynqyzE=
=Hv59
-END PGP SIGNATURE-


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



partman-target_32_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-target_32.dsc
  to pool/main/p/partman-target/partman-target_32.dsc
partman-target_32.tar.gz
  to pool/main/p/partman-target/partman-target_32.tar.gz
partman-target_32_all.udeb
  to pool/main/p/partman-target/partman-target_32_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



partman-efi_7_ia64.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-efi_7.dsc
  to pool/main/p/partman-efi/partman-efi_7.dsc
partman-efi_7.tar.gz
  to pool/main/p/partman-efi/partman-efi_7.tar.gz
partman-efi_7_ia64.udeb
  to pool/main/p/partman-efi/partman-efi_7_ia64.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



partman-basicmethods_25_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-basicmethods_25.dsc
  to pool/main/p/partman-basicmethods/partman-basicmethods_25.dsc
partman-basicmethods_25.tar.gz
  to pool/main/p/partman-basicmethods/partman-basicmethods_25.tar.gz
partman-basicmethods_25_all.udeb
  to pool/main/p/partman-basicmethods/partman-basicmethods_25_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



partman-jfs_11_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-jfs_11.dsc
  to pool/main/p/partman-jfs/partman-jfs_11.dsc
partman-jfs_11.tar.gz
  to pool/main/p/partman-jfs/partman-jfs_11.tar.gz
partman-jfs_11_all.udeb
  to pool/main/p/partman-jfs/partman-jfs_11_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



partman-reiserfs_23_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-reiserfs_23.dsc
  to pool/main/p/partman-reiserfs/partman-reiserfs_23.dsc
partman-reiserfs_23.tar.gz
  to pool/main/p/partman-reiserfs/partman-reiserfs_23.tar.gz
partman-reiserfs_23_all.udeb
  to pool/main/p/partman-reiserfs/partman-reiserfs_23_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



partman-xfs_23_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-xfs_23.dsc
  to pool/main/p/partman-xfs/partman-xfs_23.dsc
partman-xfs_23.tar.gz
  to pool/main/p/partman-xfs/partman-xfs_23.tar.gz
partman-xfs_23_all.udeb
  to pool/main/p/partman-xfs/partman-xfs_23_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Processing of os-prober_1.01_i386.changes

2004-10-20 Thread Archive Administrator
os-prober_1.01_i386.changes uploaded successfully to localhost
along with the files:
  os-prober_1.01.dsc
  os-prober_1.01.tar.gz
  os-prober_1.01_i386.udeb

Greetings,

Your Debian queue daemon


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



Bug#275882: marked as done (os-prober: [patch]windows NT/2000/XP refinement)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2004 16:17:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#275882: fixed in os-prober 1.01
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 10 Oct 2004 19:03:52 +
>From [EMAIL PROTECTED] Sun Oct 10 12:03:52 2004
Return-path: <[EMAIL PROTECTED]>
Received: from unresolved.rdstm.ro (camin11c.sexypenguins.com) [82.77.146.149] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CGiz2-0004y5-00; Sun, 10 Oct 2004 12:03:52 -0700
Received: from kandia ([172.16.65.14])
by camin11c.sexypenguins.com with asmtp 
(Cipher TLSv1:RC4-MD5:128) (Exim 3.35 #1 (Debian))
id 1CGj0E-0008Fy-00
for <[EMAIL PROTECTED]>; Sun, 10 Oct 2004 22:05:06 +0300
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 10 Oct 2004 22:04:58 +0300
From: eddyp <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 0.8 (X11/20040918)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: os-prober: [patch]windows NT/2000/XP refinement
Content-Type: multipart/mixed;
 boundary="060805000905050402060407"
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part message in MIME format.
--060805000905050402060407
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Package: os-prober
Severity: wishlist

*** Please type your report below this line ***

Please review and add the attached patch to os-prober.
The patch adds the following functionality:
   detects if one or more windows NT/2000/XP are installed
- if are more than one long is set to 'Windows (loader)'
- if is just one long becomes the name of the windows os, as
specified in boot.ini

PS:this was sent to the debian-boot list but forgot to send it to 
[EMAIL PROTECTED], too

-- 

Regards,
EddyP

--060805000905050402060407
Content-Type: text/plain;
 name="msntdetect.diff"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
 filename="msntdetect.diff"

LS0tIDIwbWljcm9zb2Z0X29yaWcJMjAwNC0xMC0xMCAyMDowMTozOS4wMDAwMDAwMDAgKzAz
MDAKKysrIDIwbWljcm9zb2Z0CTIwMDQtMTAtMTAgMjE6NDk6MjkuMDAwMDAwMDAwICswMzAw
CkBAIC0xOSw2ICsxOSwxOCBAQAogaWYgWyAtZSAiJDIvbnRsZHIiIC1hIC1lICIkMi9OVERF
VEVDVC5DT00iIF07IHRoZW4KICAgbG9uZz0iV2luZG93cyBOVC8yMDAwL1hQIgogICBzaG9y
dD1XaW5kb3dzCisgIGlmIFsgLWUgIiQyL2Jvb3QuaW5pIiBdOyB0aGVuCisgICAgbXVsdGlj
b3VudD1gZ3JlcCAtZSAiXm11bHRpIiBib290LmluaSB8IHdjIC1sYAorICAgIHNjc2ljb3Vu
dD1gZ3JlcCAtZSAiXnNjc2kiIGJvb3QuaW5pIHwgd2MgLWxgCisgICAgbXNvc2NvdW50PWBl
eHByICR7bXVsdGljb3VudH0gKyAke3Njc2ljb3VudH1gCisgICAgaWYgWyAkbXNvc2NvdW50
IC1lcSAxIF07IHRoZW4KKwlkZWZhdWx0bXNwYXJ0PWBncmVwIC1lICJeZGVmYXVsdCIgJDIv
Ym9vdC5pbmkgfCBjdXQgLWQgJz0nIC1mMiB8IGN1dCAtZCAnXCcgLWYxYAorCWVjaG8gImRl
ZmF1bHRtc3BhcnQgPSAke2RlZmF1bHRtc3BhcnR9IgorCWxvbmc9YGdyZXAgLWUgIl4kZGVm
YXVsdG1zcGFydCIgJDIvYm9vdC5pbmkgfCBjdXQgLWQgJyInIC1mMmAKKyAgICBlbHNlCisJ
bG9uZz0nV2luZG93cyAobG9hZGVyKScKKyAgICBmaQorICBmaQogIyBNUy1ET1MKIGVsaWYg
WyAtZCAiJDIvZG9zIiBdOyB0aGVuCiAgIGxvbmc9Ik1TLURPUyA1LngvNi54L1dpbjMuMSIK

--060805000905050402060407--

---
Received: (at 275882-close) by bugs.debian.org; 20 Oct 2004 20:23:02 +
>From [EMAIL PROTECTED] Wed Oct 20 13:23:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKMz8-0003FL-00; Wed, 20 Oct 2004 13:23:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CKMtj-0007jo-00; Wed, 20 Oct 2004 16:17:27 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#275882: fixed in os-prober 1.01
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 20 Oct 2004 16:17:27 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: os-prober
Source-Version: 1.01

We believe that the bug y

os-prober_1.01_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
os-prober_1.01.dsc
  to pool/main/o/os-prober/os-prober_1.01.dsc
os-prober_1.01.tar.gz
  to pool/main/o/os-prober/os-prober_1.01.tar.gz
os-prober_1.01_i386.udeb
  to pool/main/o/os-prober/os-prober_1.01_i386.udeb
Announcing to [EMAIL PROTECTED]
Closing bugs: 275882 


Thank you for your contribution to Debian.


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



Re: Content of CDs / DVDs

2004-10-20 Thread Matthew Dempsky
Bartosz Fenski aka fEnIo <[EMAIL PROTECTED]> writes:

> Is there *any* way to check what packages are available on particular CD
> without downloading iso and mounting it locally?
>
> If not (and I'm assuming that's the right answer) then what about adding
> some txt files alongside isos?

I think this would be useful as well (assuming that is indeed the
right answer :-).

> Simple list of packages shouldn't (and won't) take much space and will be
> very helpful for newbies which still ask what are all of those CDs for.

A step up from there, a simple CGI that let the user specify a few
packages they'd like to be able to install (gnome, kde, etc.) and then
be provided with a list of which disks they'll need to download to
install those packages along with all dependencies.


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



Re: PowerPC Clone fails booting 2.6 d-i floppy

2004-10-20 Thread Rick Thomas
On Oct 19, 2004, at 9:40 AM, Duane Cottle wrote:
So far, I've found a few possible options if I want to pass kernel
args w/ boot floppies on this box:
1) Make my own miboot image - maybe a bit off track as I'm trying to
test _these_ floppies; however, if I got that to work, my success might
help the developers. (?)
I've not tried this.  It *may* work.  But, as you say, it's off-track.
2) Pass 'boot-file' arguments from the OF prompt. Something, again, 
that
_might_ help the wizards forego that requirement from installers on
this platform: and something I've puposefully neglected doing for
obvious reasons to those, like me, who spend too much time in OFland. 
;)
I've tried this.  It doesn't work.  The arguments never get to the 
kernel.  I'm not sure why.

Both are yucky, but if nobody can give me course corrections, I guess
I'm headed back down. Oh, where are you liloppc or grubppc?
Regards,
Duane
I've been wondering about maybe trying the following...
BootX takes a kernel image and an initrd image and loads them into 
memory along with some kernel args.

Why can't I take the kernel image and the ramdisk image off the 
floppies and hand them to BootX along with my desired kerenel args?

That would give me a straightforward way of setting the kernel 
arguments without having to make my own boot floppies.

What do you think?
Rick
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Content of CDs / DVDs

2004-10-20 Thread Bartosz Fenski aka fEnIo
On Wed, Oct 20, 2004 at 03:27:26PM -0500, Matthew Dempsky wrote:
> > Is there *any* way to check what packages are available on particular CD
> > without downloading iso and mounting it locally?
> >
> > If not (and I'm assuming that's the right answer) then what about adding
> > some txt files alongside isos?
> 
> I think this would be useful as well (assuming that is indeed the
> right answer :-).
> 
> > Simple list of packages shouldn't (and won't) take much space and will be
> > very helpful for newbies which still ask what are all of those CDs for.
> 
> A step up from there, a simple CGI that let the user specify a few
> packages they'd like to be able to install (gnome, kde, etc.) and then
> be provided with a list of which disks they'll need to download to
> install those packages along with all dependencies.

A step up from there... what about some CGI where user could specify some
packages and get full working isos which contain those packages with
dependencies?

Of course this won't be created online, but such images could be put
on web after some time and could be identified with some session id.
(in addition user would be forced to confirm such creation by
 email/whatever to not overload mirror/server)

I think that such possibility would be *extremely* useful.
Let's be honest... how many of us will download full CD set of sarge?

I know that Custom Debian Distributions are planned/made already, but would
be great for any comments about mentioned solution.

IMHO this would be great to pick-up some packages and get iso(s) ready for
installation.

regards
fEnIo

-- 
  _  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | IRC:fEnIo
_|_|_ 32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Polska
(0 0)  phone:+48602383548 | Slackware - the weakest link
ooO--(_)--Ooo  http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Bug#249993: sorry, that i haven't any time left these days!

2004-10-20 Thread [EMAIL PROTECTED]
hello,
i'm sorry, that i can't test "my" problem at the moment. i started a new 
job and am too much busy getting into the new area.

greetings from salzburg
hans horwath

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


Re: Content of CDs / DVDs

2004-10-20 Thread Maciej Dems
Patrzę w ekran, a to Bartosz Fenski aka fEnIo pisze do mnie:
> Of course this won't be created online, but such images could be put
> on web after some time and could be identified with some session id.
> (in addition user would be forced to confirm such creation by
>  email/whatever to not overload mirror/server)

Or maybe it would be better to use the jigdo? The user specifies the 
packages and the jigdo template is automatically created for him. Than he 
can download the necessary packages from his favourite mirror and burn 
the CD/DVD.

Regards
Demsik

-- 
M.Sc. Maciej Dems  [EMAIL PROTECTED]
-
C o m p u t e r   P h y s i c s   L a b o r a t o r y
Institute of Physics,Technical University of Lodz
ul. Wolczanska 219, 93-005 Lodz, Poland, +48426313649


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



Re: Content of CDs / DVDs

2004-10-20 Thread Bartosz Fenski aka fEnIo
On Wed, Oct 20, 2004 at 11:56:43PM +0200, Maciej Dems wrote:
> > Of course this won't be created online, but such images could be put
> > on web after some time and could be identified with some session id.
> > (in addition user would be forced to confirm such creation by
> >  email/whatever to not overload mirror/server)
> Or maybe it would be better to use the jigdo? The user specifies the 
> packages and the jigdo template is automatically created for him. Than he 
> can download the necessary packages from his favourite mirror and burn 
> the CD/DVD.

Of course! Now I can't believe I didn't think about jigdo first... probably
because I'm not very familiar with it.

Assuming that it allows to create custom isos then it's great for this
purpose.

In fact alongside picking up custom packages we could create some
predefined (maybe based on the popularity) templates.

Anyone willing to work on it? Maybe some Alioth project?
I'm not DD yet so someone else would be forced to create such project.
But I would like to contribute in such addition to project.

regards
fEnIo

-- 
  _  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | IRC:fEnIo
_|_|_ 32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Polska
(0 0)  phone:+48602383548 | Slackware - the weakest link
ooO--(_)--Ooo  http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Bug#277592: pre-rc2 i386: bottom portion of screen not viewable

2004-10-20 Thread Marc Juul Christoffersen
Package: installation-reports

INSTALL REPORT

Debian-installer-version: pre-rc2 sarge-i386-netinst.iso

Method: boot from CD, entering 'linux26'

Machine: Mitac 8050D - widescreen centrino laptop


Comments/Problems:
Everything works as it should (though the background is red, 
as others have reported) but the bottom of the screen is not viewable.
This is due to the installer filling the entire width of my display, 
while still keeping the default aspect ratio.
This is a problem because my laptop display 
has a non standard aspect ratio (widescreen).
The installer still works, i just have to guess whats at the bottom,
and try to work my way through based on my guesses.

Marc J Christoffersen
[EMAIL PROTECTED]


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



Bug#276741: tag 276741 patch

2004-10-20 Thread Matt Kraai
On Wed, Oct 20, 2004 at 01:22:41PM -0400, Joey Hess wrote:
> Matt Kraai wrote:
> > partman-auto checks the file system specified by the recipe against a
> > list of valid file systems.  Since hfs isn't on the list, it falls
> > back to ext2.  Actually, it does this twice, using slightly different
> > lists.  Teehee.
> > 
> > The attached patch adds hfs to both lists.
> > 
> > It might be better to remove these lists altogether, but my partman-fu
> > is weak and the release is (hopefully) soon.
> 
> Yeah, those lists are nasty. 
> 
> I assume you've checked and it works with hfs after this patch?

Yes, I tested it and it works correctly.

> Does this have anything to do with the problems with partman-newworld?

I'm not sure what problems you're refering to: this fixes the spurious
"You didn't create a boot partition" warning if you use guided
partitioning.

-- 
Matt


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



Re: No sound in GNOME !!!

2004-10-20 Thread Matt Kraai
On Wed, Oct 20, 2004 at 07:14:38PM +0200, xerces8 wrote:
> Installed sarge from with the debian.installer pre-rc2 netinst CD.
> Used the official weekly binary snapshot from 20040925 for the rest.
> 
> I selected Slovene keyboard, "GNOME destop" package and mostly
> accepted the default settings.
> 
> I log into the destop ( X11 / GNOME ) and ...
> 
> No sound !
> 
> No devices detected etc ... mixer does not work...
> 
> Hardware is VIA 82c ( works since ages under linux )
> 
> The mixer (volume control) in the upper right corner does not work.
> 
> The preferences/advanced/multimedia applet fails for testing.
> ( when pressing the test button it shows an error dialog )
> The only choice in this dialog is ALSA.
> 
> lsmod suggests that the OSS modules are loaded.
> 
> I remember seeing OSS ( and esound and artsd ) as options in the
> mentioned preferences applet in a previous installation of sarge
> ( using different options, settings, packages ..., but same versions,
> except kernel was 2.6.x )
> 
> Known issue ? Submit a bug ?

Does it work if you install gstreamer0.8-oss?

-- 
Matt


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



Processing of partman-auto_37_i386.changes

2004-10-20 Thread Archive Administrator
partman-auto_37_i386.changes uploaded successfully to localhost
along with the files:
  partman-auto_37.dsc
  partman-auto_37.tar.gz
  partman-auto_37_all.udeb

Greetings,

Your Debian queue daemon


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



partman-auto_37_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
partman-auto_37.dsc
  to pool/main/p/partman-auto/partman-auto_37.dsc
partman-auto_37.tar.gz
  to pool/main/p/partman-auto/partman-auto_37.tar.gz
partman-auto_37_all.udeb
  to pool/main/p/partman-auto/partman-auto_37_all.udeb
Announcing to [EMAIL PROTECTED]
Closing bugs: 276741 


Thank you for your contribution to Debian.


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



Bug#276741: marked as done (does not use correct file system for boot partition)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2004 23:02:06 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#276741: fixed in partman-auto 37
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 16 Oct 2004 00:35:29 +
>From [EMAIL PROTECTED] Fri Oct 15 17:35:29 2004
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CIcXh-00030O-00; Fri, 15 Oct 2004 17:35:29 -0700
Received: from localhost.localdomain ([EMAIL PROTECTED] [66.81.198.142])
by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i9G0ZNnt045074
(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
for <[EMAIL PROTECTED]>; Fri, 15 Oct 2004 17:35:28 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.34)
id 1CIYc2-Sk-AK
for [EMAIL PROTECTED]; Fri, 15 Oct 2004 13:23:42 -0700
Date: Fri, 15 Oct 2004 13:23:42 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: does not use correct file system for boot partition
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040722i
Sender: Matt Kraai <[EMAIL PROTECTED]>
X-Virus-Scanned: ClamAV 0.80rc4/531/Thu Oct 14 08:09:21 2004
clamav-milter version 0.80j
on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.6 required=4.0 tests=BAYES_00,DATE_IN_PAST_03_06,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: partman-auto
Version: 36

After using the entire disk, accepting the default autopartitioning
scheme, and formatting the disk, partman displays the following
warning:

 No NewWorld boot partition was found. The yaboot boot loader requires
 an Apple_Bootstrap partition of at least 819200 bytes in size, using
 the HFS Macintosh file system.

 Go back to the menu and resume partitioning?

For some reason, the boot partition's file system is set to ext2,
which causes partman-newworld's finish.d script to not recognize it.

If I continue despite the warning, the install works.

-- 
Matt

---
Received: (at 276741-close) by bugs.debian.org; 21 Oct 2004 03:08:02 +
>From [EMAIL PROTECTED] Wed Oct 20 20:08:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKTJ4-0005SF-00; Wed, 20 Oct 2004 20:08:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CKTDK-0004y2-00; Wed, 20 Oct 2004 23:02:06 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#276741: fixed in partman-auto 37
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 20 Oct 2004 23:02:06 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: partman-auto
Source-Version: 37

We believe that the bug you reported is fixed in the latest version of
partman-auto, which is due to be installed in the Debian FTP archive:

partman-auto_37.dsc
  to pool/main/p/partman-auto/partman-auto_37.dsc
partman-auto_37.tar.gz
  to pool/main/p/partman-auto/partman-auto_37.tar.gz
partman-auto_37_all.udeb
  to pool/main/p/partman-auto/partman-auto_37_all.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated partman-auto package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash:

Re: lvm on raid

2004-10-20 Thread Andrew Pollock
On Wed, Oct 20, 2004 at 01:30:38PM +0200, Christian Perrier wrote:
> Quoting Andrew Pollock ([EMAIL PROTECTED]):
> 
> > That's a shame. I would have thought it'd be relatively easy to implement,
> > but I haven't given the innards of what's involved close inspection...
> 
> Well, the non easiest thing is maybe getting someone volunteering for
> implementing this..:-)

I shall try and have a poke around (time permitting) and come up with a
patch...

-- 
linux.conf.au 2005   -  http://lca2005.linux.org.au/  -  Birthplace of Tux
April 18th to 23rd   -  http://lca2005.linux.org.au/  -   LINUX
Canberra, Australia  -  http://lca2005.linux.org.au/  -Get bitten!


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



Processing of discover1_1.7.3_i386.changes

2004-10-20 Thread Archive Administrator
discover1_1.7.3_i386.changes uploaded successfully to localhost
along with the files:
  discover1_1.7.3.dsc
  discover1_1.7.3.tar.gz
  discover1_1.7.3_i386.deb
  libdiscover1_1.7.3_i386.deb
  libdiscover1-dev_1.7.3_i386.deb
  libdiscover1-pic_1.7.3_i386.deb
  discover1-udeb_1.7.3_i386.udeb

Greetings,

Your Debian queue daemon


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



Bug#276474: marked as done (Should Depend on discover1-data)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Thu, 21 Oct 2004 01:02:05 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#276474: fixed in discover1 1.7.3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 14 Oct 2004 13:14:28 +
>From [EMAIL PROTECTED] Thu Oct 14 06:14:28 2004
Return-path: <[EMAIL PROTECTED]>
Received: from x102.decis.nl (localhost) [130.161.177.102] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CI5R6-00062k-00; Thu, 14 Oct 2004 06:14:28 -0700
Received: by localhost (Postfix, from userid 1001)
id A7DFF10E1BB; Thu, 14 Oct 2004 12:30:25 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Thomas Hood <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Should Depend on discover1-data
X-Mailer: reportbug 2.64
Date: Thu, 14 Oct 2004 12:30:25 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: discover1
Severity: minor

/usr/share/bug/discover1 contains:

exec /usr/share/bug/discover1-data $@

The /usr/share/bug/discover1-data file is in discover1-data so discover1
should Depend on discover1-data.

This is a minor bug because discover1 Depends on libdiscover1 which
Depends on discover1-data.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

---
Received: (at 276474-close) by bugs.debian.org; 21 Oct 2004 05:08:25 +
>From [EMAIL PROTECTED] Wed Oct 20 22:08:25 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKVBY-0007DX-00; Wed, 20 Oct 2004 22:08:24 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CKV5R-0007uO-00; Thu, 21 Oct 2004 01:02:05 -0400
From: Joshua Kwan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#276474: fixed in discover1 1.7.3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 21 Oct 2004 01:02:05 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: discover1
Source-Version: 1.7.3

We believe that the bug you reported is fixed in the latest version of
discover1, which is due to be installed in the Debian FTP archive:

discover1-udeb_1.7.3_i386.udeb
  to pool/main/d/discover1/discover1-udeb_1.7.3_i386.udeb
discover1_1.7.3.dsc
  to pool/main/d/discover1/discover1_1.7.3.dsc
discover1_1.7.3.tar.gz
  to pool/main/d/discover1/discover1_1.7.3.tar.gz
discover1_1.7.3_i386.deb
  to pool/main/d/discover1/discover1_1.7.3_i386.deb
libdiscover1-dev_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1-dev_1.7.3_i386.deb
libdiscover1-pic_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1-pic_1.7.3_i386.deb
libdiscover1_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1_1.7.3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joshua Kwan <[EMAIL PROTECTED]> (supplier of updated discover1 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Oct 2004 14:25:35 -0700
Source: discover1
Binary: libdiscover1 discover1 libdiscover1-pic discover1-udeb libdiscover1-dev
Architecture: source i386
Version: 1.7.3
Distribution: unstable
Urgency: high
Maintainer: Debian Install System T

Bug#276475: marked as done (Doesn't ignore .dpkg* files in /etc/discover.d/)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Thu, 21 Oct 2004 01:02:05 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#276475: fixed in discover1 1.7.3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 14 Oct 2004 13:14:29 +
>From [EMAIL PROTECTED] Thu Oct 14 06:14:29 2004
Return-path: <[EMAIL PROTECTED]>
Received: from x102.decis.nl (localhost) [130.161.177.102] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CI5R7-00063T-00; Thu, 14 Oct 2004 06:14:29 -0700
Received: by localhost (Postfix, from userid 1001)
id E556210E1BC; Thu, 14 Oct 2004 13:14:48 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===1377850925=="
MIME-Version: 1.0
From: Thomas Hood <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Doesn't ignore .dpkg* files in /etc/discover.d/
X-Mailer: reportbug 2.64
Date: Thu, 14 Oct 2004 13:14:48 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===1377850925==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: discover1
Version: 1.7.2
Severity: important
Tags: patch

As it is currently written, discover1 will not ignore files in
/etc/discover.d/ that end in .dpkg-old.

Here is a patch that fixes this.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

--===1377850925==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="discover.init_jdth1.patch"

--- discover.init_ORIG  2004-10-13 23:26:09.0 +0200
+++ discover.init   2004-10-14 13:11:56.0 +0200
@@ -68,13 +68,12 @@
 read_configuration "$CONFFILE"
 read_configuration "$SKIPFILE"
 
-for part in /etc/discover.d/*; do
-if [ "$part" = '/etc/discover.d/*' ]; then
-break
-fi
-
-read_configuration "$part"
-done
+SKIPFILE_DIR="/etc/discover.d"
+if [ -d "$SKIPFILE_DIR" ] ; then
+for part in $(run-parts --list "$SKIPFILE_DIR" 2>/dev/null || true); do
+read_configuration "$part"
+done
+fi
 
 # Detect hardware:
 echo -n "Detecting hardware: " >&2

--===1377850925==--

---
Received: (at 276475-close) by bugs.debian.org; 21 Oct 2004 05:08:24 +
>From [EMAIL PROTECTED] Wed Oct 20 22:08:24 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKVBY-0007DL-00; Wed, 20 Oct 2004 22:08:24 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CKV5R-0007uQ-00; Thu, 21 Oct 2004 01:02:05 -0400
From: Joshua Kwan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#276475: fixed in discover1 1.7.3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 21 Oct 2004 01:02:05 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: discover1
Source-Version: 1.7.3

We believe that the bug you reported is fixed in the latest version of
discover1, which is due to be installed in the Debian FTP archive:

discover1-udeb_1.7.3_i386.udeb
  to pool/main/d/discover1/discover1-udeb_1.7.3_i386.udeb
discover1_1.7.3.dsc
  to pool/main/d/discover1/discover1_1.7.3.dsc
discover1_1.7.3.tar.gz
  to pool/main/d/discover1/discover1_1.7.3.tar.gz
discover1_1.7.3_i386.deb
  to pool/main/d/discover1/discover1_1.7.3_i386.deb
libdiscover1-dev_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1-dev_1.7.3_i386.deb
libdiscover1-pic_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1-pic_1.7.3_i386.deb
libdis

Bug#276722: marked as done (discover1: "set -e" prevents cdrom mountpoint creation)

2004-10-20 Thread Debian Bug Tracking System
Your message dated Thu, 21 Oct 2004 01:02:05 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#276722: fixed in discover1 1.7.3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 15 Oct 2004 21:56:22 +
>From [EMAIL PROTECTED] Fri Oct 15 14:56:22 2004
Return-path: <[EMAIL PROTECTED]>
Received: from postfix4-1.free.fr [213.228.0.62] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CIa3h-0006cs-00; Fri, 15 Oct 2004 14:56:22 -0700
Received: from localhost.localdomain (home.farzy.org [81.56.230.243])
by postfix4-1.free.fr (Postfix) with ESMTP id 46E621F0D6E;
Fri, 15 Oct 2004 23:56:20 +0200 (CEST)
Received: from farzy by localhost.localdomain with local (Exim 4.34)
id 1CIa3d-00012H-4b; Fri, 15 Oct 2004 23:56:17 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Farzad FARID <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: discover1: "set -e" prevents cdrom mountpoint creation
X-Mailer: reportbug 2.99.5
Date: Fri, 15 Oct 2004 23:56:16 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Farzad FARID <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: discover1
Version: 1.7.2
Severity: important


On my freshly installed Debian unstable, /etc/init.d/discover fails to
create the symlinks in /dev and /media. I trace this down with "sh -x
/etc/init.d/discover start" and found out that the script stopped on
an error while grepping /proc/mounts, therefore never finishing its
job.

If I suppress "set -e" at the beginning of the script, the symlinks
are correctly created.

Here is a partial output of "sh -x /etc/init.d/discover start":
  [...]
  + aliases=
  + sed 's/ .*$//' /proc/modules
  + grep -qE '^(usb-uhci)$'
  + echo 'Skipping already loaded module usb-uhci.'
  Skipping already loaded module usb-uhci.
  + continue
  + '[' true = true ']'
  + for CDMOUNT in '${CDROM_BASE_MOUNTPOINT}cdrom?'
  ++ grep ' /media/cdrom0 ' /proc/mounts
  + mountsent=
  23:48 [root:pts/5] labyrinth# echo $?
  1

 Regards

-- Package-specific info:
lspci:
:00:00.0 0600: 8086:2584 (rev 04)
:00:00.0 Host bridge: Intel Corp. 925X Memory Controller Hub (rev 04)
:00:01.0 0604: 8086:2585 (rev 04)
:00:01.0 PCI bridge: Intel Corp. 925X PCI Express Root Port (rev 04)
:00:1c.0 0604: 8086:2660 (rev 03)
:00:1c.0 PCI bridge: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express 
Port 1 (rev 03)
:00:1c.1 0604: 8086:2662 (rev 03)
:00:1c.1 PCI bridge: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express 
Port 2 (rev 03)
:00:1d.0 0c03: 8086:2658 (rev 03)
:00:1d.0 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI 
#1 (rev 03)
:00:1d.1 0c03: 8086:2659 (rev 03)
:00:1d.1 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI 
#2 (rev 03)
:00:1d.2 0c03: 8086:265a (rev 03)
:00:1d.2 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI 
#3 (rev 03)
:00:1d.3 0c03: 8086:265b (rev 03)
:00:1d.3 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI 
#4 (rev 03)
:00:1d.7 0c03: 8086:265c (rev 03)
:00:1d.7 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI 
Controller (rev 03)
:00:1e.0 0604: 8086:244e (rev d3)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev d3)
:00:1f.0 0601: 8086:2640 (rev 03)
:00:1f.0 ISA bridge: Intel Corp. 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 
03)
:00:1f.2 0101: 8086:2652 (rev 03)
:00:1f.2 IDE interface: Intel Corp. 82801FR/FRW (ICH6R/ICH6RW) SATA Controller 
(rev 03)
:00:1f.3 0c05: 8086:266a (rev 03)
:00:1f.3 SMBus: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller 
(rev 03)
:01:00.0 0300: 1002:5b60
:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5b60
:01:00.1 0380: 1002:5b70
:01:00.1 Display controller: ATI Technologies Inc: Unknown device 5b70
:02:00.0 0200: 14e4:1677 (rev 01)
:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit 
Ethernet PCI Express (rev 01)
:04:01.0 0401: 110

discover1_1.7.3_i386.changes ACCEPTED

2004-10-20 Thread Debian Installer

Accepted:
discover1-udeb_1.7.3_i386.udeb
  to pool/main/d/discover1/discover1-udeb_1.7.3_i386.udeb
discover1_1.7.3.dsc
  to pool/main/d/discover1/discover1_1.7.3.dsc
discover1_1.7.3.tar.gz
  to pool/main/d/discover1/discover1_1.7.3.tar.gz
discover1_1.7.3_i386.deb
  to pool/main/d/discover1/discover1_1.7.3_i386.deb
libdiscover1-dev_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1-dev_1.7.3_i386.deb
libdiscover1-pic_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1-pic_1.7.3_i386.deb
libdiscover1_1.7.3_i386.deb
  to pool/main/d/discover1/libdiscover1_1.7.3_i386.deb
Announcing to [EMAIL PROTECTED]
Closing bugs: 276474 276475 276722 


Thank you for your contribution to Debian.


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



Bug#277356: base-config: apt-setup loops in the mirror_dir function

2004-10-20 Thread Christian Perrier
> > I keep this system snapshot in VmWare so that further investigation is
> > possible on 2nd console.
> 
> Would it be possible for you to boot passing DEBCONF_DEBUG=. and get me
> a debconf debug log of the apt-setup loop?


I did, but where does the log end up? I have a lot of output on the
screen, sure.




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



Bug#277592: pre-rc2 i386: bottom portion of screen not viewable

2004-10-20 Thread Christian Perrier
> Comments/Problems:
> Everything works as it should (though the background is red, 
> as others have reported) but the bottom of the screen is not viewable.
> This is due to the installer filling the entire width of my display, 
> while still keeping the default aspect ratio.
> This is a problem because my laptop display 
> has a non standard aspect ratio (widescreen).
> The installer still works, i just have to guess whats at the bottom,
> and try to work my way through based on my guesses.


You may want to try one of the following kernel parameters:

vga=normal
debian-installer/framebuffer=false

With the latter, you won't have a correct display for non Latin
languages, though.




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



Bug#277592: (forw) Re: Bug#277592: pre-rc2 i386: bottom portion of screen not viewable

2004-10-20 Thread Christian Perrier
- Forwarded message from Marc Juul Christoffersen <[EMAIL PROTECTED]> -

Date: Thu, 21 Oct 2004 08:18:46 +0200
From: Marc Juul Christoffersen <[EMAIL PROTECTED]>
Reply-To: Marc Juul Christoffersen <[EMAIL PROTECTED]>
To: Christian Perrier <[EMAIL PROTECTED]>
Subject: Re: Bug#277592: pre-rc2 i386: bottom portion of screen not viewable

thanks.
the option:
debian-installer/framebuffer=false
worked for me.
vga=normal did nothing.
however, aside from the non correct display of non latin
characters, it did create a small visual oddity in the first menu.

nothing important though, i'm sure it's related to the non-latin thing

Marc.



On Thu, 21 Oct 2004 06:41:19 +0200, Christian Perrier
<[EMAIL PROTECTED]> wrote:
> > Comments/Problems:
> > Everything works as it should (though the background is red,
> > as others have reported) but the bottom of the screen is not viewable.
> > This is due to the installer filling the entire width of my display,
> > while still keeping the default aspect ratio.
> > This is a problem because my laptop display
> > has a non standard aspect ratio (widescreen).
> > The installer still works, i just have to guess whats at the bottom,
> > and try to work my way through based on my guesses.
> 
> You may want to try one of the following kernel parameters:
> 
> vga=normal
> debian-installer/framebuffer=false
> 
> With the latter, you won't have a correct display for non Latin
> languages, though.
> 
>

- End forwarded message -

-- 




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



Bug#277356: base-config: apt-setup loops in the mirror_dir function

2004-10-20 Thread Joey Hess
Christian Perrier wrote:
> > > I keep this system snapshot in VmWare so that further investigation is
> > > possible on 2nd console.
> > 
> > Would it be possible for you to boot passing DEBCONF_DEBUG=. and get me
> > a debconf debug log of the apt-setup loop?
> 
> 
> I did, but where does the log end up? I have a lot of output on the
> screen, sure.

/var/log/base-config.log

-- 
see shy jo


signature.asc
Description: Digital signature