Debian Installer: end of string freeze
On Sat. July 10th, I ended the string freeze for D-I, ran a last sync of translations and began uploading D-I packages (which lasted for most of Sunday July 11th). Before doing this, I deactivated three languages: Serbian, Welsh, Wolof. These had absolutely no updates since the release of lenny and I got no answer at all from their respective translators, despite desperate attempts during the last week. Please note that the string freeze was extended for one full week. I have to say that I'm not entirely happy with the way some translations are managed. Though the majority of translators are well following debian-i18n and do their best to update their work when suggested to do so.a remaining group of languages are more loosely maintained and I have to repeat private contacts over and over before I get a chance to find someone wanting to update translations. This is by far the most time consuming task about l10n coordination and it requires up to 4 weeks of constant efforts, recurrent reminders and more and more alarming messagesin order to see something happening. Still, we finally managed to have 65 supported languages in what will becomes Debian Installer beta1 in a few weeks. Thanks a lot to all people who worked on this. Please notice that, at this time, all synchronization of translations in level 1 are suspended. Of course, now you guys can concentrate on levels 2 and 3. There's always somethign to do! -- signature.asc Description: Digital signature
Re: floppy install
On Sun, 11 Jul 2010 22:09:14 +0200, Holger Wansing wrote: > Hi, ... > BTW, is there any reason why not install Etch from floppy instead of > Sarge? No, none -- I thought I'd checked that. Actually, I think what actually happened is that I found the sarge link first, checked for etch, found it and then must have pasted the wrong one into the email -- Doh! Sorry for any wasted time. Installing from Etch floppies would be much more sensible. > http://archive.debian.org/debian/dists/etch/main/installer-i386/current/images/floppy/ Cheers, Phil. -- |)| Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/ |-| HANDS.COM Ltd.http://www.uk.debian.org/ |(| 10 Onslow Gardens, South Woodford, London E18 1NE ENGLAND pgpkbysDntqEO.pgp Description: PGP signature
Bug#588773: debootstrap: cannot use fakechroot variant
Package: debootstrap Version: 1.0.23, 1.0.12 * --variant=fakechroot is mentionned in the manpage, but no example command-line is provided, so the user is left with trial-and-error (which is annoyingly long when using a remote mirror) * the only way in which I could launch it is: $ fakeroot fakechroot debootstrap --variant=fakechroot lenny /tmp/lenny-test But then it fails with: W: Failure trying to run: chroot /tmp/lenny-test dpkg --force-depends --install /var/cache/apt/archives/base-files_5lenny6_i386.deb /var/cache/apt/archives/base-passwd_3.5.20_i386.deb * re-running the same command without removing the WIP chroot gives no error, but then fails silently, which is bad since it could leave the user thinking that "this time it worked": I: Validating zlib1g I: Chosen extractor for .deb packages: dpkg-deb I: Extracting libacl1... I: Extracting libattr1... I: Extracting base-files... local...@chalon:~$ echo $? 2 -- Yann Dirson - Bertin Technologies -- 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/20100712094549.2c8b1...@chalon.bertin.fr
Bug#588776: base-installer: please don't rely on /proc/mounts, which is not available on Hurd
Package: base-installer Version: 1.108 Tags: patch Usertags: gsoc2010 Hello, bootstrap-base starts by checking that something is mounted on /target, using /proc/mounts. On Hurd, /proc/mounts does not exist, and bootstrap-base fails as a result. The attached patch short-circuits the /target check when /proc/mounts does not exist. -- Jeremie Koenig http://jk.fr.eu.org Index: base-installer/debian/changelog === --- base-installer/debian/changelog (revision 63843) +++ base-installer/debian/changelog (working copy) @@ -1,3 +1,9 @@ +base-installer (1.109) UNRELEASED; urgency=low + + * Don't check /proc/mounts if it does not exist (ie. on Hurd). + + -- Jeremie Koenig Sun, 11 Jul 2010 22:36:14 + + base-installer (1.108) unstable; urgency=low [ Martin Michlmayr ] Index: base-installer/library.sh === --- base-installer/library.sh (revision 63843) +++ base-installer/library.sh (working copy) @@ -86,7 +86,8 @@ check_target () { # Make sure something is mounted on the target. # Partconf causes the latter format. - if ! grep -q '/target ' /proc/mounts && \ + if [ -e /proc/mounts ] && \ + ! grep -q '/target ' /proc/mounts && \ ! grep -q '/target/ ' /proc/mounts; then exit_error base-installer/no_target_mounted fi
Processed: Re: regression: busybox nc -v www.google.com 80 segfaults
Processing commands for cont...@bugs.debian.org: > package busybox Limiting to bugs with field 'package' containing at least one of 'busybox' Limit currently set to 'package':'busybox' > notfound 503582 1:1.15.3-1 Bug #503582 [busybox] regression: busybox nc -v www.google.com 80 segfaults Ignoring request to alter found versions of bug #503582 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 503582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503582 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.127892267926536.transcr...@bugs.debian.org
Bug#588781: offer installing extlinux as bootloader
Package: debian-installer Version: 20100211+b1 Severity: wishlist It would be nice if debian-installer offered extlinux as a bootloader along with LILO and GRUB. -- Piotr Lewandowski -- 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/20100712083347.6562.16338.report...@snowcube.cert.pl
I am deeply disappointed
Hi there, So, I've just installed squeeze on a lenovo x201. I have to say, I am once again, thoroughly disappointed by the experience. When I first installed slink, I started with a pile of floppies and a second computer so that I would have reference to documentation and so on. I had to manually manage IRQ assignments to allow my scsi card and disk to even be seen at all. I had to compile my nic driver on the second machine, copy it over by floppy and insmod it, in order to be able to do a network install. I had to hand-craft an XF86Config, that promptly broke on upgrade to potato. Those were great days. I was worried that this install would have none of the fun I remember from installing Debian, as I have heard rumors that things have become easier, but I had hopes that things would turn out ok in the end. This is a new laptop after all - I was looking forward to VESA mode X (or better yet, none at all), no working peripherals, no functional hotkeys, etc. Supend and resume - hah! That was something I was looking forward to fixing in the coming weeks. But no, you continue to deeply disappoint me. I think the most fun part of the install was typing in my password. To be fair, some of this is not wholly to be blamed on the installer team - the kernel and X teams have their fair share of the blame for this. I know that at least some members of those teams read this list, so hopefully they will see my complaint and correct their erroneous ways. Now I am going to have to spend the next several days actually getting work done instead of making my new laptop vaguely functional. Thanks - you guys rock! -- - | ,''`.Stephen Gran | | : :' :sg...@debian.org | | `. `'Debian user, admin, and developer | |`- http://www.debian.org | - signature.asc Description: Digital signature
Processing of partman-ext2r0_1.20_mipsel.changes
partman-ext2r0_1.20_mipsel.changes uploaded successfully to localhost along with the files: partman-ext2r0_1.20.dsc partman-ext2r0_1.20.tar.gz partman-ext2r0_1.20_mipsel.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/e1oyfqg-0005jo...@franck.debian.org
partman-ext2r0_1.20_mipsel.changes ACCEPTED
Accepted: partman-ext2r0_1.20.dsc to main/p/partman-ext2r0/partman-ext2r0_1.20.dsc partman-ext2r0_1.20.tar.gz to main/p/partman-ext2r0/partman-ext2r0_1.20.tar.gz partman-ext2r0_1.20_mipsel.udeb to main/p/partman-ext2r0/partman-ext2r0_1.20_mipsel.udeb Override entries for your package: partman-ext2r0_1.20.dsc - source debian-installer partman-ext2r0_1.20_mipsel.udeb - standard debian-installer Announcing to debian-devel-chan...@lists.debian.org 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/e1oyg4q-0006n3...@franck.debian.org
Bug#507653: Estimado Ganador en efectivo
MASTERCARD ® / MICROSOFT ® MEGA JACKPOT INTERNACIONAL. Director Ejecutivo: Sr. Chris Monteiro. Estimado Ganador en efectivo, Su dirección de correo electrónico fue seleccionado y confirmado por nuestro copatrocinador Microsoft Internacional, a través de su software más reciente de Internet. Usted tiene por lo tanto sido aprobado por MasterCard ® Internacional / Microsoft ® Corporation del Reino Unido la suma de £ 952,000.00 GBP (novecientos cincuenta y dos mil libras esterlinas Grande). Estos fondos son en efectivo, mediante abono en un cheque válido, con una Reg. ganar. MCIMJ N º: 36925/0751. Estar informado de que su premio ha sido asegurado y listo para entregar el dinero a usted. Usted está en contacto con el asignado oficial de reclamaciones con su información requerida es: Nombre: Sr. Klaus Peterson E-mail: klauspeter...@discuz.org Departamento de Reclamaciones de Verificación. No enviar por encima de Administrador de Reclamaciones, a la vez con este Reclamaciones Requisitos: 1. Nombre completo: 2. Dirección: 3. Nacionalidad: 4. Edad: 5.Ocupación: Naturaleza del Trabajo: 6. Teléfono: Fax: 7. Estado de origen: País: 8.Sexo: 9. Ganar Email Dirección: Modo de envío de remesas Premio: Entrega mensajero de su cheque certificado ganadora y otros documentos de manera segura ganadora a usted. Le saluda atentamente, El Dr. Muñoz Margarita. Servicio de Atención al Cliente Jefe. Copyright © 2010 MasterCard Inc Reino Unido. -- 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/20100712071202.204824w8vjs0a...@webmail.buenosaires.gob.ar
Missing files from debian-cd_info.tar.gz (testingcds Bi386 has failed; log included)
Hi folks, The i386 and amd64 CD builds are currently failing due to files missing from debian-cd_info.tar.gz: ... Starting new i386 xfce+lxde-CD 1 at /org/cdbuilder.debian.org/src/deb-cd/tmp/Bi386/squeeze/CD1 Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes ERROR: Unable to read UDEB_EXCLUDE file /srv/cdbuilder.debian.org/build/debian-cd/data/squeeze/i386_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding README.excluded (some package files were too big) Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/squeeze/boot-i386 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/Bi386/squeeze/CD1 Adding tools to CD1 Using ISOLINUX boot-disks image on CD1 mv: cannot stat `boot1/isolinux/g2ldr*': No such file or directory mv: cannot stat `boot1/isolinux/setup.exe': No such file or directory FAILED: error 1 Failed to start disc 1, error 256 make: *** [image-trees] Error 9 Is this expected, or symptomatic of a build failure somewhere? -- Steve McIntyre, Cambridge, UK.st...@einval.com You raise the blade, you make the change... You re-arrange me 'til I'm sane... -- 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/20100712102014.ga17...@einval.com
problem with text installer on DRAC and usb-kvm switch in lenny
Hi I have a problem with text debian installer. I load debian installer from pxe, and manage remote server with DRAC cards v3-v5 and usb kvm switch. Pressing a key will result in multiple characters of that key being displayed, tab and space affected. It is similar on https://bugzilla.redhat.com/show_bug.cgi?id=181457 In graphical mode it is not reproduced. Somebody can help me? I can give access to the problem equipment for research. Thanks. -- 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/2c7c7556-5d3a-4690-a97c-b2fd91e6e...@gmail.com
Bug#507653: Estimado Ganador en efectivo
MASTERCARD ® / MICROSOFT ® MEGA JACKPOT INTERNACIONAL. Director Ejecutivo: Sr. Chris Monteiro. Estimado Ganador en efectivo, Su dirección de correo electrónico fue seleccionado y confirmado por nuestro copatrocinador Microsoft Internacional, a través de su software más reciente de Internet. Usted tiene por lo tanto sido aprobado por MasterCard ® Internacional / Microsoft ® Corporation del Reino Unido la suma de £ 952,000.00 GBP (novecientos cincuenta y dos mil libras esterlinas Grande). Estos fondos son en efectivo, mediante abono en un cheque válido, con una Reg. ganar. MCIMJ N º: 36925/0751. Estar informado de que su premio ha sido asegurado y listo para entregar el dinero a usted. Usted está en contacto con el asignado oficial de reclamaciones con su información requerida es: Nombre: Sr. Klaus Peterson E-mail: klauspeter...@discuz.org Departamento de Reclamaciones de Verificación. No enviar por encima de Administrador de Reclamaciones, a la vez con este Reclamaciones Requisitos: 1. Nombre completo: 2. Dirección: 3. Nacionalidad: 4. Edad: 5.Ocupación: Naturaleza del Trabajo: 6. Teléfono: Fax: 7. Estado de origen: País: 8.Sexo: 9. Ganar Email Dirección: Modo de envío de remesas Premio: Entrega mensajero de su cheque certificado ganadora y otros documentos de manera segura ganadora a usted. Le saluda atentamente, El Dr. Muñoz Margarita. Servicio de Atención al Cliente Jefe. Copyright © 2010 MasterCard Inc Reino Unido. -- 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/20100712075045.69731mtkeoocs...@webmail.buenosaires.gob.ar
Re: I am deeply disappointed
On Mon, Jul 12, 2010 at 10:27:04AM +0100, Stephen Gran wrote: > So, I've just installed squeeze on a lenovo x201. I have to say, I am > once again, thoroughly disappointed by the experience. So _what_ exactly did you try? "Squeeze" is to undefined to even start thinking about. > I was looking forward to VESA mode X xserver-xorg-video-intel is installed by default and uses KMS. VESA is the fallback for unsupported kernels to allow upgrades. This is known to work. There is no such kernel in testing/unstable. > no working peripherals, Which sort of peripherals? > no functional hotkeys, Works fine here. AFAIK needs acpid (installed by default) and most of them are only used by the desktop environments. > Supend and resume - hah! Properly setup by the installer if it finds a usable swap partition. Known to work. > That was something I was looking forward > to fixing in the coming weeks. This is just a rant, no useful information. Bastian -- Those who hate and fight must stop themselves -- otherwise it is not stopped. -- Spock, "Day of the Dove", stardate unknown -- 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/20100712111833.ga18...@wavehammer.waldi.eu.org
Re: I am deeply disappointed
This one time, at band camp, Bastian Blank said: > This is just a rant, no useful information. Here's a nickel, kid, buy yourself a sense of humor. The entire message was surrounded by giant blinking sarcasm tags. Cheers, -- - | ,''`.Stephen Gran | | : :' :sg...@debian.org | | `. `'Debian user, admin, and developer | |`- http://www.debian.org | - signature.asc Description: Digital signature
Re: I am deeply disappointed
On Monday 12 July 2010, Bastian Blank wrote: > > That was something I was looking > > forward to fixing in the coming weeks. > > This is just a rant, no useful information. Actually, it was a compliment disguised as a joke! I had to read it twice myself to get it though. The reason I knew it had to be other than it looks at first is that I know Stephen well enough to know he would not ever write such bad rants. (And I also seem to recall similar mails from him for previous releases.) Please read the original message again. -- 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/201007121348.41615.elen...@planet.nl
Re: I am deeply disappointed
So everything worked and you didn't had to solve problems by hand? Em 12-07-2010 10:27, Stephen Gran escreveu: Hi there, So, I've just installed squeeze on a lenovo x201. I have to say, I am once again, thoroughly disappointed by the experience. When I first installed slink, I started with a pile of floppies and a second computer so that I would have reference to documentation and so on. I had to manually manage IRQ assignments to allow my scsi card and disk to even be seen at all. I had to compile my nic driver on the second machine, copy it over by floppy and insmod it, in order to be able to do a network install. I had to hand-craft an XF86Config, that promptly broke on upgrade to potato. Those were great days. I was worried that this install would have none of the fun I remember from installing Debian, as I have heard rumors that things have become easier, but I had hopes that things would turn out ok in the end. This is a new laptop after all - I was looking forward to VESA mode X (or better yet, none at all), no working peripherals, no functional hotkeys, etc. Supend and resume - hah! That was something I was looking forward to fixing in the coming weeks. But no, you continue to deeply disappoint me. I think the most fun part of the install was typing in my password. To be fair, some of this is not wholly to be blamed on the installer team - the kernel and X teams have their fair share of the blame for this. I know that at least some members of those teams read this list, so hopefully they will see my complaint and correct their erroneous ways. Now I am going to have to spend the next several days actually getting work done instead of making my new laptop vaguely functional. Thanks - you guys rock! -- 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/4c3b0e1b.4090...@debianpt.org
Re: I am deeply disappointed
Dear Stephen, On Monday 12 July 2010, Stephen Gran wrote: > Here's a nickel, kid, buy yourself a sense of humor. The entire message > was surrounded by giant blinking sarcasm tags. Actually no, it wasn't. The only really clear clue was the last line. The message was fairly long and especially the start seems serious. Someone in a hurry and speedreading the message on a work day might well miss the humor. Cheers, FJP -- 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/201007121403.54526.elen...@planet.nl
Processing of aboot-installer_0.0.33_alpha.changes
aboot-installer_0.0.33_alpha.changes uploaded successfully to localhost along with the files: aboot-installer_0.0.33.dsc aboot-installer_0.0.33.tar.gz aboot-installer_0.0.33_alpha.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/e1oyhoe-0007mo...@franck.debian.org
Re: I am deeply disappointed
This one time, at band camp, Miguel Figueiredo said: > So everything worked and you didn't had to solve problems by hand? Yes, the entire install worked perfectly, and I had a functional install in 15 minutes. Thank you again! -- - | ,''`.Stephen Gran | | : :' :sg...@debian.org | | `. `'Debian user, admin, and developer | |`- http://www.debian.org | - signature.asc Description: Digital signature
aboot-installer_0.0.33_alpha.changes ACCEPTED
Accepted: aboot-installer_0.0.33.dsc to main/a/aboot-installer/aboot-installer_0.0.33.dsc aboot-installer_0.0.33.tar.gz to main/a/aboot-installer/aboot-installer_0.0.33.tar.gz aboot-installer_0.0.33_alpha.udeb to main/a/aboot-installer/aboot-installer_0.0.33_alpha.udeb Override entries for your package: aboot-installer_0.0.33.dsc - source debian-installer aboot-installer_0.0.33_alpha.udeb - standard debian-installer Announcing to debian-devel-chan...@lists.debian.org 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/e1oyhym-00010z...@franck.debian.org
Processed: tagging 583984, tagging 583985, tagging 583939, tagging 583939, tagging 583939, tagging 588653
Processing commands for cont...@bugs.debian.org: > # not affecing/relevant for stable > tags 583984 + squeeze sid Bug #583984 {Done: Hideki Yamane } [xmp] xmp: FTBFS against audacious 2.3 Added tag(s) sid and squeeze. > tags 583985 + squeeze sid Bug #583985 {Done: gregor herrmann } [upse] upse: FTBFS against audacious 2.3 Added tag(s) sid and squeeze. > tags 583939 + squeeze sid Bug #583939 [tremulous] invalid use of strcpy causes breakage on Intel x86-64 CPUs Added tag(s) sid and squeeze. > tags 583939 + squeeze sid Bug #583939 [tremulous] invalid use of strcpy causes breakage on Intel x86-64 CPUs Ignoring request to alter tags of bug #583939 to the same tags previously set > tags 583939 + squeeze sid Bug #583939 [tremulous] invalid use of strcpy causes breakage on Intel x86-64 CPUs Ignoring request to alter tags of bug #583939 to the same tags previously set > tags 588653 + squeeze sid Bug #588653 {Done: Christian Perrier } [cdebconf-entropy] FTBFS: missing files when running dh_install Added tag(s) sid and squeeze. > End of message, stopping processing here. Please contact me if you need assistance. -- 588653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588653 583984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583984 583985: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583985 583939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583939 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.127893706512400.transcr...@bugs.debian.org
Processing of elilo-installer_1.16_ia64.changes
elilo-installer_1.16_ia64.changes uploaded successfully to localhost along with the files: elilo-installer_1.16.dsc elilo-installer_1.16.tar.gz elilo-installer_1.16_ia64.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/e1oyiwj-0003kh...@franck.debian.org
Processing of zipl-installer_0.0.16_s390.changes
zipl-installer_0.0.16_s390.changes uploaded successfully to localhost along with the files: zipl-installer_0.0.16.dsc zipl-installer_0.0.16.tar.gz zipl-installer_0.0.16_s390.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/e1oyib9-0003uq...@franck.debian.org
Processing of silo-installer_1.17_sparc.changes
silo-installer_1.17_sparc.changes uploaded successfully to localhost along with the files: silo-installer_1.17.dsc silo-installer_1.17.tar.gz silo-installer_1.17_sparc.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/e1oyib9-0003v7...@franck.debian.org
elilo-installer_1.16_ia64.changes ACCEPTED
Accepted: elilo-installer_1.16.dsc to main/e/elilo-installer/elilo-installer_1.16.dsc elilo-installer_1.16.tar.gz to main/e/elilo-installer/elilo-installer_1.16.tar.gz elilo-installer_1.16_ia64.udeb to main/e/elilo-installer/elilo-installer_1.16_ia64.udeb Override entries for your package: elilo-installer_1.16.dsc - source debian-installer elilo-installer_1.16_ia64.udeb - standard debian-installer Announcing to debian-devel-chan...@lists.debian.org 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/e1oyiec-0004ea...@franck.debian.org
silo-installer_1.17_sparc.changes ACCEPTED
Accepted: silo-installer_1.17.dsc to main/s/silo-installer/silo-installer_1.17.dsc silo-installer_1.17.tar.gz to main/s/silo-installer/silo-installer_1.17.tar.gz silo-installer_1.17_sparc.udeb to main/s/silo-installer/silo-installer_1.17_sparc.udeb Override entries for your package: silo-installer_1.17.dsc - source debian-installer silo-installer_1.17_sparc.udeb - standard debian-installer Announcing to debian-devel-chan...@lists.debian.org 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/e1oyifg-0004hg...@franck.debian.org
zipl-installer_0.0.16_s390.changes ACCEPTED
Accepted: zipl-installer_0.0.16.dsc to main/z/zipl-installer/zipl-installer_0.0.16.dsc zipl-installer_0.0.16.tar.gz to main/z/zipl-installer/zipl-installer_0.0.16.tar.gz zipl-installer_0.0.16_s390.udeb to main/z/zipl-installer/zipl-installer_0.0.16_s390.udeb Override entries for your package: zipl-installer_0.0.16.dsc - source debian-installer zipl-installer_0.0.16_s390.udeb - standard debian-installer Announcing to debian-devel-chan...@lists.debian.org 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/e1oyifp-0004jr...@franck.debian.org
Processed: tagging 583387, tagging 583388, tagging 583562
Processing commands for cont...@bugs.debian.org: > # not affecing/relevant for stable > tags 583387 + squeeze sid Bug #583387 {Done: Jonas Meurer } [cryptsetup] no longer shipping static libraries causes cryptsetup FTBFS Added tag(s) sid and squeeze. > tags 583388 + squeeze sid Bug #583388 {Done: Christian Perrier } [console-setup-udeb] Non-US keyboard problem with graphical installer Added tag(s) sid and squeeze. > tags 583562 + squeeze sid Bug #583562 {Done: Petter Reinholdtsen } [sysvinit-utils] Updating debianutils to 3.2.3 kills OpenVZ VE Bug #584102 {Done: Petter Reinholdtsen } [sysvinit-utils] OpenVZ vzctl enter dying with: Unable to open pty: No such file or directory; problem with tcgetattr() and startpar Added tag(s) sid and squeeze. Added tag(s) sid and squeeze. > End of message, stopping processing here. Please contact me if you need assistance. -- 583562: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583562 583388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583388 583387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583387 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.12789469349404.transcr...@bugs.debian.org
Re: Historic daily builds for i386?
Hi Holger. Holger Wansing (27/06/2010): > Ah, I wasn't aware of this data, but why are there no images for > i386 daily builds? Joey Hess has been running a personal buildd until now, but upload to d-i.d.o stopped, possibly when security got increased there (by restricting allowed commands IIRC). You can fetch images from there apparently: http://people.debian.org/~joeyh/d-i/images/ I've raised this topic with buildd admins, it looks like we're going to have an official i386 buildd for d-i soon-ish. Last time this topic was raised: http://lists.debian.org/debian-boot/2010/04/msg00012.html and surrounding mails. Mraw, KiBi. signature.asc Description: Digital signature
Re: Bug#571045: syslinux: Incorrect display of boot screen image in D-I
Frans Pop (14/04/2010): > debian-cd does not actually have the image. It is provided by D-I > [1]. So IIUC someone will need to change the boot splash image from > 640x320 to 640x480. > > [1] installer/build/boot/x86/pics/klowner.* And since nobody dared to click a couple of times in Gimp in the meanwhile⦠Patch attached, although attaching a binary diff sounds very wrong to me, but if that's what svn gives⦠I'm going to send a follow-up with the new files (to -boot@ only). Not sure what the mail size limit is (if any) on that list. FWIW: To test it, I made sure to have uptodate syslinux* in my build chroot, checked the image was broken in a freshly rebuilt d-i, then updated the image, and checked it was showing up properly in the newly-rebuilt d-i. That was netboot-gtk's mini.iso for i386, running inside qemu. Mraw, KiBi. Index: boot/x86/pics/klowner.rle === --- boot/x86/pics/klowner.rle (revision 63895) +++ boot/x86/pics/klowner.rle (working copy) @@ -1,4 +1,4 @@ -=ó...@ $- +=óà $- >?>!"!$%$()(+,+010ð ]D ðà\Y<