No sungem driver in daily netinst image for PowerPC

2009-10-05 Thread Dmitry Ivanov

Hello!

I'm trying to install Squeeze to PowerPC Apple Mac mini. This computer 
needs sungem driver for ethernet card. But there is no sungem driver in 
this image. In fact, there is only one file in 
.../kernel/drivers/net/wan: hdlc.ko. Besides that, installer complains 
that kernel is missing lvm support. Looks like there is something wrong 
with inclusion of modules into installer image. I don't know where to 
start my investigation. Which part of the whole system is responsible 
for building installer images?



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: [busybox on kbsd] patches ported to 1.14

2009-10-05 Thread Luca Favatella
On 05/10/2009, Aurelien Jarno  wrote:
[...]
> I have tested d-i with busybox 1.14.2 and your patches and it works
> well. Thanks! It will be used in the daily builds starting today.

Thanks.

When I have a bit of free time I hope to
* clean a bit the svn dir to keep only 1.14 patches (moving patches
and deleting the 1.13 dir)
* accordingly update the wiki page


Cheers,
Luca Favatella


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Problem with Debian 503

2009-10-05 Thread fserra...@gmail.com
Hi

I have tried to install with Debian-503-amd64-DVD-1, and during console-data
instalation, it tried to use "busybox"; but busybox is not in the 1º DVD.
Can any help me, please?
-- 
Francisco Javier Serrador


Bug#549703: [i386][lenny] grub guesses wrong location for MBR?

2009-10-05 Thread Vincent McIntyre

Package: installation-reports
Severity: normal

*** Please type your report below this line ***


-- Package-specific info:

Boot method: USB key built with netbootin
Image version: Lenny Netinstall
5.0.3 "Lenny" Official i386 NETINST Binary-1
   (20090906-12:06)
Date: 2009-10-05T10:00 GMT

Machine: Samsung NC10 Netbook
Partitions: 

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sdb1 ext3 1921156136428   1687136   8% /
tmpfstmpfs  513376 0513376   0% /lib/init/rw
udev tmpfs   10240   768  9472   8% /dev
tmpfstmpfs  513376 0513376   0% /dev/shm
/dev/mapper/rutherford-home
  ext3   131735028192336 124850852   1% /home
/dev/mapper/rutherford-opt
  ext3 1919048 35660   1785904   2% /opt
/dev/mapper/rutherford-usr
  ext3 9611492876764   8246488  10% /usr
/dev/mapper/rutherford-var
  ext3 3842104173560   3473372   5% /var


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

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

Comments/Problems:

netbootin is a very handy tool.

The wireless card (atheros, pciid 168c:001c) is detected and the 
ath5h_pci module loads. However it is unable to associate.

Neither could I scan for access points with 'iwlist scan' or
'iwlist ap'.
The wired ethernet worked fine so I used that to complete the install.

No cdrom in the machine. Detection of this appears to have worked.

The system came with three windows partitions which I deleted.

The main problem I had was boot loader installation.
I used the default of grub (did not lower priority to check other 
options). 
When prompted for which device to install grub on, I accepted

the default value offered, '(hd0)'. This turned out to be a mistake.
I followed the prompts about rebooting the system, pulled the USB key
when the system was just starting to do its power-up sequence, and
was rewarded with
  Operating System Not Found
from the BIOS.

The problem turned out to be that grub had guessed wrongly which 
partition it should install to. The grub config was actually correct,

referring to (hd1,0) and using the correct UUID in the boot config.
/etc/fstab was also consistent, referring to the swap partition as being
on /dev/sdb2. Nevertheless it seems there is an inconsistency here.
If I told grub no, install to (hd1), then the correct MBR would have 
been updated (the one on the internal hard disk), but it's unclear if

the system would have been bootable, because of the (hd1,0) reference
in the config file.

The two disks were probably enumerated in the order
  usb stick
  hard disk
because I had to change the boot priority order in the BIOS to get
the system to boot from the USB stick.

To avoid this kind of issue, it seems the grub installation process 
needs to give the user some more information about what disks it sees 
and ask for guidance about which to install the bootloader on.

Partman handles this pretty well now, and I'd like to see grub do
as good a job, instead of (what appears to be) just guessing.
Isn't it reasonably straightforward to iterate through device.map
and pull things out of /dev/disk/by-id; displaying a table like
 [*] hd0 /dev/sda usb-USBDisk_RunDisk_0705261622141-0:0
 [ ] hd1 /dev/sdb ata-SAMSUNG_HM169HI_S1WWJF0S395641
and asking the user to select the right disk?

To avoid even listing the USB stick, and thus avoid having to ask the
question at all in most cases, it seems it should be possible to check 
for some file  specific to the installer, but I can see the dangers in 
this. I thought the cd-probing code etc already determined which 
filesystem contains the installer?


Another option is to prompt with a default choice, as now, but give the 
user a 'go back' option which would lower the curent question priority.

This would allow display of the 'select from the list of possible disks'
question at that time.

I could not see how to start a shell in order to check that grub-install
had got the disk name right. I tried , but this seems not to work
in the GTK installer? I don't recall trying .

To recover, I did this:
 * power off
 * insert usb key
 * power up
 * I see a grub menu now - wait for it to boot. system boots perfectly.
 * login
 * noticed /dev/sda1 was not mounted, 'df /' pointed to /dev/sdb1
   (the USB stick)
 * mount /dev/sda1 /mnt
 * sed -ie 's/hd1,0/hd0,0/' /boot/grub/menu.lst
 * tune2fs -l /dev/sda1 |grep UUID (check it matches UUID in menu.lst)
 * grub-install hd0
 * reboot
 * pull the USB stick when system starts power-up cycle

But wait

Processing of os-prober_1.35_i386.changes

2009-10-05 Thread Archive Administrator
os-prober_1.35_i386.changes uploaded successfully to localhost
along with the files:
  os-prober_1.35.dsc
  os-prober_1.35.tar.gz
  os-prober-udeb_1.35_i386.udeb
  os-prober_1.35_i386.deb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: python included in d-i??

2009-10-05 Thread Otavio Salvador
Hello,

On Thu, Oct 1, 2009 at 6:29 AM, random cluster  wrote:
> Hi
>
>  I'am working in a proyect about inventory machines  and I have
> thought about d-i. What I need is to compile python (curses,soap,...),
> dmidecode, hwinfo, lspci, lsusb into d-i.
>  I have read a little bit about it, and I think you have to create
> udbebs. Then include them in the list (similar to source.list).
>
>  Any doc? Ideas? Suggestions?

Even tough it is technically possible I doubt it is worth the effort.

If you want to learn about d-i and its internals, please start at
http://d-i.alioth.debian.org/doc/

Good luck.

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


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



os-prober_1.35_i386.changes ACCEPTED

2009-10-05 Thread Archive Administrator

Accepted:
os-prober-udeb_1.35_i386.udeb
  to pool/main/o/os-prober/os-prober-udeb_1.35_i386.udeb
os-prober_1.35.dsc
  to pool/main/o/os-prober/os-prober_1.35.dsc
os-prober_1.35.tar.gz
  to pool/main/o/os-prober/os-prober_1.35.tar.gz
os-prober_1.35_i386.deb
  to pool/main/o/os-prober/os-prober_1.35_i386.deb


Override entries for your package:
os-prober-udeb_1.35_i386.udeb - optional debian-installer
os-prober_1.35.dsc - source debian-installer
os-prober_1.35_i386.deb - extra utils

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



Re: No sungem driver in daily netinst image for PowerPC

2009-10-05 Thread Otavio Salvador
Hello,

On Mon, Oct 5, 2009 at 6:54 AM, Dmitry Ivanov  wrote:
> Hello!
>
> I'm trying to install Squeeze to PowerPC Apple Mac mini. This computer needs
> sungem driver for ethernet card. But there is no sungem driver in this
> image. In fact, there is only one file in .../kernel/drivers/net/wan:
> hdlc.ko. Besides that, installer complains that kernel is missing lvm
> support. Looks like there is something wrong with inclusion of modules into
> installer image. I don't know where to start my investigation. Which part of
> the whole system is responsible for building installer images?

We're updating the installer to 2.6.30-2 and this broke the images.

We hope to get it fixed in few days. I'll ping you once powerpc image
is ready so you can give it a new try.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#538645: marked as done (installation-reports: "No kernel modules found")

2009-10-05 Thread Debian Bug Tracking System
Your message dated Mon, 5 Oct 2009 21:50:22 -0300
with message-id 
and subject line Re: Bug#538645: installation-reports: "No kernel modules found"
has caused the Debian Bug report #538645,
regarding installation-reports: "No kernel modules found"
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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



-- Package-specific info:

Boot method: USB flash drive

Image version: Various, most recently
http://ftp.nl.debian.org/debian/dists/lenny/main/installer-i386/current/images/hd-media/boot.img.gz
and
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso

Date: Various, most recently Sat Jul 25 23:00:00 EDT 2009

Machine: Acer Aspire 3690
Partitions: ~$ df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/hda3 ext3  264443139434111354  56% /
tmpfstmpfs 1033300 0   1033300   0% /lib/init/rw
udev tmpfs   10240   160 10080   2% /dev
tmpfstmpfs 1033300 0   1033300   0% /dev/shm
/dev/hda9 ext316761456   8327796   7582220  53% /home
none tmpfs 103330068   1033232   1% /tmp
/dev/hda5 ext3 4806904   308   1562712  66% /usr
/dev/hda6 ext3 2885780   1457752   1281440  54% /var


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

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

Comments/Problems:

I tried various combinations of boot.img.gz and netinst isos, and all failed
with "No kernel modules found ..."  I originally assumed that I had a mismatch
between the running kernel from the boot.img.gz and the ones available on the
iso, but the final combination that I tried seemed to have 2.6.26-2-486 on
both.

Additionally, the check for installation iso seems flaky.  It often failed to
find the iso on the initial try, although it generally worked by the second
attempt (I just had the installer try again).  Moreover, the wording should
perhaps be changed from "checking hard drives" to reflect the fact that flash
drives are also checked.

-- 

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

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="4.0 (installer build 20070202-16:15)"
X_INSTALLATION_MEDIUM=hd-media

==
Installer hardware-summary:
==
umame -a: Linux lizzie 2.6.18-4-486 #1 Wed Jan 24 21:59:44 UTC 2007 i686 unknown
lspci -nn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 
945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
lspci -nn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 
945GM/GMS/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
lspci -nn: 00:02.1 Display controller [0380]: Intel Corporation Mobile 
945GM/GMS/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
lspci -nn: 00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) 
High Definition Audio Controller [8086:27d8] (rev 02)
lspci -nn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 1 [8086:27d0] (rev 02)
lspci -nn: 00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 2 [8086:27d2] (rev 02)
lspci -nn: 00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 3 [8086:27d4] (rev 02)
lspci -nn: 00:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 4 [8086:27d6] (rev 02)
lspci -nn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI #1 [8086:27c8] (rev 02)
lspci -nn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH

Bug#549299: Installation with usb-stick via netboot fails at the beginning.

2009-10-05 Thread Otavio Salvador
Hello

On Fri, Oct 2, 2009 at 7:06 AM, Felix Zielcke  wrote:
> Am Freitag, den 02.10.2009, 11:04 +0200 schrieb Dinyar Rabady:
> Known problem and will hopefully fixed soon in the dailys.
> You need to add `nopat' to the boot options.

Tomorrow image should have the fix; could you, Dinyar, do a test?

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



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#549130: of sid chroot fails at installing libc6; some problem with DynaLoader.pm

2009-10-05 Thread Otavio Salvador
Hello,

On Thu, Oct 1, 2009 at 6:28 PM, EspeonEefi  wrote:
> It looks like this bug was related to Debian bug #549170, which has now
> been cloesd by perl 5.10.1-5. (Basically, a change in DynaLoader.pm made
> it so that even though DynaLoader.pm was in perl-base, it couldn't work
> without the full perl installed. The updated package works around that
> change.) Creation of sid chroots now work again.

Sorry but I failed to understand this report. Does it works for you now?

In case it does, and it should, it might have been a transitionary
issue that has been fixed in sid. In this case, please confirm it to
us so we can close this bug report.

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



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#549182: marked as done (Successful Lenny installation)

2009-10-05 Thread Debian Bug Tracking System
Your message dated Mon, 5 Oct 2009 22:13:33 -0300
with message-id 
and subject line Re: Bug#549182: Successful Lenny installation
has caused the Debian Bug report #549182,
regarding Successful Lenny installation
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

-- Package-specific info:

Boot method: CD
Image version: 20090123lenny3
Date: 30-09-2009, 13:00 +0530

Machine: Compaq Presario SG3750IL Desktop PC
Partitions: 

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda2 ext396797420   2259192  89621136   3% /
tmpfstmpfs 1031044 0   1031044   0% /lib/init/rw
udev tmpfs   10240   732  9508   8% /dev
tmpfstmpfs 1031044 0   1031044   0% /dev/shm
/dev/sda1 ext3  381138 29165332295   9% /boot
/dev/sda5 ext3   208587988233620 197758700   1% /home

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

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

Comments/Problems:

No problems found. Haven't check sound etc at moment. I am using dual
monitor, so using Nvidia drivers from non-free to make them work
correctly. But, that is not bug in installation-report :)

-- 

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

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="5.0 (lenny) - installer build 20090123lenny3"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux kartik-desktop 2.6.26-2-amd64 #1 SMP Sun Jun 21
04:47:08 UTC 2009 x86_64 unknown
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation
82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 10)
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation
82G33/G31/P35/P31 Express PCI Express Root Port [8086:29c1] (rev 10)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801G
(ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 01)
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7
Family) PCI Express Port 1 [8086:27d0] (rev 01)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801G
(ICH7 Family) USB UHCI Controller #1 [8086:27c8] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801G
(ICH7 Family) USB UHCI Controller #2 [8086:27c9] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801G
(ICH7 Family) USB UHCI Controller #3 [8086:27ca] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.3 USB Controller [0c03]: Intel Corporation 82801G
(ICH7 Family) USB UHCI Controller #4 [8086:27cb] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801G
(ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 01)
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: Kernel modules: ehci-hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI
Bridge [8086:244e] (rev e1)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GB/GR
(ICH7 Family) LPC Interface Bridge [8086:27b8] (rev 01)
lspci -knn: 00:1f.2 IDE interface [0101]: Intel Corporation
82801GB/GR/GH (ICH7 Family) SATA IDE Controller [8086:27c0] (rev 01)
lspci -knn: Kernel driver in use: ata_piix
lspci -knn: Kernel mod

Bug#549879: debootstrap: --variant=minbase is broken for squeeze

2009-10-05 Thread Punky Tse
Package: debootstrap
Version: 1.0.19
Severity: normal

I used the following debootstrap command with --variant=minbase:
# debootstrap --verbose --variant=minbase  squeeze ./squeeze-chroot \
http://ftp.hk.debian.org/debian

Then, it encounters error when configuring at libbz2-1.0:

...
I: Unpacking libreadline5...
I: Unpacking libusb-0.1-4...
I: Unpacking readline-common...
I: Configuring the base system...
I: Configuring libusb-0.1-4...
I: Configuring libbz2-1.0...
W: Failure while configuring base packages.
W: Failure while configuring base packages.
W: Failure while configuring base packages.
W: Failure while configuring base packages.
W: Failure while configuring base packages.


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-xen-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

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

Versions of packages debootstrap recommends:
ii  gnupg 1.4.9-3+lenny1 GNU privacy guard - a free PGP rep

debootstrap suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#549880: debian-installer: hungs with unstruted sources

2009-10-05 Thread Robert Henney
Package: debian-installer
Severity: important

On Thu, Oct 09, 2008 at 10:27:43PM +0200, Luca Capello wrote:
> I'm not sure if this is still a bug, since it happened with an etch
> 4.0r4 i386 business-card image, but I don't know how to reproduce it, so
> I reported it anyway.  Feel free to close it :-)

I can confirm that this problem still exists in 5.0r3 powerpc netinst.

I have an iMac G3 on which this occurs at every install attempt, so it's
very reproducible here.  because of that I have not been able to get
lenny installed on it.

there is one thing about this machine that may be a clue:
the hardware clock on the machine appears to have reset to Jan 1 of some
year, probably 1970 but without a date command installed it's hard to
tell.  the system time being so far off might be confusing something in
the installer, but I can't begin to guess what.



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#549880: debian-installer: hungs with unstruted sources

2009-10-05 Thread Robert Henney
I believe that I have now confirmed that it has something to do with
installing while the system time is set far in the past.  after setting 
the hardware clock in Open Firmware, the next install attempt went
flawlessly.



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org