Bug#621137: Random exec failures on ARM; breaks boot -- /init: exec: line 306: run-init: Unknown error 2372692

2011-04-08 Thread Michael Tokarev
First of all, big, LARGE Thank you Loïc, for the great work
you've done about this bug.

Somehow I haven't received earlier messages for #621137 even
when I'm subscribed, or else I'd reply sooner.

I wanted to get rid of that patch completely, together with
CONFIG_STANDALONE_SHELL busybox config option (which makes
its shell to search for commands internally first and in
$PATH second), but unfortunately initramfs-tools relies on
this hack still (I submitted a patch for that to initramfs-
tools a while back) hence it stays for now.

I very much hope this all will be sorted out for good for
wheezy, whithout applets-fallback.patch and other hackery.

But so far, since the thing is still needed, and since gcc
isn't yet in good state, your patch is necessary, and it
looks good too - excellent spot.  This code (in applets-
fallback.patch) has bit-rotted for a bit.  Quite interesting
effect on gcc too ;)

08.04.2011 04:06, Loïc Minier wrote:
[]
  Ah I should have submitted the changes in a branch of busybox.git;
  didn't spot the git repo -- my bad.
 
  Indeed the layout isn't too conventional: no pristine-tar branch, no
  upstream files in the repo, no upstream branch with e.g. imported
  tarballs or upstream history.  Putting busybox_1.18.4-1.dsc from the

Yes the proper conversion into gbp hasn't been done in the
git.debian.org busybox repository, -- only debian branch is
there, no upstream etc.  The reason - in addition to the
usual not yet done - is actually a bit deeper - I wanted
to clone upstream git repository into debian busybox.git,
instead of using git-import-orig, which is, at my opinion,
a step backwards compared with how git can work.  But I
can't figure out how to have a tree of upstreams, since
upstream itself has not just single branch but many stable
subbranches which gbo does not handle well either.  So the
conversion process stalled somewhat, I did lots of experiments
locally but am not satisfied with results.

So, thank you again, thank you very much for your great work
with all this stuff - both the original problem and packaging
issues.  Busybox needs quite some love ;)

/mjt



--
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/4d9eaeea.9000...@msgid.tls.msk.ru



Bug#620569: usbkey install wheezy i386 doesn't work

2011-04-08 Thread Lorenzo Bernardi

On 04/07/2011 01:36 PM, Michael Gilbert wrote:
   

There is no guarantee that the testing installer will work at any given
time.  You can try the testing snapshot release, which has certain known
problems already, has been tested, and is known to work:
 


That should say certain known problems already *fixed*.



   
I have tried to is the iso image on the page you gave me  and when I 
tried to install using the USB key I have the following message in the log:
Apr 08 09:08:01 iso-scan:./debian-testing-snapshot-2011.04-i386-mini.iso 
not a Debian iso


I have looked at the image by mounting them:
mount -o loop ./debian-testing-snapshot-2011.04-i386-mini.iso /tmp/dd
ls /tmp/dd/
adtxt.cfg  dtmenu.cfg f10.txt  f2.txt  f4.txt  f6.txt  f8.txt  
g2ldr  initrd.gz   isolinux.cfg  linuxmenu.cfgrqtxt.cfg  
splash.png   txt.cfg  win32-loader.ini
boot.cat   exithelp.cfg  f1.txt   f3.txt  f5.txt  f7.txt  f9.txt  
g2ldr.mbr  isolinux.bin  kde lxdeprompt.cfg  setup.exe  
stdmenu.cfg  vesamenu.c32  xfce


and the daily build iso image gives something different.

mount -o loop ~/OLD/debian-testing-i386-netinst.iso /tmp/dd
ls /tmp/dd/
autorun.inf  debian  doc   g2ldr  install  isolinuxpics  
README.html  README.mirrors.txt  README.txt  tools
css dists   firmware  g2ldr.mbr  install.386  md5sum.txt  pool  
README.mirrors.html  README.source  setup.exe   win32-loader.ini


I should say that using the daily build image burn on a CD works 
perfectly it is only the usb key installation setup that causes me 
problems.


When I try to do the installation with the daily build I have these two 
lines in the log


Apr  3 09:08:35 anna[1914]: grep: /cdrom/dists/stable/Release: No such 
file or directory
Apr  3 09:08:35 cdrom-retriever: error: No components listed in 
/cdrom/dists/stable/Release.


It looks to me that the installer (anna?) is looking for a stable 
release not a testing one. And in fact in the daily build the 
dists/stable/Release directory doesn't exist.


If I put a squeeze iso image it loads the CD but complains that there is 
a kernel mismatch between the installer (2.6.37-2-486) and the modules 
found in the iso image.


sincerely

L.




--
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/4d9ebace.4060...@lpn.cnrs.fr



Bug#621657: debootstrap: Doesn't recognize Release file

2011-04-08 Thread Roland Stigge
On 04/08/2011 01:06 AM, Joey Hess wrote:
 Roland Stigge wrote:
 trying to build a clean squeeze or sid chroot, I get the following:

 # debootstrap squeeze squeeze
 I: Retrieving Release
 E: Invalid Release file, no entry for main/binary-arm/Packages
 # debootstrap sid sid
 I: Retrieving Release
 E: Invalid Release file, no entry for main/binary-arm/Packages
 
 There is no arm architecture in unstable, testing, or stable anymore.
 To debootstrap armel from an arm architecture system, you'll need to
 use --arch=armel.

Sorry, my fault, it was an ARCH=arm in my (unclean) environment.

bye,
  Roland



-- 
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/4d9eba5e.20...@antcom.de



Re: Netboot wheezy on Sheevaplug installs squeeze

2011-04-08 Thread Graham Keeling
On Thu, Apr 07, 2011 at 06:58:21PM -0400, Joey Hess wrote:
 Graham Keeling wrote:
  Hello,
  I'm not sure if this is the right place to talk about this, but here goes:
  
  I downloaded the uImage and uInitrd from this location:
  
  ftp://ftp.debian.org/debian/dists/wheezy/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/
  
  But it actually ends up installing squeeze, not wheezy.
  
  
  How should I go about getting this fixed?
 
 The installer images on ftp.debian.org are only updated for Debian
 stable releases; that is the same as the squeeze installer currently.
 
 Use a daily build from http://www.debian.org/devel/debian-installer/

Thanks for this.
However, I now have some possibly dumb questions.

On the Sheevaplug, I am used to downloading a uImage and a uInitrd (these
are the only files available in the FTP directory above), putting them on a
USB stick, booting the plug and running commands like this on the u-Boot
command line:

usb start
ext2load usb 0:1 0x0080 /uImage
ext2load usb 0:1 0x0110 /uInitrd
setenv bootargs console=ttyS0,115200n8 
base-installer/initramfs-tools/driver-policy=most
bootm 0x0080 0x0110

The only installers that I can find in the daily build directories are iso
images. I do not know how to use these on the plug.

Is there a way of converting an iso image to a uImage/uInitrd?


-- 
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/20110408090841.gr22...@invader.dev.equiinet.com



Re: Netboot wheezy on Sheevaplug installs squeeze

2011-04-08 Thread Graham Keeling
On Fri, Apr 08, 2011 at 10:08:41AM +0100, Graham Keeling wrote:
 On Thu, Apr 07, 2011 at 06:58:21PM -0400, Joey Hess wrote:
  Graham Keeling wrote:
   Hello,
   I'm not sure if this is the right place to talk about this, but here goes:
   
   I downloaded the uImage and uInitrd from this location:
   
   ftp://ftp.debian.org/debian/dists/wheezy/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/
   
   But it actually ends up installing squeeze, not wheezy.
   
   
   How should I go about getting this fixed?
  
  The installer images on ftp.debian.org are only updated for Debian
  stable releases; that is the same as the squeeze installer currently.
  
  Use a daily build from http://www.debian.org/devel/debian-installer/
 
 Thanks for this.
 However, I now have some possibly dumb questions.
 
 On the Sheevaplug, I am used to downloading a uImage and a uInitrd (these
 are the only files available in the FTP directory above), putting them on a
 USB stick, booting the plug and running commands like this on the u-Boot
 command line:
 
 usb start
 ext2load usb 0:1 0x0080 /uImage
 ext2load usb 0:1 0x0110 /uInitrd
 setenv bootargs console=ttyS0,115200n8 
 base-installer/initramfs-tools/driver-policy=most
 bootm 0x0080 0x0110
 
 The only installers that I can find in the daily build directories are iso
 images. I do not know how to use these on the plug.
 
 Is there a way of converting an iso image to a uImage/uInitrd?

My initial thought was that these bits would be inside the iso image somewhere
and that I would just need to mount the image on my PC and copy them out.

But I've tried mounting it, and there doesn't appear to be the stuff
in it that I would expect:

invader:~# mount -o loop /home/graham/debian-testing-armel-businesscard.iso /mnt
invader:~# ls -la /mnt/
total 290
dr-xr-xr-x  9 root root   2048 2011-04-08 05:07 .
drwxr-xr-x 26 root root   4096 2011-03-09 10:30 ..
dr-xr-xr-x  2 root root   2048 2011-04-08 05:07 css
lr-xr-xr-x  1 root root  1 2011-04-08 05:07 debian - .
dr-xr-xr-x  2 root root   2048 2011-04-08 05:07 .disk
dr-xr-xr-x  3 root root   2048 2011-04-08 05:07 dists
dr-xr-xr-x  4 root root   4096 2011-04-08 05:07 doc
dr-xr-xr-x  2 root root   2048 2011-04-08 05:07 install
-r--r--r--  1 root root  36377 2011-04-08 05:07 md5sum.txt
dr-xr-xr-x  2 root root   4096 2011-04-08 05:07 pics
dr-xr-xr-x  3 root root   2048 2011-04-08 05:07 pool
-r--r--r--  1 root root   8614 2011-04-08 05:07 README.html
-r--r--r--  1 root root 143446 2011-04-01 20:55 README.mirrors.html
-r--r--r--  1 root root  77247 2011-04-01 20:55 README.mirrors.txt
-r--r--r--  1 root root   5245 2011-04-08 05:07 README.txt

The install directory contains nothing.


Compare it to the daily i386 image:

invader:/mnt# mount -o loop /home/graham/debian-testing-i386-businesscard.iso 
/mnt
invader:~# ls -l /mnt/
total 702
-r--r--r-- 1 root root 27 2011-04-08 05:09 autorun.inf
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 css
lr-xr-xr-x 1 root root  1 2011-04-08 05:09 debian - .
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 dists
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 doc
-r--r--r-- 1 root root 110070 2011-04-07 22:54 g2ldr
-r--r--r-- 1 root root   8192 2011-04-07 22:54 g2ldr.mbr
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 install
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 install.386
dr-xr-xr-x 1 root root   4096 2011-04-08 05:09 isolinux
-r--r--r-- 1 root root  22369 2011-04-08 05:09 md5sum.txt
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 pics
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 pool
-r--r--r-- 1 root root   8949 2011-04-08 05:09 README.html
-r--r--r-- 1 root root 143446 2011-04-01 20:55 README.mirrors.html
-r--r--r-- 1 root root  77247 2011-04-01 20:55 README.mirrors.txt
-r--r--r-- 1 root root407 2011-04-08 05:09 README.source
-r--r--r-- 1 root root   5533 2011-04-08 05:09 README.txt
-r--r--r-- 1 root root 319525 2011-04-07 22:54 setup.exe
dr-xr-xr-x 1 root root   2048 2011-04-08 05:09 tools
-r--r--r-- 1 root root237 2011-04-08 05:09 win32-loader.ini

The install.386 directory contains this:
invader:~# ls -l /mnt/install.386/
total 6438
dr-xr-xr-x 1 root root2048 2011-04-08 05:09 gtk
-r--r--r-- 1 root root 4234931 2011-04-08 05:09 initrd.gz
-r--r--r-- 1 root root  45 2011-04-08 05:09 install.bat
-r--r--r-- 2 root root 2354496 2011-04-08 05:09 vmlinuz


-- 
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/20110408092619.gs22...@invader.dev.equiinet.com



Processed: reassign 618320 to debian-installer

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

 reassign 618320 debian-installer
Bug #618320 [grub-pc] invalid a.out header while booting on kfreebsd
Bug reassigned from package 'grub-pc' to 'debian-installer'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618320
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.130225460220170.transcr...@bugs.debian.org



Processed: tagging 618320

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

 tags 618320 + pending
Bug #618320 [debian-installer] invalid a.out header while booting on kfreebsd
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618320
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.130225468420468.transcr...@bugs.debian.org



Re: Netboot wheezy on Sheevaplug installs squeeze

2011-04-08 Thread Philipp Kern
On 2011-04-08, Graham Keeling gra...@equiinet.com wrote:
 On Thu, Apr 07, 2011 at 06:58:21PM -0400, Joey Hess wrote:
 Use a daily build from http://www.debian.org/devel/debian-installer/
 The only installers that I can find in the daily build directories are iso
 images. I do not know how to use these on the plug.

It seems the armel builds broke.  The most current daily with the right files
seems to be [0].

Kind regards
Philipp Kern

[0] http://people.debian.org/~joeyh/d-i/armel/images/20110323-11:03/


-- 
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/slrniptlrl.niv.tr...@kelgar.0x539.de



Re: Netboot wheezy on Sheevaplug installs squeeze

2011-04-08 Thread Graham Keeling
On Fri, Apr 08, 2011 at 09:37:57AM +, Philipp Kern wrote:
 On 2011-04-08, Graham Keeling gra...@equiinet.com wrote:
  On Thu, Apr 07, 2011 at 06:58:21PM -0400, Joey Hess wrote:
  Use a daily build from http://www.debian.org/devel/debian-installer/
  The only installers that I can find in the daily build directories are iso
  images. I do not know how to use these on the plug.
 
 It seems the armel builds broke.  The most current daily with the right files
 seems to be [0].
 
 Kind regards
 Philipp Kern
 
 [0] http://people.debian.org/~joeyh/d-i/armel/images/20110323-11:03/

OK, thank you! This is progress.

However, when running it, it wants to download stuff from unstable (I have
only mirrored wheezy, not unstable). I don't think that it should be doing
that, but perhaps it is expected because this installer is a couple of weeks
old and the switch from unstable to testing only happened recently.


-- 
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/20110408100342.gu22...@invader.dev.equiinet.com



Re: Bug#620499: RM: palo -- RoQA; hppa being removed

2011-04-08 Thread Alexander Reichle-Schmehl
tags 620499 +moreinfo
thanks

Hi!


* Moritz Muehlenhoff j...@debian.org [110402 11:53]:

 Please remove palo. hppa is being removed from unstable.

Yes it's going to be removed, but it isn't yet.  So guess we can wait a
little bit, till it's moved.

Also, I'd like to see the following resolved before the removal of
palo:

Checking reverse dependencies...
# Broken Depends:
bootcd: bootcd-hppa

# Broken Build-Depends:
debian-installer: palo



Best Regards,
  Alexander


-- 
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/20110408114503.ga5...@melusine.alphascorpii.net



Processing of rescue_1.27_i386.changes

2011-04-08 Thread Debian FTP Masters
rescue_1.27_i386.changes uploaded successfully to localhost
along with the files:
  rescue_1.27.dsc
  rescue_1.27.tar.gz
  rescue-check_1.27_all.udeb
  rescue-mode_1.27_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/e1q8aj7-00020o...@franck.debian.org



rescue_1.27_i386.changes ACCEPTED into unstable

2011-04-08 Thread Debian FTP Masters



Accepted:
rescue-check_1.27_all.udeb
  to main/r/rescue/rescue-check_1.27_all.udeb
rescue-mode_1.27_all.udeb
  to main/r/rescue/rescue-mode_1.27_all.udeb
rescue_1.27.dsc
  to main/r/rescue/rescue_1.27.dsc
rescue_1.27.tar.gz
  to main/r/rescue/rescue_1.27.tar.gz


Override entries for your package:
rescue-check_1.27_all.udeb - standard debian-installer
rescue-mode_1.27_all.udeb - optional debian-installer
rescue_1.27.dsc - source misc

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


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/e1q8arf-00031e...@franck.debian.org



Bug#621393: debian-installer: checksum cmdline alias

2011-04-08 Thread Otavio Salvador
On Thu, Apr 7, 2011 at 13:38, Christian PERRIER bubu...@debian.org wrote:
 Quoting Otavio Salvador (ota...@ossystems.com.br):
 On Thu, Apr 7, 2011 at 02:19, Christian PERRIER bubu...@debian.org wrote:
  Without objections, I'll add this ASAP.

 I'd say to use preseed-checksum since checksum mens nothing and might
 be confusing.

 Doesn't this defeat the purpose of having a shorter kernel command line?

maybe; the problem of using checksum is the many possibilities it has as:

 - preseed file checksum;
 - initrd checksum;
 - iso checksum;
 - ??? checksum?


-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



--
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/banlktikbkvdpjdgkqao8aspwnaabkpq...@mail.gmail.com



Bug#616605: marked as done ('Execute shell in installation' runs /bin/sh not /bin/bash)

2011-04-08 Thread Debian Bug Tracking System
Your message dated Fri, 08 Apr 2011 12:32:39 +
with message-id e1q8arf-00031k...@franck.debian.org
and subject line Bug#616605: fixed in rescue 1.27
has caused the Debian Bug report #616605,
regarding 'Execute shell in installation' runs /bin/sh not /bin/bash
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.)


-- 
616605: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: rescue-mode
Version: 1.26
Severity: important
Tags: patch

Since /bin/sh is now linked to dash by default, /bin/sh is a poor
choice for an interactive shell.  Not everyone will think to use
'exec bash', so try bash first.

Ben.

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable-proposed-updates
  APT policy: (500, 'oldstable-proposed-updates'), (500, 'unstable'), (1, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
From 0fdf6b422191121f46c9fd011bea5ea10c2265c2 Mon Sep 17 00:00:00 2001
From: Ben Hutchings b...@decadent.org.uk
Date: Sat, 5 Mar 2011 22:36:13 +
Subject: [PATCH] rescue-mode: Try executing bash before /bin/sh

Since /bin/sh is now linked to dash by default, /bin/sh is a poor
choice for an interactive shell.  Not everyone will think to use
'exec bash', so try bash first.
---
 rescue.d/shell |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/rescue.d/shell b/rescue.d/shell
index ae67c82..785f260 100755
--- a/rescue.d/shell
+++ b/rescue.d/shell
@@ -32,7 +32,9 @@ shell_failed () {
db_capb backup
 }
 
-if [ -f /target/bin/sh ]  [ -x /target/bin/sh ]; then
+if chroot_has bash; then
+   chroot_run 'bash -i' || shell_failed 'bash -i'
+elif [ -f /target/bin/sh ]  [ -x /target/bin/sh ]; then
chroot_run /bin/sh -i || shell_failed '/bin/sh -i'
 elif chroot_has sash; then
chroot_run sash || shell_failed sash
-- 
1.7.4.1

---End Message---
---BeginMessage---
Source: rescue
Source-Version: 1.27

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

rescue-check_1.27_all.udeb
  to main/r/rescue/rescue-check_1.27_all.udeb
rescue-mode_1.27_all.udeb
  to main/r/rescue/rescue-mode_1.27_all.udeb
rescue_1.27.dsc
  to main/r/rescue/rescue_1.27.dsc
rescue_1.27.tar.gz
  to main/r/rescue/rescue_1.27.tar.gz



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 616...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson cjwat...@debian.org (supplier of updated rescue 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: SHA256

Format: 1.8
Date: Fri, 08 Apr 2011 13:19:06 +0100
Source: rescue
Binary: rescue-check rescue-mode
Architecture: source all
Version: 1.27
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 rescue-check - enter d-i rescue mode if requested (udeb)
 rescue-mode - mount requested partition and start a rescue shell (udeb)
Closes: 616605
Changes: 
 rescue (1.27) unstable; urgency=low
 .
   [ Otavio Salvador ]
   * Apply patch from Ben Hutchings to try /bin/bash before /bin/sh.
 Closes: #616605.
 .
   [ Colin Watson ]
   * Add btrfs to the list of filesystem modules to load.
 .
   [ Updated translations ]
   * Bulgarian (bg.po) by Damyan Ivanov
   * Czech (cs.po) by Miroslav Kure
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino
   * Georgian (ka.po) by Aiet Kolkhi
   * Korean (ko.po) by Changwoo Ryu
   * Nepali (ne.po)
   * Romanian (ro.po) by Eddy Petrișor
   * Northern Sami (se.po) by Børre Gaup
   * Slovak (sk.po) by Ivan Masár
   * Swedish (sv.po) by Daniel Nylander
   * Telugu (te.po) by Arjuna Rao Chavala
   * Thai (th.po) by Theppitak Karoonboonyanan
Checksums-Sha1: 
 43817e8e8cb9f235b3efb1105339f00afeac243f 1557 rescue_1.27.dsc
 b0a1d660897ae57b293dbfd13e1aa033e71d0a25 136419 rescue_1.27.tar.gz
 8c24a7eda35682f17232ea76d3fa93aa89f33bf2 2478 rescue-check_1.27_all.udeb
 

Bug#620309: installation-reports: fakeroot make rebuild_netboot has unmet dependencies

2011-04-08 Thread Bernhard Kuemel
On 04/01/2011 06:38 AM, Christian PERRIER wrote:
 You're apparently trying to build the squeeze installer, but are doing
 this on an unstable machine (sources.list pointing to unstable). Am I right?
 
 That won't work. For this, you need to try building the version from
 git.

Is the git version good for installing squeeze?



-- 
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/4d9efb47.6080...@bksys.at



Bug#620309: installation-reports: fakeroot make rebuild_netboot has unmet dependencies

2011-04-08 Thread Bernhard Kuemel
On 04/01/2011 06:38 AM, Christian PERRIER wrote:
 When I do fakeroot make rebuild_netboot it doesn't find a
 bunch of packages - see the end of the shell log. Some 
 editing was done with the mc editor and so is invisible in 
 the log.
 
 
 You're apparently trying to build the squeeze installer, but are doing
 this on an unstable machine (sources.list pointing to unstable). Am I right?
 
 That won't work. For this, you need to try building the version from
 git.
 
 Or you need to build on a machine where sources.list has entries for squeeze.

Now I tried this on a newly installed squeeze. I had an unstable entry
in sources.list because of some xorg problems, but removed that. Same
problem. It does, too, inform me about the git repository when I
'apt-get source debian-installer'. Does it work for you?

- shell log --
sebastian@sebi:~/debian-installer/debian-installer-20110106+squeeze1/build$
LANG=C fakeroot make rebuild_netboot
rm -f ./stamps/tree-unpack-netboot-stamp ./stamps/tree-netboot-stamp
./stamps/extra-netboot-stamp ./stamps/get_udebs-netboot-stamp
rm -f ./tmp/netboot/diskusage.txt
rm -f ./tmp/netboot/all.utf
rm -f ./tmp/netboot/unifont.bdf ./tmp/netboot/tree/lib/unifont.bgf
rm -f pkg-lists/standard-udebs pkg-lists/kernel-module-udebs
rm -rf ./dest/netboot/debian-installer ./dest/netboot/netboot.tar.gz
./dest/netboot/mini.iso
rm -rf ./tmp/netboot
update-manifest
make[3]: `sources.list.udeb' is up to date.
Ign copy: localudebs/ Release.gpg
Ign
copy:/home/sebastian/debian-installer/debian-installer-20110106+squeeze1/build/
localudebs/ Translation-en
Ign copy: localudebs/ Release
Ign copy: localudebs/ Packages/DiffIndex
Ign copy: localudebs/ Packages
Get:1 copy: localudebs/ Packages [20 B]
Hit http://ftp.at.debian.org unstable Release.gpg
Ign http://ftp.at.debian.org/debian/ unstable/main/debian-installer
Translation-en
Hit http://ftp.at.debian.org unstable Release
Hit http://ftp.at.debian.org unstable/main/debian-installer i386 Packages
Fetched 20 B in 0s (64 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
dh_testroot
get-packages udeb acpi-modules-2.6.32-5-486-di anna archdetect
bogl-bterm-udeb brltty-udeb busybox-udeb cdebconf-newt-terminal
cdebconf-newt-udeb cdebconf-priority cdebconf-text-udeb cdebconf-udeb
choose-mirror choose-mirror-bin console-keymaps-at
debian-archive-keyring-udeb di-utils di-utils-reboot di-utils-shell
di-utils-terminfo download-installer env-preseed ethdetect
fat-modules-2.6.32-5-486-di fb-modules-2.6.32-5-486-di
floppy-modules-2.6.32-5-486-di gpgv-udeb hw-detect initrd-preseed
input-modules-2.6.32-5-486-di installation-locale kbd-chooser
kernel-image-2.6.32-5-486-di libblkid1-udeb libcrypto1.0.0-udeb
libdebconfclient0-udeb libdebian-installer4-udeb libfribidi0-udeb
libiw30-udeb libnss-dns-udeb libnss-files-udeb libsysfs2-udeb
libtextwrap1-udeb libuuid1-udeb localechooser lowmemcheck main-menu
media-retriever module-init-tools-udeb mountmedia nano-udeb
net-retriever netcfg network-console network-preseed
nic-extra-modules-2.6.32-5-486-di nic-modules-2.6.32-5-486-di
nic-pcmcia-modules-2.6.32-5-486-di nic-usb-modules-2.6.32-5-486-di
nic-wireless-modules-2.6.32-5-486-di openssh-server-udeb pciutils-udeb
pcmcia-modules-2.6.32-5-486-di pcmciautils-udeb preseed-common
rescue-check rootskel save-logs serial-modules-2.6.32-5-486-di udev-udeb
udpkg usb-modules-2.6.32-5-486-di usb-storage-modules-2.6.32-5-486-di
util-linux-udeb virtio-modules-2.6.32-5-486-di zlib1g-udeb
make[4]: `sources.list.udeb' is up to date.

Ign copy: localudebs/ Release.gpg

Ign
copy:/home/sebastian/debian-installer/debian-installer-20110106+squeeze1/build/
localudebs/ Translation-en

Ign copy: localudebs/ Release

Ign copy: localudebs/ Packages/DiffIndex

Ign copy: localudebs/ Packages

Get:1 copy: localudebs/ Packages [20 B]
Hit http://ftp.at.debian.org unstable Release.gpg
Ign http://ftp.at.debian.org/debian/ unstable/main/debian-installer
Translation-en
Hit http://ftp.at.debian.org unstable Release
Hit http://ftp.at.debian.org unstable/main/debian-installer i386 Packages
Fetched 20 B in 0s (61 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Need to download: acpi-modules-2.6.32-5-486-di anna archdetect
bogl-bterm-udeb brltty-udeb busybox-udeb cdebconf-newt-terminal
cdebconf-newt-udeb cdebconf-priority cdebconf-text-udeb cdebconf-udeb
choose-mirror choose-mirror-bin console-keymaps-at
debian-archive-keyring-udeb di-utils di-utils-reboot di-utils-shell
di-utils-terminfo download-installer env-preseed ethdetect
fat-modules-2.6.32-5-486-di fb-modules-2.6.32-5-486-di
floppy-modules-2.6.32-5-486-di gpgv-udeb hw-detect initrd-preseed
input-modules-2.6.32-5-486-di installation-locale kbd-chooser
kernel-image-2.6.32-5-486-di libblkid1-udeb libcrypto1.0.0-udeb
libdebconfclient0-udeb libdebian-installer4-udeb libfribidi0-udeb
libiw30-udeb libnss-dns-udeb libnss-files-udeb 

Bug#620309: installation-reports: fakeroot make rebuild_netboot has unmet dependencies

2011-04-08 Thread Bernhard Kuemel
On 04/01/2011 06:38 AM, Christian PERRIER wrote:

 You're apparently trying to build the squeeze installer, but are doing
 this on an unstable machine (sources.list pointing to unstable). Am I right?

I used to run the machine with testing but changed that to squeeze
before it became stable. I currently have:

s:/etc/apt# grep -v ^# sources.list
deb  ftp://debian.sil.at/debian/ lenny main non-free contrib
deb  ftp://debian.sil.at/debian/ squeeze main non-free contrib
deb-src  ftp://debian.sil.at/debian/ squeeze main non-free contrib
deb  ftp://debian.sil.at/debian/ unstable main non-free contrib
deb http://security.debian.org/ testing/updates main contrib non-free

s:/etc/apt# cat apt.conf
APT::Default-Release squeeze;

aptitude dist-upgrade produces an error with package emacsen-common.

 That won't work. For this, you need to try building the version from
 git.
 
 Or you need to build on a machine where sources.list has entries for squeeze.

I have. There is no deb-src entry for unstable. Do I need to remove the
deb unstable entry or is APT::Default-Release squeeze; enough?

Bernhard



-- 
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/4d9ef78b.7000...@bksys.at



E: Unimplemented function

2011-04-08 Thread melbogia
Hello,
I have a machine with multiple network interfaces and the installer
picks eth0 by default so I am trying to edit initrd and add a script
in /lib/debian-installer-startup.d/ to select the correct interface
based on IPAPPEND (which gives us BOOTIF=macaddress on the
/proc/cmdline). The script is pretty simple, like so

. /usr/share/debconf/confmodule
get mac address from /proc/cmdline
get correct interface from /sys/classes/net/* based on mac address
db_set netcfg/choose_interface interface

This script runs, however I get the E: Unimplemented function error
when the script runs on startup and waits there. I have to hit ctrl-c
to break out of that and then it continues forward as expeted. I
suspect the error has something to do with
/usr/share/debconf/confmodule but I don't know what and I can't figure
it out. Any help would be appreciated.


-- 
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/BANLkTi=sq_a2n5xyvucq9e8gmrlnnz6...@mail.gmail.com



Bug#621657: debootstrap: Doesn't recognize Release file

2011-04-08 Thread Joey Hess
Roland Stigge wrote:
 Sorry, my fault, it was an ARCH=arm in my (unclean) environment.

Oh, in that case I've committed a change to sanitize all that stuff.

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: reassign 621753 to grub-installer, notfound 621753 in 1.61

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

 reassign 621753 grub-installer
Bug #621753 [debian-installer] debian-installer: screen title says Configuring 
man-db instead of Configuring grub
Bug reassigned from package 'debian-installer' to 'grub-installer'.
Bug No longer marked as found in versions debian-installer/20110106+squeeze1.
 notfound 621753 1.61
Bug #621753 [grub-installer] debian-installer: screen title says Configuring 
man-db instead of Configuring grub
Ignoring request to alter found versions of bug #621753 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
621753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621753
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.13022800627361.transcr...@bugs.debian.org



Processed: notfound 621753 in 1.60+squeeze1

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

 notfound 621753 1.60+squeeze1
Bug #621753 [grub-installer] debian-installer: screen title says Configuring 
man-db instead of Configuring grub
Ignoring request to alter found versions of bug #621753 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
621753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621753
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.13022801037547.transcr...@bugs.debian.org



Bug#621769: debian-installer: fails to load preseed file from local media

2011-04-08 Thread Yves-Alexis Perez
Package: debian-installer
Severity: normal
Tags: d-i

Hey,

it seems that preseed/file doesn't work at all.

I'm using the netboot files (so linux kernel and initrd.gz). I've tried
various setups:

preseed/file=/hd-media/foo.cfg
preseed/file=file:///hd-media/foo.cfg

Looking at the content of the initrd it seems that there is nothing
mounting the media nor anything done to handle preseed/file. I've found
stuff for handling preseed/url but nothing for the file scheme.

Regards,
-- 
Yves-Alexis
-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
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/20110408170306.13004.95417.reportbug@hidalgo



Processed: reassign 621769 to preseed

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

 reassign 621769 preseed
Bug #621769 [debian-installer] debian-installer: fails to load preseed file 
from local media
Bug reassigned from package 'debian-installer' to 'preseed'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
621769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621769
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.130228308321919.transcr...@bugs.debian.org



Bug#621769: debian-installer: fails to load preseed file from local media

2011-04-08 Thread Joey Hess
Yves-Alexis Perez wrote:
 I'm using the netboot files (so linux kernel and initrd.gz). I've tried
 various setups:
 
 preseed/file=/hd-media/foo.cfg
 preseed/file=file:///hd-media/foo.cfg
 
 Looking at the content of the initrd it seems that there is nothing
 mounting the media nor anything done to handle preseed/file. I've found
 stuff for handling preseed/url but nothing for the file scheme.

/hd-media is mounted by iso-scan. That will work fine if you're
installing from a hdF11-media image. Otherwise it won't, and you'll
have to put the file somewhere else.

d-i does not have one initrd, it has initrds customized for different
media types. The file-preseed udeb that handles preseed/file is only
present on the hd-media, cdrom, and monolithic initrds.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#621769: debian-installer: fails to load preseed file from local media

2011-04-08 Thread Yves-Alexis Perez
On ven., 2011-04-08 at 13:27 -0400, Joey Hess wrote:
 Yves-Alexis Perez wrote:
  I'm using the netboot files (so linux kernel and initrd.gz). I've tried
  various setups:
  
  preseed/file=/hd-media/foo.cfg
  preseed/file=file:///hd-media/foo.cfg
  
  Looking at the content of the initrd it seems that there is nothing
  mounting the media nor anything done to handle preseed/file. I've found
  stuff for handling preseed/url but nothing for the file scheme.
 
 /hd-media is mounted by iso-scan. That will work fine if you're
 installing from a hdF11-media image. Otherwise it won't, and you'll
 have to put the file somewhere else.
 
 d-i does not have one initrd, it has initrds customized for different
 media types. The file-preseed udeb that handles preseed/file is only
 present on the hd-media, cdrom, and monolithic initrds.
 

Damn. So I guess I'll have to fall back to the network preseed or
rebuild the initrd (the whole point was to embed the preseed file on the
usb drive but keep a generic initrd.gz so I could chose the kind of
install (standard, preseed1/2/..) depending on the boot options.
hd-media won't work since, afair, it can't use a network mirror but will
only rely on local mirror.

Regards,
-- 
Yves-Alexis


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


Bug#621769: debian-installer: fails to load preseed file from local media

2011-04-08 Thread Yves-Alexis Perez
On ven., 2011-04-08 at 13:27 -0400, Joey Hess wrote:
 /hd-media is mounted by iso-scan. That will work fine if you're
 installing from a hdF11-media image. Otherwise it won't, and you'll
 have to put the file somewhere else.
 
 d-i does not have one initrd, it has initrds customized for different
 media types. The file-preseed udeb that handles preseed/file is only
 present on the hd-media, cdrom, and monolithic initrds. 

For people looking for that, just in case, the info above was indeed
available from the documentation at
http://www.debian.org/releases/stable/i386/apbs01.html.en#preseed-methods


-- 
Yves-Alexis


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


Processed: your mail

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

 merge 501723 619751
Bug#501723: debian-installer: hungs with unstruted sources
Bug#619751: debian-installer: should upgrade debian-archive-keyring from the 
main mirror before attemping to fetch from security
Bug#549880: debian-installer: hungs with unstruted sources
Bug#620805: installer hangs, while aptitude is waiting for input
Merged 501723 549880 619751 620805.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
549880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549880
620805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620805
501723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501723
619751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619751
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.130228886622794.transcr...@bugs.debian.org



Bug#621788: Please support encryption without separate /boot, with encryption support in current GRUB2

2011-04-08 Thread Josh Triplett
Package: partman-crypto
Severity: wishlist

Current GRUB2 supports directly reading encrypted partitions via
dm-crypt and LUKS.  This allows setting up an encrypted disk without a
separate unencrypted /boot partition.  Please consider supporting this
configuration in debian-installer.

(Note that at the moment such a setup requires entering the passphrase
twice: once for GRUB and once for Linux.  I've seen some discussion
about passing the passphrase from GRUB to Linux, but such support
doesn't exist yet.)

Thanks,
Josh Triplett

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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



-- 
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/20110408214437.5444.4113.reportbug@feather



Bug#621791: Please support setting LUKS options for speed/brute-forcing tradeoff

2011-04-08 Thread Josh Triplett
Package: partman-crypto
Severity: wishlist

LUKS tunes its passphrase handling (the number of iterations for the
PBKDF2 algorithm) to ensure that attempting to use a particular
passphrase will take a minimum amount of time, to make brute-forcing
much more difficult.  By default, LUKS tunes this to take approximately
one second on the current machine.  However, LUKS supports configuring
the desired number of milliseconds, to trade off between speed and
protection from brute-forcing.  Please support setting this option when
creating an encrypted volume during installation.

Thanks,
Josh Triplett

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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



-- 
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/20110408220921.5608.38552.reportbug@feather



Bug#621393: debian-installer: checksum cmdline alias

2011-04-08 Thread Christian PERRIER
Quoting Otavio Salvador (ota...@ossystems.com.br):

 maybe; the problem of using checksum is the many possibilities it has as:
 
  - preseed file checksum;
  - initrd checksum;
  - iso checksum;
  - ??? checksum?


Matt, any comment?




signature.asc
Description: Digital signature


Debian installer build: failed or old builds

2011-04-08 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* FAILED BUILD: armel Apr 08 22:16 joey@box build_orion5x_network-console 

http://people.debian.org/~joeyh/d-i/armel/images/daily/build_orion5x_network-console.log

* FAILED BUILD: armel Apr 08 22:24 joey@box build_iop32x_netboot 

http://people.debian.org/~joeyh/d-i/armel/images/daily/build_iop32x_netboot.log

* FAILED BUILD: armel Apr 08 22:27 joey@box build_versatile_netboot 

http://people.debian.org/~joeyh/d-i/armel/images/daily/build_versatile_netboot.log

* FAILED BUILD: armel Apr 08 22:38 joey@box build_ads_cf 

http://people.debian.org/~joeyh/d-i/armel/images/daily/build_ads_cf.log

* FAILED BUILD: armel Apr 08 22:38 joey@box 
build_iop32x_network-console_glantank 

http://people.debian.org/~joeyh/d-i/armel/images/daily/build_iop32x_network-console_glantank.log

* OLD BUILD:mips Apr 05 00:18 buildd@ball build_malta_netboot-2.6 

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

* OLD BUILD:mips Apr 05 00:23 buildd@ball build_r4k-ip22_cdrom-2.6 

http://d-i.debian.org/daily-images/mips/daily/build_r4k-ip22_cdrom-2.6.log

* OLD BUILD:mips Apr 05 00:28 buildd@ball build_r4k-ip22_netboot-2.6 

http://d-i.debian.org/daily-images/mips/daily/build_r4k-ip22_netboot-2.6.log

* OLD BUILD:mips Apr 05 00:32 buildd@ball build_r5k-ip32_netboot-2.6 

http://d-i.debian.org/daily-images/mips/daily/build_r5k-ip32_netboot-2.6.log

* OLD BUILD:mips Apr 05 00:38 buildd@ball build_sb1-bcm91250a_netboot-2.6 

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

* OLD BUILD:mips Apr 05 00:38 buildd@ball build_miniiso 
http://d-i.debian.org/daily-images/mips/daily/build_miniiso.log

* OLD BUILD:powerpc Apr 04 00:06 buildd@praetorius build_powerpc_cdrom 

http://d-i.debian.org/daily-images/powerpc/daily/build_powerpc_cdrom.log

* OLD BUILD:powerpc Apr 04 00:08 buildd@praetorius build_powerpc_netboot 

http://d-i.debian.org/daily-images/powerpc/daily/build_powerpc_netboot.log

* OLD BUILD:powerpc Apr 04 00:11 buildd@praetorius 
build_powerpc_netboot-gtk 

http://d-i.debian.org/daily-images/powerpc/daily/build_powerpc_netboot-gtk.log

* OLD BUILD:powerpc Apr 04 00:13 buildd@praetorius build_powerpc_hd-media 

http://d-i.debian.org/daily-images/powerpc/daily/build_powerpc_hd-media.log

* OLD BUILD:powerpc Apr 04 00:15 buildd@praetorius build_powerpc64_cdrom 

http://d-i.debian.org/daily-images/powerpc/daily/build_powerpc64_cdrom.log

* OLD BUILD:powerpc Apr 04 00:16 buildd@praetorius build_powerpc64_netboot 

http://d-i.debian.org/daily-images/powerpc/daily/build_powerpc64_netboot.log

* OLD BUILD:powerpc Apr 04 00:20 buildd@praetorius 
build_powerpc64_netboot-gtk 

http://d-i.debian.org/daily-images/powerpc/daily/build_powerpc64_netboot-gtk.log


Totals: 103 builds (5 failed, 13 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/e1q8mwx-00042t...@ravel.debian.org



Bug#621393: debian-installer: checksum cmdline alias

2011-04-08 Thread Matt Taggart
 Quoting Otavio Salvador (ota...@ossystems.com.br):
 
  maybe; the problem of using checksum is the many possibilities it has as:
 =20
   - preseed file checksum;
   - initrd checksum;
   - iso checksum;
   - ??? checksum?
 
 Matt, any comment?

How about something like preseed-md5 or di-md5?

-- 
Matt Taggart
tagg...@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/20110409041615.d800c1b1...@taggart.lackof.org



Bug#621393: debian-installer: checksum cmdline alias

2011-04-08 Thread Christian PERRIER
clone 621393 -1
reassign -1 installation-guide
retitle -1 Please document new alias for preseed/file/checksum
block -1 by 621393
thanks

Quoting Matt Taggart (tagg...@debian.org):
  Quoting Otavio Salvador (ota...@ossystems.com.br):
  
   maybe; the problem of using checksum is the many possibilities it has as:
  =20
- preseed file checksum;
- initrd checksum;
- iso checksum;
- ??? checksum?
  
  Matt, any comment?
 
 How about something like preseed-md5 or di-md5?

When it comes at me, anything is OK, as aliases purpose is to be
documented in the installation guide (which reminds me that we need to
remember doing this...hence the cloned bug report).

This is indeed why checksum was fine by me.

Otavio?




signature.asc
Description: Digital signature


Bug#621400: debian-installer: keymap alias

2011-04-08 Thread Christian PERRIER
clone 621400 -1
reassign -1 installation-guide
retitle -1 Please document keymap alias
block -1 by 621400
thanks

Quoting Christian PERRIER (bubu...@debian.org):
 reassign 621400 preseed
 thanks
 
 Quoting Matt Taggart (tagg...@debian.org):
  Package: debian-installer
  Version: 20110406
  Severity: wishlist
  
  Hi,
  
  I would like a kernel command line alias named keymap that means the same 
  as console-keymaps-at/keymap. In particular this one (AFAIK) has to be 
  specified when using preseeding since this question gets asked before the 
  preseed loads.
 
 
 Same reassignment and comment than former request. I think that this
 option is even more wished to make kernel command line shorter for
 preseeded installs.
 
 

Reminder for documenting the new alias once added.



-- 




signature.asc
Description: Digital signature


Processed: Re: Bug#621393: debian-installer: checksum cmdline alias

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

 clone 621393 -1
Bug#621393: debian-installer: checksum cmdline alias
Bug 621393 cloned as bug 621824.

 reassign -1 installation-guide
Bug #621824 [preseed] debian-installer: checksum cmdline alias
Bug reassigned from package 'preseed' to 'installation-guide'.
 retitle -1 Please document new alias for preseed/file/checksum
Bug #621824 [installation-guide] debian-installer: checksum cmdline alias
Changed Bug title to 'Please document new alias for preseed/file/checksum' from 
'debian-installer: checksum cmdline alias'
 block -1 by 621393
Bug #621824 [installation-guide] Please document new alias for 
preseed/file/checksum
Was not blocked by any bugs.
Added blocking bug(s) of 621824: 621393
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
621824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621824
621393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621393
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
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.130232698729541.transcr...@bugs.debian.org



Processed: Re: Bug#621400: debian-installer: keymap alias

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

 clone 621400 -1
Bug#621400: debian-installer: keymap alias
Bug 621400 cloned as bug 621825.

 reassign -1 installation-guide
Bug #621825 [preseed] debian-installer: keymap alias
Bug reassigned from package 'preseed' to 'installation-guide'.
 retitle -1 Please document keymap alias
Bug #621825 [installation-guide] debian-installer: keymap alias
Changed Bug title to 'Please document keymap alias' from 'debian-installer: 
keymap alias'
 block -1 by 621400
Bug #621825 [installation-guide] Please document keymap alias
Was not blocked by any bugs.
Added blocking bug(s) of 621825: 621400
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
621825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621825
621400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621400
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
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.130232706630176.transcr...@bugs.debian.org



Bug#621769: debian-installer: fails to load preseed file from local media

2011-04-08 Thread Christian PERRIER
Quoting Joey Hess (jo...@debian.org):
 Yves-Alexis Perez wrote:
  I'm using the netboot files (so linux kernel and initrd.gz). I've tried
  various setups:
  
  preseed/file=/hd-media/foo.cfg
  preseed/file=file:///hd-media/foo.cfg
  
  Looking at the content of the initrd it seems that there is nothing
  mounting the media nor anything done to handle preseed/file. I've found
  stuff for handling preseed/url but nothing for the file scheme.
 
 /hd-media is mounted by iso-scan. That will work fine if you're
 installing from a hdF11-media image. Otherwise it won't, and you'll
 have to put the file somewhere else.

So, this is not a bug, then?




signature.asc
Description: Digital signature


D-I daily builds for mips stopped?

2011-04-08 Thread Christian PERRIER
It seems that mips D-I daily builds didn't happen since April 5th.

Is anyone able to look at this?

-- 




signature.asc
Description: Digital signature


D-I daily builds for powerpc stopped?

2011-04-08 Thread Christian PERRIER
It seems that powerpc D-I daily builds didn't happen since April 4th.

Is anyone able to look at this?

-- 


-- 
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/20110409053913.gc2...@mykerinos.kheops.frmug.org