Re: installation problem NIC

2014-12-08 Thread Geert Stappers
On Mon, Dec 08, 2014 at 10:22:05PM +, Ben Hutchings wrote:
> On Mon, 2014-12-08 at 12:26 -0500, Lennart Sorensen wrote:
> > The i217 network chip is too new to work with the kernel in wheezy.
> [...]


Hello Thomas,


This is what I have done:

* Search for a Debian package with newst kernel for Wheezy


This is what I would do:

* On a (friends) computers with access to Internet

* Go to 
https://packages.debian.org/wheezy/amd64/linux-image-3.2.0-4-amd64/download

* Download the linux dot deb

* Put it on a USB storage device

* Take the USB storage device to the computer with the "new" NIC

* Open a "terminal", so have the CLI, Command Line Interface

* Be come "root", examples given,  `sudo -i`,  `su -`

* change directory to where the  linux dot deb is

* execute the command  `dpkg -i linux*.deb`

* see how the new kernel gets installed

* reboot the computer

* the bootloader will shortly show a menu which kernel to use.
  (most likely became the new kernel the default)

* Report the milage at debian-boot mailinglist



Groeten
Geert Stappers
Subscribed to the debian-boot ML
-- 
Leven en laten leven


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141209054054.ga3...@gpm.stappers.nl



Re: Hints for d-i

2014-12-08 Thread Ivo De Decker
Hi Kibi,

I added most of those.

On Mon, Dec 08, 2014 at 10:46:35AM +0100, Cyril Brulebois wrote:
> unblock base-installer/1.152
> unblock-udeb base-installer/1.152

Added.

> unblock debootstrap/1.0.66
> unblock-udeb debootstrap/1.0.66

Added.

> # TODO: Check with Colin
> unblock iprutils/2.4.5-1
> unblock-udeb iprutils/2.4.5-1

Not added, based on the TODO.

> # TODO: Check with debian-bsd@
> unblock kfreebsd-10/10.1~svn273874-1
> unblock-udeb kfreebsd-10/10.1~svn273874-1

Added, based on https://lists.debian.org/debian-bsd/2014/12/msg3.html

> unblock netcfg/1.125
> unblock-udeb netcfg/1.125

I added these hints for 1.126, as this adds another translation (I guess
that's fine, but if it isn't, let me know).

> # TODO: pango1.0 isn't unblocked but:
> unblock-udeb pango1.0/1.36.8-3

Added and unblocked.

> # TODO: KiBi uploaded that one:
> unblock partman-base/180
> unblock-udeb partman-base/180

There must be something different in the way bubulle and you generate the
source package from the git repo, because the previous upload contains
debian/*.dirs files, and the new one doesn't. I compared the contents of the
resulting udebs, and it seems fine, so I added these as well.

> unblock partman-basicfilesystems/107
> unblock-udeb partman-basicfilesystems/107

Added hints for 108 (see above).

> unblock partman-btrfs/17
> unblock-udeb partman-btrfs/17

Added.

> unblock partman-ext3/84
> unblock-udeb partman-ext3/84

Added.

> unblock partman-iscsi/30
> unblock-udeb partman-iscsi/30

Added hints for 31 (see above).

> unblock partman-jfs/44
> unblock-udeb partman-jfs/44

Added.

> unblock partman-lvm/100
> unblock-udeb partman-lvm/100

I didn't add this one, as 101 was uploaded, which contains the undocumented
removal of post-base-installer.d/64partman-lvm

> unblock partman-xfs/54
> unblock-udeb partman-xfs/54

Added.

> unblock tzsetup/1:0.61
> unblock-udeb tzsetup/1:0.61

Added hints for 1:0.62 (see above).

> -->8-->8-->8-->8--
> 
> You may want to add that to a hints file of yours, or I'll do so when I
> have more time, possibly reviewing recent updates of packages uploaded
> in the meanwhile.

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208231633.ga...@ugent.be



Bug#772595: UEFI fixes, round 2

2014-12-08 Thread Steve McIntyre
Package: release.debian.org
Severity: normal

Hi folks,

Please unblock package grub2 and grub-installer.

There's a fix for a set of related RC bug fixes (#767037 and others,
merged). There's a lot of broken UEFI implementations in the wild, and
I've added code to help us support users of those systems. For systems
which don't work properly in terms of boot configuration, we can now
force copying of grub-efi to the removable-media path as well as the
normal boot file location. I've been seeing more and more people
reporting this problem lately, and it would be awesome to have Jessie
work for these people.

There are small, contained changes for both grub2 and grub-installer,
and both are needed for this fix to work.

In grub-installer, I've added the front-end which drives most of this:

  * Add extra support for forcing installation to the EFI
removable media path, either during installation (low priority or
preseeding), or as an extra rescue-mode option to help people fix
their systems post-install once they realise they need to. (#767037)

I've also added the backend support to grub2 (grub-install) which does
the extra work needed:

  * Add support for forcing an extra copy of grub-efi to the removable
media path /boot/efi/EFI/BOOT/BOOT$ARCH.EFI (#767037)

Debdiffs attached (grub2 filtered to remove noise in the po/ dir).

unblock grub-installer/1.102
unblock grub2/2.02~beta2-18

Clearly, this is also d-i material. KiBi has been letting me drive
this, and I hope he's still happy here. I've added d-boot in CC
accordingly.

-- System Information:
Debian Release: 7.7
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru grub-installer-1.101/debian/changelog grub-installer-1.102/debian/changelog
--- grub-installer-1.101/debian/changelog	2014-11-12 15:16:49.0 +
+++ grub-installer-1.102/debian/changelog	2014-12-08 21:39:23.0 +
@@ -1,3 +1,13 @@
+grub-installer (1.102) unstable; urgency=medium
+
+  [ Steve McIntyre ]
+  * Add extra support for forcing installation to the EFI
+removable media path, either during installation (low priority or
+preseeding), or as an extra rescue-mode option to help people fix
+their systems post-install once they realise they need to. (#767037)
+
+ -- Steve McIntyre <93...@debian.org>  Mon, 01 Dec 2014 02:49:36 +
+
 grub-installer (1.101) unstable; urgency=medium
 
   [ Steve McIntyre ]
diff -Nru grub-installer-1.101/debian/grub-installer.templates grub-installer-1.102/debian/grub-installer.templates
--- grub-installer-1.101/debian/grub-installer.templates	2014-09-28 22:03:12.0 +0100
+++ grub-installer-1.102/debian/grub-installer.templates	2014-12-08 21:39:23.0 +
@@ -209,6 +209,21 @@
 # :sl1:
 _Description: Updating /etc/kernel-img.conf...
 
+Template: grub-installer/progress/step_force_efi_removable
+Type: text
+# :sl1:
+_Description: Checking whether to force usage of the removable media path
+
+Template: grub-installer/progress/step_mount_filesystems
+Type: text
+# :sl1:
+_Description: Mounting filesystems
+
+Template: grub-installer/progress/step_update_debconf_efi_removable
+Type: text
+# :sl1:
+_Description: Configuring grub-efi for future usage of the removable media path
+
 Template: debian-installer/grub-installer/title
 Type: text
 #  Main menu item
@@ -242,3 +257,31 @@
  Check /var/log/syslog or see virtual console 4 for the details.
  .
  Warning: Your system may be unbootable!
+
+Template: rescue/menu/grub-efi-force-removable
+Type: text
+# Rescue menu item
+# :sl2:
+_Description: Force GRUB installation to the EFI removable media path
+
+Template: grub-installer/force-efi-extra-removable
+Type: boolean
+Default: false
+# :sl1:
+_Description: Force GRUB installation to the EFI removable media path?
+ It seems that this computer is configured to boot via EFI, but maybe
+ that configuration will not work for booting from the hard
+ drive. Some EFI firmware implementations do not meet the EFI
+ specification (i.e. they are buggy!) and do not support proper
+ configuration of boot options from system hard drives.
+ .
+ A workaround for this problem is to install an extra copy of the EFI
+ version of the GRUB boot loader to a fallback location, the
+ "removable media path". Almost all EFI systems, no matter how buggy,
+ will boot GRUB that way.
+ .
+ Warning: If the installer failed to detect another operating system
+ that is present on your computer that also depends on this fallback,
+ installing GRUB there will make that operating system temporarily
+ unbootable. GRUB can be manually configured later to boot it if
+ necessary.
diff -Nru grub-installer-1.101/debian/po/zh_CN.po grub-installer-1.102/debian/po/zh_CN.po
--- grub-installer-1.101/debian/po/zh_CN.po	2014-09-

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Peter Korsgaard
> "Lennart" == Lennart Sorensen  writes:

Hi,

>> So all:
 >> 
 >> omap4
 >> omap5
 >> am335x
 >> am43xx
 >> am57x

 > Does it work to have a partition table and to have the u-boot code raw
 > at 128KiB?  I was under the impression that didn't work, but did not
 > try it.  I should give it a try sometime.

Yes, that's the point of using the space at 128k.


 >> In Raw(UDA) mode, an image can be at one of the four consecutive
 >> locations in the main area: offset
 >> 0x0 (0 KiB)/0x2 (128 KiB)/0x4 (256 KiB)/0x6 (384 KiB). For


That atleast works on am335x and dm816x, so I would be surprised if it
didn't work on am57x.

-- 
Bye, Peter Korsgaard


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/877fy1vlj4@dell.be.48ers.dk



Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Lennart Sorensen
On Mon, Dec 08, 2014 at 04:07:58PM -0600, Robert Nelson wrote:
> u-boot.img? No, we need u-boot SPL (MLO) to setup the memory to load
> the final u-boot.img binary.  (or just enable u-boot's falcon mode,
> but that's less generic as everything is setup in the MLO binary by
> default)

Well yes the SPL that is.

> I haven't tried GPT, usually just set it up as msdos compatiable with
> a 1MB hole on the front of the media.
> 
> Of course the doc's do not mention the bootrom's extX support, which
> we now have working in mainline u-boot. ;)

Handy.  Wouldn't it be nice if they actually documented what the real
features are?

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208222412.gz24...@csclub.uwaterloo.ca



Re: installation problem NIC

2014-12-08 Thread Ben Hutchings
On Mon, 2014-12-08 at 17:00 -0500, Lennart Sorensen wrote:
> On Mon, Dec 08, 2014 at 07:50:57PM +, Ben Hutchings wrote:
> > On Mon, 2014-12-08 at 12:26 -0500, Lennart Sorensen wrote:
> > > The i217 network chip is too new to work with the kernel in wheezy.
> > [...]
> > 
> > This is not true if you use the latest point release.
> 
> Hmm, I didn't see it in the 3.2.y stable updates.  I did not check if
> Debian had backported it however.

http://womble.decadent.org.uk/blog/linux-kernel-update-for-debian-75-new-intel-ethernet-drivers.html

-- 
Ben Hutchings
If you seem to know what you are doing, you'll be given more to do.


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


grub-installer_1.102_amd64.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 01 Dec 2014 02:49:36 +
Source: grub-installer
Binary: grub-installer
Architecture: source amd64
Version: 1.102
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Steve McIntyre <93...@debian.org>
Description:
 grub-installer - Install GRUB on a hard disk (udeb)
Changes:
 grub-installer (1.102) unstable; urgency=medium
 .
   [ Steve McIntyre ]
   * Add extra support for forcing installation to the EFI
 removable media path, either during installation (low priority or
 preseeding), or as an extra rescue-mode option to help people fix
 their systems post-install once they realise they need to. (#767037)
Checksums-Sha1:
 542f98e72de290e7e6243a29a9303e4550bd71cd 1955 grub-installer_1.102.dsc
 3f691e110071e7bd12fb175c3a17664663e35186 193184 grub-installer_1.102.tar.xz
 6206cd6c842cfa2a1fcdb5a7080b3801162f354e 263290 grub-installer_1.102_amd64.udeb
Checksums-Sha256:
 958aa0ba9f1782c78e236aeca479f1a4726bbba2b667d4fa662e0da7cb6d4085 1955 
grub-installer_1.102.dsc
 23f927200aceae18228e09b7ab70eb82fa03f82d1df5786c1b913af5c7a451a0 193184 
grub-installer_1.102.tar.xz
 2772bbcb5470eca944de7e32918f36dd5d1818a086b2119bd411070107c32e96 263290 
grub-installer_1.102_amd64.udeb
Files:
 82e8b53b839ff05c7d67dcea3441b2cc 1955 debian-installer standard 
grub-installer_1.102.dsc
 6000e5546494cfe041f14d499469afdf 193184 debian-installer standard 
grub-installer_1.102.tar.xz
 9bbed2b713b94b00f0b842b0a4dbcb7c 263290 debian-installer standard 
grub-installer_1.102_amd64.udeb

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

iQIcBAEBCAAGBQJUhhw4AAoJEFh5eVc0QmhOmJEP/AlNOMH3iF+SXkfsOHeK2Xq3
ORNmBcljQBH3HR2D7iTfghxvuJAjTYylBmUeh2lWNu1e7F5hEteJJiFPy+FqsDbU
cU/nig80E793s/xTozVA5oXKJ8yLZSR8PcESwBxzFcLa+CNAbE6H6WaciQW8K6Zw
F3Ls22QST+hfqs/5rLi3rBCXTI/SnIifh6G/CpKdMGDOLqYLtiXAuCShD2Hl5j8p
nYx+fHeozHPjxpx1YcdKr2/SIT0aP+QxeXsJXQbYxr0tukmmlTJwQXV6xHRKkg8J
HLEMSAntJcXp75rY9jyYvykhmc7GlgInWdG7RFccSOgo6Bab/I9ijrAgU6jxXS6C
yKyVAcI0T/Bgx6XREOLSeTr9MYU+s8GBDO7HWRy9laHPaU53+H+LKlXxebtTFeBz
69r3j3WE8VmpHneLqgBcASXfKE8Vu7edjEIx+ht3TxZc8bpKJZMxAA9uMhT28yCP
Ad4Eki34SxxUIVDqZ11+PE5HkS6rCS30MsGH4z0xSKvdx0AOYaShHkFK6hCTdQuU
GSWaYQQfV0Up/cDH3Ap9U0HJYzp9sYCkBTwDdUKkffVqCByGYT8qZheT+9eexCku
EokVfKd7x5Ypufqk0rQ3bs2xRYUb0nUWTCl/oQGSQeBJijIYQrBk8QzyV2f7ULR2
MvDhq8s/44fw73uFM5SC
=Ky6z
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xy6dg-wv...@franck.debian.org



Processing of grub-installer_1.102_amd64.changes

2014-12-08 Thread Debian FTP Masters
grub-installer_1.102_amd64.changes uploaded successfully to localhost
along with the files:
  grub-installer_1.102.dsc
  grub-installer_1.102.tar.xz
  grub-installer_1.102_amd64.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: https://lists.debian.org/e1xy6cn-qq...@franck.debian.org



Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Robert Nelson
> Does it work to have a partition table and to have the u-boot code raw
> at 128KiB?  I was under the impression that didn't work, but did not
> try it.  I should give it a try sometime.

u-boot.img? No, we need u-boot SPL (MLO) to setup the memory to load
the final u-boot.img binary.  (or just enable u-boot's falcon mode,
but that's less generic as everything is setup in the MLO binary by
default)

>
> Of course the documentation also said the partition table had to be DOS
> style, yet a GPT works fine too (which is nice at least).

I haven't tried GPT, usually just set it up as msdos compatiable with
a 1MB hole on the front of the media.

Of course the doc's do not mention the bootrom's extX support, which
we now have working in mainline u-boot. ;)

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/


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



Re: installation problem NIC

2014-12-08 Thread Lennart Sorensen
On Mon, Dec 08, 2014 at 07:50:57PM +, Ben Hutchings wrote:
> On Mon, 2014-12-08 at 12:26 -0500, Lennart Sorensen wrote:
> > The i217 network chip is too new to work with the kernel in wheezy.
> [...]
> 
> This is not true if you use the latest point release.

Hmm, I didn't see it in the 3.2.y stable updates.  I did not check if
Debian had backported it however.

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208220011.gy24...@csclub.uwaterloo.ca



Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Lennart Sorensen
On Mon, Dec 08, 2014 at 12:27:29PM -0600, Robert Nelson wrote:
> Well from:
> http://www.ti.com/lit/pdf/swpu249
> 
> SWPU249AB OMAP543x Technical Reference Manual
> 
> (non public, so you have to register with ti, etc..)
> 
> Page 5959:
> 
> 
> 28.3.7.6.4 Read Sector Procedure
> The contents of an eMMC or SD card may be formatted as raw binary
> (referred to as Raw(UDA) or within
> a FAT file system. The ROM Code reads out sectors from raw image or
> the booting file within the file
> system and boots from it.
> 
> • Raw mode
> In Raw(UDA) mode, an image can be at one of the four consecutive
> locations in the main area: offset
> 0x0 (0 KiB)/0x2 (128 KiB)/0x4 (256 KiB)/0x6 (384 KiB). For
> this reason, the size of a
> booting image must not exceed 128 KiB. However, a device with an image
> greater than 128 KiB can
> be flash starting at one of the aforementioned locations. Therefore,
> the ROM code does not check the
> image size. The only drawback is that the image crosses the subsequent
> image boundary. Raw mode
> is detected by reading sectors 0, 256, 512, and 768. The content of
> these sectors is verified for the
> presence of a TOC structure. For a GP device, a GP header must be
> located at the beginning of the
> booting image, as described in Section 28.3.8.2, Configuration Header.
> Image data is read directly
> from continuous sectors of a card. If raw mode is not detected, file
> system mode is assumed.
> 
> 
> PS... this dd locations also work for the upcoming AM572x
> BeagleBoard-x15. (personally tested on the alpha boards)
> 
> http://www.elinux.org/Beagleboard:BeagleBoard-X15
> 
> So all:
> 
> omap4
> omap5
> am335x
> am43xx
> am57x

Does it work to have a partition table and to have the u-boot code raw
at 128KiB?  I was under the impression that didn't work, but did not
try it.  I should give it a try sometime.

Of course the documentation also said the partition table had to be DOS
style, yet a GPT works fine too (which is nice at least).

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208215820.gx24...@csclub.uwaterloo.ca



Re: Grub EFI fallback - patches for review

2014-12-08 Thread Steve McIntyre
On Mon, Dec 08, 2014 at 07:29:56PM +, Ian Campbell wrote:
>On Mon, 2014-12-08 at 01:36 +, Steve McIntyre wrote:
>> >The current package in sid (-17) is unblocked and I think ought to
>> >transition tomorrow (or perhaps Tuesday depending on TZ). I propose to
>> >upload -18 with this change shortly after that happens. Will you take
>> >care of the unblock request or at least provide me some text with the
>> >rationale etc.
>> 
>> I'll ask for the unblock, and I'll also upload grub-installer the same
>> day.
>
>Upload == done.

and grub-installer 1.102 is in incoming now too.

Christian, I'm sorry to do this to you, but we have some more template
translations... :-/

I'm also hoping to get some more (small) changes done in the next
week, for more UEFI goodness.

>> >-17 included some patches from Colin to make the 32-bit linuxefi command
>> >work.
>> 
>> Yup, saw that. I'm looking into 32-bit EFI stuff right now. Using a
>> Mac atm *shudder*
>
>Urk!

Exactly!

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
< Aardvark> I dislike C++ to start with. C++11 just seems to be
handing rope-creating factories for users to hang multiple
instances of themselves.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208215308.gm16...@einval.com



Re: unable to finish debian-installer

2014-12-08 Thread Geert Stappers
On Mon, Dec 08, 2014 at 05:19:36PM +, Anthony F McInerney wrote:
> Ok just for those following this, i've downloaded the winloader from
> the location given, popped a virtualboxVM up with windows 2000 sp4.
> 196MB ram, 6gb hdd, and installed debian Wheezy in normal mode just
> fine.

Okay.

This is from the original posting:

   I went into chroot /target and installed aptitude, the kernel and
   grup-pc, but grub-install failed, because of no devices present. 


My guess is that in the chroot the mount command will *not* show
 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
 proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
 udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=62683,mode=755)
 devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)

My advices is to exit the chroot, mount at least /dev in /target/dev
and re-enter the /target chroot.

My websearch on 'mount -t /dev/ /target/dev' did bring me to
 https://www.reox.at/apu1c/ where you read
   mount -o bind /dev/ /target/dev
in context.

Feel free to rapport your milage.

 
Groeten
Geert Stappers
-- 
Leven en laten leven


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208214623.gz3...@gpm.stappers.nl



Re: Hints for d-i

2014-12-08 Thread Steven Chamberlain
Hi KiBi,

Cyril Brulebois wrote:
> # TODO: Check with debian-bsd@
> unblock kfreebsd-10/10.1~svn273874-1
> unblock-udeb kfreebsd-10/10.1~svn273874-1

The above is fine by me, although we did plan to make one more
upload first (and then would have requested an unblock).

If that next upload doesn't materialise for whatever reason,
please feel free to go with the above.  Thanks.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208205518.gb24...@squeeze.pyro.eu.org



Re: installation problem NIC

2014-12-08 Thread Ben Hutchings
On Mon, 2014-12-08 at 12:26 -0500, Lennart Sorensen wrote:
> On Sat, Dec 06, 2014 at 03:33:06PM +, Schler  Thomas (ID SD) wrote:
> > I'm reporting an installation problem dealing with identifying/configuring 
> > a network interface card.
> > 
> > Hardware:
> > laptop Lenovo W540 (Windows7 pre-installed)
> > graphics: NVIDIA Quadro K2100M
> > NIC: Intel (R) Ethernet Connection I217-LM
> > 
> > Debian source:
> > DVD coming with a published book; author: Heike Jurzik
> > Debian GNU/Linux 7.1.0 Wheezy for "i386" and "amd64"

I failed to notice this before.  DVDs in books tend to go out of date,
unfortunately.

> > Installation method chosen:
> > guided 64bit graphical installation (no expert mode);
> > KDE as alternative GUI chosen
> > 
> > Actual state:
> > Debian system boots. Login to GUI succeeds. No network connection possible. 
> > (Also interesting to mention that GNOME was installed, but not KDE, 
> > although I explicitly chose the way to install KDE as alternative desktop.)
> > 
> > When performing the installation process using the DVD, the installer came 
> > to the point to detect network hardware. At this point, the installer said 
> > no network card detected. The installer didn't accept any driver listed by 
> > the installer. The only way to proceed the installation process was to 
> > choose "no ethernet".
> > 
> > I'm not sure, but I guess the installer doesn't know the driver to use to 
> > run the NIC.
> > 
> > How do I solve the problem?
> > Do I need a special NIC driver?
> > If yes from where to I get it and how do I install it?
> 
> The i217 network chip is too new to work with the kernel in wheezy.
[...]

This is not true if you use the latest point release.

Ben.

-- 
Ben Hutchings
If you seem to know what you are doing, you'll be given more to do.


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


Re: Grub EFI fallback - patches for review

2014-12-08 Thread Ian Campbell
On Mon, 2014-12-08 at 01:36 +, Steve McIntyre wrote:
> >The current package in sid (-17) is unblocked and I think ought to
> >transition tomorrow (or perhaps Tuesday depending on TZ). I propose to
> >upload -18 with this change shortly after that happens. Will you take
> >care of the unblock request or at least provide me some text with the
> >rationale etc.
> 
> I'll ask for the unblock, and I'll also upload grub-installer the same
> day.

Upload == done.

> >-17 included some patches from Colin to make the 32-bit linuxefi command
> >work.
> 
> Yup, saw that. I'm looking into 32-bit EFI stuff right now. Using a
> Mac atm *shudder*

Urk!

Ian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1418066996.30802.12.ca...@hellion.org.uk



Bug#761619: Acknowledgement (installation-reports: Disk scan hangs)

2014-12-08 Thread Ralf-Peter Rohbeck
Fixed in the 2014-11-24 weekly build (debian-testing-amd64-DVD-1.iso). 
Thanks!



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5485f8f7.4070...@yahoo.com



Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Robert Nelson
On Mon, Dec 8, 2014 at 11:30 AM, Lennart Sorensen
 wrote:
> On Sat, Dec 06, 2014 at 01:07:35PM -0600, Robert Nelson wrote:
>> omap bootrom's with the introduction of the omap4 can be dd'ed liked
>> sunxi/i.mx5/5..
>>
>> dd if=MLO of=/dev/sdX count=1 seek=1 conv=notrunc bs=128k
>> dd if=u-boot.img of=/dev/sdX count=2 seek=1 conv=notrunc bs=384k
>
> omap5 seems to have the MLO at 512 bytes from the start, so 128k would
> certainly not match in that case.  More common seems to be the use of a
> "boot" partition with the files instead.

Well from:
http://www.ti.com/lit/pdf/swpu249

SWPU249AB OMAP543x Technical Reference Manual

(non public, so you have to register with ti, etc..)

Page 5959:


28.3.7.6.4 Read Sector Procedure
The contents of an eMMC or SD card may be formatted as raw binary
(referred to as Raw(UDA) or within
a FAT file system. The ROM Code reads out sectors from raw image or
the booting file within the file
system and boots from it.

• Raw mode
In Raw(UDA) mode, an image can be at one of the four consecutive
locations in the main area: offset
0x0 (0 KiB)/0x2 (128 KiB)/0x4 (256 KiB)/0x6 (384 KiB). For
this reason, the size of a
booting image must not exceed 128 KiB. However, a device with an image
greater than 128 KiB can
be flash starting at one of the aforementioned locations. Therefore,
the ROM code does not check the
image size. The only drawback is that the image crosses the subsequent
image boundary. Raw mode
is detected by reading sectors 0, 256, 512, and 768. The content of
these sectors is verified for the
presence of a TOC structure. For a GP device, a GP header must be
located at the beginning of the
booting image, as described in Section 28.3.8.2, Configuration Header.
Image data is read directly
from continuous sectors of a card. If raw mode is not detected, file
system mode is assumed.


PS... this dd locations also work for the upcoming AM572x
BeagleBoard-x15. (personally tested on the alpha boards)

http://www.elinux.org/Beagleboard:BeagleBoard-X15

So all:

omap4
omap5
am335x
am43xx
am57x

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/


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



Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Lennart Sorensen
On Sat, Dec 06, 2014 at 01:07:35PM -0600, Robert Nelson wrote:
> omap bootrom's with the introduction of the omap4 can be dd'ed liked
> sunxi/i.mx5/5..
> 
> dd if=MLO of=/dev/sdX count=1 seek=1 conv=notrunc bs=128k
> dd if=u-boot.img of=/dev/sdX count=2 seek=1 conv=notrunc bs=384k

omap5 seems to have the MLO at 512 bytes from the start, so 128k would
certainly not match in that case.  More common seems to be the use of a
"boot" partition with the files instead.

> That just leaves the omap3 family (BeagleBoard (omap34/35xx) &
> BeagleBoard xM (omap36xx/DM3730) stuck with reading the MLO/u-boot.img
> on "boot"* partition.
> 
> * mainline u-boot now has patches to enable extX boot vs fat boot, but
> it's an either "or" situation based on sram memory size..

At least it gives some choice.

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208173031.gw24...@csclub.uwaterloo.ca



Re: installation problem NIC

2014-12-08 Thread Lennart Sorensen
On Sat, Dec 06, 2014 at 03:33:06PM +, Schler  Thomas (ID SD) wrote:
> I'm reporting an installation problem dealing with identifying/configuring a 
> network interface card.
> 
> Hardware:
> laptop Lenovo W540 (Windows7 pre-installed)
> graphics: NVIDIA Quadro K2100M
> NIC: Intel (R) Ethernet Connection I217-LM
> 
> Debian source:
> DVD coming with a published book; author: Heike Jurzik
> Debian GNU/Linux 7.1.0 Wheezy for "i386" and "amd64"
> 
> Installation method chosen:
> guided 64bit graphical installation (no expert mode);
> KDE as alternative GUI chosen
> 
> Actual state:
> Debian system boots. Login to GUI succeeds. No network connection possible. 
> (Also interesting to mention that GNOME was installed, but not KDE, although 
> I explicitly chose the way to install KDE as alternative desktop.)
> 
> When performing the installation process using the DVD, the installer came to 
> the point to detect network hardware. At this point, the installer said no 
> network card detected. The installer didn't accept any driver listed by the 
> installer. The only way to proceed the installation process was to choose "no 
> ethernet".
> 
> I'm not sure, but I guess the installer doesn't know the driver to use to run 
> the NIC.
> 
> How do I solve the problem?
> Do I need a special NIC driver?
> If yes from where to I get it and how do I install it?

The i217 network chip is too new to work with the kernel in wheezy.

The wheezy-backports kernel would work with it which you could install
after you do the install (if you are not doing a net-install of course).

Jessie should of course work fine with it.

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141208172621.gv24...@csclub.uwaterloo.ca



Re: unable to finish debian-installer

2014-12-08 Thread Anthony F McInerney
Ok just for those following this, i've downloaded the winloader from
the location given, popped a virtualboxVM up with windows 2000 sp4.
196MB ram, 6gb hdd, and installed debian Wheezy in normal mode just
fine.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CALoKiCrScKkkq+yAiA=OG53PDOG1B7JGhhcDrFRR=09a3xs...@mail.gmail.com



Re: unable to finish debian-installer

2014-12-08 Thread Michiel Faber

Op 08-12-14 om 16:05 schreef Anthony F McInerney:

I'm not familiar with how this installer works. However if no one else
responds with some useful commands to type, i can run a vm and check
how it works out.

I'd be curious how you went from wheezy to jessie within the
installer. I'd also wonder what happens at the moment if you go back
through the menu from the beginning now and checked the console
(alt+f4) assuming you can do that in this installer, what the error
message you are currently facing, ie can you not just reformat the
drive and go again from within the menu?


## choose language
no problems (lang = en, location = nl

## configure the keyboard
three lines on console: (us keyboard)
   INFO: meu item 'console-setup-udeb' selected
   /etc/console-setup is not writable. no files will be saved there
   gzip is not accesible, will not sace cached keyboard map

## select keyboard layout
 10 lines, no errors, i used kernel keymap

## detect network hardware
   INFO: meu item 'ethdetected' selected

## configure the network
i get an ip from my router (192.168.1.44)
ping google.nl -> 0% packet loss

## choosing mirrors:
When choosing a mirror (and debian-release wheezy) i get a whole list of 
releases followed by | grep -E '^(Suite|Codename):'

And then:
Anna-install: Installing jessie support
main-menu[...] (proces:.) unknown udeb jessie-support


## Downlaod installer components
 INFO: meu item 'download-installer' selected
anna[26004] : sed : can't open 'dev/fd/4': no such sile or directory
anna[26004] : sed : can't open 'dev/fd/4': no such sile or directory
net retriever: gpgv:
net retriever: signature made sat oct 18 10:37:18 2014 UTC using RSA key 
id 65 [truncated]

net retriever: gpgv:
net retriever: Good signature from wheezy stable release key:
net retriever:
anna[26004] : sed : can't open 'dev/fd/4': no such sile or directory
anna[26004] : sed : can't open 'dev/fd/4': no such sile or directory
anna[26004] : sed : can't open 'dev/fd/4': no such sile or directory

For mirrors i switched several times to wheezy or jessie, but log is the 
same.
previously, i had installed the 'install from ssh' option, but that one 
is now missing.
now i installed the detect cd-rom to see if it used wheezy or jessie, 
but i cant see that from this option.


## user setup:
no problems, old values were filled in.
## free memory:
no problems
## setup clock
no problems using ntp.
clock adjust with 0.33 seconds -> confirms i have an internet connection

This is it for now.
I have to make dinner. Will continue tomorrow. Where can i solve the 
release/mirror conflict?


Regards,
Michiel







--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5485c8e8.3010...@gmail.com



tzsetup_0.62_i386.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Dec 2014 16:23:25 +0100
Source: tzsetup
Binary: tzsetup-udeb
Architecture: source all
Version: 1:0.62
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 tzsetup-udeb - choose time zone (udeb)
Changes:
 tzsetup (1:0.62) unstable; urgency=low
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Simplified Chinese (zh_CN.po) by YunQiang Su
Checksums-Sha1:
 2cd191833770f32044a49c91317ab24f11d30e41 1675 tzsetup_0.62.dsc
 f51578b19b35e905cffb784e29d1efea139f27ab 107156 tzsetup_0.62.tar.xz
 d6be48b00744d0f36974e7479d9c543a74abb5a9 92098 tzsetup-udeb_0.62_all.udeb
Checksums-Sha256:
 f33b0cd48fc2ba507071779bde7e2c1a817aa842c1a5f1406eb00174c2458b1d 1675 
tzsetup_0.62.dsc
 02741b01b5cf3a626c96f3b66f65299ba7185218c3b51ec79858b13d3874a89a 107156 
tzsetup_0.62.tar.xz
 9c8653945b6381ad2c631fb3fb8861b1714e52fd2abeb5497a7f39ffc64614e0 92098 
tzsetup-udeb_0.62_all.udeb
Files:
 90863be44aa711ad69cc33c0fc7c7b65 1675 debian-installer optional 
tzsetup_0.62.dsc
 0b907a6f27feedc9f7f987062e95f899 107156 debian-installer optional 
tzsetup_0.62.tar.xz
 e1934c1472d63c1d61d540a6f1992beb 92098 debian-installer optional 
tzsetup-udeb_0.62_all.udeb

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

iQIcBAEBCAAGBQJUhcNEAAoJEIcvcCxNbiWomwEQAKYzElnFuPXCDQZ/Vv0Q0q0f
1i+AI7nYX1RAvYG3ECsL3rMh+iry/1cWck/Kk6wq02nQ2fDH6viwQGmFrKgRnrYR
rJr37Uw7viRUPHkdjoxu0XXwK/smgzwxd3+8zoK/PCp8iRQr9naxMEeuAXwUhbpm
MXavwScgn6AvBxzysvtjte8KTdLVY7p7IVcZpfwWnHzy/lLQq29nWNVXw/KtIKRj
VpiotD9CI5r1J5G5I+EKtyFOKco5SStU6XJn2OrZIdsOy/Kj+fjZRhRr4CF60n1l
mb+L0RC/bf/wZP39ptunEnoZ7u2zzt2DSx6LDqOixuAqCAx8O8wajLfgIlFnGEwf
lOCeT6eOye/ExGF9mQLkjweCyp6P4gOVvhI+j51VeduyiFod45X6cUlNTc8Uereq
SSRCJBbdmmklhGVBh+mFN/gL+2MeGG1Fl+4m1N9UtXRPqNJ4upWvlqqy6ONDbcLd
Q0ILEPGEUT1kavLg5KM9LmPNC0di9rJOjdZqaBry88wFGEber6upJfVsvxWSAnmA
Y0Nty1bSCyQgsTTilI3yAy1u12A+EmCgdVIDe9M7O7fMetbe3AyAoV7y2Y/j89cJ
i4W329BDB7cLQhILzgYdVprvPuKRDIx3O15WYk5zksteqNp3IXDa2mtktPeUC0Si
q87xLil7NEXr3kpe1fX+
=rkzy
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xy0pk-0007ym...@franck.debian.org



partman-zfs_42_kfreebsd-i386.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Dec 2014 16:08:29 +0100
Source: partman-zfs
Binary: partman-zfs
Architecture: source kfreebsd-i386
Version: 42
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-zfs - Add to partman support for ZFS (udeb)
Changes:
 partman-zfs (42) unstable; urgency=low
 .
   [ Updated translations ]
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Simplified Chinese (zh_CN.po) by YunQiang Su
Checksums-Sha1:
 6bd3a4fc40d72a420f81b9340130dceeb81ba223 1669 partman-zfs_42.dsc
 d1d8b3b6c8e42364b4e4bc9f0ee8700469cfd178 259696 partman-zfs_42.tar.xz
 9dd15601c936a4fdcf138c14b7f9592111cbb79f 40 
partman-zfs_42_kfreebsd-i386.udeb
Checksums-Sha256:
 924b49364a68d07a18d348e73402f3fd1808683b5384a41da991cd8471f43dc7 1669 
partman-zfs_42.dsc
 2ffb23b4071c3a91213f1ed320d973c4994e1d6c00cb936ef759fb63070ba4d6 259696 
partman-zfs_42.tar.xz
 e2b648891bf1df5227a6507556332b4ee7e2c0f2c55b9db8c8ea2663a644a505 40 
partman-zfs_42_kfreebsd-i386.udeb
Files:
 8170d802967614a88cb5882366689bcb 1669 debian-installer standard 
partman-zfs_42.dsc
 03e096dc95fb9bac27bc98ea38b7bf8d 259696 debian-installer standard 
partman-zfs_42.tar.xz
 01d704c6a6e27ea0928df6617c645cb7 40 debian-installer standard 
partman-zfs_42_kfreebsd-i386.udeb

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

iQIcBAEBCAAGBQJUhcIKAAoJEIcvcCxNbiWoPpsP/1ioFvYp4XgGE6C2hbSljaON
5ToTLF6gdn1RQRxkVdRB5DB+Ds+sWvVDGT8/W1TrqnhjKhEkh2/CtxCZmUoy52CP
KNAO+OZS6m0S/385bg/ubAshXZ/adQuvNhLwel89UM3ufSXk98jTrgFkjB1kXb7y
iUX7D6nntKLDY8e4WYU1XA7Lfdn49qxgxgtvbWNvhPohqmRgzWfWYJFDJ7GMCHFu
PNEOcMv0aHiHlcS4y43IRmoU+hPEOmjOCnjlHMrmqH8L24/U45yYXhh5zFY35zBZ
IcIZX2jmMONd7nEyDlZfA7j7DHpJbNmnt3o6PLcm1GZ1VU4/RLw47rz1YgGS0lxj
ePm41ChuINSi82AbJJaG8AEiVjoDEwBKx2AhM+1A6XCzyE0Vub2+yw7eCvaoKMEz
48V/CyEQcA7LsNI+ToGZADWD2ZIie85yCARMQ9xM7b5oW1BphBdqgqa8ZAqQ0xIV
52bOqU1aZ8+DfUcTqAiipzov8pyL7lt8lSKMlQcklcDHjAgInvrII7B7b2Sfddok
PH7a3SArQvrQ3lDlIrPlEhpjSXNzUDraJ+NQaADK2OiyfGGCSszF+g5lUuTG/dYp
AkFPxTnn5wdj1Fs4UX+M+ibzDsGS4S/Weutzz7OTWWKs2tpYOvJrCNJonbOHtf1i
v1LZTGAyZJ+Lm2O6DLlC
=JXSH
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xy0pb-0007wh...@franck.debian.org



partman-md_72_i386.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Dec 2014 16:06:52 +0100
Source: partman-md
Binary: partman-md
Architecture: source all
Version: 72
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-md - Add to partman support for MD (udeb)
Changes:
 partman-md (72) unstable; urgency=low
 .
   [ Updated translations ]
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Simplified Chinese (zh_CN.po) by YunQiang Su
Checksums-Sha1:
 e083584d923ee0697ee25e41e4e98102891410e5 1641 partman-md_72.dsc
 9f6c889726cba3581d6f360b1411322fd4cf679d 18 partman-md_72.tar.xz
 17bb39a8bb065e549c83409777c3a4719e0faf08 240660 partman-md_72_all.udeb
Checksums-Sha256:
 621511c689872690385ae2fd981c19ff39526d0b6e1b359b787180838acce5d6 1641 
partman-md_72.dsc
 036e272cfca02fc40eac59459b4d6b8e90d27c7bce69d9f18af1298e623b8ce7 18 
partman-md_72.tar.xz
 1fb102f6dff9c712823b602dc178c5ca71c83ac37422ef8d55f776bcd508f959 240660 
partman-md_72_all.udeb
Files:
 5c70c62afde40e716a0463d29e19bdb6 1641 debian-installer standard 
partman-md_72.dsc
 70428df1451468c7f8c75721e4f7f0c8 18 debian-installer standard 
partman-md_72.tar.xz
 e21bcbb9b13c5e1280026269c6755bfc 240660 debian-installer standard 
partman-md_72_all.udeb

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

iQIcBAEBCAAGBQJUhb7JAAoJEIcvcCxNbiWolkgP/0MYX5g4l5XNO6OsLxurAnHI
6W7mdl4vOlZ6eJb1BLWJzgh2TWVA/jQPC7tFJwr3eKgta8p59hBgUsmvo7IeB5j1
IDHSKvmheGSN1V71UjnmzpjoO3ZsOzubxEqkwmDYWvvZevwehXo4BxnzVWRZrKip
U2ee1BCt4QL75n3beT2fNdBTfe1sJhnd3Eo5Q+QD5U4KRn0RdGDk1yqX9X6YpWu3
5uBtp5Cyxyf8jbhXw4yrW3uSMLB3nJG+hB2XWwA1BXz+X6h9Ema8OoRDeur6k7EJ
E6NP43tSaQOhVxgpbOw5fsEfGPliwfCouxtKBBubPap1vk6yz8cy0MgjiQsPEsHr
DvgBD4A9zr62aLm4S+paDQ3+G6lG4CId3bHCREju9WO17PhMQXnwNZ2jGQVaOEs/
dJQFbCJy4TvMaY/QsuJ8LuYK/f6UYXQ27otNzXMp49qD7pA8MZh0AZWsLyzL42Ai
2/4V43wRaihn+nZhgd96KM7z4/BIBUXg5bqcI0xR/lnTsN5fTHdDRIvq4uWN1G89
k9y61iwwl8TeB9K831t2zxhxPqpNQtR9etvBuoU9hOv1rCi5ZobSXuDgjNe7WgSZ
GZGHYKeencgD9ETyDkVR82CCW29G9PmriDBvGq/SlauKRz6eU93MVI9MnWYXaNCQ
ZF5HiQGOI97nQvKOud7V
=yPZo
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xy0p5-0007v6...@franck.debian.org



partman-lvm_101_i386.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Dec 2014 15:31:56 +0100
Source: partman-lvm
Binary: partman-lvm
Architecture: source all
Version: 101
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-lvm - Adds support for LVM to partman (udeb)
Changes:
 partman-lvm (101) unstable; urgency=low
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Simplified Chinese (zh_CN.po) by YunQiang Su
Checksums-Sha1:
 1e8da3d5ff128db94d9b8cd4564cecf241b3c32c 1653 partman-lvm_101.dsc
 871371c521601c9234409fa128efbba4fb81f6d2 249952 partman-lvm_101.tar.xz
 e75e0a3301e5b7f85e819d837a91b7c28c264537 372432 partman-lvm_101_all.udeb
Checksums-Sha256:
 74a313875fa3d15c15415d110bf74edc4692ddc9d6adef1d3f8da430980cd77f 1653 
partman-lvm_101.dsc
 5167617fc053637591fa5afb4304727da91a1b121c299cedf67b47c8bc892e42 249952 
partman-lvm_101.tar.xz
 9bd919484b1fd92e8bc4e47929dda1b24c82fa3232d16019560f4bfc118de134 372432 
partman-lvm_101_all.udeb
Files:
 7f967ab51f7c08f1418f53ef2ecfe25b 1653 debian-installer optional 
partman-lvm_101.dsc
 c97a834617ac7b3a3ef130d70b376873 249952 debian-installer optional 
partman-lvm_101.tar.xz
 8c8006c641858f6d945347b5c0210064 372432 debian-installer optional 
partman-lvm_101_all.udeb

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

iQIcBAEBCAAGBQJUhb5qAAoJEIcvcCxNbiWoodkP/3Z0MVscmdayt50oDOkIMeYP
J6za6eXpxCFXbLefT/KOXl3Rgw6HPn9pyj7GSvSOgsliO2zjk5jjVaM1UZBxMFr5
J26RIArjdBY5Tm83ZUkK0vNCG2YgjIkmRuy1xWZSPneDE30HRglfmx9O1Gmn/vUv
m7Fb857/xO3aiVrfOlNeN8URCVXV1PSAqX54k8fJBaLREF7wtLZBaRqPFaNiRuVM
VibApmoUk3n8RHyBZywrmmJts0fPMxxVmaBClpVmhBm7RMLXNmgyVca/RfkWaEZY
YQzW+4QX0BW/RgCQS41fe53aEwJ+aVyymzG0Pu6sXrvqoWzzg/S5hyDviUKrfnDl
SIaakldAF8I06huHjfrzyuvKHOt243PbNOGq+BZH/M7K+8h7UvjAFPbh1CtmuIww
wDntddzTScxPR/xLtCtbVgwPABmTXQUkGZXJphcX9QBwxqh6FWG//XoNTEC5OVG/
172IWWea7YJuKG7sGrBcqnJyK7OoUakQgpeWbp36fEPm55kVqsGMYw55Hi3pluS2
2mMPhEqHaKDNhZdMEYNVpBK2jTwacAY1bp/HD95UocDT+p2AwUxJ1zwmwjRaR5Cy
Mc7pL1amdIyh5qyiVdaM23ng+vb1IJzZIVKlNaWzClHYmA9IYekzHJFhTjWmWQfK
LfWxZulnwPEUjNAsWya7
=TmGg
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xy0oz-0007tn...@franck.debian.org



Processing of tzsetup_0.62_i386.changes

2014-12-08 Thread Debian FTP Masters
tzsetup_0.62_i386.changes uploaded successfully to localhost
along with the files:
  tzsetup_0.62.dsc
  tzsetup_0.62.tar.xz
  tzsetup-udeb_0.62_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: https://lists.debian.org/e1xy0js-0006pg...@franck.debian.org



Processing of tzsetup_0.62_i386.changes

2014-12-08 Thread Debian FTP Masters
tzsetup_0.62_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  tzsetup_0.62.dsc
  tzsetup_0.62.tar.xz
  tzsetup-udeb_0.62_all.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xy0h4-0006yt...@coccia.debian.org



Processing of partman-zfs_42_kfreebsd-i386.changes

2014-12-08 Thread Debian FTP Masters
partman-zfs_42_kfreebsd-i386.changes uploaded successfully to localhost
along with the files:
  partman-zfs_42.dsc
  partman-zfs_42.tar.xz
  partman-zfs_42_kfreebsd-i386.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: https://lists.debian.org/e1xy0eb-0005uh...@franck.debian.org



Processing of partman-zfs_42_kfreebsd-i386.changes

2014-12-08 Thread Debian FTP Masters
partman-zfs_42_kfreebsd-i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  partman-zfs_42.dsc
  partman-zfs_42.tar.xz
  partman-zfs_42_kfreebsd-i386.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xy0c9-0006wg...@coccia.debian.org



Processing of partman-lvm_101_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-lvm_101_i386.changes uploaded successfully to localhost
along with the files:
  partman-lvm_101.dsc
  partman-lvm_101.tar.xz
  partman-lvm_101_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: https://lists.debian.org/e1xy004-0002we...@franck.debian.org



Processing of partman-md_72_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-md_72_i386.changes uploaded successfully to localhost
along with the files:
  partman-md_72.dsc
  partman-md_72.tar.xz
  partman-md_72_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: https://lists.debian.org/e1xy000-0002sr...@franck.debian.org



Bug#772044: debian-installer: jessie beta2 ignores preseed url= boot parameter

2014-12-08 Thread Nicholas Robinson-Wall
Hi Philip,

> > auto url=http://:/jessie_amd64.cfg
>   
> Just out of interest, are you using that as the whole kernel command  
> line, or adding it to the end of the command line that was already
> there?

   
I tried both tab to append to the default install kernel parameters
(which is what I was doing on wheezy) and esc to get the boot: prompt.
Originally I was trying auto=true priority=critical but shortened it to
just 'auto' after reading that doc.

> BTW what boot image are you using?  Could it be something that is tuned   
> for file= preseeding, which may not actually have the 
>
> network-preseed.udeb? 
>

You've hit the nail on the head. network-preseed is missing from this
image:

http://cdimage.debian.org/cdimage/jessie_di_beta_2/amd64/iso-cd/debian-jessie-DI-b2-amd64-netinst.iso

It's definitely present in the beta 1 amd64 netinst image:

http://cdimage.debian.org/cdimage/jessie_di_beta_1/amd64/iso-cd/debian-jessie-DI-b1-amd64-netinst.iso

I'd definitely expect the network-preseed udeb to be included in the
netinst image. Is this a regression?

Thanks,
Nick


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1418052341.3846880.200242433.23a70...@webmail.messagingengine.com



Processing of partman-md_72_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-md_72_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-md_72.dsc
  partman-md_72.tar.xz
  partman-md_72_all.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xxzxn-0006pa...@coccia.debian.org



Processing of partman-lvm_101_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-lvm_101_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-lvm_101.dsc
  partman-lvm_101.tar.xz
  partman-lvm_101_all.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xxzxj-0006pt...@coccia.debian.org



Re: unable to finish debian-installer

2014-12-08 Thread Anthony F McInerney
I'm not familiar with how this installer works. However if no one else
responds with some useful commands to type, i can run a vm and check
how it works out.

I'd be curious how you went from wheezy to jessie within the
installer. I'd also wonder what happens at the moment if you go back
through the menu from the beginning now and checked the console
(alt+f4) assuming you can do that in this installer, what the error
message you are currently facing, ie can you not just reformat the
drive and go again from within the menu?


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CALoKiCpKiHwoghL_0E68M+P0mRWjnn7c9zFqYB7ATZoUEG10=q...@mail.gmail.com



Re: unable to finish debian-installer

2014-12-08 Thread Michiel Faber

Op 08-12-14 om 15:50 schreef Anthony F McInerney:

Which version of Debian are you attempting to install. And with which
version of the installer did you use (direct link to the URL/file you
used/downloaded).

http://ftp.nl.debian.org/debian/tools/win32-loader/stable/win32-loader.exe
I used the text installer.
I tried to install wheezy, put somewhere a long the line it changed to 
jessie

Also can you confirm the specs of the laptop. (i read something like a
PII with 64MB of ram?)


Pentium II 333 mhz with 192 MB of ram
Ati 3d Rage LT pro videocard
6 gb HDD

Regards,

Michiel


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5485bc9a.8090...@gmail.com



Re: unable to finish debian-installer

2014-12-08 Thread Anthony F McInerney
Which version of Debian are you attempting to install. And with which
version of the installer did you use (direct link to the URL/file you
used/downloaded).
Also can you confirm the specs of the laptop. (i read something like a
PII with 64MB of ram?)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CALoKiCpd5=57tq1htxdkkqpjtft1dnugv-ddw1olwd1d+oq...@mail.gmail.com



unable to finish debian-installer

2014-12-08 Thread Michiel Faber

Dear list,

I'm trying to install debian on an old laptop (compaq armada 1750). It 
was running Windows 2000. I have no option of booting from an other 
media except the harddrive.

So i used the win32-loader.exe to start the install.

The install process went fine up to installing extra software. When 
installing extra software the progress bar remained at 1%. The log 
showed an error regarding no aptitude found.
Probably the installer went wrong earlier. I saw several entries of 
'apt-install or in-install' already running.


I re-downloaded the installer-components, detect network again, did 
partition again but no luck.
I went into chroot /target and installed aptitude, the kernel and 
grup-pc, but grub-install failed, because of no devices present.
After that i did a lot more, basically just screwing the installer up i 
think.


Problem:

Can't finish the installer with a working minimal environment (kernel 
and grub installed). And i have no way of booting another media, because 
windows has been erased.

But i'm still in the debian-installer (text) environment.
Are there any options, to get to a minimal install? I think it should be 
possible, but how...


Hopefully i can provide additional extra info if needed.

With kind regards,

Michiel







--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5485b86c.4060...@gmail.com



partman-iscsi_31_i386.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Dec 2014 10:29:27 +0100
Source: partman-iscsi
Binary: partman-iscsi
Architecture: source all
Version: 31
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-iscsi - Adds support for iSCSI to partman (udeb)
Changes:
 partman-iscsi (31) unstable; urgency=low
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Simplified Chinese (zh_CN.po) by YunQiang Su
Checksums-Sha1:
 340db3b3e5d421747e7c3a7c24f7516b33f2f30c 1668 partman-iscsi_31.dsc
 57922a7e51f70519de987adf6c0670d8752b9bef 63356 partman-iscsi_31.tar.xz
 20b2f6d8d642ee69b73fdadbbba676c8f0aed5b3 28604 partman-iscsi_31_all.udeb
Checksums-Sha256:
 21adf3bb6dcec825dd69ab316b171376427ea99953122d1c9f33613853be648b 1668 
partman-iscsi_31.dsc
 f0a640519bfcdd8529690ecff568cb28f4d9baecb5c9bcfbf442a6909f1e601b 63356 
partman-iscsi_31.tar.xz
 28204a55a67d334009806b7a071c15124cfe12ca68612af3c214e9a1efd9c3db 28604 
partman-iscsi_31_all.udeb
Files:
 175dc730fae6ebc335c64ec45d9cf505 1668 debian-installer standard 
partman-iscsi_31.dsc
 0f78f696c443eab27b4cee5f3d800f9b 63356 debian-installer standard 
partman-iscsi_31.tar.xz
 64ff063b465de56cd089dd02f1f085c5 28604 debian-installer standard 
partman-iscsi_31_all.udeb

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

iQIcBAEBCAAGBQJUhXHeAAoJEIcvcCxNbiWoEVkQAJRQPgMxmbs/dHaV7xE240+P
jwYqAGvKTiSoJ4nZkg4wwB5SwfADGp0RgLToPCVeYDNXkJ/pSkhkH84K/OuLfOBY
mabg8SMDyc2c4EQnPA9YPH1fQFEtiPsTWs2ffDCdfAZxkm9cMLBy51Z23DsLX9od
FlsOrCvy46dk3dQiHhCpFATg2QHy3q7+9BOQEYnv6X54bFsYPbsCsnN4WqByUYd+
FdFP+S6sT8Np/f4lqoGJjmI/7u555Iz2BsNn0tlxOG+MM7z2Y2YH9i1N5NEuXtCI
vA9E+d/AsVaH2K51lU/jqb3wpogopyZTKIKpsFmXTzt/qoqcSUjuWclAK1DNUYwH
mcaGisrUkxBhm4g59Q0EZkFRMobx0RE4OJvwuFv8QLg38Zrlp9sTJo6yviJdSYks
sVAG0yr0ZBUxil1hQaVgJ6sKMZHLrhaXhDUUfVI/ITMvwGktyumtzN2tG7QGW35m
lLzFxjMIlZ6LbYio6AtJybuhj1e7Vt9qMymAD4BiUeZoiBpegkqpRaUXYXXcVYPN
PXgUvno2YeMJ2lhZRewzgP8hQhdj+0dBQqcAg9QcNDmf4AkfHwOGXcJEtc23Ds03
TWCAITjauNZgIoKUFOGH2NMQvDehMs/4IKGvniscThgfz8MHobWAF17vf9C7Sm9E
g35ykz1l5R6TJynwpv4Y
=3rrT
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xxuwg-0005db...@franck.debian.org



Processing of partman-iscsi_31_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-iscsi_31_i386.changes uploaded successfully to localhost
along with the files:
  partman-iscsi_31.dsc
  partman-iscsi_31.tar.xz
  partman-iscsi_31_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: https://lists.debian.org/e1xxuts-0004py...@franck.debian.org



Processing of partman-iscsi_31_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-iscsi_31_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-iscsi_31.dsc
  partman-iscsi_31.tar.xz
  partman-iscsi_31_all.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xxurp-0003yx...@coccia.debian.org



partman-efi_57_i386.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Dec 2014 09:01:34 +0100
Source: partman-efi
Binary: partman-efi
Architecture: source i386
Version: 57
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-efi - Add to partman support for EFI System Partitions (udeb)
Changes:
 partman-efi (57) unstable; urgency=low
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Slovenian (sl.po) by Vanja Cvelbar
   * Ukrainian (uk.po) by Anton Gladky
   * Simplified Chinese (zh_CN.po) by YunQiang Su
Checksums-Sha1:
 7f1eb9f228ad7f6c9bbd6e9690e6bf132d0f74fa 1685 partman-efi_57.dsc
 c302147148ae24624b24a7492731be319b29e65b 61476 partman-efi_57.tar.xz
 7685adf4c01f2a639a3d82151b917108699c12f6 38276 partman-efi_57_i386.udeb
Checksums-Sha256:
 6c0e952e23e175724ac789d3463335b6fcdc5477d6ee5783ce3577f537ba10ab 1685 
partman-efi_57.dsc
 a186bf9d6a55d7d89f052a259ff660d2700b16d9077d811739184e4f87e68aca 61476 
partman-efi_57.tar.xz
 966e835b4b661b04063efd339788c0cf9bd8551cc1b37a5a757a29d5ed574fb4 38276 
partman-efi_57_i386.udeb
Files:
 c9cb1d147f80f9eb948f9583a4fcae19 1685 debian-installer standard 
partman-efi_57.dsc
 fa0e090063b4c1a115cc9785a15236d6 61476 debian-installer standard 
partman-efi_57.tar.xz
 b270b9c88650590d10e1a47b42679b92 38276 debian-installer standard 
partman-efi_57_i386.udeb

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

iQIcBAEBCAAGBQJUhW3iAAoJEIcvcCxNbiWo9qIP/1FcoRWQkQcXuFyPuOQRMSEu
R+yj0f/JiWL8glt30gV2qIwSvA58Nr9C3rDilJJvp2jFo/U5vvr2i1vT45WzHhWU
cMIJAtti/fFtzgRayrOInq6t6UggyrJ3BmfXOLwfvdNz6FnV7g2Ag8fngxfl5Ba/
1uAcexl+rAXZLHyNDFF3C8MZNeo8/dQOcVQXPGAX+P/HWKMGS7w8angOJdVyunNB
eaWmYR0kNJnVASwM9+j0fv+5Hh1BADHeSg1MKuOg9/f91br+930twqG38m541KR0
paGZUU9ba4heEo6mxLwRorZINxw5LOT/Vs/L4ScCmRs+hnKOoTIimGrJBcF/4hkz
51tMayj/JFIuGRFpLoJDQnsC78zZhVHbA4UndRxsSNsjOJ2KHgXMKCKi2Cj0duEF
9oj8CiJqVFhyz/7W89h1XhALFQHFW3FlbkGVQRGaW2GDBeLA8eBUfA2E8eByI5X1
m7A4DlXPRbvkyn3nMHS8cVTc9XhaqUQ+ogQVPYSarYgn++P3+/WTC34LHEOrwK+p
KP4lqt2cfwft+Ei8W+pO7QnNojS6MlxUsu6fbmoKp6a1hN5+do6BoRCbSWFeUWwZ
DBgdFwkKch89HvTkuOFQ/9jU0DBHqK3EVkaJBh4Mzr1Y+TcoCvnKYmF0SxA79nOz
ebl3jSwgbsVQY4GNTQHr
=/KYJ
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xxuia-rx...@franck.debian.org



Hints for d-i

2014-12-08 Thread Cyril Brulebois
Hi,

I didn't manage to find time to send this earlier, and some packages
were likely updated in the meanwhile, but here's a list of things I've
prepared a while ago.

--8<--8<--8<--8<--

unblock base-installer/1.152
unblock-udeb base-installer/1.152

unblock debootstrap/1.0.66
unblock-udeb debootstrap/1.0.66

# TODO: Check with Colin
unblock iprutils/2.4.5-1
unblock-udeb iprutils/2.4.5-1

# TODO: Check with debian-bsd@
unblock kfreebsd-10/10.1~svn273874-1
unblock-udeb kfreebsd-10/10.1~svn273874-1

unblock netcfg/1.125
unblock-udeb netcfg/1.125

# TODO: pango1.0 isn't unblocked but:
unblock-udeb pango1.0/1.36.8-3

# TODO: KiBi uploaded that one:
unblock partman-base/180
unblock-udeb partman-base/180

unblock partman-basicfilesystems/107
unblock-udeb partman-basicfilesystems/107

unblock partman-btrfs/17
unblock-udeb partman-btrfs/17

unblock partman-ext3/84
unblock-udeb partman-ext3/84

unblock partman-iscsi/30
unblock-udeb partman-iscsi/30

unblock partman-jfs/44
unblock-udeb partman-jfs/44

unblock partman-lvm/100
unblock-udeb partman-lvm/100

unblock partman-xfs/54
unblock-udeb partman-xfs/54

unblock tzsetup/1:0.61
unblock-udeb tzsetup/1:0.61

-->8-->8-->8-->8--

You may want to add that to a hints file of yours, or I'll do so when I
have more time, possibly reviewing recent updates of packages uploaded
in the meanwhile.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processing of partman-efi_57_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-efi_57_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-efi_57.dsc
  partman-efi_57.tar.xz
  partman-efi_57_i386.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xxuyo-0003pv...@coccia.debian.org



Processing of partman-efi_57_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-efi_57_i386.changes uploaded successfully to localhost
along with the files:
  partman-efi_57.dsc
  partman-efi_57.tar.xz
  partman-efi_57_i386.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: https://lists.debian.org/e1xxuad-0006po...@franck.debian.org



partman-crypto_78_i386.changes ACCEPTED into unstable

2014-12-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Dec 2014 06:15:18 +0100
Source: partman-crypto
Binary: partman-crypto partman-crypto-dm
Architecture: source i386 all
Version: 78
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-crypto - Add to partman support for block device encryption (udeb)
 partman-crypto-dm - Add to partman support for dm-crypt encryption (udeb)
Changes:
 partman-crypto (78) unstable; urgency=low
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
Checksums-Sha1:
 a96e723cb257b5b7765dd2e6af5385b4769389a3 1806 partman-crypto_78.dsc
 bae9e270565ede98151a17d706e7554ae430914c 261432 partman-crypto_78.tar.xz
 9e557149e91085b3e165e91ce9c83164736e6eac 362678 partman-crypto_78_i386.udeb
 5f943e633a48c5e42a7a3ad53def4d1fbf4e8508 1374 partman-crypto-dm_78_all.udeb
Checksums-Sha256:
 46e832083ea4558d12ac247c2c9b850f3dea0b59917ad7b987331ede0178a5dd 1806 
partman-crypto_78.dsc
 cf88a7fd4874620761b84e274f243c1fd261fa0c4494cb09307a392a1dd6a80c 261432 
partman-crypto_78.tar.xz
 a6063f76a32e27589e0da561bda50839c770d62dc306652244d5ecd9dc1fa90a 362678 
partman-crypto_78_i386.udeb
 eb01d4dfc44a5d7f5ea0711005de7ff66e82de4e9ba39ddd12b88502b1511496 1374 
partman-crypto-dm_78_all.udeb
Files:
 18d50b3d1db4bac9c9c013a3fcbe1ff2 1806 debian-installer optional 
partman-crypto_78.dsc
 5c5d764be24b1ee1223fd4bd0ffc2b1b 261432 debian-installer optional 
partman-crypto_78.tar.xz
 5b6f4dd51656cd4963843a831dd9e7c2 362678 debian-installer optional 
partman-crypto_78_i386.udeb
 eb50c260cbdb1ffcfdce8a1542a60f8b 1374 debian-installer optional 
partman-crypto-dm_78_all.udeb

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

iQIcBAEBCAAGBQJUhVqzAAoJEIcvcCxNbiWoQMMQAKZ1+smgdKrJy6zJo+ksKC13
rXdX3vxYh2SDY5w/nVijoN0Gq9pydRKs311QIRnlUFEvjJHCTzFFb5nkDKWlBHfc
ND4x4WqskrQ6Gdf3rn43nnzBCjphiSJbqOMR0cgVUETUIu3gKadVyMNP/Q7H9Kpg
Wk8tWVN7AmZ8ALbzTI63IUbf3ywb2Rlk57N4qa7oBymXn9+6iP7Q8j+As+fxvjao
r7AFaMGvPlvcyKt4YLUuGcSi0Tr3+seO+XweBK9+wtUUk6X6ZObjXWMJOhxgp/p6
gZi2I86ZglvfMaj+Iw4xvYZQmg7dD+ohKW+3Z0A2woPXqUhMpcc5OKhD7/WwCBAH
eLNTW9+MzAXu99mAGeG0OlwQLXPLwo+7/nIur69jdD+TNfXS0h7hv6mMla74FIAG
l8cT2clCAZxjUBENTPRofmAdds1dg6L+VJPGuU8celhne6317LxLBJFrtZ98Rkuw
/7b2G28q5quw1PO8JIMz9Khq4FQf7x2admaNKP7c34pNUsqf6+Y8gV8XSSj32+GN
bq96GG5bSerYt4NytvVCawWD4n+4/zR/XyY3juZNA3rLC0wfh/B7xSPD4QL86/UA
iSXu2SakmjSIH6+7KVEfTxXkp7XUpbgp1XCVqcsIdshJGWH+Jh98eEc7VDPkcMKi
zS2LSXUs9qyDK4q6OaU5
=9+jT
-END PGP SIGNATURE-


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: https://lists.debian.org/e1xxutv-0004ks...@franck.debian.org



Processing of partman-crypto_78_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-crypto_78_i386.changes uploaded successfully to localhost
along with the files:
  partman-crypto_78.dsc
  partman-crypto_78.tar.xz
  partman-crypto_78_i386.udeb
  partman-crypto-dm_78_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: https://lists.debian.org/e1xxtki-00035t...@franck.debian.org



Processing of partman-crypto_78_i386.changes

2014-12-08 Thread Debian FTP Masters
partman-crypto_78_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-crypto_78.dsc
  partman-crypto_78.tar.xz
  partman-crypto_78_i386.udeb
  partman-crypto-dm_78_all.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xxtiu-00032k...@coccia.debian.org