BSD Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOperating SystemsBSD Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 31st, 2007, 03:44 PM
z4n9ief z4n9ief is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 2 z4n9ief User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 5 sec
Reputation Power: 0
Question OpenBSD Live-CD

Hi,

I would like to build my own OpenBSD Live-CD. In this way, I have using a howto on alti.at site (http://www.alti.at/knowhow/obsdlivecd/index.php).

But after some commands, I always got the same error.

After some commands, I enter that:
Code:
# cd /usr/src/distrib/i386/ramdisk_cd 
# rm -rf obj/* 
# make


And after some minutes of compilation, this error come:
Quote:
...
5760+0 records out
2949120 bytes transferred in 0.103 secs (28396788 bytes/sec)
vnconfig -v -c svnd0 /var/tmp/image.29453
svnd0: 2949120 bytes on /var/tmp/image.29453
disklabel -w svnd0 floppy288
newfs -m 0 -o space -i 524288 -c 5760 /dev/rsvnd0a
/dev/rsvnd0a: 2.8MB in 5760 sectors of 512 bytes
1 cylinder groups of 2.81MB, 720 blocks, 32 inodes each
super-block backups (for fsck -b #) at:
32,
mount /dev/svnd0a /mnt
cp /usr/mdec/boot /usr/src/distrib/i386/ramdisk_cd/boot
strip -s -R .comment -K cngetc /usr/src/distrib/i386/ramdisk_cd/boot
dd if=/usr/src/distrib/i386/ramdisk_cd/boot of=/mnt/boot bs=512
84+1 records in
84+1 records out
43060 bytes transferred in 0.001 secs (26862133 bytes/sec)
dd if=bsd.gz of=/mnt/bsd bs=512

/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.193 secs (14782652 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).


I precise I use OpenBSD 4.2 and a have a lot of place of DD. I have trying to install it (with the default install) on 20 Go with only two partitions: 16 Go for / (root) and 512 Mo for swap. But I've got the same error.

If you have an idea about the final error, it's would be very helpfull
Thank you.

Sorry for my poor english.

Best regards and happy new year 2008.

Reply With Quote
  #2  
Old April 15th, 2008, 09:34 AM
namotco namotco is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Madison
Posts: 419 namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 2 Days 1 h 43 m 23 sec
Reputation Power: 35
Send a message via AIM to namotco
What does:

df -h | grep /mnt/bsd

say?
__________________
MadisonIP

Reply With Quote
  #3  
Old April 15th, 2008, 02:16 PM
z4n9ief z4n9ief is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 2 z4n9ief User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 5 sec
Reputation Power: 0
Quote:
Originally Posted by namotco
What does:

df -h | grep /mnt/bsd

say?
Thanks for your answer.

The command df -h | grep /mnt/bsd return nothing. I also try to enter this one which give this:

Code:
# df -h                 
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/wd0a      2.0G    1.6G    307M    84%    /
/dev/svnd0a    2.8M    2.8M    4.5K   100%    /mnt
I belive the solution to solve the problem could be to up the size of /mnt partition. But I don't know how doing this.

Reply With Quote
  #4  
Old June 2nd, 2008, 05:26 AM
LittleGrin LittleGrin is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2007
Posts: 921 LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level)LittleGrin User rank is Colonel (50000 - 60000 Reputation Level) 
Time spent in forums: 1 Week 11 h 50 m 18 sec
Reputation Power: 535
The rule of interpreting error messages is to look at the FIRST error message rather than the last one, if you want an idea of the cause of the problem.
Code:
/mnt: write failed, file system is full
dd: /mnt/bsd: No space left on device

is consistent with the /mnt partition being full. As is this;
Code:
# df -h                 
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/wd0a      2.0G    1.6G    307M    84%    /
/dev/svnd0a    2.8M    2.8M    4.5K   100%    /mnt

Essentially you need to either work out how to free space on your /mnt partition, or work out a way to make it larger than 2.8M.

The joys of digging up old posts ....

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsBSD Help > OpenBSD Live-CD

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap