Re: debian-installer status

2001-10-20 Thread Stefan Nobis

Ethan Benson [EMAIL PROTECTED] writes:

 On Thu, Oct 18, 2001 at 06:50:42PM -0700, Rob Bos wrote:
   - /dev is 3k bigger 
  
  How practical would it be to compile devfs and include devfsd in the
  bootfloppies?
 
 the real installed system should not use devfs nor require it.

Why not? There are only advantages, so where do you see the problem?
Everything that is possible to do with the old system is also possible with
devfs, but devfs has some nice new features like only showing you those
entries that really exists, no more need of that really braindead
device-numering system etc.

-- 
Until the next mail...,
Stefan.


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




Successful installation of woody (i386)

2001-08-16 Thread Stefan Nobis

Hi.

I just wanna say that i today installed a machine with boot-floppies 3.0.11
very successful. Thanks to everyone for your efforts.

The machine is a Intel Pentium 100MHz, 2 IDE HDD (1,5 and 10 GB), Intel Triton
Chipset, 3Com 905 and RTL 8029 network cards (internet access via RTL8029). I
just used the 3 compact floppy images and all the rest via HTTP. I'm very
impressed by the smooth installation. Thanks again.

Ah, one little thing. Maybe dhcp-client should be deinstalled automatically if
DHCP is not choosen during the network configuration (i said no DHCP but the
dhcp-client package was left active and so every boot there is a long pause).

-- 
Until the next mail...,
Stefan.


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




Re: building woody bf

2001-03-14 Thread Stefan Nobis

"Christian T. Steigies" [EMAIL PROTECTED] writes:

  ftp_archive := /archive/debian
  # where required .debs are downloaded
  archive := $(ftp_archive)/download
 
 but it did not help. I have the impression busybox even got deleted there?

Yes. I just looked in common.sh. The function download() uses apt-get to
download all needed files and before downloading it cleans the download-area:

$APT_GET update
$APT_GET autoclean
$APT_GET --download-only install $*

So comment out the autoclean line and copy the .debs to
$(archive)/cache/archives and everything should work fine.

-- 
Until the next mail...,
Stefan.


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




Re: building woody bf

2001-03-14 Thread Stefan Nobis

David Whedon [EMAIL PROTECTED] writes:

 Try putting it in 
 /build/cts/boot-floppies/updates/
 
 make_paths searches in there and in $archive/cache/archives.  Someone should
 also update the docs to this effect.

In the woody-branch i can't see make_paths looking in
/build/cts/boot-floppies/updates but only in

$archive/cache/archives
`pwd`/updates
$local_dir

The problem is: make check never uses make_paths() but only download() and
download() also never uses make_paths(). But download() fails if any of the
packages to download don't exist.

I added a copy-loop after the apt-get autoclean in download(). It works and
maybe it should be put in CVS:

*** boot-floppies/common.sh Wed Mar 14 12:38:19 2001
--- boot-floppies.work/common.shWed Mar 14 12:41:47 2001
***
*** 212,217 
--- 212,223 
  debug "download command is $APT_GET"
  $APT_GET update
  $APT_GET autoclean
+ for i in `pwd`/updates/*.deb \
+  $local_dir/*.deb; do
+   if [ -f $i ]; then
+   cp $i $archive/cache/archives
+   fi
+ done
  $APT_GET --download-only install $*
  }
  

-- 
Until the next mail...,
Stefan.


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




Re: Debian boot-floppies cvs now working

2001-03-12 Thread Stefan Nobis

David Whedon [EMAIL PROTECTED] writes:

 I believe the problem to be now fixed.  Please try to checkout the woody branch
 again and let me know if you experience difficulties.

Works fine. Thanks.

-- 
Until the next mail...,
Stefan.


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




Re: Boot flopies need help

2001-03-10 Thread Stefan Nobis

David Whedon [EMAIL PROTECTED] writes:

 The instructions on the web page are confusing, this is what you want to do:

No, but i should have read the instructions more carefully.

 $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/debian-boot co -r woody 
boot-floppies 

Yes, i already got the clue.

 If you are familiar with pserver, maybe you can help debug this?

I'm not really familiar with pserver but maybe i find the time to have a look
on this.

-- 
Until the next mail...,
Stefan.


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




Re: cvs.debian.org pserver problem continued

2001-03-10 Thread Stefan Nobis

David Whedon [EMAIL PROTECTED] writes:

 We are still getting the dreaded pserver problem.  There are at least 2 people
 who want to work on woody boot-floppies, and cannot:
[...] 
 The directory it dies has some big files:

I even tried to get those big file by hand via the web-interface and also
created the CVS/* entries by hand but i still get the error.

 Here is my attempt to fix the problem.  I simply doubled the limits, there
 may be a better way of choosing a new limit.  I can't test this so I don't
 know if it will work, though I am hopeful this will fix it.  The file in
 question can be accessed on cvs.debian.org in the directory indicated below.
 
 
 --- /org/cvs.debian.org/cvswrapperMon Feb 26 16:36:36 2001

Sorry, but i don't understand. How can i get this file und how should i use
it?

-- 
Until the next mail...,
Stefan.


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




Re: Boot flopies need help

2001-03-09 Thread Stefan Nobis

David Whedon [EMAIL PROTECTED] writes:

 Take a look at the 'todo' file in boot-floppies cvs.  You can find instrictions
 for accesing cvs at :
 http://cvs.debian.org/

I just tried

$ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/boot-floppies login
(Logging in to [EMAIL PROTECTED])
CVS password: 
cvs [login aborted]: authorization failed: server cvs.debian.org rejected access

I pressed enter as password. What i'm doing wrong?

-- 
Until the next mail...,
Stefan.


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




Re: Boot flopies need help

2001-03-09 Thread Stefan Nobis

David Whedon [EMAIL PROTECTED] writes:

 Take a look at the 'todo' file in boot-floppies cvs.  You can find instrictions
 for accesing cvs at :
 http://cvs.debian.org/

After carefully reading i now have a local copy of the cvs boot-floppies. But
"make mirror" don't work:

[ -d /deb-mirror/dists/potato/main/binary-i386 ] || mkdir -p 
/deb-mirror/dists/potato/main/binary-i386
cd /deb-mirror/dists/potato/main/binary-i386  
/home/stefan/src/debian/boot-floppies/mirror_base.sh i386   \
stefan ftp-master.debian.org org/ftp.debian.org/ftp/dists/potato/main 
2.2.18pre21   \
/home/stefan/src/debian/boot-floppies yes 
building file list ... 
ftp-master.debian.org/org/ftp.debian.org/ftp/dists/potato/main/binary-i386/. : No such 
file or directory
done
wrote 1727 bytes  read 16 bytes  3486.00 bytes/sec
total size is 0  speedup is 0.00


-- 
Until the next mail...,
Stefan.


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




CVS access to boot-floppies

2001-03-09 Thread Stefan Nobis

Hi.

I tried to get the woody version of boot-floppies. Login worked fine, many
files got downloaded but then i get an error:

cvs -q co -r woody boot-floppies
[...]
U boot-floppies/scripts/rootdisk/prototype/var/run/.tar-place-holder
U boot-floppies/scripts/rootdisk/prototype/var/state/pcmcia/scheme
U boot-floppies/utilities/.cvsignore
U boot-floppies/utilities/Makefile
U boot-floppies/utilities/floppy_split.c
U boot-floppies/utilities/floppy_split.h
cvs [server aborted]: out of memory; can not allocate 27 bytes
cvs [server aborted]: out of memory; can not allocate 79 bytes

What's going wrong?

-- 
Until the next mail...,
Stefan.


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