boot-floppies-3.0.21_i386.changes ACCEPTED

2002-03-18 Thread Debian Installer


Accepted:
install-doc_3.0.21_i386.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_i386.deb


Thank you for your contribution to Debian.


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




Bug#137076: marked as done (boot-floppies: Remove more redundant phrases)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:58:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#137076: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 6 Mar 2002 13:49:04 +
>From [EMAIL PROTECTED] Wed Mar 06 07:49:04 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mons.uio.no [129.240.130.14] (7411)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ibmx-00010S-00; Wed, 06 Mar 2002 07:49:03 -0600
Received: from saruman.uio.no ([129.240.201.202])
by mons.uio.no with esmtp (Exim 2.12 #7)
id 16ibmt-00010R-00; Wed, 6 Mar 2002 14:48:59 +0100
Received: from pre by saruman.uio.no with local (Exim 2.12 #7)
id 16ibmt-0004lz-00; Wed, 6 Mar 2002 14:48:59 +0100
To: [EMAIL PROTECTED]
Subject: boot-floppies: Remove more redundant phrases
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Wed, 6 Mar 2002 14:48:59 +0100
Delivered-To: [EMAIL PROTECTED]


Package: boot-floppies
Version: n/a - current CVS
Severity: minor

Here are more redundant phrases with a patch to get rid of them.  My
choice is marked with a star (*).

  msgid "/dev/fd0   : first floppy drive" *
  msgid "/dev/fd0  : First floppy drive"
  msgid "/dev/fd0  : first floppy drive"

  msgid "/dev/fd1   : second floppy drive" *
  msgid "/dev/fd1  : Second floppy drive"
  msgid "/dev/fd1  : second floppy drive"

  msgid "/dev/sfd0  : SCSI floppy drive" *
  msgid "/dev/sfd0 : SCSI floppy drive"

  msgid "Critical Error"
  msgid "Critical error" *

  msgid "Floppy Error!"
  msgid "Floppy Error" *

Perhaps should 'Floppy Error' be changed into 'Floppy error'.  I did
not to this, but choose to keep most of the current texts.

The following phrases could probably be combined into one phrase using
'%s' to insert the file path.  I did not do this, as I suspect it will
require more changes that just the string.

  msgid "Can't open /target/etc/console-tools/config"
  msgid "Can't open /target/etc/fstab"
  msgid "Cannot open %s: %s\n"
  msgid "Cannot open /floppy/type.txt "

  msgid "Error writing /target/etc/inittab"
  msgid "Error writing /target/etc/inittab.real"
  msgid "Error writing /target/etc/pam.d/passwd"
  msgid "Error writing /target/etc/securetty"
  msgid "Error writing /target/root/.profile"

Index: bootconfig.c
===
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/bootconfig.c,v
retrieving revision 1.173
diff -u -3 -p -u -r1.173 bootconfig.c
--- bootconfig.c2002/03/05 16:04:00 1.173
+++ bootconfig.c2002/03/06 13:44:14
@@ -2019,7 +2019,7 @@ static char * get_device_number(char * d
command = malloc(sizeof("expr substr \"`ls -l ") + strlen(device) + 
sizeof("`\" 35 2"));
if ( command == NULL )
{
-   problemBox(_("Can't allocate memory"),_("Critical Error"));
+   problemBox(_("Can't allocate memory"),_("Critical error"));
exit(1);
}
strcpy(command,"expr substr \"`ls -l ");
@@ -2028,7 +2028,7 @@ static char * get_device_number(char * d
pipe = popen(command,"r");
if ( pipe == NULL )
{
-   problemBox(_("Can't open pipe"),_("Critical Error"));
+   problemBox(_("Can't open pipe"),_("Critical error"));
exit(1);
}
fscanf(pipe,"%u",&temp);
@@ -2041,7 +2041,7 @@ static char * get_device_number(char * d
pipe = popen(command,"r");
if ( pipe == NULL )
{
-   problemBox(_("Can't open pipe"),_("Critical Error"));
+   problemBox(_("Can't open pipe"),_("Critical error"));
exit(1);
}
fscanf(pipe,"%u",&temp);
@@ -2050,7 +2050,7 @@ static char * get_device_number(char * d
number = malloc(sizeof("0x") + 4);
if ( number == NULL )
{
-   problemBox(_("Can't allocate memory"),_("Critical Error"));
+   problemBox(_("Can't allocate memory"),_("Critical error"));
exit(1);
}
 free (command); /* Free what we do not need any more */
@@ -2066,13 +2066,13 @@ static char * get_device_number(char * d
 else
 {
 /* FIXME: should the file name be printed here? */
-problemBox (_("Specified file is not device", _("Critical Error")));
+  

Bug#27007: marked as done ("(liloconfig) More sofisticated installation of LILO")

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:58:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#27007: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 23 Sep 1998 13:56:01 +
Received: (qmail 6691 invoked from network); 23 Sep 1998 13:56:01 -
Received: from fuego.dat.etsit.upm.es ([EMAIL PROTECTED])
  by master.debian.org with SMTP; 23 Sep 1998 13:56:01 -
Received: (qmail 4706 invoked from network); 23 Sep 1998 13:50:23 -
Received: from hades.dat.etsit.upm.es ([EMAIL PROTECTED])
  by fuego.dat.etsit.upm.es with SMTP; 23 Sep 1998 13:50:23 -
Received: (qmail 28359 invoked by uid 1013); 23 Sep 1998 13:50:22 -
Date: Wed, 23 Sep 1998 15:50:22 +0200 (CET)
From: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
To: Bug submitter <[EMAIL PROTECTED]>
Subject: More sofisticated installation of LILO
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Content-Transfer-Encoding: QUOTED-PRINTABLE

Package: boot-floppies
Version: 2.0.11
Severity: whishlist

The installation process of Debian should allow for a more
sofisticated installation of the lilo configuration files this
includes:

- setting other partitions as bootable (other OS) asking for
  label (using the partition as label)
- add parameters to the kernel (recommended only to sysadmins)
  through "append=3D"
- set password on bootup
- set default image to boot
- set vga mode to step to
- check for kernels installed and offer to make a label for each
  kernel installed. For example, make a label like:

  image =3D /boot/vmlinuz-2.0.34
  root =3D /dev/hdb3
  vga =3D normal
  label =3D Linux-2.0.34
  read-only


Javier Fernandez-Sanguino Pe=F1a


---
Received: (at 27007-close) by bugs.debian.org; 19 Mar 2002 08:01:56 +
>From [EMAIL PROTECTED] Tue Mar 19 02:01:56 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZA-0001Xq-00; Tue, 19 Mar 2002 02:01:56 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVM-0003ss-00; Tue, 19 Mar 2002 02:58:00 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#27007: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:58:00 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - 

Bug#137089: marked as done ([sparc/sun4cdm] Failure while unpacking required packages)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:58:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#137089: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 6 Mar 2002 15:05:41 +
>From [EMAIL PROTECTED] Wed Mar 06 09:05:41 2002
Return-path: <[EMAIL PROTECTED]>
Received: from buzz.etsit.upm.es [138.100.17.60] 
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 16icz6-0001mm-00; Wed, 06 Mar 2002 09:05:40 -0600
Received: (qmail 11161 invoked from network); 6 Mar 2002 15:05:33 -
Received: from localhost (127.0.0.1)
  by localhost with SMTP; 6 Mar 2002 15:05:33 -
Received: (qmail 11156 invoked from network); 6 Mar 2002 15:05:32 -
Received: from avalon.dat.etsit.upm.es (138.100.17.15)
  by buzz.etsit.upm.es with SMTP; 6 Mar 2002 15:05:32 -
Received: (qmail 16277 invoked by uid 1007); 5 Mar 2002 16:27:58 -
From: [EMAIL PROTECTED]
Date: Tue, 5 Mar 2002 17:27:58 +0100
To: [EMAIL PROTECTED]
Subject: boot-floppies: dbootstrap on sparc/sun4cdm fails decompressing Packages
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.24i
Delivered-To: [EMAIL PROTECTED]


Package: boot-floppies
Version: 3.0.16-2001-10-27
Severity: important

When installing woody on sparc (sun4cdm), the installation fails
with the message "Packages file corrupted", and the
Packages/Packages.gz files are ok.

Salud,
-- 
Roberto A. Lumbreras
[EMAIL PROTECTED]

---
Received: (at 137089-close) by bugs.debian.org; 19 Mar 2002 08:01:57 +
>From [EMAIL PROTECTED] Tue Mar 19 02:01:57 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZB-0001YI-00; Tue, 19 Mar 2002 02:01:57 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVM-0003sq-00; Tue, 19 Mar 2002 02:58:00 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#137089: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:58:00 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - sparc uses libc 2.2.5 now
 - sparc/sun4u kernel uses 2.4.18 (thanks BenC)
 - sparc doesn't have sun4dm-pci anymore, no one needs it (thanks BenC)
 - EXTRACT-i18n was pulling in for all arches cfdisk-utf8, which would
   break sparc build
 - package searching in 'archive' dir (where downloads go) is sensitive
   to the current arch

Bug#136904: marked as done (boot-floopies: Ease translation by removing redundant phrases)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:58:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#136904: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 5 Mar 2002 10:50:41 +
>From [EMAIL PROTECTED] Tue Mar 05 04:50:41 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mons.uio.no [129.240.130.14] (7411)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16iCWn-0006ZA-00; Tue, 05 Mar 2002 04:50:41 -0600
Received: from saruman.uio.no ([129.240.201.202])
by mons.uio.no with esmtp (Exim 2.12 #7)
id 16iCWi-0002Dm-00; Tue, 5 Mar 2002 11:50:36 +0100
Received: from pre by saruman.uio.no with local (Exim 2.12 #7)
id 16iCWi-0006QZ-00; Tue, 5 Mar 2002 11:50:36 +0100
To: [EMAIL PROTECTED]
Subject: boot-floopies: Ease translation by removing redundant phrases
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Tue, 5 Mar 2002 11:50:36 +0100
Delivered-To: [EMAIL PROTECTED]


Package: boot-floopies
Version: n/a - current CVS
Severity: minor
Tags: patch

When checking utilities/dbootstrap/po/dbootstrap.pot, I find a few
redundant phrases that should be combined to reduce the number of
phrases to translate.

I suggest combining the following using the one I mark with a star
(*).  I include a patch to fix it.

  msgid "Mount Failed"
  msgid "Mount failed" *

  msgid "OK" *
  msgid "Ok"

  msgid "Need Valid Symlink"
  msgid "Need valid symlink" *

  msgid "Please Insert Disk"
  msgid "Please insert disk"
  msgid "Please insert the disk" *

  msgid "Reboot system?"
  msgid "Reboot the system?" *

Index: bootconfig.c
===
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/bootconfig.c,v
retrieving revision 1.172
diff -u -3 -p -u -r1.172 bootconfig.c
--- bootconfig.c2002/03/03 14:24:18 1.172
+++ bootconfig.c2002/03/05 10:45:12
@@ -629,7 +629,7 @@ static int run_palo(void)
 boxPopWindow();
 problemBox(_("The requested operation cannot be performed because "
"the /target/vmlinux symlink could not be resolved."), 
-   _("Need Valid Symlink"));
+   _("Need valid symlink"));
 return 1;
   }
 
@@ -1191,7 +1191,7 @@ static int just_mount_the_damn_floppy(ch
 
   if (!system("cat /proc/mounts | grep -q /floppy"))
 execlog("umount /floppy", LOG_DEBUG);
-  if (twoButtonBox(message, _("Please Insert Disk"),
+  if (twoButtonBox(message, _("Please insert the disk"),
   _("Continue"), _("Cancel"), 1) == DLG_NO)
 return -2;
   for (fs_type = fs_type_tab; *fs_type; fs_type++) {
@@ -1266,7 +1266,7 @@ static int install_milo(const char* boot
   if (just_mount_the_damn_floppy(prtbuf)) {
problemBox(_("Unable to mount the floppy.  You may have "
 "inserted the wrong floppy.  Please try again.")
-  , _("Mount Failed"));
+  , _("Mount failed"));
continue;
   }
   /* Try to find the MILO binary */
Index: boxes.c
===
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/boxes.c,v
retrieving revision 1.64
diff -u -3 -p -u -r1.64 boxes.c
--- boxes.c 2002/03/03 19:39:34 1.64
+++ boxes.c 2002/03/05 10:45:12
@@ -328,7 +328,7 @@ char *inputBox(const char *text, const c
 newtCenteredWindow (INPUTBOX_LEN + 1, height+5, title);
 i1 = newtEntry(1, height+2, proto, INPUTBOX_LEN - 1, &val, 
  NEWT_FLAG_SCROLL | NEWT_FLAG_RETURNEXIT);
-b1 = newtCompactButton ( 20, height+4, _("Ok"));
+b1 = newtCompactButton ( 20, height+4, _("OK"));
 b2 = newtCompactButton ( 32, height+4, _("Cancel"));
 f1 = newtForm(NULL, NULL, 0);
 newtFormAddComponents (f1, t1, i1, b1, b2, NULL);
@@ -575,7 +575,7 @@ int checkBox(const char* text, const cha
 
   newtFormSetHeight(sform, lheight);
   newtFormSetWidth(sform,width - 10);
-  okay = newtCompactButton ( (width-18)/3, height-_ButtonH, _("Ok"));
+  okay = newtCompactButton ( (width-18)/3, height-_ButtonH, _("OK"));
   cancel = newtCompactButton ( (width-18)/3*2+9, height-_ButtonH, _("Cancel"));
   newtFormAddComponents(form,tbox,sform,okay,cancel,NULL);
   
Index: choose_medium.c
===
RCS file: /cv

Bug#136842: marked as done (Orthographic mistake in german "Version-Info" message)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:58:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#136842: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 4 Mar 2002 22:02:12 +
>From [EMAIL PROTECTED] Mon Mar 04 16:02:12 2002
Return-path: <[EMAIL PROTECTED]>
Received: from relay02.cablecom.net [62.2.33.102] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16i0X5-0002vR-00; Mon, 04 Mar 2002 16:02:12 -0600
Received: from mail.swissonline.ch (mail.swissonline.ch [62.2.32.83])
by relay02.cablecom.net (8.11.6/8.11.4/SOL/AWF/MXRELAY/06072001) with ESMTP id 
g24M1nE21196
for <[EMAIL PROTECTED]>; Mon, 4 Mar 2002 23:01:49 +0100 (CET)
Received: from smtp.swissonline.ch (dclient217-162-122-113.hispeed.ch 
[217.162.122.113])
by mail.swissonline.ch (8.11.4/8.11.4/MSOL-2.30/21-Dec-2000) with SMTP id 
g24M1mG22954
for <[EMAIL PROTECTED]>; Mon, 4 Mar 2002 23:01:48 +0100 (MET)
From: Andreas =?iso-8859-1?Q?W=FCst?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon, 04 Mar 2002 22:56:55 +0100
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: YAM 2.2 [060] AmigaOS E-Mail Client (c) 1995-2000 by Marcel Beck  
http://www.yam.ch
Subject: Orthographic mistake in german "Version-Info" message
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by relay02.cablecom.net id 
g24M1nE21196
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: 3.0.19

I've encountered a minor orthographic mistake in the german installation =
welcome
message (the requester "Version-Info"). I could hunt it down in
#http://cvs.debian.org/boot-floppies/scripts/rootdisk/messages/de/release=
_notes#.

At the end of the first paragraph it reads "...starten l=E4sst und repari=
ert
werdn muss...", but it should read "starten l=E4sst und repariert werd*e*=
n
muss...".

I think it would be a good idea to correct this mistake, as the Version-I=
nfo is
the first message you will be seeing of the whole debian installation, an=
d it is
the message definitely everone who selected german installation will be f=
aced
with.

Sorry that I did not append a fix for it (as it would definitely be very =
easy
to fix, but for some other reasons I don't have any working linux install=
ation
atm at all).

Kind regards,
Andi


---
Received: (at 136842-close) by bugs.debian.org; 19 Mar 2002 08:02:21 +
>From [EMAIL PROTECTED] Tue Mar 19 02:02:21 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZZ-0001cs-00; Tue, 19 Mar 2002 02:02:21 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVM-0003sk-00; Tue, 19 Mar 2002 02:58:00 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#136842: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:58:00 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>

Bug#136818: marked as done ([powerpc/new-powermac] will not mount /boot partition)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:58:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#136818: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 4 Mar 2002 18:55:21 +
>From [EMAIL PROTECTED] Mon Mar 04 12:55:21 2002
Return-path: <[EMAIL PROTECTED]>
Received: from svfulraptor1.beckman.com (catalonia) [134.217.237.30] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16hxcH-0002MQ-00; Mon, 04 Mar 2002 12:55:21 -0600
Received: from kraai by catalonia with local (Exim 3.34 #1 (Debian))
id 16hxeH-000377-00
for <[EMAIL PROTECTED]>; Mon, 04 Mar 2002 10:57:25 -0800
Date: Mon, 4 Mar 2002 10:57:24 -0800
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [powerpc/new-powermac] will not mount /boot partition
Message-ID: <20020304185724.GB11918@catalonia>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ"
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Sender: Matt Kraai <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]


--3uo+9/B/ebqu+fSQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: boot-floppies
Version: N/A; reported 2002-03-04

The boot-floppies do not permit a /boot partition to be
mounted.  They complain that its file system is not supported by
the boot loader.

Matt

--3uo+9/B/ebqu+fSQ
Content-Type: application/pgp-signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8g8OUfNdgYxVXvBARAg4BAKCkAH94MmXonrKIPjOBvM0WPI8pAwCfQc4k
cL1O79QjI2iZWd1rUPEovno=
=xpdM
-END PGP SIGNATURE-

--3uo+9/B/ebqu+fSQ--

---
Received: (at 136818-close) by bugs.debian.org; 19 Mar 2002 08:02:20 +
>From [EMAIL PROTECTED] Tue Mar 19 02:02:20 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZY-0001cn-00; Tue, 19 Mar 2002 02:02:20 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVM-0003si-00; Tue, 19 Mar 2002 02:58:00 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#136818: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:58:00 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - sparc uses libc 2.2.5 now
 - sparc/sun4u kernel uses 2.4.18 (thanks BenC)
 - sparc doesn't ha

Bug#135504: marked as done (CD isn't unmounted after Kernel/Drivers install)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:58:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#135504: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 24 Feb 2002 16:19:00 +
>From [EMAIL PROTECTED] Sun Feb 24 10:19:00 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mail.talstar.com (alpha.talstar.com) [199.44.194.2] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16f1Ma-00018s-00; Sun, 24 Feb 2002 10:19:00 -0600
Received: from dwarf (dialup98.tlh.talstar.com [199.44.20.98])
  by alpha.talstar.com (Post.Office MTA v3.5.3 release 223
  ID# 0-59791U3700L300S0V35) with SMTP id com
  for <[EMAIL PROTECTED]>; Sun, 24 Feb 2002 11:18:52 -0500
Date: Sun, 24 Feb 2002 11:16:10 -0500 (EST)
From: Dale Scheetz <[EMAIL PROTECTED]>
X-Sender: dwarf@dwarf
To: [EMAIL PROTECTED]
Subject: CD isn't unmounted after Kernel/Drivers install
Message-ID: 
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: 3.0.19-2002-02-07
Severity: Important

When doing an install from CD, if the Kernel and Drivers are installed
from the CD, then the Base Install fails to mount the CD because it has
been left mounted by the previous process. Moving to VC-2, I could not
unmount the CD because it was still "busy".

If I install the Kernel and Drivers from floppies, I can mount the CD for
the base install.

I suspect that the Kernel/Drivers install is unable to unmount when done
becuase the current working directory is still somewhere on the CD image.

Sorry, no patch...

Dwarf
-- 
_-_-_-_-_-   Author of "Dwarf's Guide to Debian GNU/Linux"  _-_-_-_-_-_-
_-_-
_- aka   Dale Scheetz   Phone:   1 (850) 656-9769 _-
_-   Flexible Software  11000 McCrackin Road  _-
_-   e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308_-
_-_-
_-_-_-_-_-  Released under the GNU Free Documentation License   _-_-_-_-
  available at: http://www.polaris.net/~dwarf/


---
Received: (at 135504-close) by bugs.debian.org; 19 Mar 2002 08:01:58 +
>From [EMAIL PROTECTED] Tue Mar 19 02:01:58 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZC-0001ZR-00; Tue, 19 Mar 2002 02:01:58 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVM-0003sg-00; Tue, 19 Mar 2002 02:58:00 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#135504: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:58:00 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 2700

Bug#128258: marked as done ([powerpc/PReP] wrong version string in bootprep.bin kernel breaks module loading)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:57:59 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#131030: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 8 Jan 2002 09:00:01 +
>From [EMAIL PROTECTED] Tue Jan 08 03:00:01 2002
Return-path: <[EMAIL PROTECTED]>
Received: from styx.tahina.priv.at (bauer.tahina.priv.at) [194.152.163.253] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Ns6y-0004mS-00; Tue, 08 Jan 2002 03:00:01 -0600
Received: by bauer.tahina.priv.at (Postfix, from userid 405)
id A1C0247CC; Tue,  8 Jan 2002 09:59:59 +0100 (CET)
From: christian mock <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: boot-floppies: [powerpc/PReP] modules can't be found
X-Reportbug-Version: 1.41.1421
X-Mailer: reportbug 1.41.1421
Date: Tue, 08 Jan 2002 09:59:58 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: N/A; reported 2002-01-08
Severity: important

at the module loading step, no modules can't be found, as dbootstrap
searches in /lib/modules/2.2.19, but the modules are in 
/lib/modules/2.2.19-prep; this is with the latest CVS build.

cm.

-- System Information
Debian Release: 3.0
Architecture: powerpc
Kernel: Linux bauer 2.2.19 #1 Sat Apr 14 22:26:28 CDT 2001 ppc
Locale: LANG=C, LC_CTYPE=C


---
Received: (at 131030-close) by bugs.debian.org; 19 Mar 2002 08:02:20 +
>From [EMAIL PROTECTED] Tue Mar 19 02:02:20 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZX-0001cf-00; Tue, 19 Mar 2002 02:02:20 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVL-0003sc-00; Tue, 19 Mar 2002 02:57:59 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#131030: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:57:59 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - sparc uses libc 2.2.5 now
 - sparc/sun4u kernel uses 2.4.18 (thanks BenC)
 - sparc doesn't have sun4dm-pci anymore, no one needs it (thanks BenC)
 - EXTRACT-i18n was pulling in for all arches cfdisk-utf8, which would
   break sparc build
 - package searching in 'archive' dir (where downloads go) is sensitive
   to the current architecture, making it safe to share the download dir
   for multiple arch builds if desired
   * Giuseppe Sacco
 - new maintainer for the 

Bug#131030: marked as done ([powerpc/PReP] wrong version string in bootprep.bin kernel breaks module loading)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:57:59 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#131030: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 26 Jan 2002 15:37:09 +
>From [EMAIL PROTECTED] Sat Jan 26 09:37:09 2002
Return-path: <[EMAIL PROTECTED]>
Received: from styx.tahina.priv.at (bauer.tahina.priv.at) [194.152.163.253] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16UUtB-0008EO-00; Sat, 26 Jan 2002 09:37:09 -0600
Received: by bauer.tahina.priv.at (Postfix, from userid 405)
id 65E7147E2; Sat, 26 Jan 2002 16:37:08 +0100 (CET)
From: christian mock <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: boot-floppies: DHCP doesn't work because kernel hasn't got CONFIG_PACKET and 
CONFIG_FILTER
X-Reportbug-Version: 1.41.14213
X-Mailer: reportbug 1.41.14213
Date: Sat, 26 Jan 2002 16:37:07 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: N/A; reported 2002-01-26
Severity: normal

DHCP config of the network in dbootstrap doesn't work because the kernel
hasn't got the requisite CONFIG_PACKET and/or CONFIG_FILTER options set.

kernel is kernel-image-2.2.20-prep_2.2.20-2_powerpc

-- System Information
Debian Release: 3.0
Architecture: powerpc
Kernel: Linux bauer 2.2.19 #1 Sat Apr 14 22:26:28 CDT 2001 ppc
Locale: LANG=C, LC_CTYPE=C


---
Received: (at 131030-close) by bugs.debian.org; 19 Mar 2002 08:02:20 +
>From [EMAIL PROTECTED] Tue Mar 19 02:02:20 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZX-0001cf-00; Tue, 19 Mar 2002 02:02:20 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVL-0003sc-00; Tue, 19 Mar 2002 02:57:59 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#131030: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:57:59 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - sparc uses libc 2.2.5 now
 - sparc/sun4u kernel uses 2.4.18 (thanks BenC)
 - sparc doesn't have sun4dm-pci anymore, no one needs it (thanks BenC)
 - EXTRACT-i18n was pulling in for all arches cfdisk-utf8, which would
   break sparc build
 - package searching in 'archive' dir (where downloads go) is sensitive
   to the current architecture, making it safe to share the download dir
   for multiple arch builds if desired
   *

Bug#127518: marked as done (boot-floppies: install procedure switched to black background?!?)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:57:59 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#124143: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 2 Jan 2002 22:02:26 +
>From [EMAIL PROTECTED] Wed Jan 02 16:02:26 2002
Return-path: <[EMAIL PROTECTED]>
Received: from eisberg.sourcepole.ch (eisberg) [194.6.185.253] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16LtSr-ix-00; Wed, 02 Jan 2002 16:02:25 -0600
Received: from tpo by eisberg with local (Exim 3.32 #1 (Debian))
id 16LtSk-0006Si-00; Wed, 02 Jan 2002 23:02:18 +0100
From: Tomas Pospisek 
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: boot-floppies: install procedure switched to black background?!?
X-Reportbug-Version: 1.36
X-Mailer: reportbug 1.36
Date: Wed, 02 Jan 2002 23:02:18 +0100
Message-Id: 
Sender: Tomas Pospisek <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: 3.0.18-2001-12-21
Severity: normal

At some point during the install, the installation screen decided it would
switch to a black background. This certainly doesn't hurt but it's really
awkward.
*t


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux eisberg 2.2.18 #1 Thu Jan 18 11:10:26 CET 2001 i586
Locale: LANG=C, LC_CTYPE=C


---
Received: (at 124143-close) by bugs.debian.org; 19 Mar 2002 08:02:00 +
>From [EMAIL PROTECTED] Tue Mar 19 02:02:00 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZE-0001Zp-00; Tue, 19 Mar 2002 02:02:00 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVL-0003sa-00; Tue, 19 Mar 2002 02:57:59 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#124143: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:57:59 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - sparc uses libc 2.2.5 now
 - sparc/sun4u kernel uses 2.4.18 (thanks BenC)
 - sparc doesn't have sun4dm-pci anymore, no one needs it (thanks BenC)
 - EXTRACT-i18n was pulling in for all arches cfdisk-utf8, which would
   break sparc build
 - package searching in 'archive' dir (where downloads go) is sensitive
   to the current architecture, making it safe to share the download dir
   for multiple arch builds if desired
   * Giuseppe Sacco
 - new maintainer for the italian transl

Bug#124143: marked as done (dbootstrap: screen not cleared )

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:57:59 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#124143: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 16 Dec 2001 00:20:38 +
>From [EMAIL PROTECTED] Sat Dec 15 18:20:38 2001
Return-path: <[EMAIL PROTECTED]>
Received: from arroz.onshored.com [216.220.101.2] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16FP2k-0001GQ-00; Sat, 15 Dec 2001 18:20:38 -0600
Received: from arroz.onshored.com (localhost [127.0.0.1])
by arroz.onshored.com (Postfix) with ESMTP id 0C84B940D6
for <[EMAIL PROTECTED]>; Sat, 15 Dec 2001 19:21:07 -0500 (EST)
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: dbootstrap: screen not cleared 
Organization: onShore Development, Inc
From: Adam Di Carlo <[EMAIL PROTECTED]>
Date: 15 Dec 2001 19:21:06 -0500
Message-ID: <[EMAIL PROTECTED]>
Lines: 18
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]


Package: boot-floppies
Version: 3.0.18-cvs

> >  - occasionally, the screen would not clear and output from the previous
> >step would be interspersed with output from the currently executing
> >step.

> Yes, this is ugly and should be fixed.

I'm stymied.  Who knows newt programming well enough to know how to
clear the damn screen?  I tried newtCls() but it seems that's only
ever used after newtInit.  Do we need to finish/init the whole newt
subsystem for this kinda thing?


-- 
...Adam Di Carlo..<[EMAIL PROTECTED]>...http://www.onshored.com/>


---
Received: (at 124143-close) by bugs.debian.org; 19 Mar 2002 08:02:00 +
>From [EMAIL PROTECTED] Tue Mar 19 02:02:00 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZE-0001Zp-00; Tue, 19 Mar 2002 02:02:00 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVL-0003sa-00; Tue, 19 Mar 2002 02:57:59 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#124143: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:57:59 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - sparc uses libc 2.2.5 now
 - sparc/sun4u kernel uses 2.4.18 (thanks BenC)
 - sparc doesn't have sun4dm-pci anymore, no one needs it (thanks BenC)
 - EXTRACT-i18n was pulling in for all arches cfdisk-utf8, which would
   brea

Bug#122633: marked as done (boot-floppies: network installation dialog forgets mirror entry)

2002-03-18 Thread Debian Bug Tracking System

Your message dated Tue, 19 Mar 2002 02:57:59 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#122633: fixed in boot-floppies 3.0.21
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)

--
Received: (at submit) by bugs.debian.org; 6 Dec 2001 00:22:29 +
>From [EMAIL PROTECTED] Wed Dec 05 18:22:29 2001
Return-path: <[EMAIL PROTECTED]>
Received: from sttlpop8.sttl.uswest.net [206.81.192.9] 
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 16BmJ2-0006Dt-00; Wed, 05 Dec 2001 18:22:29 -0600
Received: (qmail 38120 invoked by uid 0); 6 Dec 2001 00:22:23 -
Received: from fdslppp146.sttl.uswest.net (HELO electron.earth.sickfuck.org) 
(216.160.92.146)
  by sttlpop8.sttl.uswest.net with SMTP; 6 Dec 2001 00:22:23 -
Received: from dm.earth.sickfuck.org ([192.168.128.9] helo=proton.earth.sickfuck.org)
by electron.earth.sickfuck.org with esmtp (Exim 3.32 #1 (Debian))
id 16BmI3-IS-00; Wed, 05 Dec 2001 16:21:27 -0800
Received: from ieure by proton.earth.sickfuck.org with local (Exim 3.32 #1 (Debian))
id 16BmIV-0003ap-00; Wed, 05 Dec 2001 16:21:55 -0800
Date: Wed, 05 Dec 2001 16:21:55 -0800
Message-Id: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: boot-floppies: network installation dialog forgets mirror entry
X-Mailer: bug 3.3.10
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: 3.0.17
Severity: normal

if installing the base system over the network (i use a http mirror)
fails, when you attempt the installation again the value for the site
field has reverted to the default. however, it remembers proxy
settings.

it would be nice if it would remember the site you put in.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux proton 2.2.19-udma100-ext3 #1 SMP Fri Sep 28 22:56:58 CEST 2001 
i686 unknown


---
Received: (at 122633-close) by bugs.debian.org; 19 Mar 2002 08:02:18 +
>From [EMAIL PROTECTED] Tue Mar 19 02:02:18 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nEZV-0001cR-00; Tue, 19 Mar 2002 02:02:18 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16nEVL-0003sW-00; Tue, 19 Mar 2002 02:57:59 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#122633: fixed in boot-floppies 3.0.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Tue, 19 Mar 2002 02:57:59 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 14 Mar 2002 21:06:31 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source powerpc
Version: 3.0.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 27007 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089
Changes: 
 boot-floppies (3.0.21) unstable; urgency=medium
 .
   * Adam Di Carlo
 - we now build against Woody
 .
   THIS IS A SERIOUS CHANGE but required for Woody release.
   If packages from unstable are needed, you will need to copy those to
   localdir as configured in `config'
 .
 - sparc uses libc 2.2.5 now
 - sparc/sun4u kernel uses 2.4.

boot-floppies_3.0.21_powerpc.changes ACCEPTED

2002-03-18 Thread Debian Installer


Accepted:
boot-floppies_3.0.21.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.dsc
boot-floppies_3.0.21.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.21.tar.gz
install-doc_3.0.21_powerpc.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_powerpc.deb
Announcing to [EMAIL PROTECTED]
Closing bugs: 122633 123948 124143 131030 133935 135504 136818 136842 136904 137076 
137089 27007 


Thank you for your contribution to Debian.


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




boot-floppies_3.0.20_s390.changes ACCEPTED

2002-03-18 Thread Debian Installer


Accepted:
install-doc_3.0.20_s390.deb
  to pool/main/b/boot-floppies/install-doc_3.0.20_s390.deb


Thank you for your contribution to Debian.


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




boot-floppies_3.0.21_mipsel.changes ACCEPTED

2002-03-18 Thread Debian Installer


Accepted:
install-doc_3.0.21_mipsel.deb
  to pool/main/b/boot-floppies/install-doc_3.0.21_mipsel.deb


Thank you for your contribution to Debian.


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




Re: zh_CN.po broken

2002-03-18 Thread Martin Quinson

On Mon, Mar 18, 2002 at 10:39:22PM +0100, Claus Hindsgaul wrote:
> > As somebody mentioned last week, whenever you run update-po you
> > invalidate any messages patches.
> 
> It is true that it can be annoying to have a make update-po happening in
> the CVS while you are working on a po-patch. I have done a make-po
> whenever I discovered that 10 or more messages were changed, so people
> don't waste their time translating allready obsolete messages. If it is
> more of a disturbance, of course I will stop doing so.

Oh, yes, please stop. It's now the third time in a row that someone
complains about your make update-po...

> The zh_CN.po problem though seems not to be caused by this.

That's quite possible.

Thanks, Mt.

-- 
Si les grands esprits se rencontrent, les petits esprits, eux, se cognent.


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




Bug#138849: boot-floppies: syslinux screen on boot-floppies created boot-floppy has messed chars

2002-03-18 Thread David Kimdon

Mon, Mar 18, 2002 at 09:04:32AM +0100 wrote:
> #include 
> David Kimdon wrote on Sun Mar 17, 2002 um 09:41:59PM:
> 
> > I installed in french and made a boot-floppy.  When I boot off that
> > floppy the message from syslinux is nicely in french for me.  However
> > every accented character is garbled, it looks very bad.  
> 
> Same for german. The message is hardcoded in dbootstrap translation and


While we are at it, are there messages used?  Perhaps they are cruft
and can be removed?
boot-floppies/scripts/rootdisk/messages/[ca|cs|da|de ... ]/boot_message

-David


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




Processed: reassign 138943 busybox

2002-03-18 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

> reassign 138943 busybox
Bug#138943: boot-floppies: wget http://www.debian.org segfaults
Bug reassigned from package `boot-floppies' to `busybox'.

> 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]




Re: cvs commit to boot-floppies/documentation/en by toff

2002-03-18 Thread Matt Kraai

On Fri, Mar 15, 2002 at 08:17:24PM -0800, Debian Boot CVS Master wrote:
> Repository: boot-floppies/documentation/en
> who:toff
> time:   Fri Mar 15 20:17:24 PST 2002
> Log Message:
>   
>   Index: rescue-boot.sgml
>   ===
>   RCS file: /cvs/debian-boot/boot-floppies/documentation/en/rescue-boot.sgml,v
>   retrieving revision 1.84
>   diff -u -r1.84 rescue-boot.sgml
>   +++ rescue-boot.sgml2002/03/16 04:16:10
>   @@ -1086,7 +1086,14 @@
>These messages can also be found in /var/log/messages.
>After installation, this log is copied to
>/var/log/installer.log on your new system.
>   -
>   +
>   +During the Base installation, package unpacking and setup messages are
>   +redirected to tty4.  You can access this terminal by pressing
>   +Left Alt-F4; get back to dbootstrap with
>   +Left Alt-F1.
>   +
>   +The unpack/setup messages generated by debootstrap are also saved in
>   +/target/tmp/debootstrap.log.
>   
>  &Release-Notes;
>
>   
> 
> Files:
> changed:rescue-boot.sgml

The debootstrap logfile is only created if using a serial
console.

Matt



msg17616/pgp0.pgp
Description: PGP signature


Re: boot-floppies 3.0.21 releasing

2002-03-18 Thread David Kimdon

> m68k built fine. I did not see any disks-* for 3.0.21 on auric, has this
> version been accepted yet?

I was curious about this as well.  I asked on #debian-devel.  byhand
installs are stalled for the moment, but in one or two days 3.0.21
should make it in, I'm told.

> 
> Do I have to build 3.0.20 as well or can I save some time and skip it? (the

IMO skip it and spend your time elsewhere.

-David


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




Unidentified subject!

2002-03-18 Thread nandofer

Tengo una iMAc, y quiero instalar un linux, ¿como debo 
hacerlo?

Gracias.
nandofer

--
<< Este mensaje fue enviado a través del Correo Mercurio - Visítenos en 
http://www.mercurio.com.uy >>


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




Bug#138943: boot-floppies: wget http://www.debian.org segfaults

2002-03-18 Thread Chris Tillman

On Mon, Mar 18, 2002 at 08:14:01PM +0100, Tomas Pospisek wrote:
> wget http://www.debian.org segfaults

Why would you want to do that? What was the actual command line you
were using? Or are you meaning the wget used within the network
install routines?  I think there's a lot more you could say to give a
little insight rather than just plopping that on the table. Tell a
story, entertain us, I was doing this for that purpose when this
happened and then the cat jumped on the keyboard and all hell broke
loose; well you get my drift.

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|    |
|   debian-imac (potato):    |
|Chris Tillman[EMAIL PROTECTED]  |
|   May the Source be with you   |
**



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




cvs commit to boot-floppies/utilities/dbootstrap/langs by gleydson

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/langs
who:gleydson
time:   Mon Mar 18 17:04:48 PST 2002
Log Message:
  
  
  Revised to go under 66 characters.
  

Files:
changed:portuguese.src


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




Re: trying to clean up a bit with the questions concerning 'Initialize...'

2002-03-18 Thread Chris Tillman

On Mon, Mar 18, 2002 at 06:55:36PM +0100, Andreas W?st wrote:
> Hi
> 
> I am now trying to stick together all the questons which has been arising
> about the 'Initialize a..' bug. Hope this helps to clean up a bit. So here we
> go.
> 
> 
> *Chris Tillman asked:*
> 
> >> Well, if it doesn't get fixed, it would mean that a whole release would be
> >> uninstallable by network for all the x-surf users outthere without tricking
> >> around? (but to be fair: there doesn't seem to be too much users with a
> >> x-surf NIC, so I can understand your point!)
> >> 
> >
> > If it really is a kernel issue, that's pretty easy to fix (for us). If it's 
> > a dbootstrap bug, that's where we'll have difficulty, with no developers 
> > on that architecture.
> >
> > That's why I'm curious to see if you can mke2fs and mount from console 2;
> > if so, it's probably dbootstrap and hard, if not it's probably kernel and 
> > easy.
> 
> As I wrote in my bug report afterwards, it does work with mke2fs totally
> problemfree.
> 
> So, it seems to be dbootstrap and hard..

Yes, but it must be some interaction between dbootstrap and the kernel
since we still do have the other fact of the one version kernel working 
and the other not.

> *Chris Tillman asked:*
> 
> >> I was told that this bug should have already been fixed after 3.0.19, but this
> >> doesn't seem to be case, at least not for apus flavor.
> >> 
> >> Interesting thing is that everything works normally with apus kernel 2.4.9.
> >
> > Hmmm. I just had a look at the APUS notes at 
> >
> > disks-powerpc/current/apus/install.txt
> >
> > It looks like maybe Sven never got that part to work, he says use the AmigaOS 
> > partitioner. Are you still around here, Sven?
> 
> Oh, I think you mean partition here? Yes, that has to be done on the AmigaOS
> side. But I can't format a linux partition under AmigaOS, so this has to be
> done by the installer system. But, this leads me to the question: what is
> dbootstrap doing asides mke2fs when selecting this ominous 'Initialize a..'?
> 
> I tried to find out by myself, but couldn't find the init_linux() method which
> seems to be called when executing this menu entry.

You're right, I just added to the confusion here. This is not the mac-fdisk step.
 
> 
> *Michel D?nzer said:*
> 
> >> I've already reported this problem with bf-3.0.19 to both of these lists. On
> >> linux-apus-devel I was told this would be a kernel issue,
> >
> > Well, I said it seems to be a kernel issue, seeing as it works with one
> > kernel but not the other.
> 
> Aieeeh. Now we have a statement against statement. Chris claims it dbootstrap
> related, Michel kernel related. I'm jumping out of the line of fire now!!
> 

Both?

> But thinking about the 2.4.9 vs. 2.4.17 thingy, I am going to belief it could
> be kernel related after all.
> 
> 
> *Adam Di Carlo said:*
> 
> >> After initializing the swap partition, it is not possible to execute
> >> the point "Initialize a Linux Partition". After selecting this point
> >> in the menu, the screen goes1
> > black, and the installer system
> >> restarts!
> >
> > Isn't this caused by my build with bad versions of pmac-fdisk and
> > other *fdisk packages?
> 
> No idea!

No Adam made the same mistake I did, you're not messing with mac-fdisk at this point.

> > Please try the version 3.0.21.0.1, now available at
> > http://people.debian.org/~aph/boot-floppies-woody/disks-powerpc/current/#>.
> 
> I am going to try this!
> 
> 
> Did I forget anything?

Only that I said I thought it had been fixed. Let me 'splain a little
more about that.  I was seeing dbootstrap restart at the point during
kernel install when it mounted a partition, in December I think. There
were several bugs at the time about it, IIRC.

Anyway, I made a bunch of changes in the code that mounts and unmounts 
partitions, and cleaned that problem up. I think my initial assumption, 
that you were seeing the same problem, was wrong.

I just had an inspiration. Someone put in debugging code to help when 
we get segfault problems. It won't show the registers for your arch, 
but it will at least give a backtrace which may prove helpful to 
someone around here.

The way you activate it, is add debug to your boot arguments. It's 
supposed to give you a backtrace on stderr. Can you try that with 
the troublesome kernel?

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|    |
|   debian-imac (potato):    |
|Chris Tillman[EMAIL PROTECTED]  |
|   May the Source be with you   |
**


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




Re: zh_CN.po broken

2002-03-18 Thread Philip Blundell

On Mon, 2002-03-18 at 21:39, Claus Hindsgaul wrote:
> It is true that it can be annoying to have a make update-po happening in
> the CVS while you are working on a po-patch. I have done a make-po
> whenever I discovered that 10 or more messages were changed, so people
> don't waste their time translating allready obsolete messages. If it is
> more of a disturbance, of course I will stop doing so.

It sounds like it might be better to let the individual translators
update their own .po files as and when they feel like it.

p.


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




Bug#138943: boot-floppies: wget http://www.debian.org segfaults

2002-03-18 Thread Junichi Uekawa

Eduard Bloch <[EMAIL PROTECTED]> cum veritate scripsit:

> > That's all I can say.
> 
> I wonder why we get such nasty bug reports from YOU. Potentialy broken
> hardware?

No, it must be just because 

a. the bug reports from Thomas are generally 
   very succinct and have very little information
b. the bug have not been investigated


Thomas, I think you've filed enough bugs it might be nice
to start some debugging, adding more debug information.
I guess you already have a feel about what kind of information are 
required for debugging.


On second thought, it might be nice to supply a DEBUG disk to
b-f, which one can

mount /dev/fd0 /mnt
./mnt/gdb wget 

or 

./mnt/strace wget


to get some kind of output.


-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Junichi Uekawa

Matt Kraai <[EMAIL PROTECTED]> cum veritate scripsit:

> OK, I see that code now.  Do we need to set LC_CTYPE, or could
> we use a new variable (e.g., USE_LANGUAGE_CHOOSER) instead?  I'm
> not exactly sure what the second sentence means: where else is
> LC_CTYPE being inspected?

We do.

LC_CTYPE is inspected in setlocale(),
and used in multibyte-to-wide-char convertion routines in 
newt/slang.


Please don't touch that code unless you really know what it means.


Calling the locale itself c@utf-8 seems like a big mistake.
People are confused. It should have been something like 
bootfloppies.UTF-8, as it was suggested when the locale was first
proposed somewhere.


thanks,
junichi


-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


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




Re: cvs commit to boot-floppies/utilities/dbootstrap/po by claush

2002-03-18 Thread Junichi Uekawa

Debian Boot CVS Master <[EMAIL PROTECTED]> cum veritate scripsit:

> Repository: boot-floppies/utilities/dbootstrap/po
> who:claush
> time:   Mon Mar 18 07:47:22 PST 2002
> Log Message:
>   make update-po

Why did you do that?


> 
> Files:
> changed:ca.po cs.po da.po de.po eo.po es.po fi.po fr.po gl.po hr.po hu.po it.po 
>ja.po ko.po pl.po pt.po ru.po sk.po sv.po tr.po zh_TW.po
> 
> 

regards,
junichi

-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


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




Bug#135594: CD install is a tangled mess

2002-03-18 Thread Dale Scheetz

On 15 Mar 2002, Adam Di Carlo wrote:

> 
> tags 135594  + pending
> thanks
> 
> Dale, I agree with everything you are saying.  Hopefully this is all
> fixed in the latest version (not yet in woody).
> 
> We have reworked the cdrom auto-detection code is boot-floppies 3.0.21
> and it should not prompt anymore -- it just asks if you want to use
> the official CD-ROM that it senses if that's inserted.

Sounds fine!

> 
> We might still have the /instmnt issue but that is filed already.

Well, if I don't get asked ... ;-)

> 
> As for corruption of releases.gz or packages.gz, that would be either
> a busybox bug or a debootstrap bug.  None of that is handled by the
> boot-floppies.  Please try that with the latest and if you still see
> that from the CD-ROM then file a bug accordingly on one fo those
> packages.  You might find good debugging info on tty4.

It only happened the one time, and I think that all the "failures" were
the result of walking back and forth over the same code.

Basicly, if you get the first test string wrong, and at some point choose
cancel, the result is unexpected behavior. I got the CD-ROM mounted at
some point such that it could not be unmounted, strange, and different,
text was found on the first screen each time I "tried again". I haven't
worked out exactly what triggers the fault, but I know how to get the log
dumped on a floppy now, so if I can reproduce my previous experience...

Currently, if you simply hit return on every dialog box, (making no
entries in the string fields) the install works properly. Now that these
dialogs are not going to be presented, I suspect the problem will never
happen again...

> 
> The whole "Select a Distribution" dialog is gone now too.

Great!

> 
> If I could please ask you nicely to retry with official cds built from
> 3.0.21 when those are available, and either reopen this bug or file a
> new one.  I know you've been frustrated by how crappy this stuff has
> been but we've really made an effort for the process to be smooth with
> official CDs.

You don't have to ask nicely ;-)

My only source for CDs currently is "copy-left" in NZ, but he gives great
service, so I'll get one as soon as they are available.

Thank you so much for your (and the rest of the teams as well) great work
on this difficult package. Considering that many of the components that
can fail are not under the control of the BF team, the result is quite
remarkable. Thanks again for your great contribution.

Luck,

Dwarf
-- 
_-_-_-_-_-   Author of "Dwarf's Guide to Debian GNU/Linux"  _-_-_-_-_-_-
_-_-
_- aka   Dale Scheetz   Phone:   1 (850) 656-9769 _-
_-   Flexible Software  11000 McCrackin Road  _-
_-   e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308_-
_-_-
_-_-_-_-_-  Released under the GNU Free Documentation License   _-_-_-_-
  available at: http://www.polaris.net/~dwarf/



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




Processing of boot-floppies_3.0.21_mipsel.changes

2002-03-18 Thread Linux FTP-Administrator

boot-floppies_3.0.21_mipsel.changes uploaded successfully to ftp-master.debian.org
along with the files:
  bf-archive-install_3.0.21_mipsel.sh
  bf-common_3.0.21_mipsel.tar.gz
  bf-doc_3.0.21_mipsel.tar.gz
  bf-r3k-kn02_3.0.21_mipsel.tar.gz
  bf-r4k-kn04_3.0.21_mipsel.tar.gz
  tftpimage-r3k-kn02
  tftpimage-r4k-kn04
  install-doc_3.0.21_mipsel.deb

Greetings,

Your Debian queue daemon


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




subscribe

2002-03-18 Thread Bdale Garbee



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




Re: zh_CN.po broken

2002-03-18 Thread Philip Blundell

On Mon, 2002-03-18 at 15:53, Claus Hindsgaul wrote:
> Apparently your patch introduced an error on line 715 (possibly on its
> way to CVS?).
> 
> bash-2.05a$ make check-zh_CN
> zh_CN.po: zh_CN.po:715: invalid multibyte sequence
> found 1 fatal error
> make: *** [check-zh_CN] Error 1

Gah, I should have tested the changes before checking them in.  That was
careless of me, my apologies.

I've reverted the patch now.  Malix, can you have a look and see if you
can figure out what went wrong?  Please send me a new patch once the
problem is corrected.

p.


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




cvs commit to boot-floppies/utilities/dbootstrap/po by pb

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/po
who:pb
time:   Mon Mar 18 13:47:50 PST 2002
Log Message:
  Revert previous build-breaking patch, sorry folks
  
  

Files:
changed:zh_CN.po


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




[광고] debian-boot님 돕고싶습니다.

2002-03-18 Thread 프리랜서그룹
Title: DATAº¹±¸







¢Á Çã¶ô¾øÀÌ ¸ÞÀÏÀ» º¸³»¼­ Á˼ÛÇÕ´Ï´Ù.¢Á º»¸ÞÀÏÀº Á¤º¸Åë½Å¸Á 
ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀÇ°ÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´Ù.¢Á e-mail ÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, À̸ÞÀÏÁÖ¼Ò¿Ü 
¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.¢Á ¼ö½ÅÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é '¼ö½Å°ÅºÎ'¸¦ ´­·¯ÁÖ¼¼¿ä. [¼ö½Å°ÅºÎ] 




- 
ÀúÈñ´Â ¿¬¼¼´ëÇб³ ÄÄÇ»ÅÍÀü°ø Çлýµé·Î ±¸¼ºµÈ ÇÁ¸®·£¼­ ÇÁ·Î±×·¡¸ÓµéÀÔ´Ï´Ù. 
ÀúÈñ°¡ °¡´ÉÇÑ ÀÏÀº ´ÙÀ½°ú °°½À´Ï´Ù. (ÇÁ·Î±×·¡¸Ó 6¸í , µðÀÚÀÌ³Ê 1¸í)




1 . (Æ÷¸Ë,¹ÙÀÌ·¯½º,ÈÞÁöÅëºñ¿öÁø) 
DATA º¹±¸Çص帳´Ï´Ù.
- win95,98,2000 ,NT,Linux µî ´Ù¾çÇÑ os ÀÇ ºÎÆÿÀ·ù³ª 
MBR¿À·ù ,½Ç¼ö·Î ÀÌ·ç¾îÁø Æ÷¸Ë, CIH ¹ÙÀÌ·¯½º ³ª ±âŸ, ÈÞÁöÅë 
»èÁ¦·Î ¿µ±¸ »èÁ¦µÈ ¸ðµç DATA µéÀ» º¹±¸Çص帳´Ï´Ù.(Çϵåµð½ºÅ© ÀÌ¿ÜÀÇ 
FDD,ZIP µµ°¡´É)
- º¹±¸¼º°ø È®ÀÎ ÈÄ Àüü ±Ý¾×À» ¹ÞÀ¸¸ç, º¹±¸ ¹Ì¼º°ø 
½Ã¿¡´Â ÀÏüÀÇ ±Ý¾×À» ¹ÞÁö ¾Ê½À´Ï´Ù. 



¿ë ·®

DOS, Win98, Win2000, 
Win XP(FAT16,FAT32)

NT, Win2000/XP(NTFS), 
°³Àλç¿ëÀÚ¿ë

Win2000/XP(NTFS)¼­¹ö, 
Linux, Unix, Netware


~2.5GB

100,000

150,000

175,000


2.6GB~6.0GB

125,000

175,000

200,000


6.1GB~15GB

150,000

200,000

225,000


16GB~35GB

175,000

225,000

250,000


36GB~55GB

200,000

250,000

300,000


56GB~95GB

225,000

275,000

400,000


96GB ÀÌ»ó

250,000

300,000

500,000





2 . °¢Á¾ Àü¹® 
ÇÁ·Î±×·¡¹Ö Çص帳´Ï´Ù.


ȨÆäÀÌÁö( jsp,php,asp,c/cgi,perl)
DB ¼³°è ¹× ±¸Çö(oracle,postgresql,infomix,mssql,mysqlµî)
À©µµ¿ì ÇÁ·Î±×·¡¹Ö(Visual C++ °¢Á¾ ÄÞÆ÷³ÍÆ® ¹× ¾îÇø®ÄÉÀÌ¼Ç 
ÇÁ·Î±×·¡¹Ö)
ActiveX ÇÁ·Î±×·¡¹Ö
JAVA ÇÁ·Î±×·¡¹Ö
¼­¹ö ÇÁ·Î±×·¡¹Ö ( Linux, Unix ¼­¹ö µ¥¸ó ÇÁ·Î±×·¡¹Ö ¹× 
NT µ¥¸ó ÇÁ·Î±×·¡¹Ö)
Unix , Linux , NT ¼­¹ö½Ã½ºÅÛ ±¸¼º ¹× À¥¸ÞÀÏ À¥Ã¤Æà °Ô½ÃÆÇ 
¼îÇθô µ¥¸ó ÇÁ·Î±×·¡¹Ö






À̸ÞÀÏ : [EMAIL PROTECTED]¿¬¶ôó 
: 017-391-1335 (¿¬¶ôÀÌ ¾ÈµÇ´Â °æ¿ì À̸ÞÀÏ·Î ¹®ÀÇ ÁÖ½Ã¸é ¹Ù·Î ¿¬¶ôµå¸®µµ·Ï 
ÇÏ°Ú½À´Ï´Ù.)



 





Re: zh_CN.po broken

2002-03-18 Thread Claus Hindsgaul

> As somebody mentioned last week, whenever you run update-po you
> invalidate any messages patches.

It is true that it can be annoying to have a make update-po happening in
the CVS while you are working on a po-patch. I have done a make-po
whenever I discovered that 10 or more messages were changed, so people
don't waste their time translating allready obsolete messages. If it is
more of a disturbance, of course I will stop doing so.

The zh_CN.po problem though seems not to be caused by this.

Claus Hindsgaul


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




Bug#138943: boot-floppies: wget http://www.debian.org segfaults

2002-03-18 Thread Eduard Bloch

On Mon, 18 Mar 2002, Eduard Bloch wrote:

> #include 
> Tomas Pospisek wrote on Mon Mar 18, 2002 um 08:14:01PM:
> > Package: boot-floppies
> > Version: N/A; reported 2002-03-18
> > Severity: minor
> >
> > That's all I can say.
>
> I wonder why we get such nasty bug reports from YOU.

Maybe because I do take the time to start from zero on every new box
instead of using old Debian CDs and updating? Mybe because I do try to
report *all* bugs I encounter?

> Potentialy broken hardware?

This is a new box I got today. The other reports came from different HW.

Btw. this last install was *a lot* better than the one I did before, which
is nice to see. The one ugly thing is the screwed window borders/layouts
(#127517). The drivers menu was so broken I had trouble choosing
them.
*t

---
 Tomas Pospisek
 sourcepole-   Linux & Open Source Solutions
 http://sourcepole.com
 Elestastrasse 18,  7310 Bad Ragaz,  Switzerland
 Tel:+41 (81) 330 77 13,  Fax:+41 (81) 330 77 12




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




Re: Wrong Disk message attempting to use base image floppies.

2002-03-18 Thread Eduard Bloch

#include 
Matt Kraai wrote on Mon Mar 18, 2002 um 08:26:50AM:

> > This is disk 1 of 19 in disks-i386/images-1.44/base series of 16Mar2002
> > 22:29.
> > Wrong disk.  This is from series disks-i386/images-1.44/base.  You need disk
> > 1 of series the base series.
> > 
> 
> Whoever is generating these images is invoking floppy_split

I guess it is Anthony.

> incorrectly.  They are setting the second argument to
> disks-i386/images-1.44/base.  They should change directory to
> disks-i386/images-1.44 and then use base14 as the second
> argument.  For the 1.2 images, they should pass base12.

Gruss/Regards,
Eduard.
-- 
cat `locate .signature`



msg17598/pgp0.pgp
Description: PGP signature


Bug#138943: boot-floppies: wget http://www.debian.org segfaults

2002-03-18 Thread Eduard Bloch

#include 
Tomas Pospisek wrote on Mon Mar 18, 2002 um 08:14:01PM:
> Package: boot-floppies
> Version: N/A; reported 2002-03-18
> Severity: minor
> 
> That's all I can say.

I wonder why we get such nasty bug reports from YOU. Potentialy broken
hardware?

Gruss/Regards,
Eduard.
-- 
> Die 3 goldenen R's bei Microsoft Systemen:
> Retry, Reboot, Reinstall .
Die 3 F's bei Debian-Unstable: Find the bug, Fix the bug, Fire the maintainer



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




Re: zh_CN.po broken

2002-03-18 Thread Chris Tillman

On Mon, Mar 18, 2002 at 04:53:56PM +0100, Claus Hindsgaul wrote:
> Hi,
> 
> Apparently your patch introduced an error on line 715 (possibly on its
> way to CVS?).
> 
> bash-2.05a$ make check-zh_CN
> zh_CN.po: zh_CN.po:715: invalid multibyte sequence
> found 1 fatal error
> make: *** [check-zh_CN] Error 1

As somebody mentioned last week, whenever you run update-po you invalidate
any messages patches.

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|    |
|   debian-imac (potato):    |
|Chris Tillman[EMAIL PROTECTED]  |
|   May the Source be with you   |
**


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




Bug#138943: boot-floppies: wget http://www.debian.org segfaults

2002-03-18 Thread Tomas Pospisek

Package: boot-floppies
Version: N/A; reported 2002-03-18
Severity: minor

That's all I can say.
*t

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux tpo2 2.4.16 #2 Fri Jan 4 18:17:17 CET 2002 i686
Locale: LANG=C, LC_CTYPE=C



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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Philip Blundell

On Mon, 2002-03-18 at 18:08, Matt Kraai wrote:
> On Mon, Mar 18, 2002 at 04:52:08PM +, Philip Blundell wrote:
> > On Mon, 2002-03-18 at 16:43, Matt Kraai wrote:
> > > If we remove the `@utf-8', does something actually break?
> > 
> > Right now?  Yes, dbootstrap selects LC based on the presence of the
> > "utf-8" string, so you won't even get off the ground without it.  I
> > suspect that this kind of thing is quite pervasive, either looking
> > directly at LC_CTYPE or inspecting the result of nl_langinfo(LC_CTYPE).
> 
> OK, I see that code now.  Do we need to set LC_CTYPE, or could
> we use a new variable (e.g., USE_LANGUAGE_CHOOSER) instead?  I'm
> not exactly sure what the second sentence means: where else is
> LC_CTYPE being inspected?

You could do something with USE_LANGUAGE_CHOOSER in that particular
instance, yes.

The one aspect of the locale that's absolutely vital is that mbrtowc()
and the associated functions need to accept UTF-8.  Without that,
neither slang nor newt will work right.  Secondary considerations are
things like modconf needing a suitable LC_MESSAGES to make it pick up
the UTF-8 strings, and Petter's base-config patch that needs to look at
the encoding type in order to decide what terminal to run.

p.



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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Matt Kraai

On Mon, Mar 18, 2002 at 04:52:08PM +, Philip Blundell wrote:
> On Mon, 2002-03-18 at 16:43, Matt Kraai wrote:
> > If we remove the `@utf-8', does something actually break?
> 
> Right now?  Yes, dbootstrap selects LC based on the presence of the
> "utf-8" string, so you won't even get off the ground without it.  I
> suspect that this kind of thing is quite pervasive, either looking
> directly at LC_CTYPE or inspecting the result of nl_langinfo(LC_CTYPE).

OK, I see that code now.  Do we need to set LC_CTYPE, or could
we use a new variable (e.g., USE_LANGUAGE_CHOOSER) instead?  I'm
not exactly sure what the second sentence means: where else is
LC_CTYPE being inspected?

Matt



msg17593/pgp0.pgp
Description: PGP signature


Re: trying to clean up a bit with the questions concerning'Initialize...'

2002-03-18 Thread Michel Dänzer

On Mon, 2002-03-18 at 18:55, Andreas Wüst wrote:
> 
> *Michel Dänzer said:*
> 
> >> I've already reported this problem with bf-3.0.19 to both of these lists. On
> >> linux-apus-devel I was told this would be a kernel issue,
> >
> > Well, I said it seems to be a kernel issue, seeing as it works with one
> > kernel but not the other.
> 
> Aieeeh. Now we have a statement against statement. Chris claims it dbootstrap
> related, Michel kernel related. I'm jumping out of the line of fire now!!

You put too much weight on my words. ;) I said it _seems_... I had no
additional information to base a judgement on.

> But thinking about the 2.4.9 vs. 2.4.17 thingy, I am going to belief it could
> be kernel related after all.

But as you say that mke2fs and mount work with 2.4.17, it definitely
looks like dbootstrap.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast


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




trying to clean up a bit with the questions concerning 'Initialize...'

2002-03-18 Thread Andreas Wüst

Hi

I am now trying to stick together all the questons which has been arising
about the 'Initialize a..' bug. Hope this helps to clean up a bit. So here we
go.


*Chris Tillman asked:*

>> Well, if it doesn't get fixed, it would mean that a whole release would be
>> uninstallable by network for all the x-surf users outthere without tricking
>> around? (but to be fair: there doesn't seem to be too much users with a
>> x-surf NIC, so I can understand your point!)
>> 
>
> If it really is a kernel issue, that's pretty easy to fix (for us). If it's 
> a dbootstrap bug, that's where we'll have difficulty, with no developers 
> on that architecture.
>
> That's why I'm curious to see if you can mke2fs and mount from console 2;
> if so, it's probably dbootstrap and hard, if not it's probably kernel and 
> easy.

As I wrote in my bug report afterwards, it does work with mke2fs totally
problemfree.

So, it seems to be dbootstrap and hard..


*Chris Tillman asked:*

>> I was told that this bug should have already been fixed after 3.0.19, but this
>> doesn't seem to be case, at least not for apus flavor.
>> 
>> Interesting thing is that everything works normally with apus kernel 2.4.9.
>
> Hmmm. I just had a look at the APUS notes at 
>
> disks-powerpc/current/apus/install.txt
>
> It looks like maybe Sven never got that part to work, he says use the AmigaOS 
> partitioner. Are you still around here, Sven?

Oh, I think you mean partition here? Yes, that has to be done on the AmigaOS
side. But I can't format a linux partition under AmigaOS, so this has to be
done by the installer system. But, this leads me to the question: what is
dbootstrap doing asides mke2fs when selecting this ominous 'Initialize a..'?

I tried to find out by myself, but couldn't find the init_linux() method which
seems to be called when executing this menu entry.


*Michel Dänzer said:*

>> I've already reported this problem with bf-3.0.19 to both of these lists. On
>> linux-apus-devel I was told this would be a kernel issue,
>
> Well, I said it seems to be a kernel issue, seeing as it works with one
> kernel but not the other.

Aieeeh. Now we have a statement against statement. Chris claims it dbootstrap
related, Michel kernel related. I'm jumping out of the line of fire now!!

But thinking about the 2.4.9 vs. 2.4.17 thingy, I am going to belief it could
be kernel related after all.


*Adam Di Carlo said:*

>> After initializing the swap partition, it is not possible to execute
>> the point "Initialize a Linux Partition". After selecting this point
>> in the menu, the screen goes1
> black, and the installer system
>> restarts!
>
> Isn't this caused by my build with bad versions of pmac-fdisk and
> other *fdisk packages?

No idea!

> Please try the version 3.0.21.0.1, now available at
> http://people.debian.org/~aph/boot-floppies-woody/disks-powerpc/current/#>.

I am going to try this!


Did I forget anything?


-- 
Thanks for all your help and understanding!! Hope we can find an easy solution
for this. Kind regards, and aging thank you,
Andi


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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Philip Blundell

On Mon, 2002-03-18 at 16:43, Matt Kraai wrote:
> According to the LI18NUX2000 SPEC, with Amendament 3 [sic],
> UTF-8 coded character set should be usable under the `C' locale.

I looked at the document and I think you are misreading it.  My
interpretation is that it requires implementations to provide UTF-8 as
an option under the "af_ZA ... zh_TW" locales.  (In other words, the
effect you would get if you wrote "en_US UTF-8" in /etc/locale.gen.)

The specification of the C locale seems pretty clear that only 7-bit
ASCII is admitted.  See, for example,
http://www.opengroup.org/onlinepubs/7908799/xbd/locale.html#tag_005_003

p.



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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Philip Blundell

On Mon, 2002-03-18 at 16:43, Matt Kraai wrote:
> According to the LI18NUX2000 SPEC, with Amendament 3 [sic],
> UTF-8 coded character set should be usable under the `C' locale.

Wow.

> If we remove the `@utf-8', does something actually break?

Right now?  Yes, dbootstrap selects LC based on the presence of the
"utf-8" string, so you won't even get off the ground without it.  I
suspect that this kind of thing is quite pervasive, either looking
directly at LC_CTYPE or inspecting the result of nl_langinfo(LC_CTYPE).

p.



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




cvs commit to boot-floppies/utilities/dbootstrap/po by mss

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/po
who:mss
time:   Mon Mar 18 08:51:20 PST 2002
Log Message:
  updates

Files:
changed:ru.po


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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Matt Kraai

On Mon, Mar 18, 2002 at 04:29:52PM +, Philip Blundell wrote:
> On Mon, 2002-03-18 at 16:28, Matt Kraai wrote:
> > On Mon, Mar 18, 2002 at 04:14:01PM +, Philip Blundell wrote:
> > > On Mon, 2002-03-18 at 16:02, Matt Kraai wrote:
> > > > When I test these settings on my installed system, it appears
> > > > that Perl is unhappy with the `@utf-8' part of LC_CTYPE.  Is
> > > > this a valid locale, or are the boot-floppies blowing smoke?
> > > 
> > > It is a valid locale, but only while you are running in the installation
> > > root filesystem.  After reboot, or if you chroot somewhere else, it will
> > > stop being valid.  I suspect that debootstrap may be running afoul of
> > > the latter by chrooting into /target in order to configure these
> > > packages.
> > 
> > What is the advantage over `C'?  Why is it only valid on the
> > installation root filesystem?
> 
> "C" uses the ASCII character set, not UTF-8.  By definition, a locale is
> only valid if it is present in /usr/lib/locale.  The files for C@utf-8
> are created by rootdisk.sh and only exist in that one filesystem.

According to the LI18NUX2000 SPEC, with Amendament 3 [sic],
UTF-8 coded character set should be usable under the `C' locale.
If we remove the `@utf-8', does something actually break?

Matt



msg17587/pgp0.pgp
Description: PGP signature


Debian potato ppc was ready?

2002-03-18 Thread Renato Barrios

Hi all,
Ovnibus is a medical application project using debian.
I am testing debian in different architectures and my comments are about
ppc-potato. I choose it because it would have to be "stable" and more or
less reliable. If there would not be the case debian project would have to
declare some software of this distribution in an alpha stage.
First, it would be clearer for all new users if there are not
included all software not running as in pc. I found in iMac special
documentation in the powerpc page that some things work easier in the
console without X. Please see the XF86Config-ppc HOWTO.   It is not an
XF86Config executable allowing to customize the X server.You will find all
pc's choices as microsoft mouses and so on.If you can't configure keyboard
(in other languages you can have problems with xdm prompt)  or a mouse it
could be difficultier to use more "complicated" things as pppd, usage of a
printer an d so on...
 I haven't tested more software but clearly there is not a single
documentation page about this matters.
Second, I have began last week to work about it in an iMac.In fact yaboot
routines are not included in installation procedures so you have to ask for
help in the ppc list.  Only the yaboot mantainer in the penguin website gave
me information and I had to download the last version to boot correctly. It
is for something that is really "standard".
It seems that dboostraps and all the installation routines are
the same as pc's. You can find also .EXE files in the installation archives
of some debian potato's CDs.
In conclusion debian-ppc potato, one of the lasts debian distributions, was
not ready to use and has not to be in debian ftp sites.
Till this basical problems will find a solution,I decided to recommend
installations of debian only for i386 pcs for health care applications and
usages.
I hope you will see this matters and do something about it if you find my
email justified.
Please send all your comments to the ppc list.
Thank you,

--
Renato Barrios MD
OVNIBUS, a medical debian applications project
with xml
http://ovnibus.free.fr/PRO/PRO00.html


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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Matt Kraai

On Mon, Mar 18, 2002 at 04:14:01PM +, Philip Blundell wrote:
> On Mon, 2002-03-18 at 16:02, Matt Kraai wrote:
> > When I test these settings on my installed system, it appears
> > that Perl is unhappy with the `@utf-8' part of LC_CTYPE.  Is
> > this a valid locale, or are the boot-floppies blowing smoke?
> 
> It is a valid locale, but only while you are running in the installation
> root filesystem.  After reboot, or if you chroot somewhere else, it will
> stop being valid.  I suspect that debootstrap may be running afoul of
> the latter by chrooting into /target in order to configure these
> packages.

What is the advantage over `C'?  Why is it only valid on the
installation root filesystem?

Matt



msg17585/pgp0.pgp
Description: PGP signature


Bug#138468: locale warnings while extracting base

2002-03-18 Thread Philip Blundell

On Mon, 2002-03-18 at 16:28, Matt Kraai wrote:
> On Mon, Mar 18, 2002 at 04:14:01PM +, Philip Blundell wrote:
> > On Mon, 2002-03-18 at 16:02, Matt Kraai wrote:
> > > When I test these settings on my installed system, it appears
> > > that Perl is unhappy with the `@utf-8' part of LC_CTYPE.  Is
> > > this a valid locale, or are the boot-floppies blowing smoke?
> > 
> > It is a valid locale, but only while you are running in the installation
> > root filesystem.  After reboot, or if you chroot somewhere else, it will
> > stop being valid.  I suspect that debootstrap may be running afoul of
> > the latter by chrooting into /target in order to configure these
> > packages.
> 
> What is the advantage over `C'?  Why is it only valid on the
> installation root filesystem?

"C" uses the ASCII character set, not UTF-8.  By definition, a locale is
only valid if it is present in /usr/lib/locale.  The files for C@utf-8
are created by rootdisk.sh and only exist in that one filesystem.

p.



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




Bug#136312: boot-floppies: Support list of languages to use like glibc LANGUAGE varialbe

2002-03-18 Thread Matt Kraai

On Sun, Mar 17, 2002 at 11:04:45PM +0100, Petter Reinholdtsen wrote:
> The part you understand is correct, but you forgot about the second
> stage installer (base-config).  During this stage, there might be
> programs missing the preferred translation, but with a more useful
> translation than English available.  My patch would make sure this
> information is passed into base-config.

Ah, thanks for the explanation.

> And it would make it possible to have partly translated installation,
> where the requested translation is used when possible, and the
> alternative translations is used when the requested translation is
> missing.  I believe this is a good thing, but it is not the important
> part of my patch.

Does this actually work with pointerize?  If not, could we just
use the first locale in the list, since it should always be
valid?

Matt



msg17583/pgp0.pgp
Description: PGP signature


Re: Wrong Disk message attempting to use base image floppies.

2002-03-18 Thread Matt Kraai

On Sun, Mar 17, 2002 at 11:15:23PM -0500, R Allen Blowers wrote:
> http://ftp.us.debian.org/debian/dists/testing/main/disks-i386/current/images
> -1.44/
> http://ftp.us.debian.org/debian/dists/testing/main/disks-i386/base-images-cu
> rrent/images-1.44/
> 
> I downloaded floppy images from these two directories this evening.  The
> install using these floppy images proceeded OK until it came time to load
> the first of the 'base' image disks.  When I did so I received the following
> error message:
> 
> WRONG DISK!
> This is disk 1 of 19 in disks-i386/images-1.44/base series of 16Mar2002
> 22:29.
> Wrong disk.  This is from series disks-i386/images-1.44/base.  You need disk
> 1 of series the base series.
> 

Whoever is generating these images is invoking floppy_split
incorrectly.  They are setting the second argument to
disks-i386/images-1.44/base.  They should change directory to
disks-i386/images-1.44 and then use base14 as the second
argument.  For the 1.2 images, they should pass base12.

Matt



msg17582/pgp0.pgp
Description: PGP signature


Bug#138468: locale warnings while extracting base

2002-03-18 Thread Philip Blundell

On Mon, 2002-03-18 at 16:02, Matt Kraai wrote:
> When I test these settings on my installed system, it appears
> that Perl is unhappy with the `@utf-8' part of LC_CTYPE.  Is
> this a valid locale, or are the boot-floppies blowing smoke?

It is a valid locale, but only while you are running in the installation
root filesystem.  After reboot, or if you chroot somewhere else, it will
stop being valid.  I suspect that debootstrap may be running afoul of
the latter by chrooting into /target in order to configure these
packages.

p.



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




Bug#138468: locale warnings while extracting base

2002-03-18 Thread Matt Kraai

On Mon, Mar 18, 2002 at 01:47:10PM +0100, Tollef Fog Heen wrote:
> * Eduard Bloch 
> 
> | #include 
> | Matt Kraai wrote on Fri Mar 15, 2002 um 08:35:41AM:
> | 
> | > While extracting base, the following is printed numerous times
> | > on the fourth virtual console:
> | > 
> | >  perl: warning: Setting locale failed.
> | >  perl: warning: Please check that your locale settings:
> | > LANGUAGE = (unset),
> | > LC_ALL = (unset),
> | > LC_CTYPE = "C@utf-8",
> | > LANG = "C"
> | 
> | I suggest to unset LC_CTYPE and LANG while debootstrap execution. Other
> | arguments?
> 
> Yes.  Perl should shut up, which it does if PERL_BADLANG=0 .

When I test these settings on my installed system, it appears
that Perl is unhappy with the `@utf-8' part of LC_CTYPE.  Is
this a valid locale, or are the boot-floppies blowing smoke?

Matt



msg17580/pgp0.pgp
Description: PGP signature


zh_CN.po broken

2002-03-18 Thread Claus Hindsgaul

Hi,

Apparently your patch introduced an error on line 715 (possibly on its
way to CVS?).

bash-2.05a$ make check-zh_CN
zh_CN.po: zh_CN.po:715: invalid multibyte sequence
found 1 fatal error
make: *** [check-zh_CN] Error 1

Sincerely,
Claus Hindsgaul


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




cvs commit to boot-floppies/utilities/dbootstrap/po by claush

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/po
who:claush
time:   Mon Mar 18 07:47:22 PST 2002
Log Message:
  make update-po

Files:
changed:ca.po cs.po da.po de.po eo.po es.po fi.po fr.po gl.po hr.po hu.po it.po 
ja.po ko.po pl.po pt.po ru.po sk.po sv.po tr.po zh_TW.po


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




cvs commit to boot-floppies/debian by pb

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:pb
time:   Mon Mar 18 07:38:30 PST 2002
Log Message:
  mention Chinese changes by Ren Weili
  
  

Files:
changed:changelog


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




Re: patch for zh_CN.po

2002-03-18 Thread Philip Blundell

On Sun, 2002-03-17 at 14:56, malix wrote:
> hello phil,
> I have made a patch for zh_CN.po. it is 11% finished.
> Would you like to patch it into cvs?

Thanks, I checked it in.

p.


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




Re: boot-floppies Chinese translation is in bad shape

2002-03-18 Thread Philip Blundell

On Wed, 2002-03-13 at 03:47, sunhui wrote:
> I am a Chinese and a new guy on Linux, but I would like to be involved
> in Open Source community. I found your message on web and am interested
> in it. I hope you can give me more detail information about it. So I can
> figure out what I can do for that.
>  
> I am looking forward to hearing from you.

Please get in touch with [EMAIL PROTECTED]  He is already working on
the Chinese translation and he should be able to suggest some ways you
can help.

p.


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




cvs commit to boot-floppies/utilities/dbootstrap/po by pb

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/po
who:pb
time:   Mon Mar 18 07:32:02 PST 2002
Log Message:
  Chinese updates
  
  

Files:
changed:zh_CN.po


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




patch for zh_CN.po

2002-03-18 Thread malix

hello phil,
I have made a patch for zh_CN.po. it is 11% finished.
Would you like to patch it into cvs?

Thanks
malix
shanghai china


Index: zh_CN.po
===
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/po/zh_CN.po,v
retrieving revision 1.46
diff -u -r1.46 zh_CN.po
--- zh_CN.po2002/03/14 22:39:43 1.46
+++ zh_CN.po2002/03/18 14:46:26
@@ -34,7 +34,7 @@
 #: baseconfig.c:177
 #, fuzzy
 msgid "Error writing /target/etc/inittab"
-msgstr "²»ÄÜдÈë /target/etc/fstab"
+msgstr "дÈë /target/etc/inittab ʱ³ö´í"
 
 #: baseconfig.c:177 baseconfig.c:191 baseconfig.c:203 baseconfig.c:231
 #: baseconfig.c:261 baseconfig.c:274 baseconfig.c:288 baseconfig.c:304
@@ -45,32 +45,32 @@
 #: baseconfig.c:191 baseconfig.c:231
 #, fuzzy
 msgid "Error writing /target/etc/inittab.real"
-msgstr "²»ÄÜдÈë /target/etc/fstab"
+msgstr "дÈë /target/etc/inittab.real ʱ³ö´í"
 
 #: baseconfig.c:203 baseconfig.c:288
 #, fuzzy
 msgid "Error writing /target/etc/securetty"
-msgstr "²»ÄÜдÈë /target/etc/fstab"
+msgstr "дÈë /target/etc/securetty ʱ³ö´í"
 
 #: baseconfig.c:261
 #, fuzzy
 msgid "Error writing /target/root/.profile"
-msgstr "²»ÄÜдÈë /target/etc/fstab"
+msgstr "дÈë /target/root/.profile ʱ³ö´í"
 
 #: baseconfig.c:274
 #, fuzzy
 msgid "Error writing /target/etc/pam.d/passwd"
-msgstr "²»ÄÜдÈë /target/etc/fstab"
+msgstr "дÈë /target/etc/pam.d/passwd ʱ³ö´í"
 
 #: baseconfig.c:304
-#, fuzzy
+#, fuzzy ?? not so?
 msgid "Can't open /target/etc/fstab"
 msgstr "²»ÄÜ´ò¿ª /target/etc/fstab "
 
 #: baseconfig.c:337
 #, fuzzy
 msgid "Could not determine filesystem type of /"
-msgstr "Ñ¡Ôñ NFS Îļþϵͳ"
+msgstr "ÎÞ·¨¾ö¶¨ / ÎļþϵͳÀàÐÍ"
 
 #: baseconfig.c:337 baseconfig.c:541 bootconfig.c:347 bootconfig.c:352
 #: bootconfig.c:357 bootconfig.c:365 bootconfig.c:370 bootconfig.c:375
@@ -99,7 +99,7 @@
 "#\n"
 "# \t\t\t\t\t\t\t\n"
 msgstr ""
-"# /etc/fstab: ¾²Ì¬Îļþϵͳ×ÊÁÏ¡£\n"
+"# /etc/fstab: ¾²Ì¬ÎļþϵͳÐÅÏ¢¡£\n"
 "#\n"
 "# <Îļþϵͳ>\t<¹ÒÔصã>\t<·ÖÇø¸ñʽ>\t<Ñ¡Ïî>\t\t\t\t\n"
 
@@ -108,7 +108,7 @@
 msgstr ""
 
 #: baseconfig.c:404
-#, fuzzy
+#, fuzzy ?? not so
 msgid "Can't open /target/etc/console-tools/config"
 msgstr "²»ÄÜ´ò¿ª /target/etc/console-tools/config "
 
@@ -126,7 +126,7 @@
 "No modules were found in /target/lib/modules/%s that could be configured. "
 "Please install the kernel modules first, by running the \"Configure Device "
 "Driver Modules\" step"
-msgstr "ÔÚ /target/lib/modules/%s ûÓÐÕÒµ½Äܹ»±»É趨µÄÄ£¿é¡£ÇëÏÈ°²×°Ä£¿é¡£"
+msgstr "ÔÚ /target/lib/modules/%s 
+ûÓÐÕÒµ½Äܹ»±»É趨µÄÄ£¿é¡£ÇëÏÈÔËÐÐ\"ÅäÖÃÉ豸Çý¶¯³ÌÐòÄ£¿é\",°²×°Ä£¿é¡£"
 
 #: bootconfig.c:131 bootconfig.c:243 bootconfig.c:2709
 msgid "Copying the operating system kernel..."
@@ -279,7 +279,7 @@
 #: bootconfig.c:687
 #, fuzzy
 msgid "Running PALO to make the kernel bootable from the hard disk..."
-msgstr "ÕýÔÚÖ´ÐÐ SILO£¬ÈÃÄÚºËÖ±½Ó´ÓÓ²ÅÌÔØÈë¶øÎÞÐèÆô¶¯ÅÌ..."
+msgstr "ÕýÔÚÖ´ÐÐ PALO£¬ÈÃÄں˿ÉÒÔÖ±½Ó´ÓÓ²ÅÌÒýµ¼..."
 
 #: bootconfig.c:743
 msgid ""
@@ -300,7 +300,7 @@
 #: bootconfig.c:756
 #, fuzzy
 msgid "/boot Cannot Be a Partition"
-msgstr "жÔØ·ÖÇø"
+msgstr "/boot ²»ÄÜÊǸö·ÖÇø"
 
 #: bootconfig.c:761
 msgid ""
@@ -311,7 +311,7 @@
 #: bootconfig.c:762
 #, fuzzy
 msgid "Root filesystem must be Ext2"
-msgstr "¸ùÎļþϵͳûÓйÒÔØ"
+msgstr "¸ùÎļþϵͳ±ØÐëÊÇExt2ÀàÐÍ"
 
 #: bootconfig.c:768
 #, fuzzy
@@ -323,8 +323,11 @@
 "OPT-P-R. Finally, this code has not been thoroughly tested. Are you sure "
 "that you want to do this?"
 msgstr ""
-"ÄúÑ¡Ôñ°Ñ aboot Æô¶¯Òýµ¼³ÌÐòдÈë %s µÄ¿ª»úÉÈÇø¡£Èç¹ûÕâÑù×ö£¬Äú½«²»ÄÜÆô¶¯Õâ¸öÓ²"
-"ÅÌÉϵÄÆäËü²Ù×÷ϵͳ£¬È·¶¨ÒªÕâô×öÂð£¿"
+"ÄúÑ¡ÔñÁË°²×°¿ìËÙÒýµ¼³ÌÐò.Ä㽫²»ÄÜ´Ó´ÅÅÌÒýµ¼ÈκÎÆäËû²Ù×÷ϵͳ."
+"ÁíÍâ,ÄãµÄ»úÆ÷Ò²ÓпÉÄÜÔÚ´ËÖ®ºóÎÞ·¨ÓÃÈκη½Ê½Òýµ¼."
+"Èç¹ûÄãÅöµ½ºÚÆÁ,Äã¿ÉÄÜÐèÒª³¢ÊÔÀäÆô¶¯²¢°´Ï CMD-OPT-P-R."
+"×îºó,±¾´úÂ벢δ±»ÍêÕûµØ²âÊÔ¹ý."
+"ÄãÊÇ·ñÈ·¶¨ÒªÕâô×ö?"
 
 #: bootconfig.c:776 bootconfig.c:786 bootconfig.c:1148 partition_config.c:932
 #: partition_config.c:1020 partition_config.c:1086 partition_config.c:1232
@@ -341,13 +344,15 @@
 "this code has not been thoroughly tested. Are you sure that you want to do "
 "this?"
 msgstr ""
-"ÄúÑ¡Ôñ°Ñ aboot Æô¶¯Òýµ¼³ÌÐòдÈë %s µÄ¿ª»úÉÈÇø¡£Èç¹ûÕâÑù×ö£¬Äú½«²»ÄÜÆô¶¯Õâ¸öÓ²"
-"ÅÌÉϵÄÆäËü²Ù×÷ϵͳ£¬È·¶¨ÒªÕâô×öÂð£¿"
+"ÄúÑ¡ÔñÁË°²×°¿ìËÙÒýµ¼³ÌÐò.Ä㽫²»ÄÜ´Ó´ÅÅÌÒýµ¼ÈκÎÆäËû²Ù×÷ϵͳ."
+"ÁíÍâ,ÄãµÄ»úÆ÷Ò²ÓпÉÄÜÔÚ´ËÖ®ºóÎÞ·¨ÓÃÈκη½Ê½Òýµ¼."
+"×îºó,±¾´úÂ벢δ±»ÍêÕûµØ²âÊÔ¹ý."
+"ÄãÊÇ·ñÈ·¶¨ÒªÕâô×ö?"
 
 #: bootconfig.c:790
 #, fuzzy
 msgid "Running quik to make Debian bootable directly from the hard disk..."
-msgstr "ÕýÔÚÖ´ÐÐ SILO£¬ÈÃÄÚºËÖ±½Ó´ÓÓ²ÅÌÔØÈë¶øÎÞÐèÆô¶¯ÅÌ..."
+msgstr "ÕýÔÚÖ´ÐÐquik,ÈÃDebian¿ÉÒÔÖ±½Ó´ÓÓ²ÅÌÒýµ¼..."
 
 #: bootconfig.c:817
 msgid ""
@@ -358,7 +363,7 @@
 #: bootconfig.c:819
 #, fuzzy
 msgid "Unable to install Quik"
-msgstr "»ù±¾ÏµÍ³Î´°²×°"
+msgstr "ÎÞ·¨°²×°Quik"
 
 #: bootconfig.c:858
 msgid ""
@@ -398,7 +403,7 @@
 #: bootconfig.c:909
 #, fuzzy
 msgid "Root and /boot partitions must be on the same disk"
-msgstr "Ó²ÅÌ   : ÔÚÓ²ÅÌÉϵķ

Re: patch for termwrap

2002-03-18 Thread Taketoshi Sano

Hi. (I'm not on this list. So please cc me if you reply. Thanks)

In <[EMAIL PROTECTED]>,
 on "Sun, 10 Mar 2002 07:40:39 +0900",
 with "Re: patch for termwrap",
  Junichi Uekawa <[EMAIL PROTECTED]> wrote:

> Petter Reinholdtsen <[EMAIL PROTECTED]> cum veritate scripsit:
> 
> > > This sounds inappropriate for re-invocation after installation
> > 
> > Should base-config use the same language as it used during install if
> > the default language is different then the installation locale?
> 
> Considering that it might even be several years after installation,
> the current default language sounds more reasonable.

When termwrap is invoked from a shell (maybe "use termwrap after
installation" should be this case), then the required environment
variables are provided by that invoking shell.

So termwrap just needs to check it, and use it as it is when
already it is set.

On the first installation, termwarp is invoked from "init" (pid=1),
and no environment variables are provided (because of absence of
invoking shell) in this case.  The reason of configuration check
in termwarp itself, is this "invoked by init" case.

Here is the updated patch.  What do you think ?

--- termwrap.orig   Mon Mar 18 23:25:09 2002
+++ termwrapMon Mar 18 23:39:26 2002
@@ -15,12 +15,39 @@
 ##
 ## Set some environment variables.
 ##
-# reads /etc/environment.
-test -f /etc/environment && . /etc/environment
+#
+# if the LANG is setup already, then don't touch it.
+if [ -z "$LANG" ]
+ then
+# reads configuration file.
+  CONFIG=/root/dbootstrap_settings
+  if [ -r $CONFIG ]
+then
+ . $CONFIG
+# Set LANG environment variables.
+ if [ ! -z "$LANG_INST" ]
+   then
+ LANG=$LANG_INST
+ export LANG
+ fi
+# Set LANGUAGE environment variables.
+ if [ -z "$LANGUAGE" -a ! -z "$LANGUAGE_INST" ]
+   then
+ LANGUAGE=$LANGUAGE_INST
+ export LANGUAGE
+ fi
+  fi
+fi
 
-# Set all locale related environment variables.
-LC_ALL=$LANG
-export LANG LC_ALL
+# Check LANG and LANGUAGE settings at locales pacakge
+if [ ! -z "$LANG" ] ; 
+  then 
+   if ! grep $LANG /etc/locale.gen ; then LANG=C; fi
+fi
+if [ ! -z "$LANGUAGE" ] ;
+  then
+   if ! grep $LANGUAGE /etc/locale.gen ; then unset LANGUAGE; fi
+fi
 
 ##
 ## Display usage if no argument.


-- 
  Taketoshi Sano: <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>


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




Re: Bug#138468: locale warnings while extracting base

2002-03-18 Thread Tollef Fog Heen

* Eduard Bloch 

| #include 
| Matt Kraai wrote on Fri Mar 15, 2002 um 08:35:41AM:
| 
| > While extracting base, the following is printed numerous times
| > on the fourth virtual console:
| > 
| >  perl: warning: Setting locale failed.
| >  perl: warning: Please check that your locale settings:
| > LANGUAGE = (unset),
| > LC_ALL = (unset),
| > LC_CTYPE = "C@utf-8",
| > LANG = "C"
| 
| I suggest to unset LC_CTYPE and LANG while debootstrap execution. Other
| arguments?

Yes.  Perl should shut up, which it does if PERL_BADLANG=0 .

-- 
Tollef Fog Heen
Unix _IS_ user friendly... It's just selective about who its friends are.


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




Bug#136328: russian file is updated

2002-03-18 Thread Mikhail Sobolev

actually, russian file was update for quite some time already.

--
Misha


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




Bug#138849: boot-floppies: syslinux screen on boot-floppies created boot-floppy has messed chars

2002-03-18 Thread Phil Blundell

On Mon, 2002-03-18 at 10:24, Santiago Vila wrote:
> Are you using CP437 (which was for US english) for i18n boot floppies?

I don't believe we include any fonts on the boot disk, so you will get
whatever the default codepage is for your hardware.  No doubt it would
be possible to change this for particular languages if necessary: each
translator will need to decide for themselves.  In the specific cases of
French and German I think CP437 is probably sufficient.

p.




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




cvs commit to boot-floppies/utilities/dbootstrap/langs by mquinson

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/langs
who:mquinson
time:   Mon Mar 18 02:51:59 PST 2002
Log Message:
  Review by french speaker, and managed to go under 66 chars

Files:
changed:french.src


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




Bug#138849: boot-floppies: syslinux screen on boot-floppies created boot-floppy has messed chars

2002-03-18 Thread Santiago Vila

On 18 Mar 2002, Phil Blundell wrote:
> On Mon, 2002-03-18 at 08:04, Eduard Bloch wrote:
> > Same for german. The message is hardcoded in dbootstrap translation and
> > is converted to utf8 as other strings. I do not see a nifty workaround,
> > but I could replace the non-ASCII characters with their ASCII
> > transcriptions ( -> ae). This is even better, I wonder why this stuff
> > did not break earlier because of latin1 <-> CP437 differences.
>
> That seems like the right thing to do.  If you really need CP437
> accented characters, you will have to write them as \123 octal escapes
> to hide them from recode.

Are you using CP437 (which was for US english) for i18n boot floppies?

There was a "multilingual" codepage called CP850, which was the
default for Spanish MS-DOS, but there was also CP860 for Portuguese,
CP863 for French, etc.



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




cvs commit to boot-floppies/utilities/dbootstrap/po by blade

2002-03-18 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/po
who:blade
time:   Mon Mar 18 02:11:10 PST 2002
Log Message:
  Replaced latin1 chars with ASCII replacements.
  

Files:
changed:de.po


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




Bug#138849: boot-floppies: syslinux screen on boot-floppies created boot-floppy has messed chars

2002-03-18 Thread Phil Blundell

On Mon, 2002-03-18 at 08:04, Eduard Bloch wrote:
> Same for german. The message is hardcoded in dbootstrap translation and
> is converted to utf8 as other strings. I do not see a nifty workaround,
> but I could replace the non-ASCII characters with their ASCII
> transcriptions ( -> ae). This is even better, I wonder why this stuff
> did not break earlier because of latin1 <-> CP437 differences.

That seems like the right thing to do.  If you really need CP437
accented characters, you will have to write them as \123 octal escapes
to hide them from recode.

p.



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




Bug#138849: boot-floppies: syslinux screen on boot-floppies created boot-floppy has messed chars

2002-03-18 Thread Eduard Bloch

#include 
David Kimdon wrote on Sun Mar 17, 2002 um 09:41:59PM:

> I installed in french and made a boot-floppy.  When I boot off that
> floppy the message from syslinux is nicely in french for me.  However
> every accented character is garbled, it looks very bad.  

Same for german. The message is hardcoded in dbootstrap translation and
is converted to utf8 as other strings. I do not see a nifty workaround,
but I could replace the non-ASCII characters with their ASCII
transcriptions (ä -> ae). This is even better, I wonder why this stuff
did not break earlier because of latin1 <-> CP437 differences.

Gruss/Regards,
Eduard.
-- 
Everything should be made as simple as possible, but not simpler.
-- Albert Einstein



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