Bug#608538: btrfs root installation results in initramfs busybox prompt

2011-01-01 Thread Aron Xu
Package: installation-reports
Severity: important

-- Package-specific info:

Boot method: netinst CD
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-cd/debian-testing-i386-netinst.iso
Date: 31 Dec 2010 22:11

Machine: qemu-kvm i686, with bridged network, 1 CPU and 384MB RAM allocated.
Partitions: 1. Ext4 -> /boot, 50MB 2. Btrfs -> / , 4.1 GB

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:  [ ]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

The installation finished as normal, but after reboot it results into
an initramfs busybox prompt.

Warning information:
 FATAL: Error inserting btrfs
(/lib/modules/2.6.32-5-686)/kernel/fs/btrfs/btrfs.ko) unknown symbol
in module, or unknown parameter (see dmesg)

dmesg output attached as dmesg.txt.gz

lsb-release and hardware-summary didn't run.


-- 
Regards,
Aron Xu


dmesg.txt.gz
Description: GNU Zip compressed data


Bug#608538: btrfs root installation results in initramfs busybox prompt

2011-01-01 Thread Cyril Brulebois
Hi Aron,

Aron Xu  (01/01/2011):
> Warning information:
>  FATAL: Error inserting btrfs
> (/lib/modules/2.6.32-5-686)/kernel/fs/btrfs/btrfs.ko) unknown symbol
> in module, or unknown parameter (see dmesg)
> 
> dmesg output attached as dmesg.txt.gz

I don't see anything related there?

KiBi.


signature.asc
Description: Digital signature


Bug#608538: btrfs root installation results in initramfs busybox prompt

2011-01-01 Thread Aron Xu
On Sat, Jan 1, 2011 at 19:04, Cyril Brulebois  wrote:
> Hi Aron,
>
> Aron Xu  (01/01/2011):
>> Warning information:
>>  FATAL: Error inserting btrfs
>> (/lib/modules/2.6.32-5-686)/kernel/fs/btrfs/btrfs.ko) unknown symbol
>> in module, or unknown parameter (see dmesg)
>>
>> dmesg output attached as dmesg.txt.gz
>
> I don't see anything related there?
>
> KiBi.
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAk0fClEACgkQeGfVPHR5Nd1CkwCeO802DZaF0snpoKqBhQVDcX1x
> K6oAnj4m30hcCLNCEGXtqMecw6ZagBmd
> =ST7V
> -END PGP SIGNATURE-
>
>

No, nothing. But I truly only get an initramfs prompt.

-- 
Regards,
Aron Xu



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinhtha9z3lkbn07xvvxyc-cutxcr3omfixoh...@mail.gmail.com



Bug#502446: marked as done (debian-installer: grub-installer is not updated for grub-pc introduction)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Jan 2011 11:56:04 +
with message-id <1293882964.2418.0.ca...@eeepc.belkin>
and subject line 
has caused the Debian Bug report #502446,
regarding debian-installer: grub-installer is not updated for grub-pc 
introduction
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 ow...@bugs.debian.org
immediately.)


-- 
502446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Version: rc2
Severity: important

rc2 comes with grub-pc in its initramfs /pool directory.  So d-i team
decided to offer not only grub (grub legacy) but also grub-pc (grub 2).
Good for you.

  grub-installer_1.32_i386.udeb
  grub-pc_1.96+20080512-1_i386.deb
  grub_0.97-39_i386.deb 

But if you do, you must take care critical diffrences of these 2
programs.

For /dev/hda3, grub legacy used (hd0,2) while grub 2 use (hd0,3).

The template file in grub-installer needed to be updated not to mislead
users.  Template: grub-installer/bootdev needs to be updated 
 "(hd0,1)" --> "(hd0,2)"
 "(hd2,4)" --> "(hd2,5)"
as:

Template: grub-installer/bootdev
Type: string
Description: Device for boot loader installation:
 You need to make the newly installed system bootable, by installing
 the GRUB boot loader on a bootable device. The usual way to do this is to
 install GRUB on the master boot record of your first hard drive. If you
 prefer, you can install GRUB elsewhere on the drive, or to another drive,
 or even to a floppy.
 .
 The device can be specified using GRUB's "(hdn,m)" notation, or as a device
 in /dev. Below are some examples:
  - "(hd0)" or "/dev/hda" will install GRUB to the master boot record
of your first hard drive (IDE);
  - "(hd0,2)" or "/dev/hda2" will use the second partition of your
first IDE drive;
  - "(hd2,5)" or "/dev/sdc5" will use the first extended partition of
your third drive (SCSI here);
  - "(fd0)" or "/dev/fd0" will install GRUB to a floppy.

This should be easy to do for all languages and reduce confusion.

Question is how to impliment it without breaking grub legacy.  Maybe you
create "Template: grub2-installer/bootdev" and adjust script based on
boot loader used.

I think this is one of the root cause of problem people are reporting
such as: 501942.

The other issue may be around 30_os-prober script in grub-pc package.  I
need to check more but this is less problematic since at least main OS
will boot from right boot sector.  

(If I am pedantic, I can say that "/dev/sdc5" may not be the first
extended partition but simply 5th partition in GPT.  But this issue can
be ignored since it is unlikely to cause any major cofusion.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

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



--- End Message ---
--- Begin Message ---
fixed in grub-installer 1.58.
See #581687

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


--- End Message ---


Processed: adding pending tags as the patches are already in netcfg

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 362029 pending
Bug #362029 [netcfg] debian-installer: Installer doesn't create /etc/resolv.conf
Added tag(s) pending.
> tags 608452 pending
Bug #608452 [netcfg] netcfg: Makefile rule to build standalone ethtool-lite
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608452
362029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12938832823044.transcr...@bugs.debian.org



Processed: your mail

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 608516 +patch
Bug #608516 [linux-kernel-di-sparc-2.6] T2+ sparc machines need niu network 
driver
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608516
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12938849287966.transcr...@bugs.debian.org



Re: Installation Guide upload?

2011-01-01 Thread Samuel Thibault
Izharul Haq, le Sun 26 Dec 2010 01:38:45 +0700, a écrit :
> Our from Indonesian translators team will help translate when the
> support for our language is not yet available :)

Mmm, do you mean you are waiting for the po files in
svn+ssh://sthiba...@svn.debian.org/svn/d-i/trunk/manual/po/id
?

Samuel


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110101124954.ga5...@const.famille.thibault.fr



Bug#234470: marked as done (please support *BSD)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Jan 2011 12:50:34 +
with message-id <1293886234.2418.6.ca...@eeepc.belkin>
and subject line os prober detects ufs partitions since 1.20
has caused the Debian Bug report #234470,
regarding please support *BSD
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 ow...@bugs.debian.org
immediately.)


-- 
234470: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=234470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports

Debian-installer-version: Beta 2 from debian web site 100MB version
uname -a: 
Date: 2/20/04
Method: Booted off your downloadable CD. Then did an FTP install.
Machine: Dell Dimension 4400
Processor:Pentium 4 1700
Memory: Ram 256MB
Root Device: IDE Maxtor 80G
Root Size/partition table: 
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/hda8  7692876   2911976   4390124  40% /
/dev/hda1010286016104036   9659468   2% /home

Output of lspci:
hal...@shire:~$ lspci
00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 
04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 
04)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 05)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 05)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 05)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] 
(rev b2)
02:09.0 Ethernet controller: Davicom Semiconductor, Inc. Ethernet 100/10 MBit 
(rev 31)
02:0a.0 Communication controller: Conexant HSF 56k Data/Fax/Voice/Spkp Modem 
(rev 01)
02:0b.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
02:0b.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)


Base System Installation Checklist:

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]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems: I hate the new device/partition naming system. Everyone 
knows 
/dev/hda5, but the new version is very confusing. It made setting up lilo 
harder.
The first time I tried the installer it did not seem to recognize my network 
card
and I had to reboot. The next time it worked okay. All in all a very good 
effort. I am normally a Slackware user so setting up nvidia, ide-scsi ... was
doable on my own. I think the average knoppix, mepis, suse, mandrake, redhat 
user
will still whine that all of that was not done for them. Thanks for your 
efforts.




--- End Message ---
--- Begin Message ---

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


--- End Message ---


Bug#381975: Cannot reproduce "cannot undo ssid entry"

2011-01-01 Thread Matthew Palmer
package netcfg
tag 381975 +unreproducible
tag 381975 +moreinfo
thanks

Hi Michael,

I've been trying to reproduce this bug, and I'm afraid I can't do it with a
current testing image.  I used the latest netinst from
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/
and booted in both graphical and text modes, and in both cases when I went
past the SSID selection screen, I could use 'Go Back' to return to the
"Network configuration method" screen, where I can choose "Reconfigure
the wireless network" and re-enter the SSID.

Given that d-i has changed extensively since you submitted the bug report
(and apologies on behalf of the d-i team for not getting to this sooner),
would you be happy if this bug report was closed, or do you have a method
for reproducing the problem you initially reported on a current d-i CD
image?

Thanks,
- Matt



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110101125527.gt5...@hezmatt.org



Processed: Cannot reproduce "cannot undo ssid entry"

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package netcfg
Limiting to bugs with field 'package' containing at least one of 'netcfg'
Limit currently set to 'package':'netcfg'

> tag 381975 +unreproducible
Bug #381975 [netcfg] graphical-installer: cannot undo ssid entry
Added tag(s) unreproducible.
> tag 381975 +moreinfo
Bug #381975 [netcfg] graphical-installer: cannot undo ssid entry
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
381975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=381975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129388654013737.transcr...@bugs.debian.org



Re: Installation Guide upload?

2011-01-01 Thread Holger Wansing
Hello,

Samuel Thibault  wrote:
> Izharul Haq, le Sun 26 Dec 2010 01:38:45 +0700, a écrit :
> > Our from Indonesian translators team will help translate when the
> > support for our language is not yet available :)
> 
> Mmm, do you mean you are waiting for the po files in
> svn+ssh://sthiba...@svn.debian.org/svn/d-i/trunk/manual/po/id
> ?

In any case, this is probably not the time to start a new language
für the manual.


Holger

-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
under DEBIAN GNU/LINUX 5.0.0 - L e n n y
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110101135706.46063786.li...@wansing-online.de



Bug#538763: Patch for hostname craziness

2011-01-01 Thread Matthew Palmer
tag 538763 +patch
thanks

Here's a patch that should go into netcfg post-squeeze.  It's not a high
enough priority to be worth pissing off translators over.  Some of the fix
was already in place via Ubuntu, just not noted anywhere.

- Matt

Index: debian/netcfg-common.templates
===
--- debian/netcfg-common.templates	(revision 66176)
+++ debian/netcfg-common.templates	(working copy)
@@ -112,7 +112,7 @@
  The name "${hostname}" is invalid.
  .
  A valid hostname may contain only the numbers 0-9, the lowercase letters a-z,
- and the minus sign. It must be between 2 and 63 characters long, and may not
+ and the minus sign. It must be at most 63 characters long, and may not
  begin or end with a minus sign.
 
 Template: netcfg/error
Index: netcfg-common.c
===
--- netcfg-common.c	(revision 66176)
+++ netcfg-common.c	(working copy)
@@ -624,7 +624,7 @@
 short verify_hostname (char *hname)
 {
 static const char *valid_chars =
-"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.";
+"abcdefghijklmnopqrstuvwxyz0123456789-.";
 size_t len;
 assert(hname != NULL);
 


Processed: Patch for hostname craziness

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 538763 +patch
Bug #538763 [netcfg] Description in netcfg/invalid_hostname does not match the 
code
Bug #399071 [netcfg] hostname can use uppercase letters.
Added tag(s) patch.
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
538763: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129389106031238.transcr...@bugs.debian.org



Bug#490382: Should this be closed? (was: Wireless config issues with ath5k)

2011-01-01 Thread Matthew Palmer
It's an old bug, the ath5k driver has apparently been extensively rewritten,
and now (apparently) works like mac80211-based drivers.  Given that I've
tested installation on a machine which uses one of these drivers (iwl3945),
it seems like this bug has probably been tidied up at some point (either by
changes in netcfg, or driver improvements).

Anyone got a *current* problem with this driver that needs fixing?

- Matt



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110101141536.gv5...@hezmatt.org



Processing of console-setup_1.67_i386.changes

2011-01-01 Thread Debian FTP Masters
console-setup_1.67_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  console-setup_1.67.dsc
  console-setup_1.67.tar.gz
  keyboard-configuration_1.67_all.deb
  console-setup_1.67_all.deb
  console-setup-mini_1.67_all.deb
  bdf2psf_1.67_all.deb
  console-setup-udeb_1.67_all.udeb
  console-setup-amiga-ekmap_1.67_all.udeb
  console-setup-ataritt-ekmap_1.67_all.udeb
  console-setup-macintoshold-ekmap_1.67_all.udeb
  console-setup-pc-ekmap_1.67_all.udeb
  console-setup-sun4-ekmap_1.67_all.udeb
  console-setup-sun5-ekmap_1.67_all.udeb
  console-setup-fonts-udeb_1.67_all.udeb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz29j-0002rk...@ravel.debian.org



Bug#414117: Retitle bug (was: netcfg link detection confused by multiple interfaces with the same driver)

2011-01-01 Thread Matthew Palmer
retitle 414117 netcfg doesn't wait long enough to detect link
thanks

I'm not seeing anything in this bug report that indicates that there's still
a problem with netcfg picking the "wrong" interface due to confusion over
which NIC from a given driver to use (and, like Jeremy, I'm not seeing
anything in the code that would make this sort of thing likely).  There
isn't even really enough detail to reproduce the hardware platform and try
to attack the problem that way.

However, Petter's report at the end seems reasonably legit, and worth
exploring.  I see a number of reports about things "taking too long", so I'm
thinking that it'd be worth implementing a progress bar to find a NIC with
link -- scan each second for 10 seconds, say, iterating over all NICs to see
if one gets a link.  Error out if nothing gets a link in that time, and
allow people to try again / handle appropriately.  It will likely get
complicated by wireless, and I haven't actually looked at the code to work
out if it's feasible, but it's my "go to" idea for now.

Not a squeeze thing, and will involve non-trivial amounts of hacking, so
I'll leave it for now and return In The Fture.

- Matt



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110101142531.gw5...@hezmatt.org



Processed: Retitle bug (was: netcfg link detection confused by multiple interfaces with the same driver)

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 414117 netcfg doesn't wait long enough to detect link
Bug #414117 [netcfg] netcfg link detection confused by multiple interfaces with 
same driver
Changed Bug title to 'netcfg doesn't wait long enough to detect link' from 
'netcfg link detection confused by multiple interfaces with same driver'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
414117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12938919421728.transcr...@bugs.debian.org



Processing of console-setup_1.67_i386.changes

2011-01-01 Thread Debian FTP Masters
console-setup_1.67_i386.changes uploaded successfully to localhost
along with the files:
  console-setup_1.67.dsc
  console-setup_1.67.tar.gz
  keyboard-configuration_1.67_all.deb
  console-setup_1.67_all.deb
  console-setup-mini_1.67_all.deb
  bdf2psf_1.67_all.deb
  console-setup-udeb_1.67_all.udeb
  console-setup-amiga-ekmap_1.67_all.udeb
  console-setup-ataritt-ekmap_1.67_all.udeb
  console-setup-macintoshold-ekmap_1.67_all.udeb
  console-setup-pc-ekmap_1.67_all.udeb
  console-setup-sun4-ekmap_1.67_all.udeb
  console-setup-sun5-ekmap_1.67_all.udeb
  console-setup-fonts-udeb_1.67_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz2ce-0002bh...@franck.debian.org



Processed: Forcemerge, then

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 414117 537271
Bug#414117: netcfg doesn't wait long enough to detect link
Bug#537271: debian-installer: network may not be usable as soon as link is up
Forcibly Merged 414117 537271.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
537271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537271
414117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12938921642578.transcr...@bugs.debian.org



Processed: moreinfo

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 416378 +moreinfo
Bug #416378 [netcfg] etch-installer suggests wrong gateway address (outside the 
net) if netmask is different from /24
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
416378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12938924123652.transcr...@bugs.debian.org



Bug#605013: Please add armhf support

2011-01-01 Thread Matthew Palmer
Straightforward patch, defer until after squeeze as requested by submitter.



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110101143612.gb5...@hezmatt.org



Bug#442374: marked as done (debian-installer: network configuration with DHCP sometimes breaks)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sun, 2 Jan 2011 01:34:28 +1100
with message-id <20110101143428.ga5...@hezmatt.org>
and subject line network configuration with DHCP sometimes breaks
has caused the Debian Bug report #442374,
regarding debian-installer: network configuration with DHCP sometimes breaks
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 ow...@bugs.debian.org
immediately.)


-- 
442374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=442374
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Severity: minor


Hi,

I recently installed an Etch machine in a private network where there
are DHCP addresses handed out. They use a /16 network, and on most
occasions (I had several attempts at it), the installer reported that
the network configuration didn't succeed. But switching to another
console and saying "ifconfig" showed that networking actually was
configured correctly. Repeating the auto-configuration attempt mostly
yielded a failure, only on one attempt it said "succeeded".


Best,
--Toni++


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (600, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-amd64
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
In the absence of the installer logs, I can't see there's any way this bug
report can be acted upon.  Closing.

--- End Message ---


Bug#604153: marked as done (keyboard-configuration: Template parse error near description...@latin.utf-8)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Jan 2011 14:32:47 +
with message-id 
and subject line Bug#604153: fixed in console-setup 1.67
has caused the Debian Bug report #604153,
regarding keyboard-configuration: Template parse error near 
description...@latin.utf-8
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 ow...@bugs.debian.org
immediately.)


-- 
604153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: keyboard-configuration
Version: 1.59
Severity: important


After installing keyboard-configuration from testing (1.59) post-install
script fails with message:
Setting up keyboard-configuration (1.59) ...
Template parse error near `description...@latin.utf-8: Konfiguriši tastaturu', 
in stanza #1 of /var/lib/dpkg/info/keyboard-configuration.templates

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (700, 'stable'), (400, 'testing'), (100, 'unstable')
Architecture: i386 (i686)

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

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

-- debconf information:
  keyboard-configuration/layout:
  keyboard-configuration/variant:
  keyboard-configuration/unsupported_options: true
  keyboard-configuration/optionscode: grp:caps_toggle,compose:ralt
  keyboard-configuration/modelcode: pc104
  keyboard-configuration/unsupported_config_options: true
  keyboard-configuration/toggle: Caps Lock
  keyboard-configuration/altgr: The default for the keyboard layout
  keyboard-configuration/unsupported_layout: true
  keyboard-configuration/layoutcode: us,ru
  keyboard-configuration/store_defaults_in_debconf_db: true
  debian-installer/console-setup-udeb/title:
  keyboard-configuration/ctrl_alt_bksp: false
  keyboard-configuration/variantcode: winkeys
  keyboard-configuration/other:
  keyboard-configuration/unsupported_config_layout: true
  keyboard-configuration/compose: Right Alt (AltGr)
  keyboard-configuration/switch: No temporary switch
  keyboard-configuration/model: Обычный 104-клавишный ПК


--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.67

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

bdf2psf_1.67_all.deb
  to main/c/console-setup/bdf2psf_1.67_all.deb
console-setup-amiga-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-amiga-ekmap_1.67_all.udeb
console-setup-ataritt-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-ataritt-ekmap_1.67_all.udeb
console-setup-fonts-udeb_1.67_all.udeb
  to main/c/console-setup/console-setup-fonts-udeb_1.67_all.udeb
console-setup-macintoshold-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-macintoshold-ekmap_1.67_all.udeb
console-setup-mini_1.67_all.deb
  to main/c/console-setup/console-setup-mini_1.67_all.deb
console-setup-pc-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-pc-ekmap_1.67_all.udeb
console-setup-sun4-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-sun4-ekmap_1.67_all.udeb
console-setup-sun5-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-sun5-ekmap_1.67_all.udeb
console-setup-udeb_1.67_all.udeb
  to main/c/console-setup/console-setup-udeb_1.67_all.udeb
console-setup_1.67.dsc
  to main/c/console-setup/console-setup_1.67.dsc
console-setup_1.67.tar.gz
  to main/c/console-setup/console-setup_1.67.tar.gz
console-setup_1.67_all.deb
  to main/c/console-setup/console-setup_1.67_all.deb
keyboard-configuration_1.67_all.deb
  to main/c/console-setup/keyboard-configuration_1.67_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 604...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier  (supplier of updated console-setup 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 31 Dec 2010 19:55:24 +0100
Source: console-setup
Binary: keyboard-configuration console-set

Bug#608227: marked as done (console-setup: XKBLAYOUT always get a "_" suffix)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Jan 2011 14:32:47 +
with message-id 
and subject line Bug#608227: fixed in console-setup 1.67
has caused the Debian Bug report #608227,
regarding console-setup: XKBLAYOUT always get a "_" suffix
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 ow...@bugs.debian.org
immediately.)


-- 
608227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: console-setup
Version: 1.65
Severity: normal

Hi,

I get the following warning during boot:

WARNING: Can not find "de_" in "nokia_vndr/rx-51"

I fixed it by adding the following line in
/usr/bin/ckbcomp, after line 2540:

$consequent_values[$i] =~ s/_\)/\)/g;

Apart from this I get lots of messages about
unsupported keycodes (> 600 lines printed to the tty),
all starting with XF86.

-- Sebastian

-- /etc/default/keyboard:

# Check /usr/share/doc/keyboard-configuration/README.Debian for
# documentation on what to do after having modified this file.

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.

XKBMODEL="nokiarx51"
XKBLAYOUT="de"
XKBRULES="evdev"
XKBVARIANT=""
XKBOPTIONS=""

# If you don't want to use the XKB layout on the console, you can
# specify an alternative keymap.  Make sure it will be accessible
# before /usr is mounted.
# KMAP=/etc/console-setup/nokia-n900.kmap.gz


--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.67

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

bdf2psf_1.67_all.deb
  to main/c/console-setup/bdf2psf_1.67_all.deb
console-setup-amiga-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-amiga-ekmap_1.67_all.udeb
console-setup-ataritt-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-ataritt-ekmap_1.67_all.udeb
console-setup-fonts-udeb_1.67_all.udeb
  to main/c/console-setup/console-setup-fonts-udeb_1.67_all.udeb
console-setup-macintoshold-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-macintoshold-ekmap_1.67_all.udeb
console-setup-mini_1.67_all.deb
  to main/c/console-setup/console-setup-mini_1.67_all.deb
console-setup-pc-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-pc-ekmap_1.67_all.udeb
console-setup-sun4-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-sun4-ekmap_1.67_all.udeb
console-setup-sun5-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-sun5-ekmap_1.67_all.udeb
console-setup-udeb_1.67_all.udeb
  to main/c/console-setup/console-setup-udeb_1.67_all.udeb
console-setup_1.67.dsc
  to main/c/console-setup/console-setup_1.67.dsc
console-setup_1.67.tar.gz
  to main/c/console-setup/console-setup_1.67.tar.gz
console-setup_1.67_all.deb
  to main/c/console-setup/console-setup_1.67_all.deb
keyboard-configuration_1.67_all.deb
  to main/c/console-setup/keyboard-configuration_1.67_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 608...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier  (supplier of updated console-setup 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 31 Dec 2010 19:55:24 +0100
Source: console-setup
Binary: keyboard-configuration console-setup console-setup-mini bdf2psf 
console-setup-udeb console-setup-amiga-ekmap console-setup-ataritt-ekmap 
console-setup-macintoshold-ekmap console-setup-pc-ekmap 
console-setup-sun4-ekmap console-setup-sun5-ekmap console-setup-fonts-udeb
Architecture: source all
Version: 1.67
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 bdf2psf- font converter to generate console fonts from BDF source fonts
 console-setup - console font and keymap setup program
 console-setup-amiga-ekmap - encoded keyboard layouts for Amiga keyboards (udeb)
 console-setup-ataritt-ekmap - encoded keyboard layouts for Atari TT keyboards 
(udeb)
 console-setup-fonts-udeb - console fonts for Debian Installer (udeb)
 console-setup-macintoshold-ekmap - encoded keyboard layouts for old-style 
Macintosh keyboards (udeb)
 

console-setup_1.67_i386.changes ACCEPTED into unstable

2011-01-01 Thread Debian FTP Masters



Accepted:
bdf2psf_1.67_all.deb
  to main/c/console-setup/bdf2psf_1.67_all.deb
console-setup-amiga-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-amiga-ekmap_1.67_all.udeb
console-setup-ataritt-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-ataritt-ekmap_1.67_all.udeb
console-setup-fonts-udeb_1.67_all.udeb
  to main/c/console-setup/console-setup-fonts-udeb_1.67_all.udeb
console-setup-macintoshold-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-macintoshold-ekmap_1.67_all.udeb
console-setup-mini_1.67_all.deb
  to main/c/console-setup/console-setup-mini_1.67_all.deb
console-setup-pc-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-pc-ekmap_1.67_all.udeb
console-setup-sun4-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-sun4-ekmap_1.67_all.udeb
console-setup-sun5-ekmap_1.67_all.udeb
  to main/c/console-setup/console-setup-sun5-ekmap_1.67_all.udeb
console-setup-udeb_1.67_all.udeb
  to main/c/console-setup/console-setup-udeb_1.67_all.udeb
console-setup_1.67.dsc
  to main/c/console-setup/console-setup_1.67.dsc
console-setup_1.67.tar.gz
  to main/c/console-setup/console-setup_1.67.tar.gz
console-setup_1.67_all.deb
  to main/c/console-setup/console-setup_1.67_all.deb
keyboard-configuration_1.67_all.deb
  to main/c/console-setup/keyboard-configuration_1.67_all.deb


Override entries for your package:
bdf2psf_1.67_all.deb - optional utils
console-setup-amiga-ekmap_1.67_all.udeb - extra debian-installer
console-setup-ataritt-ekmap_1.67_all.udeb - extra debian-installer
console-setup-fonts-udeb_1.67_all.udeb - extra debian-installer
console-setup-macintoshold-ekmap_1.67_all.udeb - extra debian-installer
console-setup-mini_1.67_all.deb - extra utils
console-setup-pc-ekmap_1.67_all.udeb - extra debian-installer
console-setup-sun4-ekmap_1.67_all.udeb - extra debian-installer
console-setup-sun5-ekmap_1.67_all.udeb - extra debian-installer
console-setup-udeb_1.67_all.udeb - extra debian-installer
console-setup_1.67.dsc - source utils
console-setup_1.67_all.deb - optional utils
keyboard-configuration_1.67_all.deb - optional utils

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 604153 608227 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz2vj-0004w7...@franck.debian.org



Bug#608516: T2+ sparc machines need niu network driver

2011-01-01 Thread Jurij Smakov
On Fri, Dec 31, 2010 at 06:42:49PM +, Miguel Figueiredo wrote:
> Hi,
> 
> added niu module to sparc64.
> This needs to be reviewed.

I believe you need to add it to linux-kernel-di-sparc-2.6 as well (for 
which this bug was filed). linux-kernel-di-sparc64-2.6 which your 
patch affects is for sparc64 port (64-bit userspace and kernel) 
which is not going to be released with squeeze (yes, it's confusing 
:-).

Best regards,
 
> 
> Sex, 2010-12-31 às 18:16 +, Jurij Smakov escreveu:
> > Package: linux-kernel-di-sparc-2.6
> > Version: 1.64
> > Severity: wishlist
> > 
> > Hello,
> > 
> > As recently reported on the debian-sparc mailing list [0], network is 
> > not automatically configured during installation on the latest 
> > generation of Sparc boxes with T2+ CPU. Apparently, they use niu.ko 
> > network driver, which is available in kernel packages, but not in d-i. 
> > Please add it to the list of network drivers included in udebs on 
> > sparc.
> > 
> > Thanks.
> > 
> > [0] http://lists.debian.org/debian-sparc/2010/12/msg00011.html
> > -- 
> > Jurij Smakov   ju...@wooyd.org
> > Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC
> > 
> > 
> > 
> 
> -- 
> Melhores cumprimentos/Best regards,
> 
> Miguel Figueiredo
> http://www.DebianPT.org

> Index: packages/kernel/linux-kernel-di-sparc64-2.6/modules/sparc64/nic-modules
> ===
> --- packages/kernel/linux-kernel-di-sparc64-2.6/modules/sparc64/nic-modules   
> (revision 66169)
> +++ packages/kernel/linux-kernel-di-sparc64-2.6/modules/sparc64/nic-modules   
> (working copy)
> @@ -39,6 +39,7 @@
>  uli526x
>  qla3xxx
>  atl1
> +niu
>  
>  # Support for virtual network devices under Sun Logical Domains.
>  sunvnet ?


-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110101152556.ga2...@droopy.oc.cox.net



Bug#574888: marked as done (installer: Squeeze alpha1 can't find Broadcom Netlink Gigabit Ethernet card)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Jan 2011 15:38:02 +
with message-id <1293896282.2418.7.ca...@eeepc.belkin>
and subject line Fixed in linux-2.6 2.6.32-11
has caused the Debian Bug report #574888,
regarding installer: Squeeze alpha1 can't find Broadcom Netlink Gigabit 
Ethernet card
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 ow...@bugs.debian.org
immediately.)


-- 
574888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574888
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: important

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_alpha1/amd64/iso-cd/debian-testing-amd64-netinst.iso
Date: 21 March 2010 17:00

Machine: Dell Vostro 430
Partitions: Didn't get that far in the installation

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:

The key issue seems to be the message in dmesg:
tg3: Problem fetching invariants of chip, aborting.

I haven't yet tried the Knoppix live cd/dvd to see whether that is
successful with this hardware - will let you know when I have done
so.

Many thanks in advance,

   Julian

-- 

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 sub...@bugs.debian.org.

==
Installer lsb-release:
==
[Don't know it - whatever was on the Squeeze Alpha1 CD]

==
Installer hardware-summary:
==

Attached as gzipped file.


--- End Message ---
--- Begin Message ---
Fixed in linux-2.6 2.6.32-11

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


--- End Message ---


Bug#608516: T2+ sparc machines need niu network driver

2011-01-01 Thread Miguel Figueiredo
Sáb, 2011-01-01 às 15:25 +, Jurij Smakov escreveu:
> On Fri, Dec 31, 2010 at 06:42:49PM +, Miguel Figueiredo wrote:
> > Hi,
> > 
> > added niu module to sparc64.
> > This needs to be reviewed.
> 
> I believe you need to add it to linux-kernel-di-sparc-2.6 as well (for 
> which this bug was filed). linux-kernel-di-sparc64-2.6 which your 
> patch affects is for sparc64 port (64-bit userspace and kernel) 
> which is not going to be released with squeeze (yes, it's confusing 
> :-).
> 
> Best regards,

Added to linux-kernel-di-sparc-2.6 also.

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org
Index: packages/kernel/linux-kernel-di-sparc64-2.6/modules/sparc64/nic-modules
===
--- packages/kernel/linux-kernel-di-sparc64-2.6/modules/sparc64/nic-modules	(revision 66176)
+++ packages/kernel/linux-kernel-di-sparc64-2.6/modules/sparc64/nic-modules	(working copy)
@@ -39,6 +39,7 @@
 uli526x
 qla3xxx
 atl1
+niu
 
 # Support for virtual network devices under Sun Logical Domains.
 sunvnet ?
Index: packages/kernel/linux-kernel-di-sparc-2.6/modules/sparc/nic-modules
===
--- packages/kernel/linux-kernel-di-sparc-2.6/modules/sparc/nic-modules	(revision 66176)
+++ packages/kernel/linux-kernel-di-sparc-2.6/modules/sparc/nic-modules	(working copy)
@@ -39,6 +39,7 @@
 uli526x
 qla3xxx
 atl1
+niu
 
 # Support for virtual network devices under Sun Logical Domains.
 sunvnet ?


Processed: your mail

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 601340 evolution
Bug #601340 [installation-reports] default n-m config prevents evolution from 
working
Bug reassigned from package 'installation-reports' to 'evolution'.
> forcemerge 601340 549451
Bug#601340: default n-m config prevents evolution from working
Bug#549451: impossible to override offline mode when using network-manager
Bug#582358: impossible to override offline mode when using network-manager
Bug#584200: impossible to override offline mode when using network-manager
Bug#587302: impossible to override offline mode when using network-manager
Bug#587325: impossible to override offline mode when using network-manager
Bug#590547: evolution: unable to connect to IMAP server (gray connect symbol)
Bug#594072: evolution  forced offline
Bug#597147: Evolution mail in squeeze
Forcibly Merged 549451 582358 584200 587302 587325 590547 594072 597147 601340.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
597147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597147
582358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582358
584200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584200
590547: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590547
587302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587302
587325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587325
549451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549451
601340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601340
594072: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594072
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129389713625321.transcr...@bugs.debian.org



Bug#608025: [debian-installer] Windows 7 entry is not written to GRUB list

2011-01-01 Thread Paul Bryan Roberts

Hi,

I have noted the same issue and workaround as Rafael but I am using 
Squeeze beta 2:


Debian GNU/Linux squeeze-di-beta2 "Squeeze" - Official Beta i386
  NETINST Binary-1 20101203-16:34

I have now tried again with:

Debian GNU/Linux testing "Squeeze" - Official Snapshot i386 NETINST
      Binary-1 20110101-09:10

as suggested by Miguel with the same unfortunate result.

I have this issue on a old machine with Windows 2000 and on not-as-old 
laptop with Windows XP Home.


After installation, the section that one expects 
/etc/grub.d/30_os-prober to have filled in is empty.
After running update-grub, the section appears to have been filled in 
correctly.


I don't have this problem on the only other machine I have that has a 
second OS installed.
However, in this last case, the second OS is an old Debian on a second 
hard disk.
The installation here used a USB installer in conjunction with the amd64 
net installer

and not a straight net install from CD.

Happy New Year,
   Paul Bryan




--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d1f51e3.8070...@yahoo.co.uk



Bug#576286: marked as done (Squeeze: please, change default reserved blocks size on partitioning to Ext3/Ext4)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Jan 2011 16:18:24 +
with message-id <1293898704.22662.10.ca...@eeepc.belkin>
and subject line 
has caused the Debian Bug report #576286,
regarding Squeeze: please, change default reserved blocks size on partitioning 
to Ext3/Ext4
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 ow...@bugs.debian.org
immediately.)


-- 
576286: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576286
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: wishlist

Dear d-i developers,

Considering that present HDs are very large, I think default reserved block 
size to Ext3/Ext4 can be 1% instead 5%. It will optimize the space usage by OS. 
It is a suggestion.

Regards,

Eriberto - Brazil

-- Package-specific info:

Boot method: CD NetInst
Image version: Squeeze Alpha, March 22, 2010

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

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


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

according mkfs.ext3 manpage's:

"This  avoids  fragmentation, and allows root-owned daemons, such as
syslogd(8), to continue to  function  correctly after non-privileged
processes are prevented from writing to the filesystem.  The default
percentage is 5%."

Debian installer is using the default recommended by the package.
If you want a non-default value, in expert mode, it is possible to edit
this value to whatever you want.


-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


--- End Message ---


Bug#490382: Should this be closed? (was: Wireless config issues with ath5k)

2011-01-01 Thread Christian PERRIER
Quoting Matthew Palmer (mpal...@debian.org):
> It's an old bug, the ath5k driver has apparently been extensively rewritten,
> and now (apparently) works like mac80211-based drivers.  Given that I've
> tested installation on a machine which uses one of these drivers (iwl3945),
> it seems like this bug has probably been tidied up at some point (either by
> changes in netcfg, or driver improvements).
> 
> Anyone got a *current* problem with this driver that needs fixing?


Hard to say and I bet you won't get any answer. The best chance to get
one is indeed closing the bug with "feel free to reopen if you still
experience this bug"..:)




signature.asc
Description: Digital signature


finish-install 2.28 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the finish-install source package
in Debian's testing distribution has changed.

  Previous version: 2.27
  Current version:  2.28

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4u9-00070j...@franck.debian.org



pkgsel 0.33 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the pkgsel source package
in Debian's testing distribution has changed.

  Previous version: 0.32
  Current version:  0.33

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00074t...@franck.debian.org



user-setup 1.38 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the user-setup source package
in Debian's testing distribution has changed.

  Previous version: 1.36
  Current version:  1.38

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00075h...@franck.debian.org



silo-installer 1.20 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the silo-installer source package
in Debian's testing distribution has changed.

  Previous version: 1.19
  Current version:  1.20

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-000755...@franck.debian.org



rootskel-gtk 1.21 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the rootskel-gtk source package
in Debian's testing distribution has changed.

  Previous version: 1.20
  Current version:  1.21

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00074p...@franck.debian.org



preseed 1.48 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the preseed source package
in Debian's testing distribution has changed.

  Previous version: 1.47
  Current version:  1.48

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00074b...@franck.debian.org



yaboot-installer 1.1.19 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the yaboot-installer source package
in Debian's testing distribution has changed.

  Previous version: 1.1.18
  Current version:  1.1.19

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00075t...@franck.debian.org



mdcfg 1.32 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the mdcfg source package
in Debian's testing distribution has changed.

  Previous version: 1.31
  Current version:  1.32

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072r...@franck.debian.org



rootskel 1.93 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the rootskel source package
in Debian's testing distribution has changed.

  Previous version: 1.92
  Current version:  1.93

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00074n...@franck.debian.org



linux-kernel-di-powerpc-2.6 1.76 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the linux-kernel-di-powerpc-2.6 source package
in Debian's testing distribution has changed.

  Previous version: 1.73
  Current version:  1.76

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00071t...@franck.debian.org



linux-kernel-di-s390-2.6 0.59 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the linux-kernel-di-s390-2.6 source package
in Debian's testing distribution has changed.

  Previous version: 0.56
  Current version:  0.59

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00071z...@franck.debian.org



zipl-installer 0.0.18 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the zipl-installer source package
in Debian's testing distribution has changed.

  Previous version: 0.0.17
  Current version:  0.0.18

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00075v...@franck.debian.org



sibyl-installer 1.20 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the sibyl-installer source package
in Debian's testing distribution has changed.

  Previous version: 1.19
  Current version:  1.20

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-000753...@franck.debian.org



anna 1.39 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the anna source package
in Debian's testing distribution has changed.

  Previous version: 1.38
  Current version:  1.39

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4u9-0006zo...@franck.debian.org



cdrom-checker 1.20 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the cdrom-checker source package
in Debian's testing distribution has changed.

  Previous version: 1.19
  Current version:  1.20

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4u9-0006za...@franck.debian.org



arcboot-installer 1.15 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the arcboot-installer source package
in Debian's testing distribution has changed.

  Previous version: 1.14
  Current version:  1.15

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4u9-0006zs...@franck.debian.org



hw-detect 1.84 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the hw-detect source package
in Debian's testing distribution has changed.

  Previous version: 1.83
  Current version:  1.84

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4u9-00070z...@franck.debian.org



live-installer 29 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the live-installer source package
in Debian's testing distribution has changed.

  Previous version: 28
  Current version:  29

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-000727...@franck.debian.org



media-retriever 1.23 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the media-retriever source package
in Debian's testing distribution has changed.

  Previous version: 1.22
  Current version:  1.23

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072v...@franck.debian.org



partman-auto-crypto 16 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the partman-auto-crypto source package
in Debian's testing distribution has changed.

  Previous version: 15
  Current version:  16

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-000733...@franck.debian.org



net-retriever 1.27 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the net-retriever source package
in Debian's testing distribution has changed.

  Previous version: 1.26
  Current version:  1.27

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072z...@franck.debian.org



network-console 1.27 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the network-console source package
in Debian's testing distribution has changed.

  Previous version: 1.26
  Current version:  1.27

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072h...@franck.debian.org



rescue 1.26 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the rescue source package
in Debian's testing distribution has changed.

  Previous version: 1.25
  Current version:  1.26

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00074j...@franck.debian.org



nobootloader 1.29 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the nobootloader source package
in Debian's testing distribution has changed.

  Previous version: 1.28
  Current version:  1.29

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072l...@franck.debian.org



tzsetup 1:0.33 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the tzsetup source package
in Debian's testing distribution has changed.

  Previous version: 1:0.31
  Current version:  1:0.33

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ub-00075b...@franck.debian.org



netcfg 1.58 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the netcfg source package
in Debian's testing distribution has changed.

  Previous version: 1.57
  Current version:  1.58

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072d...@franck.debian.org



partconf 1.36 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the partconf source package
in Debian's testing distribution has changed.

  Previous version: 1.35
  Current version:  1.36

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072t...@franck.debian.org



os-prober 1.42 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the os-prober source package
in Debian's testing distribution has changed.

  Previous version: 1.41
  Current version:  1.42

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072p...@franck.debian.org



main-menu 1.34 MIGRATED to testing

2011-01-01 Thread Debian testing watch
FYI: The status of the main-menu source package
in Debian's testing distribution has changed.

  Previous version: 1.33
  Current version:  1.34

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pz4ua-00072j...@franck.debian.org



Bug#608025: [debian-installer] Windows 7 entry is not written to GRUB list

2011-01-01 Thread Miguel Figueiredo
Hi,

thanks for testing debian installer.
On the installer log [1] it should be visible if os-prober detected the
other operating systems or not.

In my netbook (with xp and recovery), running:
~$ sudo cat /var/log/installer/syslog | grep result

returns:

Dec 27 20:16:31 20microsoft: result: /dev/sda1:Microsoft Windows XP Home
Edition:Windows:chain
Dec 27 20:16:32 20microsoft: result: /dev/sda3:Windows
NT/2000/XP:Windows1:chain
Dec 27 20:19:11 20microsoft: result: /dev/sda3:Windows
NT/2000/XP:Windows:chain
Dec 27 20:19:29 20microsoft: result: /dev/sda1:Microsoft Windows XP Home
Edition:Windows:chain
Dec 27 20:19:29 20microsoft: result: /dev/sda3:Windows
NT/2000/XP:Windows1:chain

Can you check in your system if os-prober detects the other operating
systems?

Also sending the installation log (gzipped) would be useful.

Depending on whether os-prober detects or not we should reassign the bug
from installation report to a package (os-prober or grub-installer).

1 - /var/log/installer/syslog

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1293903141.7117.11.ca...@eeepc.belkin



Processed: reassign 608538 to initramfs-tools

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 608538 initramfs-tools
Bug #608538 [installation-reports] btrfs root installation results in initramfs 
busybox prompt
Bug reassigned from package 'installation-reports' to 'initramfs-tools'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129390470118730.transcr...@bugs.debian.org



cryptsetup migration: libcryptsetup1-udeb package?

2011-01-01 Thread Jonas Meurer
Hello,

I'm in the process of migrating cryptsetup packages to a dynamically
linked binary, which uses the shared libcryptsetup1 library. In order to
do so, the libgpg-error0 and libgcrypt11 libraries need to move to /lib
first, as libcryptsetup1 links against them.

Additionally, libgpg-error0-udeb and libgcrypt11-udeb packages are
required in order to satisfy the dependencies for the cryptsetup-udeb
package.

but now that most of the above issues have been solved by uploads of
libgcrypt11 and libgpg-error to experimental, I wonder whether the split
of cryptsetup binary and libcryptseup1 library packages should be
continued in the udeb packages or not.

in other words: shall I add a libcryptsetup1-udeb package and make the
cryptsetup-udeb package depend on it? or is it better to have only one
cryptsetup-udeb package, containing both the dynamically linked binary
(cryptsetup) and the shared library (libcryptsetup1)?

I guess that the relavant point is rather: will any d-i component use
libcryptsetup1 without the need for the cryptsetup binary anytime soon?
I know that systemd developers intend to use libcryptsetup1.

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Daniel Baumann
severity 608201 serious
thanks

Miguel Figueiredo  wrote:
> adjusting severity to important as doesn't render the package unusable
> to everyone.

right, but it breaks live usb-hdd images *completely* and renders them
both useless and unreleasable. restoring severity to serious.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d1f9aa7.7020...@debian.org



Processed: Re: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 608201 serious
Bug #608201 [grub-installer] grub-installer: fails on live usb-hdd images (not 
on any other types)
Bug #598130 [grub-installer] grub-installer cannot install grub-pc on amd64 ( 
perhaps other architecture )
Bug #599392 [grub-installer] It's impossible to install Squeeze on amd64.
Severity set to 'serious' from 'important'

Severity set to 'serious' from 'important'

Severity set to 'serious' from 'important'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129391684429679.transcr...@bugs.debian.org



Bug#608227: thanks

2011-01-01 Thread Sebastian Reichel
Hi,

Thanks for the fixes :)

> By the way, what was the purpose of using ckbcomp on this Nokia
> device?  Does this device have a text-mode console and is the
> keyboard supported by the kernel or only by X?

I've got a working tty with working keyboard layout
on my N900.

-- Sebastian


signature.asc
Description: Digital signature


Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Julien Cristau
severity 608201 important
tag 608201 moreinfo
kthxbye

On Sat, Jan  1, 2011 at 22:20:39 +0100, Daniel Baumann wrote:

> severity 608201 serious
> thanks
> 
> Miguel Figueiredo  wrote:
> > adjusting severity to important as doesn't render the package unusable
> > to everyone.
> 
> right, but it breaks live usb-hdd images *completely* and renders them
> both useless and unreleasable. restoring severity to serious.
> 
So either send a patch to fix this (likely not against grub-installer,
since that doesn't seem to be the issue), or don't release these images.
Not a blocker for squeeze either way.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 608201 important
Bug #608201 [grub-installer] grub-installer: fails on live usb-hdd images (not 
on any other types)
Bug #598130 [grub-installer] grub-installer cannot install grub-pc on amd64 ( 
perhaps other architecture )
Bug #599392 [grub-installer] It's impossible to install Squeeze on amd64.
Severity set to 'important' from 'serious'

Severity set to 'important' from 'serious'

Severity set to 'important' from 'serious'

> tag 608201 moreinfo
Bug #608201 [grub-installer] grub-installer: fails on live usb-hdd images (not 
on any other types)
Bug #598130 [grub-installer] grub-installer cannot install grub-pc on amd64 ( 
perhaps other architecture )
Bug #599392 [grub-installer] It's impossible to install Squeeze on amd64.
Added tag(s) moreinfo.
Added tag(s) moreinfo.
Added tag(s) moreinfo.
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
608201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12939190124464.transcr...@bugs.debian.org



Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Daniel Baumann
On 01/01/2011 10:56 PM, Julien Cristau wrote:
> So either send a patch to fix this (likely not against grub-installer,
> since that doesn't seem to be the issue), or don't release these images.
> Not a blocker for squeeze either way.

if i would have time to fix it, i would do it.

unrelated to that, one would think that it's the maintainers job to fix
bugs. but apparently, when it comes to me, it's always my job to do
everything, regardless what it is about, sigh. so, as you concluded, not
releasing usb images then, thank you for your contribution.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d1fa4fc.9070...@debian.org



Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Julien Cristau
On Sat, Jan  1, 2011 at 23:04:44 +0100, Daniel Baumann wrote:

> On 01/01/2011 10:56 PM, Julien Cristau wrote:
> > So either send a patch to fix this (likely not against grub-installer,
> > since that doesn't seem to be the issue), or don't release these images.
> > Not a blocker for squeeze either way.
> 
> if i would have time to fix it, i would do it.
> 
> unrelated to that, one would think that it's the maintainers job to fix
> bugs. but apparently, when it comes to me, it's always my job to do
> everything, regardless what it is about, sigh. so, as you concluded, not
> releasing usb images then, thank you for your contribution.
> 
Oh, it doesn't have to be you.  If somebody else wants to investigate
this issue then more power to them.  I just don't want to block the
release on it.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Daniel Baumann
On 01/01/2011 11:10 PM, Julien Cristau wrote:
> I just don't want to block the release on it.

not having usb-hdd images anymore is a regression and you don't consider
that a blocker for the release? good to know that the release team
doesn't give a shit about live images.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d1fa7de.4080...@debian.org



Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2011-01-01 Thread Julien Cristau
On Sat, Jan  1, 2011 at 23:17:02 +0100, Daniel Baumann wrote:

> On 01/01/2011 11:10 PM, Julien Cristau wrote:
> > I just don't want to block the release on it.
> 
> not having usb-hdd images anymore is a regression and you don't consider
> that a blocker for the release? good to know that the release team
> doesn't give a shit about live images.
> 
Installing from live images was not possible before, so that doesn't
sound like a regression to me.

Cheers,
Julien


signature.asc
Description: Digital signature


Debian installer build: failed or old builds

2011-01-01 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* OLD BUILD:mipsel Dec 09 00:12 bui...@rem build_cobalt_netboot-2.6_serial 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_serial.log

* OLD BUILD:mipsel Dec 09 00:18 bui...@rem build_cobalt_netboot-2.6_ssh 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_ssh.log

* OLD BUILD:mipsel Dec 09 00:20 bui...@rem build_cobalt_netboot-2.6_common 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_common.log

* OLD BUILD:mipsel Dec 09 00:24 bui...@rem build_malta_netboot-2.6 

http://d-i.debian.org/daily-images/mipsel/daily/build_malta_netboot-2.6.log

* OLD BUILD:mipsel Dec 09 00:29 bui...@rem build_sb1-bcm91250a_netboot-2.6 

http://d-i.debian.org/daily-images/mipsel/daily/build_sb1-bcm91250a_netboot-2.6.log

* OLD BUILD:s390 Dec 19 00:03 bui...@zandonai build_generic 
http://d-i.debian.org/daily-images/s390/daily/build_generic.log

* OLD BUILD:s390 Dec 19 00:03 bui...@zandonai build_tape 
http://d-i.debian.org/daily-images/s390/daily/build_tape.log

* OLD BUILD:sparc Jul 12 11:04 stapp...@dd build_cdrom 

http://people.debian.org/~stappers/d-i/sparc/daily/build_cdrom.log

* OLD BUILD:sparc Jul 12 11:08 stapp...@dd build_netboot 

http://people.debian.org/~stappers/d-i/sparc/daily/build_netboot.log

* OLD BUILD:sparc Jul 12 11:11 stapp...@dd build_miniiso 

http://people.debian.org/~stappers/d-i/sparc/daily/build_miniiso.log


Totals: 168 builds (0 failed, 10 old)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pzcim-os...@ravel.debian.org



Bug#490382: marked as done (netcfg: Wireless configuration issues with ath5k)

2011-01-01 Thread Debian Bug Tracking System
Your message dated Sun, 2 Jan 2011 15:54:32 +1100
with message-id <20110102045432.gd5...@hezmatt.org>
and subject line Wireless config issues with ath5k
has caused the Debian Bug report #490382,
regarding netcfg: Wireless configuration issues with ath5k
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 ow...@bugs.debian.org
immediately.)


-- 
490382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: netcfg
Version: 1.44
Severity: important

I've been playing with the Lenny Beta2 netboot and my new wireless router.
My laptop has an Atheros-based wireless PCMCIA card supported by ath5k.

The ath5k driver has a serious bug with WEP somewhere, so I've been 
testing D-I with unsecured AP: no WEP/WPA, just (hidden) ESSID and MAC 
address check on AP. The AP is set for channel 10.

Result is that DHCP fails, basically because netcfg does too much.

The way to very reliably get a working connection is very simple:
   ip link set wlan0 up
   iwconfig wlan0 essid 
   dhclient wlan0

But here is what netcfg actually does (log from iwevent; comments added 
manually).
Waiting for Wireless Events from interfaces...
# Starting netcfg...
18:48:51.687526   wlan0Set Mode:Managed
18:48:51.687620   wlan0Set Frequency:2.412 GHz (Channel 1)
18:48:51.687664   wlan0Set Encryption key:on
18:48:51.687690   wlan0Set Encryption key:off
18:48:51.687818   wlan0Set ESSID:off/any
18:48:52.722911   wlan0Scan request completed
# Prompt for eth0/wlan0 - selecting wlan...
# Prompt for 'managed/ad-hoc network' - selecting managed...
# Prompt for ESSID - entering...
18:49:52.333805   wlan0Set Mode:Managed
18:49:52.333837   wlan0Set Frequency:2.412 GHz (Channel 1)
18:49:52.333857   wlan0Set Encryption key:on
18:49:52.333866   wlan0Set Encryption key:off
18:49:52.333878   wlan0Set ESSID:""
# Prompt for WEP key - leaving empty...
18:50:15.887172   wlan0Set Mode:Managed
18:50:15.887207   wlan0Set Frequency:2.412 GHz (Channel 1)
18:50:15.887228   wlan0Set Encryption key:off
18:50:15.887236   wlan0Set ESSID:""
# Trying DHCP...
# Failed.
# Manually setting correct channel (using iwconfig)...
18:52:28.082868   wlan0Set Frequency=2.457 GHz (Channel 10)
# Retrying DHCP...
# Still fails (no rescan?).
# Manually resetting ESSID (using iwconfig)...
18:53:46.271342   wlan0Set ESSID:""
18:53:47.347548   wlan0Scan request completed
18:53:47.353328   wlan0Custom driver 
event:ASSOCINFO(ReqIEs=000c57696c6465726c616e643134010802040b16182430483202606c 
RespIEs=010882848b962430486c32040c121860dd0900101802001300)
18:53:47.353361   wlan0New Access Point/Cell address:00:14:C1:38:E5:15
# Note that sometimes the rescan seems not to take place here!
# I'm not sure what exactly triggers the "scan request". It could be the
# resetting of the ESSID, but also something external.
# Retrying DHCP...
# DHCP success!
# If the rescan does not happen, DHCP still fails obviously.

The basic problem is that netcfg "locks" the driver into a wrong channel 
(likely the one of the first AP in its initial scan) and because of that 
the interface fails to associate. If the channel would be left alone, 
things would go fine. But the setting of the channel seems at least 
suspicious to me.

It could also be this is expected behavior from library/driver and that 
netcfg is doing things right and that the bug is in ath5k.
That can only be verified by replaying this scenario with a different card 
or driver. I'll try to do just that using the madwifi driver.

An alternative to get correct wireless setup is to manually set correct 
channel using iwconfig from shell *before* starting netcfg. At least that 
means it's locked into the correct channel. But even here the "rescan" 
does not get triggered reliably. You'd expect that to happen when 
the "Searching for APs" progress bar is displayed (between entering ESSID 
and WEP key), but iwevent does not show that. It will take a few retries 
of reconfigure wireless and dhcp to get there. Setting a wrong ESSID on 
purpose does not make much difference.

What's also weird is that sometimes the "Searching for APs" progress bar 
is displayed between ESSID and WEP dialogs, but sometimes it is not.
A final problem could also be that dhclient seems to remain running during 
wireless reconfigurations, or even if netcfg is restarted.

All in all highly unsatisfying...

Final note. If I manually do
   ip link set wlan0 up
   iwconfig wlan0 essid 
   dhclient wlan0
and then redo the 'iwconfig essid', that very reliably _does_ trigger a

Processed: Mass-merging

2011-01-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unmerge 606636
Bug#606636: Reverse DNS takes precedence over netcfg/get_hostname
Bug#343269: hostname/domain name preseeding is quite broken
Disconnected #606636 from all other report(s).

> forcemerge 343269 561573 544513 606636
Bug#343269: hostname/domain name preseeding is quite broken
Bug#544513: dhcp returned hostname take precedence on netcfg/get_hostname
Bug#561573: netcfg: Disable reverse-resolve via preseed
Bug#606636: Reverse DNS takes precedence over netcfg/get_hostname
Forcibly Merged 343269 544513 561573 606636.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
606636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606636
544513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544513
561573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561573
343269: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343269
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129394428616171.transcr...@bugs.debian.org



Spam cleaning effort: December 2010

2011-01-01 Thread Christian PERRIER
We're now in 2011 (yay), so it's time for our team of magic reviewers
to work on December 2010 archives.

More details on http://wiki.debian.org/DebianInstaller/SpamClean

Happy cleaning..:-)





signature.asc
Description: Digital signature