Reminder: d-i meeting - Wed 25th July, 19:00 UTC

2007-07-24 Thread Jérémy Bobbio
Hi!

Just a short mail to remind you that an online meeting of the
debian-installer team is going to happen:
 
  Wednesday, 25th of July, 19:00 UTC
  #debian-boot @ irc.debian.org

That is tomorrow.  Agenda and attendees are both on the wiki [1].

[1] http://wiki.debian.org/DebianInstaller/Meetings/Coordination

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Secondary drive

2007-07-24 Thread Kia Niskavaara


I'm using Debian on a NSLU2. I'm planning to add a secondary harddrive. Will I have to do anything 
special for this to work? Will the NSLU2 find the new harddrive automatically? How does it know 
which drive to boot from?


Kia


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#279418: CONSOLATION PRIZE WINNER NOTICE

2007-07-24 Thread ROSS T DESCHENES


Ref Nr:  PBL/CN/6654/CP
Dear consolation Prize Winner,
  
 
CONSOLATION PRIZE WINNER NOTICE

Europe/ America private international e-games organizers and co-sponsors, 
POWERBALL LOTTO 
Group International, officially bring to your notice of the final draw result 
of the 24th of 
July , 2007. POWERBALL LOTTO -wheel E-game which was conducted at our 
international corporate 
office complex in The UNITED KINGDOM. 

We wish to congratulate and inform you on the selection of your email coupon 
number which was 
selected among the 6 lucky consolation prize winners Your email ID identified 
with coupon No. 
PBL2348974321 and was selected by our E-games Random Selection System (ERSS) 
with entries from 
the 50,000 different email addresses enrolled for the E-game. Your email ID was 
included among 
the 50,000 different email addresses submitted by our partner international 
email provider 
companies. You have won a consolation cash prize of GBP 1,000,000.00 (One 
Million Great 
Britain Pounds) only. 

You are to contact the DPU Officer with the following details for the release 
of your winnings.

Claims Requirements:
1.Name in full:
2.Home Address:
3.Age:
4.Occupation:
5.Phone Number:
6.Present Country:
7.Sex:

Contact Person: Mr. Mark Anderson
Contact E-mail: [EMAIL PROTECTED]
 Tel Phone: +4470-1113-7327
   
Regards
Mrs. Stella Bryan
(Group Co-ordinator)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [long] An attempt to improve the code of the GTK+ frontend

2007-07-24 Thread Attilio Fiandrotti

Frans Pop wrote:

On Sunday 08 July 2007 01:28, Jérémy Bobbio wrote:

I never knew that it would take me so much time, but I now consider
that the work I had started on improving the code of the GTK+ frontend
of cdebconf is ready for a broader review.


Thanks for all the work Jérémy!

I'll not comment on the really technical side of the changes, mostly 
because my grasp of C is not sufficient to have an opinion on them.

However, in general the refactoring seems like a good idea to me.


Indeed, the code is technically well written / formatted


--- 8 ---

   We could use the following process to integrate it:
 * discuss, comment and test;

Ack.

 * make the needed changes to fe_gtk's branch;

Ack.

 * once we agree that it can be integrated in the main branch,
write small patches (or incremental commits) to slowly transform the
current code into the result of the process.


Hmm. If the changes are so structural, I'm not sure that the effort of 
creating patches to have a gradual changeover is worth it. I'd suggest 
just getting the code in your branch into the state we want it and then 
just merging it into trunk in one commit.


Probably, because of the huge number of changes, a single commit is a
more viable option


   I am open to normalize the code before integrating it. But I would
be inclined to get a broader opinion about at least:

 } else {

[...]

   I find the former much more readable!


I agree that this would be an improvement. Colin?


I agree: code in GTK frontend is not very clean and needed some reworking


2.3   Code has been split in different files



   The longest file have a total of 638 lines (including documentation
   and header) vs. 1790 lines for the current code.


The stats at the bottom show an increase in lines of code of 1000 lines, 
or 70%. That seems excessive, but I suspect the true increase is more 
subtle.


Could you provide sloccounts:
- excluding comments
- excluding completely new functionality (such as the entropy plugin

That would give a more realistic basis for comparison.


2.5   Separation of code specific to the debian-installer



   The screenshot module is compiled conditionally as I see no reason
to enable this feature on standard desktops.


Agreed.


I see that in current jeremy's proposal the screenshot button is
disabaled by default:  i think we must somehow allow the user to take
screenshots using the mouse only.
In the past, that screenshot facility revealed to be very useful in
reporting issues with complex fonts, isuues that may arise when new
languages are added to the installer or we switch to new fontsets.
So, i suggest to put a small Camera icon in the bottom-left corner of
the screen (pherhaps displayed only in the case the installer is started
in expert mode ?)


3.5   fe_gtk_set_title() reactivated

   The implementation of the set_title method of cdebconf was changed
to the default one in r43372 to avoid spurious title changes during
pkgsel.


Note that the TITLE command is deprecated in debconf anyway, although 
there is at least one location in D-I (lowmem) where it is currently used 
and, AFAICT, needed.


Because this looks like it's more related to the generic debconf
architecture, i cannot properly speak about it.


4.1   Banner adapts to various screen size

   The banner now adapts to any screen width. The logo is aligned on
the left of the screen, and its right side is filled with the color
defined in LOGO_BACKGROUND_COLOR.


I'm not sure that this is a good solution. With the current bannersetting 
a fixed background color works, but this would not be true for more 
complex banners as proposed in #414785 or [1], or with banners for 
derived distributions using a completely different banner (such a Dzongha 
Linux [2]).


Basically, hardcoding a color seems very wrong to me.


fjp's observation are correct, probably a better solution has to be seeked.


4.2   Main window adapts to various screen size

   WINDOW_HEIGHT and WINDOW_WIDTH constants were removed, as the screen
   height and width are are now dynamically retrieved through
   gdk_screen_get_height() and gdk_screen_get_width(). The frontend now
   works a bit better on higher-resolution [11].


IMO supporting higher resolutions will require a redesign of the 
interface, for the following reasons:

- the text area becomes too wide, which means that lines of text become
  too long which reduces readability
- the buttons get very isolated at the extreme bottom of the screen

In other words: yes, supporting higher resolutions is a great goal, but 
not without making sure that the total presentation is still useable. IMO 
we'd need to limit the effective usable area of the screen, for example 
by defining a rectangular container within which all other elements are 
positioned.
We'd probably also need a somewhat more interesting background outside 
that container than our current grey.


Probably a good idea would be taking advantage of hi-resolution

Bug#403392: marked as done (debian-installer: etch-sid sources transformation should remove security line ...)

2007-07-24 Thread Debian Bug Tracking System
Your message dated Tue, 24 Jul 2007 15:55:55 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#403392: debian-installer: etch-sid sources transformation 
should remove security line ...  Package: apt-setup; Maintainer for apt-setup 
is Debian Install System Team debian-boot@lists.debian.org.  Reported by: 
Sven Luther [EMAIL PROTECTED]; Date: Sat, 16 Dec 2006 21:03:02 UTC.  Reply or 
subscribe to this bug.
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: debian-installer
Severity: normal


When building svn debian-installer on an etch system, the
/etc/apt/sources.list are taken, and the etch component is changed to sid.

This fails when you have etch security sources, since there are no sid
security sources, and i guess may be problematic for other non-official
repositories too.

Please consider removing the security line, which will be present on each etch
install, or consider, after the etch-sid replacement, checking and removing
each line which is not valid, instead of failing like it happens right now.

Friendly,

Sven Luther

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

---End Message---
---BeginMessage---
reassign 403392 debian-installer
thanks

 When building svn debian-installer on an etch system, the
 /etc/apt/sources.list are taken, and the etch component is changed to
 sid.

 This fails when you have etch security sources, since there are no sid
 security sources.

Sources lines pointing to {security,volatile}.debian.org are already 
grepped out in the Makefile.
---End Message---


Re: LILO Installation Fails on Machine with 4 SATA Disks

2007-07-24 Thread Geert Stappers
Op 22-07-2007 om 14:26 schreef Youssef Eldakar:
 
 The change to the script did resolve the issue, thank you.
 Should the change be checked into the lilo-installer package?

Frankly, I don't known.

My gut feeling says it is a good thing.
But I can't tell which daily build has the change included.
So doing a test right now, could be a waste of time.

And about time is precious:
The idea between this message is building a better community.


Cheers
Geert Stappers
Who hopes Youssef gets an better answer on his question
(a question that is in fact an offer for help)


signature.asc
Description: Digital signature


Processing of linux-modules-di-hppa-2.6_1.04_hppa.changes

2007-07-24 Thread Archive Administrator
linux-modules-di-hppa-2.6_1.04_hppa.changes uploaded successfully to localhost
along with the files:
  linux-modules-di-hppa-2.6_1.04.dsc
  linux-modules-di-hppa-2.6_1.04.tar.gz
  loop-aes-modules-2.6.21-2-parisc-di_1.04_hppa.udeb
  loop-aes-modules-2.6.21-2-parisc64-di_1.04_hppa.udeb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



linux-modules-di-hppa-2.6_1.04_hppa.changes is NEW

2007-07-24 Thread Debian Installer
linux-modules-di-hppa-2.6_1.04.dsc
  to pool/main/l/linux-modules-di-hppa-2.6/linux-modules-di-hppa-2.6_1.04.dsc
linux-modules-di-hppa-2.6_1.04.tar.gz
  to pool/main/l/linux-modules-di-hppa-2.6/linux-modules-di-hppa-2.6_1.04.tar.gz
(new) loop-aes-modules-2.6.21-2-parisc-di_1.04_hppa.udeb extra debian-installer
loop-AES crypto modules
 This package contains loop-AES crypto modules.
(new) loop-aes-modules-2.6.21-2-parisc64-di_1.04_hppa.udeb extra 
debian-installer
loop-AES crypto modules
 This package contains loop-AES crypto modules.
Changes: linux-modules-di-hppa-2.6 (1.04) unstable; urgency=low
 .
  [ Frans Pop ]
  * Use udeb definition for loop-aes-udeb from kernel-wedge.
  * Update to kernel ABI 2.6.21-2.
  * Built against version 3.2a-3 of loop-aes.


Override entries for your package:
linux-modules-di-hppa-2.6_1.04.dsc - source debian-installer

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of linux-kernel-di-hppa-2.6_1.18_hppa.changes

2007-07-24 Thread Archive Administrator
linux-kernel-di-hppa-2.6_1.18_hppa.changes uploaded successfully to localhost
along with the files:
  linux-kernel-di-hppa-2.6_1.18.dsc
  linux-kernel-di-hppa-2.6_1.18.tar.gz
  kernel-image-2.6.21-2-parisc-di_1.18_hppa.udeb
  nic-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  ppp-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  ide-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  cdrom-core-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  scsi-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  loop-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  ipv6-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  ext3-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  md-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  usb-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  usb-storage-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  input-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  crypto-modules-2.6.21-2-parisc-di_1.18_hppa.udeb
  kernel-image-2.6.21-2-parisc64-di_1.18_hppa.udeb
  nic-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  ppp-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  ide-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  cdrom-core-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  scsi-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  loop-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  ipv6-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  ext3-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  md-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  usb-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  usb-storage-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  input-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb
  crypto-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#434258: netinst needs `apt-key update`

2007-07-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 434258 netinst needs `apt-key update`
Bug#434258: installation-reports: Installation fails - base system install as 
well as grub do NOT install
Changed Bug title to `netinst needs `apt-key update`' from 
`installation-reports: Installation fails - base system install as well as grub 
do NOT install'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434258: netinst needs `apt-key update`

2007-07-24 Thread Geert Stappers
retitle 434258 netinst needs `apt-key update`
thanks

Op 22-07-2007 om 10:48 schreef Nadim Shaikli:
 A netinst CD from June 13th (post etch release) wouldn't install a base
 system nor grub (various odd messages were noted - it wasn't very
 intuitive in what was going wrong).  After looking into the problem it
 turned out to be a GPG key issue.  After invoking a shell and doing a
 'chroot /target' and 'apt-key update' (which required me to install
 the 'debian-archive-keyring' package) all worked as expected.

According http://wiki.debian.org/DebianInstaller/Today
is not noticed in the past five weeks ...

 
 What needs to happen is that the debianinstaller (d-i) should really
 include 'apt-key update' as part of its normal install procedure to
 make sure that installations will always work irrespective of when GPG
 keys change.

I would like to do over two years a netinst without Internet access.
(in other words: I think `apt-key update` by default is not a good idea)


 BTW: someone should add 'd-i' as a package so that we can 'reportbug'
  straight to the d-i developers.

FYI:  installation-reports goes straight to the d-i mailinglist.
  ('debian-installer' also )



Cheers
Geert Stappers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



linux-kernel-di-hppa-2.6_1.18_hppa.changes is NEW

2007-07-24 Thread Debian Installer
(new) cdrom-core-modules-2.6.21-2-parisc-di_1.18_hppa.udeb standard 
debian-installer
CDROM support
 This package contains core CDROM support for the Linux kernel.
(new) cdrom-core-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb standard 
debian-installer
CDROM support
 This package contains core CDROM support for the Linux kernel.
(new) crypto-modules-2.6.21-2-parisc-di_1.18_hppa.udeb extra debian-installer
crypto modules
 This package contains crypto modules.
(new) crypto-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb extra debian-installer
crypto modules
 This package contains crypto modules.
(new) ext3-modules-2.6.21-2-parisc-di_1.18_hppa.udeb standard debian-installer
EXT3 filesystem support
 This package contains the EXT3 filesystem module for the Linux kernel.
(new) ext3-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb standard debian-installer
EXT3 filesystem support
 This package contains the EXT3 filesystem module for the Linux kernel.
(new) ide-modules-2.6.21-2-parisc-di_1.18_hppa.udeb standard debian-installer
IDE drivers
 This package contains IDE drivers for the Linux kernel.
(new) ide-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb standard debian-installer
IDE drivers
 This package contains IDE drivers for the Linux kernel.
(new) input-modules-2.6.21-2-parisc-di_1.18_hppa.udeb extra debian-installer
Input devices support
 This package contains input device drivers for the Linux kernel.
(new) input-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb extra debian-installer
Input devices support
 This package contains input device drivers for the Linux kernel.
(new) ipv6-modules-2.6.21-2-parisc-di_1.18_hppa.udeb extra debian-installer
IPv6 driver
 This package contains the IPv6 driver for the Linux kernel.
(new) ipv6-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb extra debian-installer
IPv6 driver
 This package contains the IPv6 driver for the Linux kernel.
(new) kernel-image-2.6.21-2-parisc-di_1.18_hppa.udeb extra debian-installer
Linux kernel binary image for the Debian installer
 This package contains the Linux kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.
(new) kernel-image-2.6.21-2-parisc64-di_1.18_hppa.udeb extra debian-installer
Linux kernel binary image for the Debian installer
 This package contains the Linux kernel image for the Debian installer
 boot images. It does _not_ provide a usable kernel for your full
 Debian system.
linux-kernel-di-hppa-2.6_1.18.dsc
  to pool/main/l/linux-kernel-di-hppa-2.6/linux-kernel-di-hppa-2.6_1.18.dsc
linux-kernel-di-hppa-2.6_1.18.tar.gz
  to pool/main/l/linux-kernel-di-hppa-2.6/linux-kernel-di-hppa-2.6_1.18.tar.gz
(new) loop-modules-2.6.21-2-parisc-di_1.18_hppa.udeb standard debian-installer
Loopback filesystem support
 This package contains loopback filesystem support for the Linux kernel.
(new) loop-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb standard debian-installer
Loopback filesystem support
 This package contains loopback filesystem support for the Linux kernel.
(new) md-modules-2.6.21-2-parisc-di_1.18_hppa.udeb extra debian-installer
RAID and LVM support
 This package contains RAID and LVM modules for the Linux kernel.
(new) md-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb extra debian-installer
RAID and LVM support
 This package contains RAID and LVM modules for the Linux kernel.
(new) nic-modules-2.6.21-2-parisc-di_1.18_hppa.udeb standard debian-installer
Common NIC drivers
 This package contains common NIC drivers for the Linux kernel.
(new) nic-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb standard debian-installer
Common NIC drivers
 This package contains common NIC drivers for the Linux kernel.
(new) ppp-modules-2.6.21-2-parisc-di_1.18_hppa.udeb optional debian-installer
PPP drivers
 This package contains PPP drivers for the Linux kernel.
(new) ppp-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb optional debian-installer
PPP drivers
 This package contains PPP drivers for the Linux kernel.
(new) scsi-modules-2.6.21-2-parisc-di_1.18_hppa.udeb standard debian-installer
SCSI drivers
 This package contains SCSI drivers for the Linux kernel.
(new) scsi-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb standard debian-installer
SCSI drivers
 This package contains SCSI drivers for the Linux kernel.
(new) usb-modules-2.6.21-2-parisc-di_1.18_hppa.udeb extra debian-installer
USB support
 This package contains core USB drivers for the Linux kernel.
(new) usb-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb extra debian-installer
USB support
 This package contains core USB drivers for the Linux kernel.
(new) usb-storage-modules-2.6.21-2-parisc-di_1.18_hppa.udeb standard 
debian-installer
USB storage support
 This package contains the USB storage driver for the Linux kernel.
(new) usb-storage-modules-2.6.21-2-parisc64-di_1.18_hppa.udeb standard 
debian-installer
USB storage support
 This package contains the USB storage driver for the Linux kernel.
Changes: linux-kernel-di-hppa-2.6 (1.18) unstable; urgency=low
 .
  * Drop 

Bug#434258: netinst needs `apt-key update`

2007-07-24 Thread Nadim Shaikli
--- Geert Stappers [EMAIL PROTECTED] wrote:
 According http://wiki.debian.org/DebianInstaller/Today
 is not noticed in the past five weeks ...

Might have been an earlier version then - I was just going by what
is noted on the burned CD.  The idea and the problems which arise
whenever the GPG keys change is there though and should be addressed.
CDs/images from a couple of years ago should continue to work, no ?

  What needs to happen is that the debianinstaller (d-i) should really
  include 'apt-key update' as part of its normal install procedure to
  make sure that installations will always work irrespective of when GPG
  keys change.
 
 I would like to do over two years a netinst without Internet access.
 (in other words: I think `apt-key update` by default is not a good idea)

Well, ideally any install (netinst or otherwise) should at a min try to
leave behind a working (or at least bootable) system which means grub is
a must include on the shippable medium - but I think we're digressing from
this bug report a bit.

Regards,

 - Nadim



   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Secondary drive

2007-07-24 Thread Martin Michlmayr
* Kia Niskavaara [EMAIL PROTECTED] [2007-07-24 14:06]:
 I'm using Debian on a NSLU2. I'm planning to add a secondary
 harddrive.  Will I have to do anything special for this to work?
 Will the NSLU2 find the new harddrive automatically? How does it
 know which drive to boot from?

The second drive will be detected automatically but maybe your system
will pick the wrong drive to boot from.  To avoid this problem, follow
the instructions under The slug fails to reboot with 2 drives
connected at http://www.nslu2-linux.org/wiki/Debian/HomePage

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



libdebian-installer 0.52 MIGRATED to testing

2007-07-24 Thread Debian testing watch
FYI: The status of the libdebian-installer source package
in Debian's testing distribution has changed.

  Previous version: 0.50
  Current version:  0.52

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434580: I can´t install debian for AMD64

2007-07-24 Thread Miguel Bernabeu Taboada

Package: installation-reports
Boot method: CD
Image version:
http://cdimage.debian.org/debian-cd/4.0_r0/amd64/iso-cd/debian-40r0-amd64-netinst.iso
Date: 2007-07-23

Machine:  Gigabyte GA-K8NS-939 with nForce3 chipset
Processor: AMD 64 3000
Memory: 2 x 256 Mb DDR400
Partitions: 1 x IDE 80 Gb data-only. 1 x SATA 80 Gb with 1Gb swap, 20 Gb root 
partition,
8Gb old windows  2 data partitions

Output of lspci -nn and lspci -vnn:

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:[E]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:
I can't install debian AMD64 from CD-image:
http://cdimage.debian.org/debian-cd/4.0_r0/amd64/iso-cd/debian-40r0-amd64-netinst.iso
(image date: 7-Apr-2007, server ip = 212.68.205.83)

When it installs the kernel, dpkg send error:
   dpkg: error procesing
/var/cache/apt/archives/linux-image-2.6.18-4-amd64_2.6.18.dfsg.1-12_amd64.deb 
(--unpack)
, and installation don´t end.

I have try other kernels with same error, because they use the same
linux-image-2.6.18-4-amd64 package.

I have download the same image, I have write other boot CD, to discard download 
and CD
write faillures, and I have try install with same error.

My problem is like #420448 bug.


Best regards.
Miguel Bernabeu


-
Registra tu dominio en http://dominios.ya.com/. Con cada registro te regalamos 
20 cuentas de correo de 100MB cada una.
Ya.com ADSL 24h + Llamadas Nacionales y Locales 24h + Llamadas a MÓVILES.
Desde 9,95 €/mes+IVA. http://acceso.ya.com/ADSLllamadas/3mbvoz/



Bug#434588: installation-reports : problem configuring network

2007-07-24 Thread Matthew Lennig

Package: installation-reports

Boot method: How did you boot the installer? CD? floppy? network?
CD

Image version: Debian Lenny amd64 netinst downloaded on 16-July-2007
at 7:05pm pacific time.

Date: 24-July-2007 at 3pm pacific time

Machine: Asus A8V-MX motherboard
Processor:  Athlon AMD64X2 2200MHz
Memory: 2GB

Partitions: Sorry, had to copy by hand cause LAN doesn't work:
/dev/md0ext3   623076   432532   6043944   7% /
tempfs tempfs0% /lib/init/rw
udevtempfs1% /dev
tempfs tempfs0% /devshm

Output of lspci -nn and lspci -vnn:
command not found

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:  [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:
I'm trying to installing the Debian Lenny AMD64 netinst on an Asus
A8V-MX motherboard with an integrated Realtek RTL8201CL 10/100
ethernet controller. The Debian installer is able to detect the
network device but it is unable to configure the network. I have tried
DHCP, DHCP with hostname, and manual configuration, providing a fixed
IP address, network mask, etc. Nothing works. I was able to complete
the minimal install without IP access. I also tried using a Linux
driver for the Realtek controller that was provided on a CD by the
motherboard manufacturer. I copied the driver to
/usr/lib/hotplug/firmware/ and rebooted but this did not solve the
problem.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Reminder: d-i meeting - Wed 25th July, 19:00 UTC

2007-07-24 Thread Aníbal Monsalve Salazar
On Tue, Jul 24, 2007 at 11:55:21AM +0200, Jérémy Bobbio wrote:
Hi!

Just a short mail to remind you that an online meeting of the
debian-installer team is going to happen:
 
  Wednesday, 25th of July, 19:00 UTC
  #debian-boot @ irc.debian.org

That is tomorrow.

USA Pacific:
  
date -ud 2007-07-25 19:00:00 UTC -7 hours +%a %Y/%m/%d at %H:%M:%S
Wed 2007/07/25 at 12:00:00

USA Eastern:
  
[EMAIL PROTECTED]:~$ date -ud 2007-07-25 19:00:00 UTC -4 hours +%a %Y/%m/%d 
at %H:%M:%S
Wed 2007/07/25 at 15:00:00

Japan:  
  
[EMAIL PROTECTED]:~$ date -ud 2007-07-25 19:00:00 UTC +9 hours +%a %Y/%m/%d 
at %H:%M:%S
Thu 2007/07/26 at 04:00:00

Australia Eastern:
[EMAIL PROTECTED]:~$ date -ud 2007-07-25 19:00:00 UTC +10 hours +%a %Y/%m/%d 
at %H:%M:%S
Thu 2007/07/26 at 05:00:00

[5am in winter! sigh!]

Agenda and attendees are both on the wiki [1].
 
 [1] http://wiki.debian.org/DebianInstaller/Meetings/Coordination

Please add your issues to the agenda and please read it before the
meeting.

Who will do the summary of the meeting?

Who will co-ordinate it?

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :???  :  # apt-get install anarchism
   `. `'` 
  `-   

Tré cordialement,

Aníbal Monsalve Salazar
-- 
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#434580: Debian AMD64 installed with problems

2007-07-24 Thread Miguel Bernabeu Taboada

Package: installation-reports
Boot method: CD
Image version:
http://cdimage.debian.org/debian-cd/4.0_r0/amd64/iso-cd/debian-40r0-amd64-businesscard.iso
Date: 2007-07-24

Machine:  Gigabyte GA-K8NS-939 with nForce3 chipset
Processor: AMD 64 3000
Memory: 2 x 256 Mb DDR400
Partitions: 1 x IDE 80 Gb data-only. 1 x SATA 80 Gb with 1Gb swap, 20 Gb root 
partition,
8Gb old windows and 2 data partitions

Output of lspci -nn and lspci -vnn:

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:[E]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

I had problems to install the CD-image
http://cdimage.debian.org/debian-cd/4.0_r0/amd64/iso-cd/debian-40r0-amd64-businesscard.iso;
(image date: 7-Apr-2007, server ip = 212.68.205.83)

When it installs the kernel, dpkg send same error that netinst installation:
   dpkg: error procesing
/var/cache/apt/archives/linux-image-2.6.18-4-amd64_2.6.18.dfsg.1-12_amd64.deb 
(--unpack)
, and installation don´t end.

I proved other kernels with same error, but finally the installation ended OK 
using kernel
image linux-image-2.6.18-vserver-amd64-k8

The installed kernel versión is 2.6.18+6

Best regards.
Miguel Bernabeu


















-
Registra tu dominio en http://dominios.ya.com/. Con cada registro te regalamos 
20 cuentas de correo de 100MB cada una.
Ya.com ADSL 24h + Llamadas Nacionales y Locales 24h + Llamadas a MÓVILES.
Desde 9,95 €/mes+IVA. http://acceso.ya.com/ADSLllamadas/3mbvoz/



Bug#434594: Debian AMD64 installed with problems

2007-07-24 Thread Miguel Bernabeu Taboada

Package: installation-reports
Boot method: CD
Image version:
http://cdimage.debian.org/debian-cd/4.0_r0/amd64/iso-cd/debian-40r0-amd64-businesscard.iso
Date: 2007-07-24

Machine:  Gigabyte GA-K8NS-939 with nForce3 chipset
Processor: AMD 64 3000
Memory: 2 x 256 Mb DDR400
Partitions: 1 x IDE 80 Gb data-only. 1 x SATA 80 Gb with 1Gb swap, 20 Gb root 
partition,
8Gb old windows and 2 data partitions

Output of lspci -nn and lspci -vnn:

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:[E]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Error installing linux-image-2.6.18-4-amd64 kernel package reported as 
#434580 bug
It works when I selected linux-image-2.6.18-vserver-amd64-k8 kernel.

Grub install boot record in IDE disk, not in my SATA boot disk.


Best regards.
Miguel Bernabeu



















-
Registra tu dominio en http://dominios.ya.com/. Con cada registro te regalamos 
20 cuentas de correo de 100MB cada una.
Ya.com ADSL 24h + Llamadas Nacionales y Locales 24h + Llamadas a MÓVILES.
Desde 9,95 €/mes+IVA. http://acceso.ya.com/ADSLllamadas/3mbvoz/



Bug#434588: Better description of partitions

2007-07-24 Thread Matthew Lennig

Here is a better description of the partitions I'm using:

sda1 2GB swap
sdb2 3GB swap
sdc2 3GB swap

sdb1 7GB + sdc1 7GB = MD0 (RAID1) mounted as boot and root partition
sda3 199GB + sdc2 199GB = MD1 (RAID1) raw space for LVM volume group
sdb3 199GB + sdc3 199GB = MD2 (RAID1) raw space for LVM volume group
sda4 91GB + sdb4 91GB = MD3 (RAID1) raw space for LVM volume group


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[D-I] New strings in D-I: small but important translator's notice

2007-07-24 Thread Christian Perrier
Most D-I translators will notice the appearance of new strings in D-I.

Some are related to Joey Hess' work to have D-I use NTP to set the
clock up.

Some others are related to work on apt-setup to make it use
volatile.debian.org in addition to security.debian.org and allow the
user to choose to use these services or not.

Please note that, as usual when some new templates are introduced, it
may take some time to stabilize them. So, of course, you can update
them if you can't stand being below 100% (Which Is Good) but don't be
mad if you have to re-update them a few times. You've been warned..:-)

Be careful: some of these templates use variables. Formerly, the
variable was ${SECURITY_HOST}  and it has been modified to
${HOST}. You should notice this as D-I PO files now use gettext's
--previous option.

Also, please take care TO NOT USE poedit. It breaks PO files with #|
comments as explained on Rhonda's blog
(http://alfie.ist.org/blog/2007/07/20#msgmerge--previous_and_poedit.en).
If you insist on using poedit, please fix your files before committing
them. Committing broken files may make you lose your commit access.

-- 




signature.asc
Description: Digital signature