Bug#114057: A proposition

2001-10-24 Thread Nicolas SABOURET

Hi again Eduard,

We discussed this problem on -devel-french we have a proposition.

First of all, there is no "fr_PP" problem like the british vs american
one that has been overdiscussed on -devel. On the contrary, the use of
an alias is the reason why there is no problem : french is fr_FR by
default, but other users can change it to be what they want, just by
modifying one single line in one single file.

Second, there exists an ISO norm on the use of ll_CC[@variantion].NORM
(ll=language & CC=country). And (what a piece of luck) [EMAIL PROTECTED]
works for modconf.

The idea we had, that would not make much work for you and that would
satifsy all "french" (whatever it is) users is the following : simply
test wether /etc/locale.alias exists and if it does, try to replace the
value of LANG by its "real" value given in this file. If it does not
exist (which is the cas at initial installation), work with LANG's value
(whivh is fr_FR as far as I understand).

I (and many french user) would be very happy if you could do this. This
would allow us to keep using "french" as an alias and to avoid senseless
fights like the one you saw on -devel between british and american
speakers.

Sorry for this long mail : I tried to give you our point of view.
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico


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




3.0.15 missing ne2k-pci module?

2001-10-24 Thread Robert de Forest

Hello boot-floppies team,

I tried to do a floppy-less (windows+loadlin) install but stalled when I
found that the ne2k-pci module was missing.  I was using the udma100
files.  I need this module for my RealTek 8029 ne2k clone.

I also wonder, and I hope this isn't a FAQ, why the install drivers
include modules for more than is needed to bootstrap the install
process?  It seems like everything needed to get almost any machine
online would fit on less than 6 disks.  For example, I'd remove the
following modules:

ipv4/ip_masq_*
video/*
misc/*

This came to 6M uncompressed when I looked, or half the entire modules
hierarchy.

And why is the install kernel used as the system kernel rather than
installing a kernel-image-... package.  Is this historical?

I hope my comment and questions prove helpful.

Robert

-- 
 /"\  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
 \ /   ASCII Ribbon Campaign| Robert de Forest
  X   - NO HTML/RTF in e-mail   | System Administrator
 / \  - NO Word docs in e-mail  | Got.net


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




Re: 3.0.16 for testing (debootstrap esp!)

2001-10-24 Thread Gerhard Tonn

On Wednesday 24 October 2001 23:34, Adam Di Carlo wrote:
>
> I don't really need more i386 testing on my 3.0.16 -- other arches,
> please go ahead though.

It works fine on s390, but where do I get the latest debootstrap from?

Gerhard


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




Re: dhcp problems

2001-10-24 Thread David Kimdon

I verified this afternoon that dhclient does indeed behave in this
mischevious manner.  Perhaps the patch I sent to 109455 can solve this
issue.

-David

Wed, Oct 24, 2001 at 01:23:57AM +1000 wrote:
> There may be bug other than 109455 lurking, the other day when
> installing 3.0.15 my friend tried to obtain an IP using dhcp without
> stoping to think that we dont have a dhcp server on our lan.
> 
> I corrrected him, he wanted to go back and put a static IP in, i cant
> remember the exact details, but dhclient didnt die and it was cycling in
> the background continuing to try and get an IP.
> 
> I meant to go back and verify the bug, but havent gotten around to it,
> ill look into it tommorow.
> 
> 
> Glenn
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


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




Bug#116991: no subject)

2001-10-24 Thread pjordan

> Now, I can do
> # chmod ug+w /dev/loop*
> # mount -o loop rescue.bin /floppy 
> and get
> Could not find a spare loop device (repeated 3x)
> Mounting rescue.bin on /floppy failed: Success
> (and no, /floppy is empty and mount does not show that it has been
> mounted.)
> 
> Any ideas what is wrong?

Use losetup and you will see your loop devices are getting gobbled up 
with each try until you have no more.

Maybe it fails in the first place because you
don't have msdos/fat fs support in your kernel ?
And of course you have to have loopback support.
I think I have had this problem before once
upong a time and it was the filesystem support
but it was too long ago now to be sure.

Peter


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




Bug#116991: (no subject)

2001-10-24 Thread Mark Histed

Package: boot-floppies
Version: 2.2.23

I'm trying to install potato on a new system and having no luck. 
I burned an iso image of the 2.2.23 boot floppies.

I can get to "Install Operating System and Modules"
I select CD-ROM, and after a bit I see the message "Mount Failed\
Unable to mount The Rescue Floppy."

The fourth VT shows the message:
dbootstrap: Mounting /dev/loop0 on /floppy failed: Invalid argument

If I try and mount the rescue image manually:
# cd /instmnt/debian/dists/potato/main/disks-i386/current/images-1.44
# mount -o loop -r rescue.bin /floppy
I get:
WARNING: loop device is read-only  (repeated 3x)
Mounting rescue.bin on /floppy failed: Permission denied

Now, I can do
# chmod ug+w /dev/loop*
# mount -o loop rescue.bin /floppy 
and get
Could not find a spare loop device (repeated 3x)
Mounting rescue.bin on /floppy failed: Success
(and no, /floppy is empty and mount does not show that it has been
mounted.)

Any ideas what is wrong?










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




Re: boot-floppies - mac-fdisk vs. parted

2001-10-24 Thread pjordan

mac-fdisk is a steaming pile of crap.
parted is much much better
I think we should replace mac-fdisk in base with parted.

Peter

On Wed, Oct 24, 2001 at 04:01:08PM -0800, Ethan Benson wrote:
> On Wed, Oct 24, 2001 at 04:50:33PM -0700, Christoph Lameter wrote:
> > Then we would probably need arch specific default partitioning strings.
> > 
> > Do all arches support fdisk? Then we could simply have different schemes
> > depending on arch.
> 
> no, macs must use mac-fdisk, m68K uses pmac-fdisk iirc (though it may
> be the same as mac-fdisk, a 68K person would have to comment).
> powerpcs using dos partition tables use fdisk of course.  sparc uses
> it as well.
> 
> -- 
> Ethan Benson
> http://www.alaska.net/~erbenson/



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




Re: new debootstrap NMU for testing

2001-10-24 Thread Anthony Towns

On Thu, Oct 25, 2001 at 02:27:33AM +0200, Jö Fahlke wrote:

Actually, I think the right solution is just to change:

> repeat () {
>   local n="$1"
>   shift
>   while [ "$n" -gt 0 ]; do
> if eval "$@"; then
  ^^
to
  if "$@"; then

>   break
> else
>   n="$(( $n - 1 ))"
>   sleep 1
> fi
>   done
>   if [ "$n" -eq 0 ]; then return 1; fi
>   return 0
> }

Similar changes are probably needed to in_target_nofail and in_target. evals
are the bane of *my* existance...

Cheers,
aj

-- 
Anthony Towns <[EMAIL PROTECTED]> 
I don't speak for anyone save myself. GPG signed mail preferred.

 "Security here. Yes, maam. Yes. Groucho glasses. Yes, we're on it.
   C'mon, guys. Somebody gave an aardvark a nose-cut: somebody who
can't deal with deconstructionist humor. Code Blue."
-- Mike Hoye,
  see http://azure.humbug.org.au/~aj/armadillos.txt


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




Processed: blah

2001-10-24 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

> reassign 116958 boot-floppies
Bug#116958: Module-Parameters are not deleted
Bug reassigned from package `debootstrap' to `boot-floppies'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Darren Benham
(administrator, Debian Bugs database)


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




Bug#109455: dbootstrap thinks dhcp succeeds even when there's no IP

2001-10-24 Thread David Kimdon

Hi,

The way I read this is that we should be able to make dhclient exit with an
error if it can't configure the interface.  With that in mind I wrote the
included patch. I tested this on my system and it works like I want it to.

I verified that currently dhclient will exit with success if it can't
configure the interface, presumably it wants to try again later.  That
is no good for boot-floppies, we want to know _now_ whether it worked
or not.

With this patch if you pass '-e' to dhclient it will exit non-zero if it fails
to get the interface, i.e.:

Oct 24 17:20:44 oink dhclient-2.2.x: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 
interval 9
Oct 24 17:20:53 oink dhclient-2.2.x: No DHCPOFFERS received.
Oct 24 17:20:53 oink dhclient-2.2.x: No working leases in persistent database. 
Oct 24 17:20:53 oink dhclient-2.2.x: Exiting. 

I suggest we reassign this bug to dhclient, then NMU if necessary.
Many users will use dhcp, it is silly if they don't know right away
whether or not the interface was configured properly.


-David

diff -u dhcp-2.0pl5/client/dhclient.c dhcp-2.0pl5/client/dhclient.c
--- dhcp-2.0pl5/client/dhclient.c
+++ dhcp-2.0pl5/client/dhclient.c
@@ -89,6 +89,7 @@
 int log_priority;
 int no_daemon;
 int save_scripts;
+int exit_on_panic = 0;
 
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
@@ -166,6 +167,8 @@
} else if (!strcmp (argv [i], "-q")) {
quiet = 1;
quiet_interface_discovery = 1;
+   } else if (!strcmp (argv [i], "-e")) {
+   exit_on_panic = 1;
} else if (argv [i][0] == '-') {
usage (s);
} else {
@@ -312,7 +315,7 @@
note (url);
note ("");
 
-   warn ("Usage: %s [-c] [-d] [-p ] [-lf lease-file]", appname);
+   warn ("Usage: %s [-c] [-d] [-e] [-p ] [-lf lease-file]", appname);
error ("   [-pf pidfile] [interface]");
 }
 
@@ -1114,7 +1117,11 @@
 /* state_panic gets called if we haven't received any offers in a preset
amount of time.   When this happens, we try to use existing leases that
haven't yet expired, and failing that, we call the client script and
-   hope it can do something. */
+   hope it can do something. 
+   
+   Unless we've been told at the command line to exit on panic in which case
+   we do our best to get an interface and then exit with an error if we can't.
+   */
 
 void state_panic (ipp)
void *ipp;
@@ -1200,8 +1207,11 @@
 
/* No leases were available, or what was available didn't work, so
   tell the shell script that we failed to allocate an address,
-  and try again later. */
-   note ("No working leases in persistent database - sleeping.\n");
+  and try again later. 
+  
+  Unless we've been told to exit on an error, in which case we 
+  do just that. */
+   note ("No working leases in persistent database.\n");
script_init (ip, "FAIL", (struct string_list *)0);
if (ip -> client -> alias)
script_write_params (ip, "alias_", ip -> client -> alias);
@@ -1209,6 +1219,13 @@
ip -> client -> state = S_INIT;
add_timeout (cur_time + ip -> client -> config -> retry_interval,
 state_init, ip);
+   
+   if (exit_on_panic) {
+   note ("Exiting.\n");
+   exit(1);
+   }
+
+   note ("Sleeping.\n");
go_daemon ();
 }
 
diff -u dhcp-2.0pl5/debian/changelog dhcp-2.0pl5/debian/changelog
--- dhcp-2.0pl5/debian/changelog
+++ dhcp-2.0pl5/debian/changelog
@@ -1,3 +1,10 @@
+dhcp (2.0pl5-6.2) unstable; urgency=low
+
+  * add an option so the client will exit with an error if 
+it fails to configure an interface. (closes: #109455) 
+
+ -- David Kimdon <[EMAIL PROTECTED]>  Wed, 24 Oct 2001 15:55:54 -0700
+
 dhcp (2.0pl5-6.1) unstable; urgency=high
 
   * NMU to fix RC bugs; specifically the urgency is high for
only in patch2:
--- dhcp-2.0pl5.orig/client/dhclient.8
+++ dhcp-2.0pl5/client/dhclient.8
@@ -45,6 +45,9 @@
 .I port
 ]
 [
+.B -e
+]
+[
 .B -d
 ]
 [
@@ -141,6 +144,12 @@
 flag should be specified.  This is useful when running dhclient under
 a debugger, or when running it out of inittab on System V systems.
 .PP
+The
+.B -e
+flag will cause dhclient to exit with an error if the interface cannot 
+be configured after a certain amount of time. This is useful when dhclient
+is used in scripts or other systems when a failed dhcp attempt needs to be
+reported.
 .SH CONFIGURATION
 The syntax of the dhclient.conf(8) file is discussed seperately.
 .SH FILES



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




Re: boot-floppies auto partitioning & hardware detection

2001-10-24 Thread Mark van Walraven

On Wed, Oct 24, 2001 at 03:04:36PM -0700, David Kimdon wrote:
> partition_config.c : If there is only one drive, assume that is the drive we
> want to partition.  FIXME: do we like this?

I think I would definitely blink if zapped into cfdisk without having
explicitly selected the drive.  Currently, it's only one more press
of  when your finger is still hovering over it from the last
keystroke.  So, I say nay.

Regards,

Mark.


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




Re: new debootstrap NMU for testing

2001-10-24 Thread Jö Fahlke

Am Mit, 24. Okt 2001, 16:25:27 -0400 schrieb Adam Di Carlo:
> Richard Hirst <[EMAIL PROTECTED]> writes:
> 
> > smallyes '' | repeat 5 in_target_msg "unpacking required packages.  This will be 
>attempted 5 times." dpkg --force-depends --unpack $(debfor $required)
> > 
> > 
> > that msg with the spaces is protected by quotes so it appears as $1 to
> > repeat(), but it isn't protected when repeat() passes it to
> > in_target_msg().  I changed the string to
> > 
> >   "\"unpacking required packages.  This will be attempted 5 times.\""
> > 
> > and that worked.  Needed in the two places that use repeat 5 in_target_msg.
> 
> Argh!  Thanks for finding it. I'll fix it now.
> 
> Can I say that shell quoting is the bane of my existance?
[...]

I think a better solution would be to fix repeat() instead of every
call to repeat(). The following seems to do it - I tested it in ash
(0.3.8-27) an got the correct errormessages. I'm not sure if the
"local i" is requiered an I don't know also if the whole thing is
bashism.

--
repeat () {
  local n="$1"
  shift
# me start
  local i
  set -- `for i in "$@"; do echo "\"$i\""; done`
# me end
  while [ "$n" -gt 0 ]; do
if eval "$@"; then
  break
else
  n="$(( $n - 1 ))"
  sleep 1
fi
  done
  if [ "$n" -eq 0 ]; then return 1; fi
  return 0
}
--

Jö.

-- 
A mathematician is a device to turn coffee into theorems.



msg12658/pgp0.pgp
Description: PGP signature


Re: boot-floppies auto partitioning & hardware detection

2001-10-24 Thread Ethan Benson

On Wed, Oct 24, 2001 at 04:50:33PM -0700, Christoph Lameter wrote:
> Then we would probably need arch specific default partitioning strings.
> 
> Do all arches support fdisk? Then we could simply have different schemes
> depending on arch.

no, macs must use mac-fdisk, m68K uses pmac-fdisk iirc (though it may
be the same as mac-fdisk, a 68K person would have to comment).
powerpcs using dos partition tables use fdisk of course.  sparc uses
it as well.

-- 
Ethan Benson
http://www.alaska.net/~erbenson/

 PGP signature


Re: boot-floppies auto partitioning & hardware detection

2001-10-24 Thread Christoph Lameter

Then we would probably need arch specific default partitioning strings.

Do all arches support fdisk? Then we could simply have different schemes
depending on arch.

On Wed, 24 Oct 2001, Ethan Benson wrote:

> On Wed, Oct 24, 2001 at 03:04:36PM -0700, David Kimdon wrote:
>
> > partition_config.c : If there is only one drive, assume that is the drive we
> > want to partition.  FIXME: do we like this?
> > Ask the user if they want to auto partition the drive.  If so then take the first
> > drive and divide it into 3 partitions boot 20M, swap 200M and root (rest of space).
>
> is this code intended to be portable, or #if #cpu(i386) ?
>
> if its meant to be portable note that not all archs can boot from a
> boot sector, most powerpcs for example require an 800K bootstrap
> partition where the bootblocks are installed, depending on the subarch
> this will be a Apple_Bootstrap type (macs, mac partition tables) or
> 0x41 (PReP, IBM CHRP, msdos partition tables).
>
> ia64 also requires a similar bootstrap partition.
>
> --
> Ethan Benson
> http://www.alaska.net/~erbenson/
>


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




Re: boot-floppies auto partitioning & hardware detection

2001-10-24 Thread Ethan Benson

On Wed, Oct 24, 2001 at 03:04:36PM -0700, David Kimdon wrote:

> partition_config.c : If there is only one drive, assume that is the drive we
> want to partition.  FIXME: do we like this?
> Ask the user if they want to auto partition the drive.  If so then take the first 
> drive and divide it into 3 partitions boot 20M, swap 200M and root (rest of space).

is this code intended to be portable, or #if #cpu(i386) ?

if its meant to be portable note that not all archs can boot from a
boot sector, most powerpcs for example require an 800K bootstrap
partition where the bootblocks are installed, depending on the subarch
this will be a Apple_Bootstrap type (macs, mac partition tables) or
0x41 (PReP, IBM CHRP, msdos partition tables).

ia64 also requires a similar bootstrap partition.

-- 
Ethan Benson
http://www.alaska.net/~erbenson/

 PGP signature


Re: boot-floppies auto partitioning & hardware detection

2001-10-24 Thread Christoph Lameter

Looks fine to me. Selective comments below.

On Wed, 24 Oct 2001, David Kimdon wrote:

> 4. I reworked the choose_medium.c patch so now we verify that it is the right
> cdrom. (see choose_medium.c and util.[ch]).  I don't have a cdrom to test with, and
> I'm not sure if that is the right way to test . . .

Looks ok to me. I would have expected there would be already some routine
that can figure out the disk number.

> 5. in extract_base.c I added a boxPopWindow(), plus I noticed copycd doesn't
> make sense if we just did a net install.  The way I worked around that might
> not be perfect,  perhaps you have a better idea?

The solution to this might be simply not to specify copycd if doing a net
install. The advantage of specifying options on the syslinux prompt is
that those options can be specified as needed.

> 7. pcidetect needs to be added to the root filesystem, presumably
> rootdisk.sh needs to add it, I don't remember seeing that in the
> patch.

The pcidetect script was separate from the patch and the file location was
given in rootdisk/prototype/bin. Here is the snippet again:

New file scripts/rootdisk/prototype/bin/pcidetect which loads drivers
mappable via the pci registers:

#!/bin/sh

# Pci Driver loading and detection for the currently running kernel
# This script has to run under ash otherwise it will not work in the
# boot-floppies environment!
#
# Christoph Lameter <[EMAIL PROTECTED]>, October 15, 2001

VERBOSE=0
MODPROBE=0

loaddriver() {
  echo $1
  if [ $MODPROBE -eq 1 ]; then
 modprobe $1
  fi
}

driver() {
  VER=`uname -r`
  LINE=`grep "0x${2%} 0x${2#}" /lib/modules/$VER/modules.pcimap`
  if [ $? = 0 ]; then
 loaddriver $LINE
  else
 if [ $VERBOSE -eq 1 ]; then
echo "No driver for PCI ID=$2"
 fi
  fi
}

p() {
  while read X; do
driver $X
  done
}

while getopts "mv", opt ; do
case $opt in
'v')
VERBOSE=1
;;

'm')
MODPROBE=1
;;

 *)
exit 1
;;
esac
done

p 


[fw: booting with lowmem on a 386]

2001-10-24 Thread David Kimdon

Hi,

I'm not sure what is causing that error.  

Here is the section of the 2.1 install manual that describes low
memory systems:
http://www.debian.org/releases/slink/i386/ch-rescue-boot.fr.html#s-low-mem


-David

- Forwarded message from christian <[EMAIL PROTECTED]> -

From: christian <[EMAIL PROTECTED]>
Subject: booting with lowmem on a 386
To: [EMAIL PROTECTED]
X-UIDL: 1003947364.59936.limousin.fr.clara.net

Hi, 

You send me few weeks ago 
an answer about my problem 
about debian 2.2 on a 386 
with 7808KB. 

You have sugested me to 
load debian 2.1 before with 
the lowmem.bin. 
I have done that but : 

1) after lowmem boot , 
disk partitioning and swap on , 

when the rescue floppy is 
asked I find the message : 
"unable to load charset cp_437" 
( or 427 maybe ) 
I have downloaded lowmem.bin , 
resc1440.bin and root.bin from 
debian.org. 

2) I am not easy with english and 
I am not sure about the procedure 
to use the lowmem.bin way to load 
deb 2.1. Could you send me back 
a short information. 
Which partition for the rescue ? 
Msdos I read  I used msdos 
partition but ... I have obtained 
the message. 
And for other floppies ? 
root and lowmem... 
3 floppies ??? 

If I am wrong with the boot files 
please join me the file with your 
answer. 

Thank you. 

Christian 
[EMAIL PROTECTED]


- End forwarded message -


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




cvs commit to boot-floppies/utilities/libfdisk by aph

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/libfdisk
who:aph
time:   Wed Oct 24 15:38:20 PDT 2001


Log Message:

clean up after "make testing"

Files:

changed:Makefile


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




cvs commit to boot-floppies/debian by dwhedon

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:dwhedon
time:   Wed Oct 24 15:33:14 PDT 2001


Log Message:

- da.po update thanks to Claus Hindsgaul <[EMAIL PROTECTED]>


Files:

changed:changelog


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




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

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/po
who:dwhedon
time:   Wed Oct 24 15:33:14 PDT 2001


Log Message:

- da.po update thanks to Claus Hindsgaul <[EMAIL PROTECTED]>


Files:

changed:da.po


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




суперакция

2001-10-24 Thread Адель




õ×ÁÖÁÅÍÙÅ ÄÁÍÙ É ÇÏÓÐÏÄÁ !ðÒÏÛÕ ÐÒÏÝÅÎÉÑ, ÞÔÏ ÏÔ×ÌÅËÁÀ ÷ÁÓ ÜÔÉÍ 
ÐÉÓØÍÏÍ, ÎÏ ÜÔÏ ÉÍÅÎÎÏ ÔÏÔ ÓÌÕÞÁÊ, ËÏÇÄÁ ÏÄÎÏ ÓÏÏÂÝÅÎÉÅ ÍÏÖÅÔ × ËÏÒÎÅ ÉÚÍÅÎÉÔØ 
×ÓÀ ÷ÁÛÕ ÖÉÚÎØ. íÙ ÐÒÅÄÌÁÇÁÅÍ ÷ÁÍ ÐÒÉÎÑÔØ ÕÞÁÓÔÉÅ × ÎÅ ÔÁË ÄÁ×ÎÏ ÎÁÞÁ×ÛÅÊÓÑ, ÎÏ 
ÇÒÁÎÄÉÏÚÎÏÊ É ÐÏÌÕÞÁÀÝÅÊ ×ÓÅ ÂÏÌØÛÕÀ ÐÏÐÕÌÑÒÎÏÓÔØ ÁËÃÉÉ. íÎÅ ÏÞÅÎØ 
ÈÏÞÅÔÓÑ, ÞÔÏÂÙ ÷Ù ÓÏ ×ÓÅÊ ÏÔ×ÅÔÓÔ×ÅÎÎÏÓÔØÀ ÏÔÎÅÓÌÉÓØ Ë ÄÁÎÎÏÍÕ ÐÒÅÄÌÏÖÅÎÉÀ. äÅÌÏ 
× ÔÏÍ, ÞÔÏ Ñ ÕÖÅ ÚÎÁÀ, ËÁËÉÅ ÐÅÒÓÐÅËÔÉ×Ù ÏÖÉÄÁÀÔ ÔÅÈ, ËÔÏ ÎÅ ÐÏÂÏÉÔÓÑ ÚÁÎÑÔØÓÑ 
ÎÏ×ÙÍ ÄÌÑ ÓÅÂÑ ÄÅÌÏÍ, ÔÅÍ ÂÏÌÅÅ, ÞÔÏ ÏÎÏ ÓÏ×ÓÅÍ ÎÅ ÓÌÏÖÎÏÅ É ×ÓÅ ÉÎÓÔÒÕËÃÉÉ, 
ÓÏ×ÅÔÙ É ÔÅÈÎÉÞÅÓËÕÀ ÐÏÍÏÝØ ñ çïôï÷ ðòéóìáôø ðï ðåò÷ïíõ ÷áûåíõ ôòåâï÷áîéà. 
ïÂÑÚÁÔÅÌØÎÏ ÐÒÏÞÔÉÔÅ ÐÉÓØÍÏ ÄÏ ËÏÎÃÁ. ðÏÓÔÁÒÁÊÔÅÓØ ÐÏÎÑÔØ, ËÁË ÜÔÏ ÒÁÂÏÔÁÅÔ, É 
ÔÏÇÄÁ ÷ÁÛÉ ÓÏÍÎÅÎÉÑ ÒÁÚ×ÅÀÔÓÑ. ÷Ù ÎÁ×ÅÒÎÑËÁ ÓÌÙÛÁÌÉ Ï MLM (multi-level 
marketing) ÂÉÚÎÅÓÅ, ËÏÔÏÒÙÊ ÐÒÉÏÂÒÅÌ ÇÒÏÍÁÄÎÕÀ ÐÏÐÕÌÑÒÎÏÓÔØ ×Ï ×ÓÅÍ ÍÉÒÅ. 
óÔÁÎÆÏÒÄÓËÉÊ ÉÓÓÌÅÄÏ×ÁÔÅÌØÓËÉÊ ÉÎÓÔÉÔÕÔ É ÖÕÒÎÁÌ Wall Street ÚÁÑ×ÉÌÉ ÞÔÏ 50-65% 
×ÓÅÈ ÔÏ×ÁÒÏ× É ÕÓÌÕÇ ÄÏ ËÏÎÃÁ ÔÙÓÑÞÅÌÅÔÉÑ ÂÕÄÕÔ ÐÒÏÄÁ×ÁÔØÓÑ ÐÏÓÒÅÄÓÔ×ÏÍ 
multi-level ÍÅÔÏÄÏ×. üÔÏ ÍÎÏÇÏÍÉÌÌÉÁÒÄÎÁÑ ÉÎÄÕÓÔÒÉÑ É 20% ÍÉÌÌÉÏÎÅÒÏ× ÓÄÅÌÁÌÉ 
Ó×ÏÅ ÓÏÓÔÏÑÎÉÅ ÚÁ ÐÏÓÌÅÄÎÉÅ ÐÁÒÕ ÌÅÔ ÂÌÁÇÏÄÁÒÑ MLM. á ÅÝÅ ÓÔÁÔÉÓÔÉËÁ ÐÏËÁÚÙ×ÁÅÔ, 
ÞÔÏ 45 ÞÅÌÏ×ÅË ËÁÖÄÙÊ ÄÅÎØ ÓÔÁÎÏ×ÑÔÓÑ ÍÉÌÌÉÏÎÅÒÁÍÉ ÂÌÁÇÏÄÁÒÑ Multi-Level-Marke 
ting.÷Ù ÍÏÖÅÔÅ ÚÁÒÁÂÏÔÁÔØ 50.000,- USD É ÂÏÌØÛÅ × ÔÅÞÅÎÉÅ ÓÌÅÄÕÀÝÉÈ 6 ÍÅÓÑÃÅ× ÎÁ 
ÒÁÓÓÙÌËÅ e-mail. ëáöåôóñ îå÷ïúíïöîùí?? ðÒÏÞÉÔÁÊÔÅ ÄÅÔÁÌÉ, × ÜÔÏÍ ÎÅÔ ÎÉËÁËÏÊ 
ËÁ×ÅÒÚÙ ÉÌÉ ÏÂÍÁÎÁ.÷óå, þôï ÷áí îõöîï âõäåô äåìáôø, üôï òáóóùìáôø çïôï÷ùå 
ðéóøíá ðï E-MAIL é ÷òåíñ ïô ÷òåíåîé èïäéôø îá ðïþôõ éìé ÷ âáîë úá 
äåîøçáíé!E-mail Ñ×ÌÑÅÔÓÑ ÔÏÒÇÏ×ÙÍ ÉÎÓÔÒÕÍÅÎÔÏÍ ÂÕÄÕÝÅÇÏ!!! éÍÅÎÎÏ ÜÔÏÔ 
ÍÅÈÁÎÉÚÍ Ñ×ÌÑÅÔÓÑ ÓÁÍÙÍ ÌÕÞÛÉÍ É ÓÁÍÙÍ ÜÆÆÅËÔÉ×ÎÙÍ. çÌÁ×ÎÏÅ ÐÒÅÉÍÕÝÅÓÔ×Ï - 
ÍÁËÓÉÍÁÌØÎÁÑ ÐÒÏÓÔÏÔÁ É ÓÁÍÁÑ ÎÉÚËÁÑ ÓÅÂÅÓÔÏÉÍÏÓÔØ ÚÁÔÒÁÔ ÄÌÑ ÚÁÒÁÂÏÔËÁ × 
éÎÔÅÒÎÅÔÅ.ðÒÏÓÔÏ ÓÌÅÄÕÊÔÅ ÉÎÓÔÒÕËÃÉÑÍ, É Õ ÷áó ÷óå ðïìõþéôóñ! óÄÅÌÁÊÔÅ ÜÔÏ 
ÓÅÊÞÁÓ! þÅÍ ÄÏÌØÛÅ ÂÕÄÅÔÅ ÖÄÁÔØ, ÔÅÍ ÂÏÌØÛÅ ÌÀÄÅÊ ÂÕÄÅÔ ÄÅÌÁÔØ ÜÔÏÔ ÂÉÚÎÅÓ. 
÷ÏÚØÍÉÔÅ ÓÅÂÅ ÞÁÓÔØ üôïê áëãéé!!óÁÍÏÅ ÇÌÁ×ÎÏÅ, ÞÔÏ ÜÔÏÔ ÂÉÚÎÅÓ ÕÖÅ ÒÁÂÏÔÁÅÔ 
É ÐÒÉÎÏÓÉÔ ÏÇÒÏÍÎÙÅ ÐÏ ÒÏÓÓÉÊÓËÉÍ ÍÅÒËÁÍ ÄÅÎØÇÉ. ïÞÅÎØ ×ÁÖÎÏ É ÔÏ, ÞÔÏ ÷Ù îéþåí 
îå òéóëõåôå, ËÒÏÍÅ Ó×ÏÅÇÏ ×ÒÅÍÅÎÉ, ÚÁÔÒÁÔÙ ËÏÔÏÒÏÇÏ ÏËÕÐÑÔÓÑ ÍÎÏÇÏËÒÁÔÎÏ. ÷Ù 
ÍÏÖÅÔÅ ÐÏÈ×ÁÓÔÁÔØÓÑ, ÞÔÏ ÐÏÌÕÞÁÅÔÅ ÐÏ 100-200 ÄÏÌÌÁÒÏ× ÚÁ ÐÁÒÕ ÄÎÅÊ ÒÁÂÏÔÙ? îÅÔ? 
ôÏÇÄÁ, Ñ ÄÕÍÁÀ, ÅÓÔØ ÓÍÙÓÌ ÎÁÐÉÓÁÔØ ÍÎÅ Ñ ÐÒÉÛÌÀ ÷ÁÍ ÐÏÄÒÏÂÎÕÀ ÉÎÓÔÒÕËÃÉÀ (× 
Zip-ÆÏÒÍÁÔÅ - 15 ëÂ). ÷ ÐÏÌÅ "ôÅÍÁ" ÕËÁÖÉÔÅ "éîóôòõëãéñ". ñ × ÌÀÂÏÊ ÍÏÍÅÎÔ 
ÇÏÔÏ× ÏÔ×ÅÔÉÔØ ÎÁ ÌÀÂÙÅ ËÁ×ÅÒÚÎÙÅ ×ÏÐÒÏÓÙ É ÐÒÅÄÅÌØÎÏ ÞÅÔËÉÍÉ ÏÔ×ÅÔÁÍÉ ÒÁÚ×ÅÑÔØ 
÷ÁÛÉ ×ÏÚÍÏÖÎÙÅ ÓÏÍÎÅÎÉÑ. ðÒÉÍÉÔÅ Ó×ÏÅ ÒÅÛÅÎÉÅ É, Ñ ÎÁÄÅÀÓØ, ÏÎÏ ÂÕÄÅÔ 
ÐÒÁ×ÉÌØÎÙÍ.íÏÊ e-mail: 
[EMAIL PROTECTED]
 
 


cvs commit to boot-floppies/scripts/rootdisk by aph

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk
who:aph
time:   Wed Oct 24 15:28:21 PDT 2001


Log Message:

require debootstrap 0.1.15.7

Files:

changed:EXTRACT_LIST_all


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




Re: boot-floppies auto partitioning & hardware detection

2001-10-24 Thread David Kimdon
tbuf,"mount -t ext3 %s /target",root);status=system(prtbuf);
+  Root=fdisk_find_partition_by_name(root);
+  check_pending_config();
+  status=system("mkdir /target/boot");
+  sprintf(prtbuf,"mkfs.ext2 -j %s",boot);status=system(prtbuf);
+  sprintf(prtbuf,"mount -t ext3 %s /target/boot",boot);status=system(prtbuf);
+  autoPartitionDone=1;
+  boxResume();
+  return status;
   }
 
 #if #cpu(i386)
Index: utilities/dbootstrap/util.c
===
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/util.c,v
retrieving revision 1.57
diff -u -r1.57 util.c
--- utilities/dbootstrap/util.c 2001/10/24 01:52:49     1.57
+++ utilities/dbootstrap/util.c 2001/10/24 22:05:58
@@ -616,6 +616,29 @@
 }
 
 int
+get_debian_cd_num(char *mount_point) {
+FILE *fp = NULL;
+int cd_num = -1;
+char *ptr;
+char buf[BUFSIZ];
+
+snprintf (buf, sizeof buf, "%s/.disk/info", mount_point);
+
+if ( (fp = fopen(buf, "r")) &&
+   fgets (buf, sizeof buf, fp) &&
+   (ptr = strstr(buf, "Binary-"))) {
+   ptr += 7; /* strlen ("Binary-");*/
+   cd_num = atoi (ptr);
+}
+
+if (fp)
+   fclose (fp);
+
+return cd_num;
+}
+
+
+int
 check_pending_config(void)
 {
   const char *path;
@@ -664,6 +687,12 @@
 write_userconfig("DEBUG", "true");
   if ( bootargs.cdrom )
 write_userconfig("CDROM", "true");
+  if (bootargs.install)
+write_userconfig("INSTALL",bootargs.install);
+  if (bootargs.copycd)
+write_userconfig("COPYCD","true");
+  if (bootargs.batch)
+write_userconfig("BATCH","true");
 
 #ifdef USE_LANGUAGE_CHOOSER
   if ( lang != NULL )
Index: utilities/dbootstrap/util.h
===
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/util.h,v
retrieving revision 1.23
diff -u -r1.23 util.h
--- utilities/dbootstrap/util.h 2001/10/24 01:52:49 1.23
+++ utilities/dbootstrap/util.h 2001/10/24 22:06:00
@@ -173,6 +173,19 @@
  */
 extern int is_cdrom_image(void);
 
+/*
+   Get the CD number of the CD mounted at path.
+   We look for a file .disk/info containing a string like:
+   
+   Debian GNU/Linux 1.0  "$CODENAME" - Official i386 Binary-1 (20011024)
+   
+   and pull off the number after 'Binary-'.
+   
+   if an error occors return -1, otherwise return
+   the number of the CD.
+*/
+int get_debian_cd_num(char *mount_point);
+
 /* Is the partition on an NFS mountpoint? */
 int is_nfs_partition(const char *);
 


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




cvs commit to boot-floppies/debian by aph

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:aph
time:   Wed Oct 24 15:15:01 PDT 2001


Log Message:

libfdisk changes; debootstrap I'm going to be bumping up requirement for

Files:

changed:changelog


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




cvs commit to boot-floppies/utilities/libfdisk by aph

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/libfdisk
who:aph
time:   Wed Oct 24 15:10:00 PDT 2001


Log Message:

libfdisk seems to get confused when you have all the partition types
defined -- apparently some of them conflict.  The following changes
were made to partition type support, also to trim some more bytes:
   mips and mipsel doesn't support MSDOS partitions
   Sun partitions only supported by sparc
   Amiga, Atari, Mac, and Acord partitions only support by
 m68k or powerpc
   only support SGI partitions if MSDOS partitions are not
 enabled
Hopefully this doesn't mess to many people up, and
closes: #99185, #115377


Files:

changed:config.h


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




debootstrap: mirror_style={main|release} ?

2001-10-24 Thread pjordan

In debootstrap,

at the top of the woody and sid scripts I see the parameter
mirror_style=release.

Reading /usr/lib/debootstrap/functions I see the options are main
or release.

Tracing down further I see that release gets the Release files, and
apparently main does not - when called as download_main
or download_release respectively.  May I ask
what the philosophy underlying having these alternatives are ?

In particular I am trying to do installs from my own partial mirror
created with apt-move and I am runing into the problem
of having to supply Release files.

I would prefer not to use debmirror which would provide release
files as I want to install ssh and libssl0.9.6 on my base installs
so I can take over intallation remotely on the reboot.
(I have 70 nodes to administer)

I suppose I could create two mirrors, one of main and one of non-US
and call debootstrap twice, once with woody as SUITE and one with
ssh as SUITE after writing a scripts/ssh.

Would I be better off to incorporate ssh into a scripts/woody-custom
and maybe get away wth just changing the mirror_style to "main" from
release ?

Would this conceivably work ?

Any suggestions greatly appreciated.
Thanks,
Peter


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




New version of `mkbimage'

2001-10-24 Thread Thierry Laronde

Hello,

A new version of the script allowing the creation of bootable virtual
disks, with ext2, minix or fat12 fs and the GRUB (patched) is here:

http://corpus.polynum.org/admin/mkbimage

Cheers,
-- 
Thierry Laronde (Alceste) <[EMAIL PROTECTED]>
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


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




cvs commit to boot-floppies/debian by dwhedon

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:dwhedon
time:   Wed Oct 24 11:43:53 PDT 2001


Log Message:

from Christoph Lameter <[EMAIL PROTECTED]>
   - when user wants to select an unmounted partition and there is only
  one partition to choose from, don't prompt, just select it.



Files:

changed:changelog


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




Processed: boot-floppies bug maint

2001-10-24 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

> tags 113785 + wontfix
Bug#113785: Are "woody" and "sid" hard coded into boot-floppies?
Tags added: wontfix

> thanks
Stopping processing here.

Please contact me if you need assistance.

Darren Benham
(administrator, Debian Bugs database)


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




cvs commit to boot-floppies/utilities/dbootstrap by dwhedon

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:dwhedon
time:   Wed Oct 24 11:43:53 PDT 2001


Log Message:

from Christoph Lameter <[EMAIL PROTECTED]>
   - when user wants to select an unmounted partition and there is only
  one partition to choose from, don't prompt, just select it.



Files:

changed:select_not_mounted.c


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




Re: new debootstrap NMU for testing

2001-10-24 Thread Richard Hirst

smallyes '' | repeat 5 in_target_msg "unpacking required packages.  This will be 
attempted 5 times." dpkg --force-depends --unpack $(debfor $required)


that msg with the spaces is protected by quotes so it appears as $1 to
repeat(), but it isn't protected when repeat() passes it to
in_target_msg().  I changed the string to

  "\"unpacking required packages.  This will be attempted 5 times.\""

and that worked.  Needed in the two places that use repeat 5 in_target_msg.

btw, I test debootstrap with the following, which tests the relevant code
paths:

debootstrap --boot-floppies --arch ia64 sid ./target file:/mirror/debian 3>&2


Richard.


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




Re: boot-floppies auto partitioning & hardware detection

2001-10-24 Thread David Kimdon

Tue, Oct 23, 2001 at 08:15:27PM -0700 wrote:
> On Sun, 21 Oct 2001, David Kimdon wrote:
> 
> > Cool.  It is probably best if I leave you to work through these.  At
> > the moment there are other important b-f issues that I need to look
> > into.  I definately like the direction you went with these.  I
> > especially like that you added a lot of functionality without adding a
> > lot of code.
> 
> The following patcch + scripts realizes the functionality I mentioned
> earlier. This code was tested,

cool, I'm applying it now.

Thanks,

-David


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




Re: new debootstrap NMU for testing

2001-10-24 Thread Richard Hirst

On Wed, Oct 24, 2001 at 04:58:16PM +0100, Richard Hirst wrote:
> I just built cvs b-f with this new debootstrap on ia64, and
> it has given me a warning dialog "Failure while required".

in_target_msg () {
  local msg="$1"
  shift
  if ! eval chroot "$TARGET" "$@"; then
warning "Failure while $1"
return 1
  fi
  return 0
}


I guess that should be "Failure while $msg" really.  I now get


Selecting previously deselected package debconf.
(Reading database ... 2255 files and directories currently installed.)
Unpacking debconf (from .../debconf_1.0.15_all.deb) ...
dpkg: debconf: dependency problems, but configuring anyway as you request:
 debconf depends on fileutils (>= 4.0-5); however:
  Package fileutils is not installed.
Setting up debconf (1.0.15) ...

I: Unpacking required packages
chroot: cannot execute required: No such file or directory
W: Failure while unpacking
chroot: cannot execute required: No such file or directory
W: Failure while unpacking
chroot: cannot execute required: No such file or directory
W: Failure while unpacking
chroot: cannot execute required: No such file or directory
W: Failure while unpacking
chroot: cannot execute required: No such file or directory
W: Failure while unpacking


Hah, make in_target_msg() do 'echo $*', and it shows

unpacking required packages. This will be attempted 5 times. dpkg --force-depends 
--unpack /var/cache/apt/archives/base-files_2.2.13_ia64.deb ..

So I guess we have a quoting problem somewhere

Richard


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




Intro - Design, Engineering, Manufacturing, and more

2001-10-24 Thread Igoework.com Inc.

Please allow us to introduce ourselves,

Igoework.com is represented by a group that includes:

- Talented engineers(Mechanical and Electrical)
- Software solutions(CAD, FEA)
- Manufacturing vendors (Castings, Sheet Metal, Plastics, SLA, etc)
- Technical placement   (Direct placement of talent)

Our company has put together all these resources to bring you a complete
integrated solution to all of your technical needs. Our engineers are
experienced with Pro/Engineer and Solidworks suite of products. Also, our
Electrical engineers are prepared to handle any type of project. In
addition, we supervise the quality and delivery  of all of our
manufacturing from proven and qualified vendors. Our software and
technical placement solutions will be introduced depending on your needs. 

More information is available from our website.

We would appreciate your consideration or referral to any interested
party. Please contact us at your convenience.

Best Regards,

Manuel Paez, President
Igoework.com Inc.
http://www.igoework.com
Cell: 847-477-1367
Fax: 847-745-0348 
Illinois, USA

Confidentiality Note: This message is confidential and intended only for
the use of the addressee(s) named above. It may contain legally privileged
material. Dissemination, distribution or copying of this message, other
than by such addressee(s), is strictly prohibited. If you have received
this message in error, please immediately notify us by reply and delete
this message and all its attachments.


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




cvs commit to boot-floppies/utilities/libfdisk by dwhedon

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/libfdisk
who:dwhedon
time:   Wed Oct 24 09:35:43 PDT 2001


Log Message:

unstatic part_name() for auto-partitioner


Files:

changed:fdisk.c fdisk.h


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




cvs commit to boot-floppies/debian by dwhedon

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:dwhedon
time:   Wed Oct 24 09:35:41 PDT 2001


Log Message:

unstatic part_name() for auto-partitioner


Files:

changed:changelog


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




Re: COPYCD processing for base-config

2001-10-24 Thread Joey Hess

Christoph Lameter wrote:
> The following patches might still need some tweaking but they use the
> functionality added through the debian-boot patch:
> 
> patch to base-config against current cvs

You're going to have to bring me up-to-date. What is this copycd stuff?

-- 
see shy jo


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




Re: COPYCD processing for base-config

2001-10-24 Thread Christoph Lameter

On 24 Oct 2001, Adam Di Carlo wrote:

> Christoph Lameter <[EMAIL PROTECTED]> writes:
>
> > > I haven't been following what you're doing exactly (David is handling
> > > that) but isn't the test [ -d /dists ] a little too easy to get a
> > > false positive on?
> >
> > I am not sure what would cause that? There are two directories
> >
> > dists
> > pool
> >
> > those could be put into a special directory if that is seen to be
> > necessary.
>
> Well, what is someone happened to just create that directory, for some
> other reason?  It seems to be a common enough name.  Note that
> base-config can be run at times other than install-time.

I could check for the presence of /root/dbootstrap_settings and the
setting of the COPYCD variable in that...


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




Re: 3.0.16 for testing (debootstrap esp!)

2001-10-24 Thread David Kimdon

Correct me if I ma wrong:
boot-floppies 3.0.15 works and 3.0.16 off people.debian.org didn't get
past the "Install the Base System" stage, presumably a debootstrap
error.

Thanks,

David
Wed, Oct 24, 2001 at 06:04:58PM +0200 wrote:
> David Kimdon wrote:
> 
> >>By the way haw far is the inclusion of wget as replacement for the old 
> >>http methode?
> >>
> >
> >wget has completely replaced our old http method.
> 
> That's strange.
> 
> I used the old disk set again and it worked just fine with

The old disk set is 3.0.15?

> ftp2.de.debian.org and our local mirror
> 
> 
> greets Uwe
> -- 
> X-Tec GmbH
> Institute for Computer and Network Security
> WWW : http://www.x-tec.de/
> 


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




Re: contributing to Debian (woody?) documentation

2001-10-24 Thread David Kimdon

Wed, Oct 24, 2001 at 12:29:29AM +0200 wrote:
> Hi,
> 
> >Have a look at the Debian Documentation Project
> >http://www.debian.org/doc/ddp
> Ok, bookmarked that one. Gonna read it tomorrow, it's 0:24 am here :-)
> 
> > - Translating manuals to Dutch. (if needed).
> >yippee, I don't think boot-floppies has any dutch (nl?) yet (currently
> >it looks like we have ca, cs, da, de, eo, en, es, fi, fr, gl, hr, hu,
> >it, ja, ko, pl, pt, ru, sk, sv, tr, zh_CN)  the best place to start
> >IMO, would be to translate the install messages for boot-floppies so
> >that dutch speakers could would have a happier install.
> Sounds like ok to me. Where do I start? :-)
> I mean, can someone point me to the place to look for? How are these 
> bootfloppies organised? How are these messages setup? Can someone post me a 
> URL, or maybe try to give me a quick tutorial on this?
check out boot-floppies cvs and look in the 
/utilities/dbootstrap/po/ from the README in that dir:

How to create a new translation?

Just copy the file dbootstrap.pot into .po file.   is
taken from ISO 639.

Then start translating.  If you have any questions see
http://cvs.debian.org, or post to this list.  Thanks :-)

David


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




Re: 3.0.16 for testing (debootstrap esp!)

2001-10-24 Thread Uwe A. P. Wuerdinger

David Kimdon wrote:

>>By the way haw far is the inclusion of wget as replacement for the old 
>>http methode?
>>
> 
> wget has completely replaced our old http method.
 
That's strange.

I used the old disk set again and it worked just fine with
ftp2.de.debian.org and our local mirror


greets Uwe
-- 
X-Tec GmbH
Institute for Computer and Network Security
WWW : http://www.x-tec.de/


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




Re: new debootstrap NMU for testing

2001-10-24 Thread Richard Hirst

On Mon, Oct 22, 2001 at 02:23:03AM -0400, Adam Di Carlo wrote:
> 
> I put up a new debootstrap 0.1.15.7 at
> http://people.debian.org/~aph/> for testing with.  This has some
> (minor I'm afraid) robustness improvements and better info and warning
> messages during failure.
> 
> Try it out, let me know of any other easy stuff that will make users'
> lives easier...

I just built cvs b-f with this new debootstrap on ia64, and
it has given me a warning dialog "Failure while required".

alt-f4 shows "Setting up debconf (1.0.16) ..." followed by five
lines of

chroot: cannot execute required: No such file or directory


On acknowledging the 5 warning dialogs, I get the usual "debootstrap
exited with an error (error code 1)".

I tried running debootstrap manually, got the same error, tried
running it with 'sh -x debootstrap ' and it worked!

Not likely to get chance to investigate much before Monday.

Richard


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




Re: 3.0.16 for testing (debootstrap esp!)

2001-10-24 Thread David Kimdon

> By the way haw far is the inclusion of wget as replacement for the old 
> http methode?

wget has completely replaced our old http method.

-David


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




cvs commit to boot-floppies/utilities/libfdisk by gt

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/libfdisk
who:gt
time:   Wed Oct 24 07:37:49 PDT 2001


Log Message:

ibm partition table rework.


Files:

changed:partbl_ibm.c


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




cvs commit to boot-floppies/debian by gt

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:gt
time:   Wed Oct 24 07:37:48 PDT 2001


Log Message:

ibm partition table rework.


Files:

changed:changelog


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




Re: 3.0.16 for testing (debootstrap esp!)

2001-10-24 Thread Uwe A. P. Wuerdinger

Adam Di Carlo wrote:

> Hi, I've uploaded a boot-floppies 3.0.16 testing to
> http://people.debian.org/~aph/debian/dists/woody/main/disks-i386/current/>.


[-snip-]


Installation of a new system with that boot disks (reserfs) faild.

1. It faild while using our local debian mirror by telling that ther was 
a korupted dpk file. That file is not korupted.
The trueth is that that none dpk file was downloaded.
I'm nut sure but maybe that's a problem with our mirrorserver woh's not 
100% http 1.1 clean.

2. It faild while using ftp2.de.debian.org.
the package installation complains about a not installed fileutils.dpk 
(on screen 4)

Just a note 0.1.15.5 worked ok for me last week
(with ftp2.de.debian.org)

By the way haw far is the inclusion of wget as replacement for the old 
http methode?

greets Uwe
-- 
X-Tec GmbH
Institute for Computer and Network Security
WWW : http://www.x-tec.de/


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




Re: No prompt to remove CD before rebooting

2001-10-24 Thread Eduard Bloch

#include 
Christoph Lameter wrote on Mon Oct 22, 2001 um 09:03:17PM:
> It seems that the elaborate function in reboot_system.c does not work.
> My tests always result in an reboot without a prompt.

Do you mean the little hack I made there to check the boot block of the
CD? Then please send me the contents of /proc/sys/dev/cdrom/info and the
first 40kB of the CD image.

Gruss/Regards,
Eduard.
-- 
 installations anleitung für intelx86 richtig ?
 Angel`Eye: Kommt auf deinen Rechner an. Wenn du die Antwort nicht weiß,
   ist sie ja.
-- #debian.de


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




Installing woody 3.0.15 on i386 with reiserfs

2001-10-24 Thread Michele Dalla Silvestra

I've tried to install the reiserfs version (3.0.15). The only problem is
with the installation of the kernel (it install only the main kernel, I have
to rebuild the CD for install the reiserfs kernel) and the configuration of
the modules: the installer don't find lib/modules/2.2.19-reiserfs and I have
to force menu to bypass this step.


ciao

Michele


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




cvs commit to boot-floppies/debian by aph

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:aph
time:   Wed Oct 24 00:53:18 PDT 2001


Log Message:

David's recent changes


Files:

changed:changelog


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




cvs commit to boot-floppies/utilities/dbootstrap by aph

2001-10-24 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:aph
time:   Wed Oct 24 00:35:47 PDT 2001


Log Message:

remove pcmcia support from sparc, ia64, and arm; only i386 and powerpc
actually have pcmcia-cs packages in the archive, and this matches
driverdisks.sh

Files:

changed:dbootstrap.h


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