Bug#254764: sarge-i386-netinst (20040616) fails .... I may have found fix

2004-06-17 Thread Matt Kraai
On Fri, Jun 18, 2004 at 07:05:07AM +0200, Christian Perrier wrote: > > > > > > > I may be better off doing "umount /cdrom 2>/dev/null 1>/dev/null" :) > > Or even more better > > umount /cdrom >/dev/null 2>&1 && true > > No? || true.

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Christian Perrier
Quoting Recai Oktas ([EMAIL PROTECTED]): > Hi, > > In the second stage the missing locale is generated, but if we reboot, > the LANG (and the related variables) won't be exported despite the fact > that the locale is valid. There is certainly an unhandled state in > termwrap. Could you pleas

Bug#254764: sarge-i386-netinst (20040616) fails .... I may have found fix

2004-06-17 Thread Christian Perrier
> > > I may be better off doing "umount /cdrom 2>/dev/null 1>/dev/null" :) Or even more better umount /cdrom >/dev/null 2>&1 && true No? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

sid_d-i 20040617 netinst/businesscard DID NOT BUILD

2004-06-17 Thread Christian Perrier
No tests today for these images. Looks like they did not build yesterday. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Christian Perrier
> Should you also copy the code that handles LANGUAGE and > LANGUAGE_INST? Recai, can you answer Matt's question before we decide to apply your patch? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: LDAP-based authentication with the d-i?

2004-06-17 Thread Christian Perrier
Quoting Fabio Tranchitella ([EMAIL PROTECTED]): > Hi, even if I have not yet tried the new d-i, I'm very curious > about this: can I setup an ldap-based authentication environment > while installing the base system with the d-i? Well, I'm not sure this is the purpose of d-i. All neeed stuff for L

Re: PPP / PPPoE / APT sources

2004-06-17 Thread Christian Perrier
Quoting Marco d'Itri ([EMAIL PROTECTED]): > The 50 MB image is supposed to be all you need to configure PPPoE > networking *before* you reboot your system. I think this is this part that Martin didn't find And, well, I must admit that I too have no idea oh where PPPoE (or "simple" PPP) may b

Re: installer screenshots

2004-06-17 Thread Christian Perrier
Quoting martin f krafft ([EMAIL PROTECTED]): > i have made a thorough set of screenshots of the d-i images netboot > 20040616 and netinst 20040616. > > http://people.debian.org/~madduck/d-i/screenshots/ I think we should replace the "screnshots" link on the d-i page (which currently points to old

Bug#242343: debian-installer beta 3 sparc netinst image failed to boot up on Ultra10

2004-06-17 Thread sean finney
On Wed, Jun 16, 2004 at 03:44:49PM +0200, Frederik Dannemare wrote: > if any of you guys still have this problem (Kernel panic: VFS: Unable to > If so, your problem may be related to the problem I had with "initrd > extends beyond end of memory". In my case the location of my two memory > sticks

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Matt Kraai
On Fri, Jun 18, 2004 at 01:02:31AM +0300, Recai Oktas wrote: > --- termwrap.orig 2004-06-18 00:29:28.0 +0300 > +++ termwrap 2004-06-18 00:42:31.0 +0300 > @@ -156,6 +156,12 @@ > unset LANG_INST > unset LANGUAGE_INST > fi

[D-I Manual] Build log for en (18 Jun 2004)

2004-06-17 Thread Frans Pop
A build of the Debian Installer Manual was triggered by an update to SVN. There were no errors during the build process. The new version of the manual has been uploaded successfully. A full log of the build is available on request. === If you would prefer this message to be send somewhere else,

Re: PPP / PPPoE / APT sources

2004-06-17 Thread Margarita Manterola
Hola martin f krafft! > > Your guess is right. Try with businesscard images. Just to make things clear, the "netinst" is the "110Mb CD image" and DOES have the base system to be installed from CD. The apt repository is selected just before the base system installation The "businesscard" is the

Re:

2004-06-17 Thread Reginald
I just reviewed your   m o r tgage info. You are  appro ve d   with 2.35 % fixedr a t e. Please visit this page today and specify your application ID #286586294965 to confirm everything. Thank you. Reginald TNJ Bank monix bnhwp- alwag. kmljv. pkkekj pxuisyk rafeaeu vgjzj- vbcfvizi wbhiore yumej

Re: PPP / PPPoE / APT sources

2004-06-17 Thread Marco d'Itri
[EMAIL PROTECTED] wrote: > I wrote a tutorial on installing via PPPoE today. It's not 100% >complete yet but it has details all the way up to configuring PPPoE to >connect to the internet. No, it's wrong. You just explained how to install the distribution and THEN how to configure networking, an

Bug#254764: sarge-i386-netinst (20040616) fails .... I may have found fix

2004-06-17 Thread Osamu Aoki
I used 1 day newer CD on this slow CDROM PC again. Again it failed on mounting CD (when done automatically). CD integrity did not work either after this from menu. Then I went to console and "umount /cdrom". This time, instead of manually mounting disk from console to /cdrom, I used install men

please remove XSI:isms

2004-06-17 Thread Martin Michlmayr
Package: tasksel Severity: wishlist * David Weinehall <[EMAIL PROTECTED]> [2004-06-17 21:51]: > Could you apply the small patch below (which rids the scripts > of XSI:isms)? > > Regards: David Weinehall > > --- tasksel-2.00/tests/lang.old 2004-06-13 23:23:21.0 +0300 > +++ tasksel-2

Processed: Re: Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 254452 + patch Bug#254452: Should use again the 1st stage language when run again after a reboot Tags were: confirmed Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system admin

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Recai Oktas
Hi, In the second stage the missing locale is generated, but if we reboot, the LANG (and the related variables) won't be exported despite the fact that the locale is valid. There is certainly an unhandled state in termwrap. Could you please test the attached fix (by applying it to termwrap

Re: Intro & problem: 8139too TX timeout in sarge installer

2004-06-17 Thread martin f krafft
also sprach Paul Gear <[EMAIL PROTECTED]> [2004.06.17.2315 +0200]: > Thanks for the reply. How do i install the 2.6 kernel? Is there a way > to do that from the install CD? Yes, please type 'linux26' at the boot: prompt (right after the BIOS). > Also, i used 'testing' in /etc/apt/sources.list w

Processed: your mail

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 254945 autopartkit Bug#254945: b0rks if /target already exists Bug reassigned from package `partman-auto' to `autopartkit'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system admi

RE: Information (KMM852964V8326L0KM)

2004-06-17 Thread Vodafone Klantenservice
E-mailreferentienummer: /460032,KMM852964V8326L0KM Geachte heer, mevrouw, Hartelijk dank voor uw e-mail. Wij kunnen helaas uw e-mail met de titel Information dd 6/17/04 niet in behandeling nemen, omdat de e-mail niet via onze website is verstuurd. Het is noodzakelijk dat u het e-mailcontact

Bug#254945: b0rks if /target already exists

2004-06-17 Thread martin f krafft
Package: partman-auto Severity: normal Version: 22 (20040616 netinst sid) Tags: patch After manually partitioning and then trying to automatically partition over the manual table (for screenshots), I got the error that /target already exists. I suppose adding the '-p' option to mkdir will do the t

Bug#254935: The way the swap size is calculated seems not correct

2004-06-17 Thread Jim Lieb
On Thursday 17 June 2004 13:45, Thiemo Seufer wrote: > Margarita Manterola wrote: > [snip] > > > I think it would be nicer if the parameters for swap size could be > > taken from the memory size, the minimum being the memory size, and > > the maximum the double of the memory size... Or something li

Re: [SOLVED - sarge_d-i only] Take 3: sparc64 CDs work?

2004-06-17 Thread Frederik Dannemare
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 June 2004 15:42, Ben Collins wrote: > > Then today (don't know why this idea came to me) I decided to open > > up the box and juggle around with the memory sticks. And voila! > > Moving the two sticks from DIMM3 and DIMM4 to DIMM1 and D

Bug#254919: your mail

2004-06-17 Thread martin f krafft
tags 239111 + patch tags 246111 + patch tags 243835 + patch thanks > 4. When grub installs, it displays a notice that it may take a long >time in text mode. I think this should also be displayed by d-i >so as to not confuse users. > > 5. Grub actually doesn't install. It hangs at 50% of '

Re: Intro & problem: 8139too TX timeout in sarge installer

2004-06-17 Thread Paul Gear
Martin Michlmayr wrote: > * Paul Gear <[EMAIL PROTECTED]> [2004-06-16 13:52]: > >>I can complete the installation from the netinst CD and it proceeds to >>completion, but on reboot i have the same situation: no network. > > > Can you please install the 2.6 kernel and see if you have the same > p

Bug#254935: The way the swap size is calculated seems not correct

2004-06-17 Thread Thiemo Seufer
Margarita Manterola wrote: [snip] > I think it would be nicer if the parameters for swap size could be taken > from the memory size, the minimum being the memory size, and the maximum > the double of the memory size... Or something like that. This might give weird results for a machine with plenty

Re: installer screenshots

2004-06-17 Thread martin f krafft
also sprach martin f krafft <[EMAIL PROTECTED]> [2004.06.17.2031 +0200]: > suggestions welcome. README file included. http://people.debian.org/~madduck/d-i/screenshots/README apache's autoindex is hiding it... -- Please do not CC me when replying to lists; I read them! .''`. martin f. kr

Re: installer screenshots

2004-06-17 Thread martin f krafft
also sprach martin f krafft <[EMAIL PROTECTED]> [2004.06.17.2031 +0200]: > http://people.debian.org/~madduck/d-i/screenshots/ I would really appreciate if you could announce any changes in the screens to me as you change them. I want to keep the screenshots current. -- Please do not CC me when r

Bug#254935: The way the swap size is calculated seems not correct

2004-06-17 Thread Margarita Manterola
Package: partman-auto Severity: minor The way partman-auto decides the swap size is quit puzzling. I've read the recipes, and I understand the algorithm, but yet, I was taught since my first GNU/Linux days that sawp size is related to memory size, and partman-auto is deciding only upon hard drive

Re: tasksel rewrite

2004-06-17 Thread David Weinehall
On Tue, Jun 08, 2004 at 02:01:11PM -0400, Joey Hess wrote: > I was bored on the plane back from DebConf4, so I rewrote tasksel. The > new version uses debconf to ask the question about tasks. I also > tightended up the criteria for tasks, which involved removing quite a > few. And I made it automat

Bug#254919: your mail

2004-06-17 Thread martin f krafft
also sprach martin f krafft <[EMAIL PROTECTED]> [2004.06.17.2033 +0200]: >NOTE: this seems to have been fixed in the netboot image from >joeyh's p.d.o page, downloaded on 20040617, but it still >suggests floppy.o when scanning for network interfaces. 2004

Processed: your mail

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 254901 normal Bug#254901: problems in vmware Severity set to `normal'. > severity 254919 normal Bug#254919: (no subject) Severity set to `normal'. > retitle 254919 various comments on 20040615/20040616 in bochs and vmware Bug#254919: (no subj

Re: RAID1 on / planned?

2004-06-17 Thread Charles Steinkuehler
Andrew Pollock wrote: On Sun, Jun 13, 2004 at 02:49:26PM +0100, Martin Michlmayr wrote: * Charles Steinkuehler <[EMAIL PROTECTED]> [2004-06-11 14:45]: > I'm pretty handy with shell scripting, and could probably come up with a > fix to the grub stuff (espeically with the nice auto-detect stuff in

Bug#254901: problems in vmware

2004-06-17 Thread martin f krafft
also sprach Martin Michlmayr <[EMAIL PROTECTED]> [2004.06.17.1937 +0200]: > * martin f krafft <[EMAIL PROTECTED]> [2004-06-17 18:33]: > > 1. The virtual machine is using the BootLogic BT-946C (BA80C30) > >[MultiMaster 10] SCSI adapter of VMWare. The 20040616 sid-d_i > >correctly identifies

Bug#254919: (no subject)

2004-06-17 Thread martin f krafft
n. Nothing else. NOTE: this seems to have been fixed in the netboot image from joeyh's p.d.o page, downloaded on 20040617, but it still suggests floppy.o when scanning for network interfaces. 2. I selected the ppp component, but I can't find any notion of PPP setup anywhere.

Re: PPP / PPPoE / APT sources

2004-06-17 Thread Arthur Wiebe
martin f krafft wrote: also sprach Christian Perrier <[EMAIL PROTECTED]> [2004.06.17.2011 +0200]: Maybe the CD-ROM as APT source thing makes sense since I am using the netinst image, but the other two are confusing. Your guess is right. Try with businesscard images. ok. thanks. Ho

LDAP-based authentication with the d-i?

2004-06-17 Thread Fabio Tranchitella
Hi, even if I have not yet tried the new d-i, I'm very curious about this: can I setup an ldap-based authentication environment while installing the base system with the d-i? I don't want to setup an openldap server but I would like to connect to a LDAP server which pre-exists in the network. Is

Re: PPP / PPPoE / APT sources

2004-06-17 Thread martin f krafft
also sprach Christian Perrier <[EMAIL PROTECTED]> [2004.06.17.2011 +0200]: > > Maybe the CD-ROM as APT source thing makes sense since I am using > > the netinst image, but the other two are confusing. > > Your guess is right. Try with businesscard images. ok. thanks. > > How can I configure PPP

installer screenshots

2004-06-17 Thread martin f krafft
i have made a thorough set of screenshots of the d-i images netboot 20040616 and netinst 20040616. http://people.debian.org/~madduck/d-i/screenshots/ suggestions welcome. README file included. -- Please do not CC me when replying to lists; I read them! .''`. martin f. krafft <[EMAIL PROT

Bug#254905: Acknowledgement (partman-auto: Uses strange dialogs when applying recipes)

2004-06-17 Thread Christian Perrier
tags 254905 pending thanks I commited the change. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Christian Perrier
retitle 254452 Should use again the 1st stage language when run again after a reboot tags 254452 + confirmed thanks > Its a bit different. When you install the machine and base-config is started > automatically after the first reboot you usually configure the machine. If > you just reboot (via sw

Processed: Re: Bug#254905: Acknowledgement (partman-auto: Uses strange dialogs when applying recipes)

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 254905 pending Bug#254905: partman-auto: Uses strange dialogs when applying recipes Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (admin

Processed: Re: Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 254452 Should use again the 1st stage language when run again after a reboot Bug#254452: Languages switches to english after rebooting during base-config Changed Bug title. > tags 254452 + confirmed Bug#254452: Should use again the 1st stage la

Re: PPP / PPPoE / APT sources

2004-06-17 Thread Christian Perrier
Quoting martin f krafft ([EMAIL PROTECTED]): > Maybe the CD-ROM as APT source thing makes sense since I am using > the netinst image, but the other two are confusing. Your guess is right. Try with businesscard images. > > How can I configure PPP and/or PPPoE to be used for the > installation?

Bug#254901: problems in vmware

2004-06-17 Thread Martin Michlmayr
* martin f krafft <[EMAIL PROTECTED]> [2004-06-17 18:33]: > 1. The virtual machine is using the BootLogic BT-946C (BA80C30) >[MultiMaster 10] SCSI adapter of VMWare. The 20040616 sid-d_i >correctly identifies the disk. > > Until 1 is fixed, I can't go further... It does or doesn't identif

PPP / PPPoE / APT sources

2004-06-17 Thread martin f krafft
Hi all, While writing a book, I am making a set of screenshots of debian-installer, which will be publicly available when done. In the interest of completeness, I would like to include as many features as possible. However, trying the beta4, the netboot image from 20040616, as well as the sid_imag

Bug#254876: marked as done (installation-reports: Success with Sarge TC1 110MB CD image on MSI KT6V-LSR)

2004-06-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jun 2004 17:47:14 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#254876: installation-reports: Success with Sarge TC1 110MB CD image on MSI KT6V-LSR has caused the attached Bug report to be marked as done. This means that you claim that the problem has b

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Christian Perrier
reassign 254452 base-config retitle 254452 Should use again the 1st stage language when run again after a reboot thanks (I'm unsure which package this was assigned toso, I assign it to what it pertains-->base-config) > Its a bit different. When you install the machine and base-config is start

Bug#254905: partman-auto: Uses strange dialogs when applying recipes

2004-06-17 Thread Christian Perrier
Package: partman-auto Severity: normal Tags: patch While applying the "guided partitoning" recipes, partman-auto displays progress dialogs with "Please wait..." as title.and sometimes "Please wait..." as info... This obviously make these dialogs a bit funny. Anyway, I think that title should

Bug#254901: problems in vmware

2004-06-17 Thread martin f krafft
Package: installation-reports Severity: wishlist INSTALL REPORT Debian-installer-version: netboot image, 20040616 (from p.d.o/~joeyh) uname -a: Date: all day, 17 June 2004 Method: Boot with PXE Machine: VMWare 4.5.1 Processor: vmware Memory: 392 Mb Root Device: sda image Root Size/partition tab

busybox-cvs_20040612-2_i386.changes ACCEPTED

2004-06-17 Thread Debian Installer
Accepted: busybox-cvs-floppy-udeb_20040612-2_i386.udeb to pool/main/b/busybox-cvs/busybox-cvs-floppy-udeb_20040612-2_i386.udeb busybox-cvs-static_20040612-2_i386.deb to pool/main/b/busybox-cvs/busybox-cvs-static_20040612-2_i386.deb busybox-cvs-udeb_20040612-2_i386.udeb to pool/main/b/busybox

Bug#254214: marked as done (busybox-cvs-udeb: insmod: Unhandled relocation of type 10 for .text)

2004-06-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jun 2004 11:47:04 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#254214: fixed in busybox-cvs 20040612-2 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

Processing of busybox-cvs_20040612-2_i386.changes

2004-06-17 Thread Archive Administrator
busybox-cvs_20040612-2_i386.changes uploaded successfully to localhost along with the files: busybox-cvs_20040612-2.dsc busybox-cvs_20040612-2.diff.gz busybox-cvs-static_20040612-2_i386.deb busybox-cvs_20040612-2_i386.deb busybox-cvs-udeb_20040612-2_i386.udeb busybox-cvs-floppy-udeb_200

Bug#247819: mdadm deb needs to be installed

2004-06-17 Thread Martin Michlmayr
reassign 247819 mdcfg merge 253843 247819 thanks * Philipp Kolmann <[EMAIL PROTECTED]> [2004-06-17 17:14]: > Is there any way, to get the mdadm package to be installed together with > the kernel / along with the base-install? As a workaround, you can edit /var/lib/dpkg/info/base-installer.postins

Get Qualified Supplier Now.

2004-06-17 Thread [EMAIL PROTECTED]
Title: Untitled Document Who and where is the right partner? Our Sourcing specialist will exam and x-ray them for you!   Find you potential supplier by u

Processed: Re: Bug#247819: mdadm deb needs to be installed

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 247819 mdcfg Bug#247819: beta4 unstable software RAID1 requires raidtools2 Bug reassigned from package `installation-reports' to `mdcfg'. > merge 253843 247819 Bug#247819: beta4 unstable software RAID1 requires raidtools2 Bug#253843: Not insta

Bug#247819: mdadm deb needs to be installed

2004-06-17 Thread Philipp Kolmann
Hi once more! Sorry, to send you another mail, but I have done some more research and found out, that mdadm is queued by apt-install, but the packages that are installed by apt-install are installed after the base-install. But the kernel, which needs mdadm is installed in the base-install. Is th

sid_d-i 20040616 netinst/businesscard OK

2004-06-17 Thread Christian Perrier
My daily tests on these images do not show any nasty things. All went OK. lowmem is still broken. I guess it's because lowmem 0.10 did not made it into this image. We'll see tomorrow. FIREWIRE works! At least with my Dell Latitude X200 CD, the CD is now detected both for 2.4 and 2.6. This because

Bug#253102: Installation on a recent ibook G4 (Beta 4)

2004-06-17 Thread Dennis Stampfer
On Thu, Jun 17, 2004 at 09:35:29AM +0200, Helge Kreutzmann wrote: > On Wed, Jun 16, 2004 at 09:09:55PM +0200, Dennis Stampfer wrote: > > > > [timezone-conf] Wrong german quotes > > > > uhm, sorry. Where? > > Should after the reboot, when »Konfiguration der Zeitzone« is the > title of the template

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread "Thorsten Schäfer"
> You mean that you reboot during base-config. Then the machine boots > normally, you login as root and then run base-config manually, right? Its a bit different. When you install the machine and base-config is started automatically after the first reboot you usually configure the machine. If you

Bug#254876: installation-reports: Success with Sarge TC1 110MB CD image on MSI KT6V-LSR

2004-06-17 Thread Klaus Schenker
Package: installation-reports Severity: normal Debian-installer-version: 17-06-2004 (sarge test candidate 1) uname -a: Linux acapella 2.4.26-1-386 #2 Sat May 1 16:31:24 EST 2004 i686 GNU/Linux Date: 17-06-2004 Method: boot and base system from debian installer CD (110 MB image) + network (

Bug#254860: discover1: Korean messages and debconf template translations

2004-06-17 Thread Christian Perrier
tags 254860 pending thanks Quoting Changwoo Ryu ([EMAIL PROTECTED]): > Package: discover1 > Version: 1.5-12 > Severity: wishlist > Tags: l10n patch > > Here is newly transated Korean message translation (po/ko.po) and > debconf template translation (debian/po/ko.po). > > Please include these fil

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread Christian Perrier
Quoting "Thorsten Schäfer" ([EMAIL PROTECTED]): > - When I select German and complete the base-config and start it again > afterwards (it makes no difference if I reboot after completing the config > or don't reboot) the base-config is in German again. > - However if I reboot during the initial ru

Processed: Re: Bug#254860: discover1: Korean messages and debconf template translations

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 254860 pending Bug#254860: discover1: Korean messages and debconf template translations Tags were: l10n patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrat

Re: PPP(oe) problem and installation report

2004-06-17 Thread Christian Perrier
> * here' the bug ** > > I opt for "Create a connection named provider" and when I have to > configure dns I decide to go back with "cancel" then i try again to > select "Create a connection named provider" and nothing happens. > Instead of having the chance to configure dns as I

Bug#247819: mdadm deb needs to be installed

2004-06-17 Thread Philipp Kolmann
Hi! I checked the daily build img from 2004-06-16 and tried it with vmware and 2 disks. Kernel-image install still fails. But when you chroot /target and apt-get install mdadm (which is on the disk) then the kernel installs nicely. Afterwards I installed lilo by hand (incl liloconfig) and added t

Re: Debian Installer IRC meeting on Saturday 6/19 16:00 UTC

2004-06-17 Thread Christian Perrier
Quoting Anibal Monsalve Salazar ([EMAIL PROTECTED]): > Could someone summarize the irc meeting and post the summary to the > list? I'll try to. At the minimum, the IRC log will be posted or published -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

Processed: Re: Bug#254814: installation-reports

2004-06-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 254814 partman Bug#254814: installation-reports Bug reassigned from package `installation-reports' to `partman'. > retitle 254814 cannot resize ext3 partition Bug#254814: installation-reports Changed Bug title. > thanks Stopping processing he

Bug#254452: Languages switches to english after rebooting during base-config

2004-06-17 Thread "Thorsten Schäfer"
>You need testing the sid_d-i image, which have d-i packages from >unstable and non d-i packages from testing. > >http://gluck.debian.org/cdimage/testing/sid_d-i/i386/current/sarge-i386-netinst.iso > >This build naming scheme is a bit misleading, imho, especially the >"daily" which are a symlink to

Bug#254814: installation-reports

2004-06-17 Thread Martin Michlmayr
reassign 254814 partman retitle 254814 cannot resize ext3 partition thanks * David Rasch <[EMAIL PROTECTED]> [2004-06-16 23:15]: > So, i went into the 3rd partition and tried repeatedly to change the > size from 18.9 GB to 10 GB unsucessfully. It would ask me to > confirm, and I would confirm and

Re: Intro & problem: 8139too TX timeout in sarge installer

2004-06-17 Thread Martin Michlmayr
* Paul Gear <[EMAIL PROTECTED]> [2004-06-16 13:52]: > I can complete the installation from the netinst CD and it proceeds to > completion, but on reboot i have the same situation: no network. Can you please install the 2.6 kernel and see if you have the same problem there? Can you post the full k

Re: Debian Installer IRC meeting on Saturday 6/19 16:00 UTC

2004-06-17 Thread Anibal Monsalve Salazar
On Thu, Jun 17, 2004 at 09:37:34AM +0200, Christian Perrier wrote: >(this time slot seems to be the less worse timeslot, considering that >d-i team members are of course spread all around the globe, mostly >Europe, Japan, USA and South America...even maybe I'm in Colombia at the moment and with li

Bug#254860: discover1: Korean messages and debconf template translations

2004-06-17 Thread Changwoo Ryu
Package: discover1 Version: 1.5-12 Severity: wishlist Tags: l10n patch Here is newly transated Korean message translation (po/ko.po) and debconf template translation (debian/po/ko.po). Please include these files in the next upload. Thanks, # Changwoo Ryu <[EMAIL PROTECTED]>, 2004. # msgi

Re: [SOLVED] Take 3: sparc64 CDs work?

2004-06-17 Thread Martin Habets
On Thu, Jun 17, 2004 at 09:58:13AM +0300, Ognyan Kulev wrote: > Gary Parker wrote: > > Well, it certainly used to be the case on Ye Olde SPARCs (talking IPX and > > +1's here) that the size of kernel and/or initrd you could boot from > > depended on the size of the first two memory modules in the m

Re: Big problem with 20040614 sid_d-i i386 netinst image

2004-06-17 Thread Bastian Blank
On Thu, Jun 17, 2004 at 11:10:11AM +0100, Colin Watson wrote: > There's a /var/lib/dpkg/status in the initrd that mentions > libdebconfclient0-udeb. Why isn't this good enough? There is no code which is able to merge the informations. > In any case, it's going to suck if we have to duplicate all

Re: Big problem with 20040614 sid_d-i i386 netinst image

2004-06-17 Thread Colin Watson
On Wed, Jun 16, 2004 at 04:21:04PM +0200, Bastian Blank wrote: > On Wed, Jun 16, 2004 at 03:41:46PM +0200, Thiemo Seufer wrote: > > Bastian Blank wrote: > > > The next pending change will break cdrom installs, because debian-cd > > > discards libdebconfclient-udeb and anna can't resolve the virtual

PPP(oe) problem and installation report

2004-06-17 Thread Viti Davide
Hi, I'll soon have an ADSL in my flat and I'm playing with d-i on a Windoze machine running VMware just to get confident with the installation process in order to get Debian up and running ASAP. I saw a few threads discussed lately on this list about PPPoe and from what I got it should be possibl

Re: BUG in installer "sarge"

2004-06-17 Thread Martin Michlmayr
* Rene Foschiatto <[EMAIL PROTECTED]> [2004-06-17 10:49]: > Hello I testet sarge and I get always this errors: > http://8ung.at/foot/sarge/ > http://8ung.at/foot/sarge/konsole.htm They are just warnings and debug messages and can savely be ignored. Did you face any specific problems? -- Martin Mi

BUG in installer "sarge"

2004-06-17 Thread Rene Foschiatto
Hello I testet sarge and I get always this errors: http://8ung.at/foot/sarge/ http://8ung.at/foot/sarge/konsole.htm Regards Rene -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

d-i build environment conflicts with discover ...

2004-06-17 Thread Nikita V. Youshchenko
Hello Is it possible to build d-i images on a system that has discover2 installed and uses it in the boot process (so removing it is not an option)? d-i build-depends on libdiscover1 libdiscover1 depends on discover1-data discover1-data conflicts with discover-data discover depends on discover-da

Bug#254830: Please include firewire for network installs

2004-06-17 Thread Helge Kreutzmann
Package: debian-installer Severity: wishlist I have a USB/Firewire combo card in my alpha. Under 2.4.26 I can get a network interface by simply inserting eth1394 and ohci1394 (and then, as usual, bringing it up with ifconfig). This interface has been sucessfully used to transfere >1 GB from my PPC

Bug#253102: Installation on a recent ibook G4 (Beta 4)

2004-06-17 Thread Helge Kreutzmann
Hello Dennis, On Wed, Jun 16, 2004 at 09:09:55PM +0200, Dennis Stampfer wrote: > > > [timezone-conf] Wrong german quotes > > uhm, sorry. Where? Should after the reboot, when »Konfiguration der Zeitzone« is the title of the template. There " are used instead of » and «. > > > ->Error in transla

Debian Installer IRC meeting on Saturday 6/19 16:00 UTC

2004-06-17 Thread Christian Perrier
After the discussions in debian-boot and even though several people identified as "key" people cannot attend this meeting, I confirm that an opened meeting of the d-i team will happen on IRC. Servers: freenode.net (just point your client to irc.debian.org) Channel: #debian-boot Time  : Saturday J

Re: [debian_boot] Re: svn access

2004-06-17 Thread Lucas Wall
Christian Perrier wrote, On 06/17/2004 03:48 AM: Lucas, spanish is currently 100% translated in core d-i, so what is needed for commiting (of course, there are a lot of valid reasons anyway, such as proofreading and error corrections)? Hmmm... Never mind. A couple of hours ago I checked the es 1st