Unblock request for gtk+2.0 and cairo

2008-07-02 Thread Sebastian Dröge
Hi,
it'd be nice if gtk+2.0 and cairo would be unblocked and finally
migrated to testing. Is there any reason from the installer team to not
migrate to the new versions?


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


kernel panic: lennyb2 netinst i386 cd

2008-07-02 Thread themusicgod1
I get an kernel panic while trying to load the lenny beta 2 netinst 
install cd, some in #debian thought it might be a debian-boot related bug. 


> cannot open root device "" or unknown-block(8,1)
> please append a correct "root=" boot option; here are the available 
partitions:
> Kernel panic - not syncing: VFS: Unable to mount root fs on 
unknown-block(8,1)


The default syslinux configuration has 4 boot parameters;
the linux image's location, priority, vga and initrd location.  The 
system hangs after hitting "ready" after 'successfully' loading initrd, 
a bunch of lines go past, and then the system tries to load ramdisk, 
fails and gives the above error.


I tried /dev/ram as a 'root' device, this gave a similar error 
(unknown-block(1,0) instead)


To reiterate, this is before any of the 'text' based install programs 
even load from the netinst i386 cd.  I doublechecked the cd is in good 
shape.  I also tried all of the install options, from expert to 
installgui, same result(although the gui options just give a blank screen).


The system is an old toshiba satellite 4090xdvd laptop.

Is this truly a bug?  If not what further steps should I be looking at 
to ensure this laptop can at least have debian installed on it?  It's 
late maybe I missed a (RT)FM somewhere...

jeff cliff


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



Re: Unblock request for gtk+2.0 and cairo

2008-07-02 Thread Sebastian Dröge
Am Mittwoch, den 02.07.2008, 09:29 +0200 schrieb Sebastian Dröge:
> Hi,
> it'd be nice if gtk+2.0 and cairo would be unblocked and finally
> migrated to testing. Is there any reason from the installer team to not
> migrate to the new versions?

Btw, the reason why I ask is that I want to upload a new bugfix release
of Gtk soonish, which adresses quite some annoying bugs.


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[PATCH 3/3 v7] Add WPA PSK support to netcfg.

2008-07-02 Thread Glenn Saberton
I think I have addressed most of Jeremy's comments. A few still left to sort 
out though. Will work
at trying to make a common function for the wpa commands. With this last 
version, all usuability
issues that I have seen are fixed and its basically usuable as far as I can 
tell. I'll make some
test images if anyone is interested in doing some testing.
I have also dropped the WPA support from netcfg-static, which makes the patch a 
bit smaller. Please
comment if you see something you think is not right.

Cheers

Glenn

Add WPA support to netcfg. With this patch we add the option of installing over 
a WPA-PSK network.
A wpasupplicant udeb is required, and if not available, fall back to previous 
behaviour.
---
 packages/netcfg/Makefile   |2 +-
 packages/netcfg/debian/netcfg-common.templates |   44 +++
 packages/netcfg/debian/netcfg-dhcp.templates   |2 +-
 packages/netcfg/dhcp.c |   66 +++-
 packages/netcfg/netcfg.c   |   58 +++-
 packages/netcfg/netcfg.h   |   16 +-
 packages/netcfg/wireless.c |2 +-
 packages/netcfg/wpa.c  |  473 
 packages/netcfg/wpa_ctrl.c |  256 +
 packages/netcfg/wpa_ctrl.h |  187 ++
 10 files changed, 1086 insertions(+), 20 deletions(-)
 create mode 100644 packages/netcfg/wpa.c
 create mode 100644 packages/netcfg/wpa_ctrl.c
 create mode 100644 packages/netcfg/wpa_ctrl.h

diff --git a/packages/netcfg/Makefile b/packages/netcfg/Makefile
index 4753350..977aeb3 100644
--- a/packages/netcfg/Makefile
+++ b/packages/netcfg/Makefile
@@ -18,7 +18,7 @@ endif
 all: $(TARGETS)
 
 netcfg-static: netcfg-static.o static.o
-netcfg: netcfg.o dhcp.o static.o ethtool-lite.o
+netcfg: netcfg.o dhcp.o static.o ethtool-lite.o wpa.o wpa_ctrl.o
 
 $(TARGETS): $(COMMON_OBJS)
$(CC) -o $@ $^ $(LDOPTS)
diff --git a/packages/netcfg/debian/netcfg-common.templates 
b/packages/netcfg/debian/netcfg-common.templates
index 973411e..815c410 100644
--- a/packages/netcfg/debian/netcfg-common.templates
+++ b/packages/netcfg/debian/netcfg-common.templates
@@ -56,6 +56,15 @@ _Description: Wireless ESSID for ${iface}:
  of the wireless network you would like ${iface} to use. To skip wireless
  configuration and continue, leave this field blank.
 
+Template: netcfg/wireless_security_type
+Type: select
+Choices-C: wep/open, wpa 
+__Choices: WEP/Open Network, WPA PSK
+# :sl2:
+_Description: Wireless Network Type for ${iface}:
+ Choose WEP/Open if the network is open or secured with WEP.
+ Choose WPA if the network is a WPA PSK protected network.
+
 Template: netcfg/wireless_wep
 Type: string
 # :sl1:
@@ -80,6 +89,19 @@ _Description: Invalid WEP key
  the next screen carefully on how to enter your WEP key correctly, and try
  again.
 
+Template: netcfg/invalid_pass
+Type: error
+# :sl2:
+_Description: Invalid passphrase
+ The WPA PSK passphrase was either too long (more than 64 characters)
+ or too short (less than 8 characters).
+
+Template: netcfg/wireless_wpa
+Type: string
+# :sl1:
+_Description: WPA passphrase for wireless device ${iface}:
+ Enter a passphrase for WPA PSK authentication.
+
 Template: netcfg/invalid_essid
 Type: error
 # :sl2:
@@ -87,6 +109,28 @@ _Description: Invalid ESSID
  The ESSID "${essid}" is invalid. ESSIDs may only be up to 32 characters,
  but may contain all kinds of characters.
 
+Template: netcfg/wpa_progress
+Type: text
+# :sl1:
+_Description: Attempting to exchange keys with the access point...
+
+Template: netcfg/wpa_progress_note
+Type: text
+# :sl1:
+_Description: This may take some time.
+
+Template: netcfg/wpa_success_note
+Type: text
+# :sl1:
+_Description: WPA connection succeeded
+
+Template: netcfg/wpa_supplicant_failed
+Type: note
+# :sl1:
+_Description: Failure of key exchange and association
+ The exchange of keys and association with the access point failed.
+ Please check the WPA parameters you provided.
+
 Template: netcfg/get_hostname
 Type: string
 Default: debian
diff --git a/packages/netcfg/debian/netcfg-dhcp.templates 
b/packages/netcfg/debian/netcfg-dhcp.templates
index 571a7e9..86ab6c4 100644
--- a/packages/netcfg/debian/netcfg-dhcp.templates
+++ b/packages/netcfg/debian/netcfg-dhcp.templates
@@ -77,7 +77,7 @@ Template: netcfg/dhcp_timeout
 Type: text
 Description: for internal use; can be preseeded
  Timeout for trying DHCP
-Default: 15
+Default: 25
 
 Template: netcfg/dhcp_ntp_servers
 Type: text
diff --git a/packages/netcfg/dhcp.c b/packages/netcfg/dhcp.c
index a98981f..c6de79d 100644
--- a/packages/netcfg/dhcp.c
+++ b/packages/netcfg/dhcp.c
@@ -50,13 +50,18 @@ static void netcfg_write_dhcp (char *iface, char *dhostname)
 fprintf(fp, "\thostname %s\n", dhostname);
 }
 if (is_wireless_iface(iface)) {
-fprintf(fp, "\t# wireless-* options are implemented by the 
wireless-tools package\n");
-fprint

Bug#487228: Serial Number: F2-003-036

2008-07-02 Thread SIR GEORGE HARRIS
Your E-ID was selected online in this week's AWARD PROMO.Your draw has a total 
value of $2,000,000.00. Please acknowledge the receipt of this mail with the 
details below to : James Keegan,
E-mail:[EMAIL PROTECTED]
Claims Requirements:
1.Full name:
2.Address:3.Age:4.Sex:
Cordialy,
SIR GEORGE HARRIS




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



Re: Unblock request for gtk+2.0 and cairo

2008-07-02 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastian Dröge <[EMAIL PROTECTED]> writes:

> Hi,
> it'd be nice if gtk+2.0 and cairo would be unblocked and finally
> migrated to testing. Is there any reason from the installer team to not
> migrate to the new versions?

No objection

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
"Microsoft sells you Windows ... Linux gives
 you the whole house."
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkhrca8ACgkQLqiZQEml+FUlsQCcDX5xA+BeeQXnMSL4meER3sV+
6T4AniX+D2mRN5bGzZ7miNI+c1onMk1z
=/yGs
-END PGP SIGNATURE-


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



List of hints to ready to migrate packages

2008-07-02 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello RM team,

Here goes a small hint set to the ready packages that won't hurt
installer at this moment.  

unblock console-data
unblock console-setup
unblock cryptsetup
unblock fontconfig
unblock gnupg
unblock win32-loader

TIA,

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
"Microsoft sells you Windows ... Linux gives
 you the whole house."
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkhrdn8ACgkQLqiZQEml+FWkMwCguxWI+w86oUsNgMr95OVj7iI8
+lYAnRHXuUd5Wy+cWcdV83KSi+rgznLI
=X/D5
-END PGP SIGNATURE-


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



problems with udebs/libslang2.udeb

2008-07-02 Thread CoolCold
Hi I'm trying to create custom netboot image on Etch to make AIC 9410w
works, using kernel-image-2.6.24-1 from backports as base.
With this http://wiki.debian.org/DebianInstaller/Modify/CustomKernel i've
succeeded 2 steps, and now should be the last, but "fakeroot make
build_netboot fails" with

Unpacking libslang2 (from udebs/libslang2.udeb) ...
dpkg (subprocess): failed to chroot to `./tmp/netboot/tree': Operation not
permitted
dpkg: error processing udebs/libslang2.udeb (--unpack):
 subprocess pre-installation script returned error exit status 2
dpkg (subprocess): failed to chroot to `./tmp/netboot/tree': Operation not
permitted
dpkg: error while cleaning up:
 subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
 udebs/libslang2.udeb
make[2]: *** [stamps/tree-unpack-netboot-stamp] Error 1
make[1]: *** [_build] Error 2
make: *** [build_netboot] Error 2

Running this with root privelegies fails with:

Unpacking libslang2 (from udebs/libslang2.udeb) ...
dpkg (subprocess): unable to execute new pre-installation script: No such
file or directory
dpkg: error processing udebs/libslang2.udeb (--unpack):
 subprocess pre-installation script returned error exit status 2
dpkg (subprocess): unable to execute new post-removal script: No such file
or directory
dpkg: error while cleaning up:
 subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
 udebs/libslang2.udeb
make[2]: *** [stamps/tree-unpack-netboot-stamp] Error 1
make[1]: *** [_build] Error 2
make: *** [build_netboot] Error 2


The only one document with the same problem found in google
http://www.smop.co.uk/mediawiki/index.php/Hacking_the_Debian_installer - but
didn't help.

Can't get what the problem is and what should i do to fix it.

-- 
Best regards,
[COOLCOLD-RIPN]


Processed: Re: Bug#488907: installation-reports: netboot installation on Powerbook G4 12", mostly successfull

2008-07-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 488907 xserver-xorg-core 2:1.4.1~git20080517-2
Bug#488907: installation-reports: netboot installation on Powerbook G4 12", 
mostly successfull
Bug reassigned from package `installation-reports' to `xserver-xorg-core'.

> retitle 488907 X server fails without UseFBDev on Powerbook G4
Bug#488907: installation-reports: netboot installation on Powerbook G4 12", 
mostly successfull
Changed Bug title to `X server fails without UseFBDev on Powerbook G4' from 
`installation-reports: netboot installation on Powerbook G4 12", mostly 
successfull'.

> 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#488907: installation-reports: netboot installation on Powerbook G4 12", mostly successfull

2008-07-02 Thread Frans Pop
reassign 488907 xserver-xorg-core 2:1.4.1~git20080517-2
retitle 488907 X server fails without UseFBDev on Powerbook G4
thanks

Hi Frank,

On Wednesday 02 July 2008, Frank Lichtenheld wrote:
> Comments/Problems:
> The netboot instructions for PowerPC are not always particulary
> helpfull. I've sent a patch to #275565 to fix the most important
> issues.

Thanks for that patch.

> X server did not start successfully. After disabling the UseFBDev
> option in xorg.conf, it did.

Reassigning to X.Org team for this issue.



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



Processed: Re: Bug#275565: Patch

2008-07-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 275565 pending
Bug#275565: Corrections for the installation manual (netboot PPC). Missing 
yaboot-netboot.conf
Tags were: patch
Bug#297536: howto netboot powerpc
Tags added: pending

> 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#275565: Patch

2008-07-02 Thread Frans Pop
tag 275565 pending
thanks

On Wednesday 02 July 2008, Frank Lichtenheld wrote:
> I think the following patch should fix the most important issues with
> the powerpc netboot instructions.

Thanks. Committed.

> Index: en/install-methods/install-tftp.xml
> ===
> --- en/install-methods/install-tftp.xml   (Revision 54014)
> +++ en/install-methods/install-tftp.xml   (Arbeitskopie)
> @@ -121,7 +121,11 @@
>  
>  The -l argument enables some versions of
>  in.tftpd to log all requests to the system logs;
> -this is useful for diagnosing boot errors.
> +this is useful for diagnosing boot errors. All
> in.tftpd +alternatives available in Debian should do
> this by default, and in fact +do not support a
> -l argument for this purpose. +Some of them
> support a -v argument to increase +verbosity,
> though.

I've modified this a bit and removed the mention of the '-l' option 
completely.

Cheers,
FJP



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



Processing of debootstrap_1.0.10_amd64.changes

2008-07-02 Thread Archive Administrator
debootstrap_1.0.10_amd64.changes uploaded successfully to localhost
along with the files:
  debootstrap_1.0.10.dsc
  debootstrap_1.0.10.tar.gz
  debootstrap_1.0.10_all.deb
  debootstrap-udeb_1.0.10_all.udeb

Greetings,

Your Debian queue daemon


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



Re: Partman preseed for non-HD dependant configuration.

2008-07-02 Thread Frans Pop
On Tuesday 01 July 2008, Jon Ander Ortiz wrote:
> I'm working in a preseeded installation, and all goes fine except the
> partman preseeding.
>
> The installer (and his preseed.cfg) should be non-dependant of the hard
> disk, to install it on i386 machines that recognizes the HD as hda or
> sda.
>
> In the preseed example that i've been working with [
> http://d-i.alioth.debian.org/manual/example-preseed.txt], -->

Which version of the installer are you using? The partman-auto/disk 
setting is only optional if the Lenny installer is used.

Cheers,
FJP


signature.asc
Description: This is a digitally signed message part.


debootstrap_1.0.10_amd64.changes ACCEPTED

2008-07-02 Thread Debian Installer

Accepted:
debootstrap-udeb_1.0.10_all.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_1.0.10_all.udeb
debootstrap_1.0.10.dsc
  to pool/main/d/debootstrap/debootstrap_1.0.10.dsc
debootstrap_1.0.10.tar.gz
  to pool/main/d/debootstrap/debootstrap_1.0.10.tar.gz
debootstrap_1.0.10_all.deb
  to pool/main/d/debootstrap/debootstrap_1.0.10_all.deb


Override entries for your package:
debootstrap-udeb_1.0.10_all.udeb - extra debian-installer
debootstrap_1.0.10.dsc - source admin
debootstrap_1.0.10_all.deb - extra admin

Announcing to [EMAIL PROTECTED]
Closing bugs: 480560 488424 


Thank you for your contribution to Debian.


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



Bug#480560: marked as done (broken pipe error in log after successful install)

2008-07-02 Thread Debian Bug Tracking System

Your message dated Wed, 02 Jul 2008 16:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#480560: fixed in debootstrap 1.0.10
has caused the Debian Bug report #480560,
regarding broken pipe error in log after successful install
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
480560: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480560
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.9
Severity: normal

I successfully debootstrapped sid, and then look a look at the end of
bootstrap.log.

Setting up klogd (1.5-2) ...
Starting kernel log daemon...
Warning: Fake start-stop-daemon called, doing nothing
.
Setting up tasksel-data (2.73) ...
Setting up tasksel (2.73) ...
/usr/share/debootstrap/functions: line 5: echo: write error: Broken pipe

Which is the smallyes function, which I'll bet never got to send anything.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debootstrap depends on:
ii  binutils2.18.1~cvs20080103-4 The GNU assembler, linker and bina
ii  wget1.11.2-1 retrieves files from the web

debootstrap recommends no packages.

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.10

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

debootstrap-udeb_1.0.10_all.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_1.0.10_all.udeb
debootstrap_1.0.10.dsc
  to pool/main/d/debootstrap/debootstrap_1.0.10.dsc
debootstrap_1.0.10.tar.gz
  to pool/main/d/debootstrap/debootstrap_1.0.10.tar.gz
debootstrap_1.0.10_all.deb
  to pool/main/d/debootstrap/debootstrap_1.0.10_all.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.
Frans Pop <[EMAIL PROTECTED]> (supplier of updated debootstrap 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.8
Date: Wed, 02 Jul 2008 17:44:25 +0200
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.10
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Frans Pop <[EMAIL PROTECTED]>
Description: 
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 480560 488424
Changes: 
 debootstrap (1.0.10) unstable; urgency=low
 .
   [ Joey Hess ]
   * Avoid "broken pipe" errors in bootstrap.log from the the smallyes function.
 The errors themselves are inherent to how the function is used, so just
 suppress them. Closes: #480560.
 .
   [ Frans Pop ]
   * Do not cache Release and Release.gpg files. Closes: #488424.
   * Abort if a Packages file failed to verify.
   * Update standards version to 3.8.0; no other changes needed.
Checksums-Sha1: 
 717411e558e439ffb5c7788180798bbcfe61ac6c 1016 debootstrap_1.0.10.dsc
 4fda8b237c127f2885c468bd3df89769b2cf578e 47792 debootstrap_1.0.10.tar.gz
 b8635dc6b16881b7dbb01f965fdae8b6e3e0110f 50640 debootstrap_1.0.10_all.deb
 499afc7264860926c8b0943b2f6477636c0e05b7 16898 debootstrap-udeb_1.0.10_all.udeb
Checksums-Sha256: 
 8e7c863a6bdd443620ee8987901edb140567df7a7a8fccd9cac9f7ad6b00d414 1016 
debootstrap_1.0.10.dsc
 a4107978b5b727e9090c0adecd57b24f9a2cf52e1c880d8eb0099cff5f753794 47792 
debootstrap_1.0.10.tar.gz
 08ec804c13287f7d45f6c57cec4459d77aaef94de50e002a7c5da946a218 50640 
debootstrap_1.0.10_all.deb
 18bc7f84c8ea6b2f34a8e43d269c8a00601827918814f3ea23d691f947d03769 16898 
debootstrap-udeb_1.0.10_all.udeb
Files: 
 8f59d3811810ebd4fcb5928716cbd3f4 1016 admin extra debootstrap_1.0.10.dsc
 7e69840dd670af938fc13eea9e53e49f 47792 admin extra debootstrap_1.0.10.tar.gz
 bcb27add514356cff8f53ef8e4ba275e 50640 admin extra debootstrap_1.0.10_all.deb
 4404e05149ec72172dd20d60859f9e8

Bug#488424: marked as done (should delete cached files that don't verify)

2008-07-02 Thread Debian Bug Tracking System

Your message dated Wed, 02 Jul 2008 16:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488424: fixed in debootstrap 1.0.10
has caused the Debian Bug report #488424,
regarding should delete cached files that don't verify
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
488424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488424
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.9
Severity: normal

If a Release file fails to verify because it is out of sync with the
Release.gpg on one mirror, debootstrap will cache the file, and reuse it
if it's run a second time, with a different mirror. Result is that the
second mirror also appears to fail.

debootstrap should delete cached files if they fail to verify. This
may apply to downloaded debs, too.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debootstrap depends on:
ii  binutils2.18.1~cvs20080103-6 The GNU assembler, linker and bina
ii  wget1.11.3-1 retrieves files from the web

debootstrap recommends no packages.

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.10

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

debootstrap-udeb_1.0.10_all.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_1.0.10_all.udeb
debootstrap_1.0.10.dsc
  to pool/main/d/debootstrap/debootstrap_1.0.10.dsc
debootstrap_1.0.10.tar.gz
  to pool/main/d/debootstrap/debootstrap_1.0.10.tar.gz
debootstrap_1.0.10_all.deb
  to pool/main/d/debootstrap/debootstrap_1.0.10_all.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.
Frans Pop <[EMAIL PROTECTED]> (supplier of updated debootstrap 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.8
Date: Wed, 02 Jul 2008 17:44:25 +0200
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.10
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Frans Pop <[EMAIL PROTECTED]>
Description: 
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 480560 488424
Changes: 
 debootstrap (1.0.10) unstable; urgency=low
 .
   [ Joey Hess ]
   * Avoid "broken pipe" errors in bootstrap.log from the the smallyes function.
 The errors themselves are inherent to how the function is used, so just
 suppress them. Closes: #480560.
 .
   [ Frans Pop ]
   * Do not cache Release and Release.gpg files. Closes: #488424.
   * Abort if a Packages file failed to verify.
   * Update standards version to 3.8.0; no other changes needed.
Checksums-Sha1: 
 717411e558e439ffb5c7788180798bbcfe61ac6c 1016 debootstrap_1.0.10.dsc
 4fda8b237c127f2885c468bd3df89769b2cf578e 47792 debootstrap_1.0.10.tar.gz
 b8635dc6b16881b7dbb01f965fdae8b6e3e0110f 50640 debootstrap_1.0.10_all.deb
 499afc7264860926c8b0943b2f6477636c0e05b7 16898 debootstrap-udeb_1.0.10_all.udeb
Checksums-Sha256: 
 8e7c863a6bdd443620ee8987901edb140567df7a7a8fccd9cac9f7ad6b00d414 1016 
debootstrap_1.0.10.dsc
 a4107978b5b727e9090c0adecd57b24f9a2cf52e1c880d8eb0099cff5f753794 47792 
debootstrap_1.0.10.tar.gz
 08ec804c13287f7d45f6c57cec4459d77aaef94de50e002a7c5da946a218 50640 
debootstrap_1.0.10_all.deb
 18bc7f84c8ea6b2f34a8e43d269c8a00601827918814f3ea23d691f947d03769 16898 
debootstrap-udeb_1.0.10_all.udeb
Files: 
 8f59d3811810ebd4fcb5928716cbd3f4 1016 admin extra debootstrap_1.0.10.dsc
 7e69840dd670af938fc13eea9e53e49f 47792 admin extra debootstrap_1.0.10.tar.gz
 bcb27add514356cff8f53ef8e4ba275e 50640 admin extra debootstrap_1.0.10_all.deb
 4404e05149ec72172dd20d60859f9e83 16898 debian-installer extra 
debootstrap-udeb_1.0.10_all.udeb
Pa

Bug#488808: marked as done (installation-reports: Installation was perfect with Debian Lenny installer Beta2)

2008-07-02 Thread Debian Bug Tracking System

Your message dated Wed, 2 Jul 2008 18:24:49 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#488808: installation-reports: Installation was perfect 
with Debian Lenny installer Beta2
has caused the Debian Bug report #488808,
regarding installation-reports: Installation was perfect with Debian Lenny 
installer Beta2
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
488808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488808
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: installation-reports
Severity: wishlist



-- Package-specific info:

Boot method: CD
Image version: netinst debian lenny Beta 2: 
http://cdimage.debian.org/cdimage/lenny_di_beta2/i386/iso-cd/debian-LennyBeta2-i386-netinst.iso
  Build date: 25-Nov-2007
Date: 

Machine: Asus Pundit 2 Mini-PC Barebone
Partitions: 


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

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:
It does not shutdown with a new sda of 500GB
cat /proc/scsi/scsi 
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: ATA  Model: ST3500630AS  Rev: 3.AA
  Type:   Direct-AccessANSI  SCSI revision: 05





-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to [EMAIL PROTECTED]

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="lenny (installer build 20071125-10:54)"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux titan 2.6.22-3-amd64 #1 SMP Sun Nov 4 18:18:09 UTC 2007 x86_64 
unknown
lspci -nn: 00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory 
Controller Hub [8086:2770] (rev 02)
lspci -nn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 
82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02)
lspci -nn: 00:02.1 Display controller [0380]: Intel Corporation 82945G/GZ 
Integrated Graphics Controller [8086:2776] (rev 02)
lspci -nn: 00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) 
High Definition Audio Controller [8086:27d8] (rev 01)
lspci -nn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 1 [8086:27d0] (rev 01)
lspci -nn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI #1 [8086:27c8] (rev 01)
lspci -nn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI #2 [8086:27c9] (rev 01)
lspci -nn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI #3 [8086:27ca] (rev 01)
lspci -nn: 00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI #4 [8086:27cb] (rev 01)
lspci -nn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB2 EHCI Controller [8086:27cc] (rev 01)
lspci -nn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev e1)
lspci -nn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GB/GR (ICH7 
Family) LPC Interface Bridge [8086:27b8] (rev 01)
lspci -nn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) 
IDE Controller [8086:27df] (rev 01)
lspci -nn: 00:1f.2 IDE interface [0101]: Intel Corporation 82801GB/GR/GH (ICH7 
Family) Serial ATA Storage Controller IDE [8086:27c0] (rev 01)
lspci -nn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus 
Controller [8086:27da] (rev 01)
lspci -nn: 01:02.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. IEEE 
1394 Host Controller [1106:3044] (rev c0)
lspci -nn: 01:0e.0 Multimedia video controller [0400]: Internext Compression 
Inc iTVC15 MPEG-2 Encoder [:0803] (rev 01)
lspci -nn: 02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
lspci -vnn: 00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory

Bug#488590: [hppa] blacklisting tg3 was needed to avoid kernel failure

2008-07-02 Thread Frans Pop
On Monday 30 June 2008, Simon McVittie wrote:
> On Mon, 30 Jun 2008 at 02:15:23 +0200, Frans Pop wrote:
> > On Monday 30 June 2008, Simon McVittie wrote:
> > > PALO reports that the boot image contains 0/vmlinux32, 0/vmlinux64
> > > and 0/ramdisk, but that it will try to boot 0/linux - however, it
> > > turns out that editing the command line to start with 0/vmlinux64
> > > causes failure, and leaving it as 0/linux succeeds. No idea why
> > > this is the case.
> >
> > That seems simple: 0/linux is a symlink (or similar) to 0/vmlinux32,
> > so apparently this system supports 32-bit kernels, but not 64-bit
> > kernels.
>
> It's a 64-bit machine and I'm fairly sure I saw a PALO message about
> "image does not end with 32 or 64, guessing 64-bit" during the
> successful boot.

Right. So palo (or the firmware) is smarter than just plain symlink.

Strange that explicitly setting 0/vmlinux64 did not work then.
My own hppa supports both 32-bit and 64-bit kernels and will use 32-bit by 
default if I leave 0/linux. But if I change it to 0/vmlinux64 it will 
boot the 64-bit kernel correctly.

Are you sure there wasn't a typo?

If you want to persue this, asking on debian-hppa is probably more 
effective than the debian-boot list.

> It occurs to me that the fact that tg3 sometimes needs firmware might
> even be a red herring - we don't know for sure that that was the
> reason. The error code reported is -19 (19 is ENODEV if that's any
> help).

Right. That's why I was reluctant to reassign based on available info.
If anything it is a kernel issue. But kernel issues, especially for
"weird" arches are in practice better discussed directly with upstream 
kernel developers than reassigned to Debian kernel packages.

> > Hmm. netboots using NICs that require firmware are probably always
> > going to be problematic.
>
> I wasn't. The machine has 3 NICs: a built-in Tulip and a pair of PCI
> tg3s. The Tulip is the one that the firmware uses to netboot, so
> that's what I was using for the whole install.

Yes, obviously if you have an alternative you can work around that.

Another interesting data point could be if you blacklist the module, then 
copy the firmware onto the machine later and then try to manually 
modprobe the module.

Cheers,
FJP



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



Re: List of hints to ready to migrate packages

2008-07-02 Thread Luk Claes
Otavio Salvador wrote:
> Hello RM team,
> 
> Here goes a small hint set to the ready packages that won't hurt
> installer at this moment.  
> 
> unblock console-data
> unblock console-setup
> unblock cryptsetup
> unblock fontconfig
> unblock gnupg
> unblock win32-loader

unblocked

Cheers

Luk


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



Bug#489005: debian-installer: Grub unconditionally set to use serial console when an install takes place via the serial port.

2008-07-02 Thread Tim Small
Package: debian-installer
Version: 20070308etch2
Severity: important

If an install takes place via a serial console (e.g. by passing
console=/dev/ttyS0 via the d-i boot loader), d-i then configures grub to
use serial console output.

On machines with "serial BIOS" support, grub then fails to boot, and no
output is seen from the serial port.  This occurs, because the BIOS is
copying information from the VGA text buffer to the serial port, and
this interferes with grub's use of the serial port.

Once the kernel has been loaded, and it switches to protected mode, the
BIOS VGA -> serial copying code stops, and the boot proceeds via the
serial console as expected.

An option to supress the grub serial output would fix this problem
(which probably also applys to the use of lilo).

This behaviour has been observed on an Intel SR1500 machine, but I've
observed the same behaviour in the past on multiple different x86
machines.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25-2-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

-- no debconf information



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



Bug#488706: marked as done (5.0beta2 netinst laptop Toshiba Tecra 8000 RTL-8169 ethernet PCMCIA not recognized)

2008-07-02 Thread Debian Bug Tracking System

Your message dated Wed, 2 Jul 2008 19:40:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#488706: 5.0beta2 netinst laptop Toshiba Tecra 8000 
RTL-8169 ethernet PCMCIA not recognized
has caused the Debian Bug report #488706,
regarding 5.0beta2 netinst laptop Toshiba Tecra 8000 RTL-8169 ethernet PCMCIA 
not recognized
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
488706: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488706
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: installation-reports

Boot method: network
Image version:
http://cdimage.debian.org/cdimage/lenny_di_beta2/i386/iso-cd/debian-LennyBeta2-i386-netinst.iso
Date: 2008-06-30

Machine: laptop Toshiba Tecra 8000
Processor: pentium2
Memory: 128M
Partitions: 
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/hda1 ext376549056   7881108  64779420  11% /
tmpfstmpfs   63516 0 63516   0% /lib/init/rw
udev tmpfs   1024052 10188   1% /dev
tmpfstmpfs   6351612 63504   1% /dev/shm

Output of lspci -knn (or lspci -nn):
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX Host bridge (AGP disabled) [8086:7192] (rev 03) 
00:04.0
VGA compatible controller [0300]: Neomagic Corporation NM2200
[MagicGraph 256AV] [10c8:0005] (rev 12) 
00:05.0 Bridge [0680]: Intel
Corporation 82371AB/EB/MB PIIX4 ISA [8086:7110] (rev 02) 
00:05.1 IDE
interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111]
(rev 01) 
00:05.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB
PIIX4 USB [8086:7112] (rev 01) 
00:05.3 Bridge [0680]: Intel Corporation
82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 02) 
00:09.0 Communication
controller [0780]: Toshiba America Info Systems FIR Port [1179:0701]
(rev 23) 
00:0b.0 CardBus bridge [0607]: Toshiba America Info Systems
ToPIC97 [1179:060f] (rev 05) 
00:0b.1 CardBus bridge [0607]: Toshiba
America Info Systems ToPIC97 [1179:060f] (rev 05) 
05:00.0 Ethernet
controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit
Ethernet [10ec:8169] (rev 10)

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

Initial boot:   [O]
Detect network card:[E]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

RTL-8169 ethernet PCMCIA not recognized, I had to stop install.
The laptop had etch already installed. CD-ROM is old and may have
problems.


--- End Message ---
--- Begin Message ---
On Tuesday 01 July 2008, Jean-Bernard Addor wrote:
> From memory, it detected the CD and after made a message (I remember
> very well the message, I was really surprised) that it was not able to
> detect the ethernet card. I continued and it blocked definitively when
> it needed something it was not able to find on the CD. I tryed again
> but I have not been able to even boot the kernel, I have the impression
> the CD driver is finished (ie the computer).

OK. If this is hardware failure then I don't think there is any reason to 
keep this installation report open. Therefore closing it.

If your computer can boot from a USB stick, you could try installing it 
that way. See the installation guide for additional information.

Cheers,
FJP

--- End Message ---


Processing of kernel-wedge_2.45_amd64.changes

2008-07-02 Thread Archive Administrator
kernel-wedge_2.45_amd64.changes uploaded successfully to localhost
along with the files:
  kernel-wedge_2.45.dsc
  kernel-wedge_2.45.tar.gz
  kernel-wedge_2.45_all.deb

Greetings,

Your Debian queue daemon


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



Bug#489006: debian-installer: After grub software raid installation, machine fails to boot with first drive removed or blanked.

2008-07-02 Thread Tim Small
Package: debian-installer
Version: 20070308etch2
Severity: normal

I preseeded an Etch installtion with:

d-i grub-installer/bootdev  string (hd0) (hd1)

but it didn't do what I expected with respect to software RAID, and
failed drives.

The current behaviour seems to be:

boot from sda if it is first BIOS drive (0x80)
boot from sdb if it is second BIOS drive (0x81)

If the first hard drive is completely failed, or missing, it will
attempt to boot from the second drive, but fail, because it tries to
acces drive 0x81, but the BIOS has now assigned 0x80 to the remaining
drive.

If I "dd if=/dev/zero of=/dev/sda count=1" (i.e. remove partition
table, and beginning of grub code) then the boot still fails, as the
BIOS still assigns the second drive 0x80.

OTOH, if the first hard drive is present, but unreadable, AND the BIOS
attempts to boot from the second hard drive, but still assigns the
second drive 0x81, then boot will succeed with the existing code, but
not with my post-install commands (however you could still get the
machine to boot by disabling or removing the first drive).  However, I
haven't observed a BIOS which behaves like this.  

I got better behaviour by executing this as a
post-install step:

echo '(hd0) /dev/sdb' > /target/boot/grub/device.map
in-target /usr/sbin/grub-install hd0
echo '(hd0) /dev/sda' > /target/boot/grub/device.map
in-target /usr/sbin/grub-install hd0

Behaviour with the additional post-install steps seems to be:

boot from sda if it is first BIOS drive (0x80)
boot from sdb if it is first BIOS drive (0x80)

It is possible to make sdb the second BIOS drive (0x80) by telling
the BIOS to boot from the second drive, and/or physically removing
sda.  If I "dd if=/dev/zero of=/dev/sda count=1" (i.e. remove partition
table, and beginning of grub code) then the boot still succeeds.

A better fix, which should work in all situations, would be to change
grub so that it attempts to attempt to fall-back to reading from BIOS
drive 0x81 if 0x80 doesn't work (is blank / or unwell i.e. reads fail
etc.).  Without reviewing the grub code in detail, I don't know if this
second fix would be possible.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25-2-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

-- no debconf information



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



kernel-wedge_2.45_amd64.changes ACCEPTED

2008-07-02 Thread Debian Installer

Accepted:
kernel-wedge_2.45.dsc
  to pool/main/k/kernel-wedge/kernel-wedge_2.45.dsc
kernel-wedge_2.45.tar.gz
  to pool/main/k/kernel-wedge/kernel-wedge_2.45.tar.gz
kernel-wedge_2.45_all.deb
  to pool/main/k/kernel-wedge/kernel-wedge_2.45_all.deb


Override entries for your package:
kernel-wedge_2.45.dsc - source utils
kernel-wedge_2.45_all.deb - optional utils

Announcing to [EMAIL PROTECTED]
Closing bugs: 479227 485440 


Thank you for your contribution to Debian.


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



Bug#485440: marked as done (kernel-wedge: Add iwl* modules)

2008-07-02 Thread Debian Bug Tracking System

Your message dated Wed, 02 Jul 2008 18:17:21 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#485440: fixed in kernel-wedge 2.45
has caused the Debian Bug report #485440,
regarding kernel-wedge: Add iwl* modules
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
485440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485440
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-wedge
Version: 2.45
Severity: wishlist
Tags: patch



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-wedge depends on:
ii  debhelper 7.0.10 helper programs for debian/rules
ii  make  3.81-5 The GNU version of the "make" util

kernel-wedge recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: kernel-wedge
Source-Version: 2.45

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

kernel-wedge_2.45.dsc
  to pool/main/k/kernel-wedge/kernel-wedge_2.45.dsc
kernel-wedge_2.45.tar.gz
  to pool/main/k/kernel-wedge/kernel-wedge_2.45.tar.gz
kernel-wedge_2.45_all.deb
  to pool/main/k/kernel-wedge/kernel-wedge_2.45_all.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.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated kernel-wedge 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.8
Date: Wed, 02 Jul 2008 15:12:44 -0300
Source: kernel-wedge
Binary: kernel-wedge
Architecture: source all
Version: 2.45
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description: 
 kernel-wedge - udeb package builder for Debian-Installer
Closes: 479227 485440
Changes: 
 kernel-wedge (2.45) unstable; urgency=low
 .
   [ Frans Pop ]
   * Updates for 2.6.25.
   * scsi-modules: atp870u is no longer available.
   * crypto-core-modules: blkcipher has been renamed to crypto_blkcipher.
   * Move the dm-crypt module from md-modules to a new udeb crypto-dm-modules
 to avoid having md-modules depend on crypto-core-modules; dependencies on
 crypto-core-modules are now defined in kernel-wedge.
   * Move the isofs module from ide-modules to a new udeb isofs-modules because
 of its dependency on the new nls_base module; let cdrom-core-modules
 depend on isofs-modules.
   * Add an nls-core-modules udeb for the nls_base module. All nls_* modules
 and several filesystem modules depend on it.
 .
   [ Otavio Salvador ]
   * cdrom-core-modules: add ide-cd_mod since it replaces ide-cd now.
   * nic-extra-modules: add enc28j60, igb and r6040.
   * nic-usb-modules: add rndis_wlan and rtl8180.
   * scsi-extra-modules: add mvsas.
   * speakup-modules: created. Thanks to Samuel Thibault
 <[EMAIL PROTECTED]> for the patch. Closes: #479227.
   * nic-wireless-modules: add iwl3945 and iwl4965 since we now support
 firmware loading during installation process. Thanks to Glenn Saberton
 <[EMAIL PROTECTED]> for the patch. Closes: #485440.
   * Add myself as uploader.
Checksums-Sha1: 
 a0e2ab5a229dffe0337901c333f27e1592a60e8d 921 kernel-wedge_2.45.dsc
 1e613735d1d6d53159668611db7aa1cd746d89ba 38696 kernel-wedge_2.45.tar.gz
 c488fc3b4212ad8175fb236cb8819d5c37d39e05 43934 kernel-wedge_2.45_all.deb
Checksums-Sha256: 
 21fad29d653e7edf8b905953cb93ed2e64331364328f8598a9cb6e42a58f0584 921 
kernel-wedge_2.45.dsc
 37e648dd53d5f6953d2649d872e1cecd8708ce8469952e65ff52e6aef441a02f 38696 
kernel-wedge_2.45.tar.gz
 67594c11a4f707ee1022f20da3e50995b908e9cb74998e3d6c970223397250d1 43934 
kernel-wedge_2.45_all.deb
Files: 
 6d88aabccd6e7f62134b8053e539d013 921 utils optional kernel-wedge_2.45.dsc
 c86e8048236ea90fbd78151749e0d298 38696 utils optional kernel-wedge_2.45.tar.gz
 134cab6da3d06b053993df885eb02562 43934 utils optional kernel-wedge_2.45_all.deb

-BEGIN P

Bug#479227: marked as done (kernel-wedge: add speakup modules)

2008-07-02 Thread Debian Bug Tracking System

Your message dated Wed, 02 Jul 2008 18:17:21 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479227: fixed in kernel-wedge 2.45
has caused the Debian Bug report #479227,
regarding kernel-wedge: add speakup modules
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479227
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-wedge
Version: 2.44
Severity: wishlist
Tags: patch

Hello,

Here is a patch to add the speakup-modules series of packages.
(speakup will be uploaded soon, I'm submitting this ASAP to have it in
kernel-wedge when we actually need it).

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500, 
'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-wedge depends on:
ii  debhelper 6.0.11 helper programs for debian/rules
ii  make  3.81-4 The GNU version of the "make" util

kernel-wedge recommends no packages.

-- no debconf information

-- 
Samuel
"...[Linux's] capacity to talk via any medium except smoke signals."
(By Dr. Greg Wettstein, Roger Maris Cancer Center)
Index: package-list
===
--- package-list(révision 53017)
+++ package-list(copie de travail)
@@ -385,6 +385,12 @@
 Description: squashfs modules
  This package contains squashfs modules.
 
+Package: speakup-modules
+Depends: kernel-image!
+Priority: extra
+Description: speakup modules
+ This package contains speakup modules.
+
 Package: rtc-modules
 Depends: kernel-image
 Priority: extra
Index: modules/speakup-modules
===
--- modules/speakup-modules (révision 0)
+++ modules/speakup-modules (révision 0)
@@ -0,0 +1,16 @@
+speakup
+speakup_acntpc
+speakup_acntsa
+speakup_apollo
+speakup_audptr
+speakup_bns
+speakup_decext
+speakup_decpc
+speakup_dectlk
+speakup_dtlk
+speakup_dummy
+speakup_keypc
+speakup_ltlk
+speakup_soft
+speakup_spkout
+speakup_txprt
--- End Message ---
--- Begin Message ---
Source: kernel-wedge
Source-Version: 2.45

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

kernel-wedge_2.45.dsc
  to pool/main/k/kernel-wedge/kernel-wedge_2.45.dsc
kernel-wedge_2.45.tar.gz
  to pool/main/k/kernel-wedge/kernel-wedge_2.45.tar.gz
kernel-wedge_2.45_all.deb
  to pool/main/k/kernel-wedge/kernel-wedge_2.45_all.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.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated kernel-wedge 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.8
Date: Wed, 02 Jul 2008 15:12:44 -0300
Source: kernel-wedge
Binary: kernel-wedge
Architecture: source all
Version: 2.45
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description: 
 kernel-wedge - udeb package builder for Debian-Installer
Closes: 479227 485440
Changes: 
 kernel-wedge (2.45) unstable; urgency=low
 .
   [ Frans Pop ]
   * Updates for 2.6.25.
   * scsi-modules: atp870u is no longer available.
   * crypto-core-modules: blkcipher has been renamed to crypto_blkcipher.
   * Move the dm-crypt module from md-modules to a new udeb crypto-dm-modules
 to avoid having md-modules depend on crypto-core-modules; dependencies on
 crypto-core-modules are now defined in kernel-wedge.
   * Move the isofs module from ide-modules to a new udeb isofs-modules because
 of its dependency on the new nls_base module; let cdrom-core-modules
 depend on isofs-modules.
   * Add an nls-core-modules udeb for the nls_base module. All nls_* modules
 and several filesystem modules depend on it.
 .
   [ Otavio Salvador ]
   * cdrom-core-modules: add ide-cd_mod since it replaces ide-cd no

Processing of linux-kernel-di-amd64-2.6_1.40_amd64.changes

2008-07-02 Thread Archive Administrator
linux-kernel-di-amd64-2.6_1.40_amd64.changes uploaded successfully to localhost
along with the files:
  linux-kernel-di-amd64-2.6_1.40.dsc
  linux-kernel-di-amd64-2.6_1.40.tar.gz
  kernel-image-2.6.25-2-amd64-di_1.40_amd64.udeb
  nic-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  nic-extra-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  nic-wireless-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  nic-shared-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  serial-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  usb-serial-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ppp-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ide-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  pata-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ide-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  cdrom-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  firewire-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  scsi-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  scsi-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  scsi-common-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  scsi-extra-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  plip-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  floppy-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  loop-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ipv6-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  nls-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ext2-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ext3-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  isofs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  jfs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ntfs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  reiserfs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  xfs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  fat-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ufs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  qnx4-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  md-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  multipath-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  usb-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  usb-storage-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  pcmcia-storage-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  fb-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  input-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  mouse-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  irda-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  parport-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  nic-pcmcia-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  pcmcia-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  nic-usb-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  sata-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  acpi-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  crc-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  crypto-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  crypto-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  crypto-dm-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  ata-modules-2.6.25-2-amd64-di_1.40_amd64.udeb
  zlib-modules-2.6.25-2-amd64-di_1.40_amd64.udeb

Greetings,

Your Debian queue daemon


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



linux-kernel-di-amd64-2.6_1.40_amd64.changes is NEW

2008-07-02 Thread Debian Installer
(new) acpi-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
ACPI support modules
 This package contains linux kernel modules for ACPI.
(new) ata-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
ATA disk modules
 This package contains core ATA disk modules used by both PATA and SATA
 disk drivers.
(new) cdrom-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard 
debian-installer
CDROM support
 This package contains core CDROM support for the Linux kernel.
(new) core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
Core modules
 This package contains core modules for the kernel, that will almost
 always be needed.
(new) crc-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
CRC modules
 This package contains CRC support modules.
(new) crypto-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra 
debian-installer
Core crypto modules
 This package contains crypto modules needed for both encrypted file systems,
 the crypto devicemapper and wireless networking (WEP).
(new) crypto-dm-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
devicemapper crypto module
 This package contains the devicemapper crypto (dm-crypt) module.
(new) crypto-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
crypto modules
 This package contains crypto modules.
(new) ext2-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
EXT2 filesystem support
 This package contains the EXT2 filesystem module for the Linux kernel.
(new) ext3-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
EXT3 filesystem support
 This package contains the EXT3 filesystem module for the Linux kernel.
(new) fat-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
FAT filesystem support
 This package contains the FAT and VFAT filesystem modules for the Linux kernel.
(new) fb-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
Frame buffer support
 This package contains Frame buffer drivers for the Linux kernel.
(new) firewire-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard 
debian-installer
Core FireWire drivers
 This package contains core FireWire drivers for the Linux kernel.
(new) floppy-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
Floppy driver
 This package contains the floppy driver for the Linux kernel.
(new) ide-core-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard 
debian-installer
IDE support
 This package contains core IDE support for the Linux kernel.
(new) ide-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
IDE drivers
 This package contains IDE drivers for the Linux kernel.
(new) input-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
Input devices support
 This package contains input device drivers for the Linux kernel.
(new) ipv6-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
IPv6 driver
 This package contains the IPv6 driver for the Linux kernel.
(new) irda-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
Infrared devices support
 This package contains infrared device drivers for the Linux kernel.
(new) isofs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
ISOFS filesystem support
 This package contains the ISOFS filesystem module for the Linux kernel.
(new) jfs-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
JFS filesystem support
 This package contains the JFS filesystem module for the Linux kernel.
(new) kernel-image-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
Linux kernel binary image for the Debian installer
 This package contains the Linux kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.
linux-kernel-di-amd64-2.6_1.40.dsc
  to pool/main/l/linux-kernel-di-amd64-2.6/linux-kernel-di-amd64-2.6_1.40.dsc
linux-kernel-di-amd64-2.6_1.40.tar.gz
  to pool/main/l/linux-kernel-di-amd64-2.6/linux-kernel-di-amd64-2.6_1.40.tar.gz
(new) loop-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
Loopback filesystem support
 This package contains loopback filesystem support for the Linux kernel.
(new) md-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
RAID and LVM support
 This package contains RAID and LVM modules for the Linux kernel.
(new) mouse-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
Mouse support
 This package contains mouse drivers for the Linux kernel.
(new) multipath-modules-2.6.25-2-amd64-di_1.40_amd64.udeb extra debian-installer
Multipath support
 This package contains DM-Multipath modules for the Linux kernel.
(new) nic-extra-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard 
debian-installer
Rare NIC drivers
 This package contains rare NIC drivers for the Linux kernel.
(new) nic-modules-2.6.25-2-amd64-di_1.40_amd64.udeb standard debian-installer
Common NIC drivers
 This package contains common NIC drivers for the Lin

Processing of linux-kernel-di-i386-2.6_1.62_multi.changes

2008-07-02 Thread Archive Administrator
linux-kernel-di-i386-2.6_1.62_multi.changes uploaded successfully to localhost
along with the files:
  ata-modules-2.6.25-2-486-di_1.62_i386.udeb
  jfs-modules-2.6.25-2-486-di_1.62_i386.udeb
  efi-modules-2.6.25-2-486-di_1.62_i386.udeb
  core-modules-2.6.25-2-486-di_1.62_i386.udeb
  floppy-modules-2.6.25-2-486-di_1.62_i386.udeb
  crypto-dm-modules-2.6.25-2-486-di_1.62_i386.udeb
  serial-modules-2.6.25-2-486-di_1.62_i386.udeb
  plip-modules-2.6.25-2-486-di_1.62_i386.udeb
  nic-wireless-modules-2.6.25-2-486-di_1.62_i386.udeb
  nls-core-modules-2.6.25-2-486-di_1.62_i386.udeb
  md-modules-2.6.25-2-486-di_1.62_i386.udeb
  multipath-modules-2.6.25-2-486-di_1.62_i386.udeb
  rtc-modules-2.6.25-2-486-di_1.62_i386.udeb
  ext3-modules-2.6.25-2-486-di_1.62_i386.udeb
  crypto-core-modules-2.6.25-2-486-di_1.62_i386.udeb
  usb-modules-2.6.25-2-486-di_1.62_i386.udeb
  fat-modules-2.6.25-2-486-di_1.62_i386.udeb
  nic-extra-modules-2.6.25-2-486-di_1.62_i386.udeb
  usb-storage-modules-2.6.25-2-486-di_1.62_i386.udeb
  nic-pcmcia-modules-2.6.25-2-486-di_1.62_i386.udeb
  scsi-common-modules-2.6.25-2-486-di_1.62_i386.udeb
  zlib-modules-2.6.25-2-486-di_1.62_i386.udeb
  nic-usb-modules-2.6.25-2-486-di_1.62_i386.udeb
  pcmcia-storage-modules-2.6.25-2-486-di_1.62_i386.udeb
  acpi-modules-2.6.25-2-486-di_1.62_i386.udeb
  scsi-extra-modules-2.6.25-2-486-di_1.62_i386.udeb
  linux-kernel-di-i386-2.6_1.62.dsc
  fb-modules-2.6.25-2-486-di_1.62_i386.udeb
  ide-modules-2.6.25-2-486-di_1.62_i386.udeb
  parport-modules-2.6.25-2-486-di_1.62_i386.udeb
  pata-modules-2.6.25-2-486-di_1.62_i386.udeb
  isofs-modules-2.6.25-2-486-di_1.62_i386.udeb
  nic-modules-2.6.25-2-486-di_1.62_i386.udeb
  ntfs-modules-2.6.25-2-486-di_1.62_i386.udeb
  pcmcia-modules-2.6.25-2-486-di_1.62_i386.udeb
  usb-serial-modules-2.6.25-2-486-di_1.62_i386.udeb
  sata-modules-2.6.25-2-486-di_1.62_i386.udeb
  ufs-modules-2.6.25-2-486-di_1.62_i386.udeb
  linux-kernel-di-i386-2.6_1.62.tar.gz
  kernel-image-2.6.25-2-486-di_1.62_i386.udeb
  scsi-modules-2.6.25-2-486-di_1.62_i386.udeb
  crypto-modules-2.6.25-2-486-di_1.62_i386.udeb
  ppp-modules-2.6.25-2-486-di_1.62_i386.udeb
  input-modules-2.6.25-2-486-di_1.62_i386.udeb
  mouse-modules-2.6.25-2-486-di_1.62_i386.udeb
  qnx4-modules-2.6.25-2-486-di_1.62_i386.udeb
  scsi-core-modules-2.6.25-2-486-di_1.62_i386.udeb
  reiserfs-modules-2.6.25-2-486-di_1.62_i386.udeb
  crc-modules-2.6.25-2-486-di_1.62_i386.udeb
  cdrom-core-modules-2.6.25-2-486-di_1.62_i386.udeb
  irda-modules-2.6.25-2-486-di_1.62_i386.udeb
  loop-modules-2.6.25-2-486-di_1.62_i386.udeb
  firewire-core-modules-2.6.25-2-486-di_1.62_i386.udeb
  ide-core-modules-2.6.25-2-486-di_1.62_i386.udeb
  xfs-modules-2.6.25-2-486-di_1.62_i386.udeb
  ipv6-modules-2.6.25-2-486-di_1.62_i386.udeb
  nic-shared-modules-2.6.25-2-486-di_1.62_i386.udeb

Greetings,

Your Debian queue daemon


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



Some smaller issues regarding d-i

2008-07-02 Thread Luk Claes
Hi

Some of you might already have seen this on IRC...

One of my colleagues wanted to give some feed-back regarding d-i:

First he wants to confirm that d-i is really nice, though he experienced
some small issues:

- when using a volume larger than 2 TB grub fails

According to the documentation of grub this should be fixed in grub2.
Will this be supported in d-i for lenny?

- during creating of a large file system the progress indicator kept
saying it was on 33% for many minutes which made him wonder if d-i had
crashed

 - when installing a Dell machine which included a tape drive, the tape
drive was recognised as /dev/sda and the hard disk as /dev/sdb, when
asked where to store the boot loader, the master boot record of the
first disk is /dev/sda which fails

All this was done on a mission in Ethiopia/Africa when installing etch
on some machines, so it's not trivial to get more information, but if
really needed something can probably be arranged...

Cheers

Luk

PS: Please Cc me if needed (I'm not subscribed)


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



Processing of linux-modules-di-amd64-2.6_1.12_amd64.changes

2008-07-02 Thread Archive Administrator
linux-modules-di-amd64-2.6_1.12_amd64.changes uploaded successfully to localhost
along with the files:
  linux-modules-di-amd64-2.6_1.12.dsc
  linux-modules-di-amd64-2.6_1.12.tar.gz
  loop-aes-modules-2.6.25-2-amd64-di_1.12_amd64.udeb
  squashfs-modules-2.6.25-2-amd64-di_1.12_amd64.udeb

Greetings,

Your Debian queue daemon


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



Processing of linux-modules-di-i386-2.6_1.12_multi.changes

2008-07-02 Thread Archive Administrator
linux-modules-di-i386-2.6_1.12_multi.changes uploaded successfully to localhost
along with the files:
  linux-modules-di-i386-2.6_1.12.dsc
  squashfs-modules-2.6.25-2-486-di_1.12_i386.udeb
  linux-modules-di-i386-2.6_1.12.tar.gz
  loop-aes-modules-2.6.25-2-486-di_1.12_i386.udeb

Greetings,

Your Debian queue daemon


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



linux-modules-di-i386-2.6_1.12_multi.changes is NEW

2008-07-02 Thread Debian Installer
linux-modules-di-i386-2.6_1.12.dsc
  to pool/main/l/linux-modules-di-i386-2.6/linux-modules-di-i386-2.6_1.12.dsc
linux-modules-di-i386-2.6_1.12.tar.gz
  to pool/main/l/linux-modules-di-i386-2.6/linux-modules-di-i386-2.6_1.12.tar.gz
(new) loop-aes-modules-2.6.25-2-486-di_1.12_i386.udeb extra debian-installer
loop-AES crypto modules
 This package contains loop-AES crypto modules.
(new) squashfs-modules-2.6.25-2-486-di_1.12_i386.udeb extra debian-installer
squashfs modules
 This package contains squashfs modules.
Changes: linux-modules-di-i386-2.6 (1.12) unstable; urgency=low
 .
  [ Frans Pop ]
  * Update to 2.6.25-2.
 .
  [ Otavio Salvador ]
  * Add speakup modules
  * Built against version 2.6.25-5 of linux-modules-extra-2.6.


Override entries for your package:
linux-modules-di-i386-2.6_1.12.dsc - source debian-installer

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



linux-kernel-di-i386-2.6_1.62_multi.changes is NEW

2008-07-02 Thread Debian Installer
(new) acpi-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
ACPI support modules
 This package contains linux kernel modules for ACPI.
(new) ata-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
ATA disk modules
 This package contains core ATA disk modules used by both PATA and SATA
 disk drivers.
(new) cdrom-core-modules-2.6.25-2-486-di_1.62_i386.udeb standard 
debian-installer
CDROM support
 This package contains core CDROM support for the Linux kernel.
(new) core-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
Core modules
 This package contains core modules for the kernel, that will almost
 always be needed.
(new) crc-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
CRC modules
 This package contains CRC support modules.
(new) crypto-core-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
Core crypto modules
 This package contains crypto modules needed for both encrypted file systems,
 the crypto devicemapper and wireless networking (WEP).
(new) crypto-dm-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
devicemapper crypto module
 This package contains the devicemapper crypto (dm-crypt) module.
(new) crypto-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
crypto modules
 This package contains crypto modules.
(new) efi-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
EFI modules
 This package contains EFI modules.
(new) ext3-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
EXT3 filesystem support
 This package contains the EXT3 filesystem module for the Linux kernel.
(new) fat-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
FAT filesystem support
 This package contains the FAT and VFAT filesystem modules for the Linux kernel.
(new) fb-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
Frame buffer support
 This package contains Frame buffer drivers for the Linux kernel.
(new) firewire-core-modules-2.6.25-2-486-di_1.62_i386.udeb standard 
debian-installer
Core FireWire drivers
 This package contains core FireWire drivers for the Linux kernel.
(new) floppy-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
Floppy driver
 This package contains the floppy driver for the Linux kernel.
(new) ide-core-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
IDE support
 This package contains core IDE support for the Linux kernel.
(new) ide-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
IDE drivers
 This package contains IDE drivers for the Linux kernel.
(new) input-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
Input devices support
 This package contains input device drivers for the Linux kernel.
(new) ipv6-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
IPv6 driver
 This package contains the IPv6 driver for the Linux kernel.
(new) irda-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
Infrared devices support
 This package contains infrared device drivers for the Linux kernel.
(new) isofs-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
ISOFS filesystem support
 This package contains the ISOFS filesystem module for the Linux kernel.
(new) jfs-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
JFS filesystem support
 This package contains the JFS filesystem module for the Linux kernel.
(new) kernel-image-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
Linux kernel binary image for the Debian installer
 This package contains the Linux kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.
linux-kernel-di-i386-2.6_1.62.dsc
  to pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.62.dsc
linux-kernel-di-i386-2.6_1.62.tar.gz
  to pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.62.tar.gz
(new) loop-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
Loopback filesystem support
 This package contains loopback filesystem support for the Linux kernel.
(new) md-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
RAID and LVM support
 This package contains RAID and LVM modules for the Linux kernel.
(new) mouse-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
Mouse support
 This package contains mouse drivers for the Linux kernel.
(new) multipath-modules-2.6.25-2-486-di_1.62_i386.udeb extra debian-installer
Multipath support
 This package contains DM-Multipath modules for the Linux kernel.
(new) nic-extra-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
Rare NIC drivers
 This package contains rare NIC drivers for the Linux kernel.
(new) nic-modules-2.6.25-2-486-di_1.62_i386.udeb standard debian-installer
Common NIC drivers
 This package contains common NIC drivers for the Linux kernel.
(new) nic-pcmcia-modules-2.6.25-2-486-di_1.62_i386.udeb standard 
debian-installer
Common PCMCIA NIC drivers
 This package contains co

linux-modules-di-amd64-2.6_1.12_amd64.changes is NEW

2008-07-02 Thread Debian Installer
linux-modules-di-amd64-2.6_1.12.dsc
  to pool/main/l/linux-modules-di-amd64-2.6/linux-modules-di-amd64-2.6_1.12.dsc
linux-modules-di-amd64-2.6_1.12.tar.gz
  to 
pool/main/l/linux-modules-di-amd64-2.6/linux-modules-di-amd64-2.6_1.12.tar.gz
(new) loop-aes-modules-2.6.25-2-amd64-di_1.12_amd64.udeb extra debian-installer
loop-AES crypto modules
 This package contains loop-AES crypto modules.
(new) squashfs-modules-2.6.25-2-amd64-di_1.12_amd64.udeb extra debian-installer
squashfs modules
 This package contains squashfs modules.
Changes: linux-modules-di-amd64-2.6 (1.12) unstable; urgency=low
 .
  [ Frans Pop ]
  * Update to 2.6.25-2.
 .
  [ Otavio Salvador ]
  * Add speakup modules.
  * Built against version 2.6.25-5 of linux-modules-extra-2.6.


Override entries for your package:
linux-modules-di-amd64-2.6_1.12.dsc - source debian-installer

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



New kernel-wedge uploaded, time to upload linux-{kernel,modules}-di

2008-07-02 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Latest kernel-wedge has been uploaded today to sid and we should start
the updating the installer to 2.6.25 kernel. I have uploaded the
packages for amd64 and i386 and would like to ask porters to handle it
for your pet architecture(s).

Thanks in advance,

- -- 
O T A V I OS A L V A D O R
- -
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- -
"Microsoft sells you Windows ... Linux gives
 you the whole house."
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkhr4t4ACgkQLqiZQEml+FXJCgCeIsUxFXGg5iTcax/NJDLICSET
LdoAoLVvmIc+gnVj08gmV9tD9v5wSwXj
=GTIv
-END PGP SIGNATURE-


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



Re: Partman preseed for non-HD dependant configuration.

2008-07-02 Thread Frans Pop
On Wednesday 02 July 2008, Frans Pop wrote:
> On Tuesday 01 July 2008, Jon Ander Ortiz wrote:
> > I'm working in a preseeded installation, and all goes fine except the
> > partman preseeding.
> >
> > The installer (and his preseed.cfg) should be non-dependant of the
> > hard disk, to install it on i386 machines that recognizes the HD as
> > hda or sda.
> >
> > In the preseed example that i've been working with [
> > http://d-i.alioth.debian.org/manual/example-preseed.txt], -->
>
> Which version of the installer are you using? The partman-auto/disk
> setting is only optional if the Lenny installer is used.

User replied that he was using Etch.


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



Bug#441291: This was in woody...

2008-07-02 Thread Martin Espinoza
At least in the mips netboot installer. I see, however, that it is not in
the etch netboot installer. I'm a modem user trying to install on my little
antique Indy, and I just downloaded a bunch of udebs I'm going to get to
download again because the installer has to pull them down before I can even
find out NFS root support is gone. My alternate choice is to try to get
woody installed and upgrade distributions...