Re: Compiling RAMDISK

2006-09-26 Thread Francois Visconte

Hello,

It seems quite clear,
your disk is full.

Cheers,
FranC'ois

Tomas wrote:


Hi list,

I'm trying to make OpenBSD live CD 3.9, I've read this article 
http://www.onlamp.com/pub/a/bsd/2005/07/14/openbsd_live.html and 
trying to follow it, but when I start compiling RAMDISK it stops with 
this error:

/mnt: write failed, file system is full
dd: /mnt/bsd: No space left on device
5593+0 records in
5592+0 records out
2863104 bytes transferred in 0.313 secs (9142419 bytes/sec)
*** Error code 1

Stop in /usr/src/distrib/i386/ramdisk_cd (line 30 of 
/usr/src/distrib/i386/ramdisk_cd/../common/Makefile.inc)
Can someone point me out what is wrong? I've tried to export DESTDIR 
and RELEASEDIR to /usr/destination and /usr/release, but it doesn't help.




Re: Compiling RAMDISK

2006-09-26 Thread Tomas

No, there is more then enough free disk space

Francois Visconte wrote:

Hello,

It seems quite clear,
your disk is full.

Cheers,
FranC'ois

Tomas wrote:


Hi list,

I'm trying to make OpenBSD live CD 3.9, I've read this article 
http://www.onlamp.com/pub/a/bsd/2005/07/14/openbsd_live.html and 
trying to follow it, but when I start compiling RAMDISK it stops with 
this error:

/mnt: write failed, file system is full
dd: /mnt/bsd: No space left on device
5593+0 records in
5592+0 records out
2863104 bytes transferred in 0.313 secs (9142419 bytes/sec)
*** Error code 1

Stop in /usr/src/distrib/i386/ramdisk_cd (line 30 of 
/usr/src/distrib/i386/ramdisk_cd/../common/Makefile.inc)
Can someone point me out what is wrong? I've tried to export DESTDIR 
and RELEASEDIR to /usr/destination and /usr/release, but it doesn't 
help.




Re: Compiling RAMDISK

2006-09-26 Thread Nick Guenther

On 9/26/06, Tomas [EMAIL PROTECTED] wrote:



 Tomas wrote:

 Hi list,

 I'm trying to make OpenBSD live CD 3.9, I've read this article
 http://www.onlamp.com/pub/a/bsd/2005/07/14/openbsd_live.html and
 trying to follow it, but when I start compiling RAMDISK it stops with
 this error:
 /mnt: write failed, file system is full
 dd: /mnt/bsd: No space left on device
 5593+0 records in
 5592+0 records out
 2863104 bytes transferred in 0.313 secs (9142419 bytes/sec)
 *** Error code 1

 Stop in /usr/src/distrib/i386/ramdisk_cd (line 30 of
 /usr/src/distrib/i386/ramdisk_cd/../common/Makefile.inc)
 Can someone point me out what is wrong? I've tried to export DESTDIR
 and RELEASEDIR to /usr/destination and /usr/release, but it doesn't
 help.





Francois Visconte wrote:
 Hello,

 It seems quite clear,
 your disk is full.

 Cheers,
 FranC'ois



No, there is more then enough free disk space


But are you sure there's enough free space on /mnt?

Also: don't top post dammit.



Re: Compiling RAMDISK

2006-09-26 Thread Tomas

Yes I'm sure, there is 5GB for my / partition and /mnt is mounted on /

Nick Guenther wrote:

On 9/26/06, Tomas [EMAIL PROTECTED] wrote:



 Tomas wrote:

 Hi list,

 I'm trying to make OpenBSD live CD 3.9, I've read this article
 http://www.onlamp.com/pub/a/bsd/2005/07/14/openbsd_live.html and
 trying to follow it, but when I start compiling RAMDISK it stops with
 this error:
 /mnt: write failed, file system is full
 dd: /mnt/bsd: No space left on device
 5593+0 records in
 5592+0 records out
 2863104 bytes transferred in 0.313 secs (9142419 bytes/sec)
 *** Error code 1

 Stop in /usr/src/distrib/i386/ramdisk_cd (line 30 of
 /usr/src/distrib/i386/ramdisk_cd/../common/Makefile.inc)
 Can someone point me out what is wrong? I've tried to export DESTDIR
 and RELEASEDIR to /usr/destination and /usr/release, but it doesn't
 help.





Francois Visconte wrote:
 Hello,

 It seems quite clear,
 your disk is full.

 Cheers,
 FranC'ois



No, there is more then enough free disk space


But are you sure there's enough free space on /mnt?

Also: don't top post dammit.




Re: Compiling RAMDISK

2006-09-26 Thread Stuart Henderson
On 2006/09/26 11:08, Tomas wrote:
 I'm trying to make OpenBSD live CD 3.9, I've read this article 
 http://www.onlamp.com/pub/a/bsd/2005/07/14/openbsd_live.html and trying 
 to follow it, but when I start compiling RAMDISK it stops with this error:

Forget 2.88MB floppy images, look at files in /usr/src/distrib/i386/cdfs
and work out how to build a no-emulation CD instead. No need for a ramdisk
kernel that you're not going to use the ramdisk part of either (it was
probably done to avoid documenting how to make a floppy image, with the
various diversions into vnconfig(8) and so on, and worked ok in 3.7 with
a smaller kernel, but doesn't work any more). GENERIC with the 'config
bsd root on...' line changed should be fine as the kernel.

It shouldn't actually be all that difficult but you'll need to read the
Makefiles and work out what's happening.



Re: Compiling RAMDISK

2006-09-26 Thread Diana Eichert
Can we stop with the top posting pissing matches here?  You know what I
think is more of a pisser, is when you tack on 3 lines to an already over
bloated post, learn to edit.  Most of us can follow threads.  I don't
think it makes it any better when you put it at the bottom of a previous
post.

diana

On Tue, 26 Sep 2006, Nick Guenther wrote:
SNIP
 Also: don't top post dammit.