From hackware at tru2life.net Tue Sep 23 23:07:52 2008 From: hackware at tru2life.net (William O. Yates) Date: Tue Sep 23 23:07:53 2008 Subject: /usr/obj/nanobsd.full/_.mnt: write failed, filesystem is full Message-ID: <1222216174.79107@tru2life.net> Tried running "sh nanobsd.sh" twice with same result... 140gb hard drive, 512mb ram, p4 processor... ns2:/usr/src/tools/tools/nanobsd> uname -a FreeBSD ns2.tru2life.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 ns2:/usr/src/tools/tools/nanobsd> pkg_info cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools freesbie-2.0.20070710 Yet another cool answer to the system-on-cd question gettext-0.16.1_3 GNU gettext package libiconv-1.11_1 A character set conversion library lynx-2.8.6.5_1,1 A non-graphical, text-based World-Wide Web client any ideas...? ..william.o.yates...hackware.at.tru2life.net...tru2life.info... From eugen at kuzbass.ru Wed Sep 24 03:51:22 2008 From: eugen at kuzbass.ru (Eugene Grosbein) Date: Wed Sep 24 03:51:24 2008 Subject: /usr/obj/nanobsd.full/_.mnt: write failed, filesystem is full In-Reply-To: <1222216174.79107@tru2life.net> References: <1222216174.79107@tru2life.net> Message-ID: <20080924032111.GA19942@svzserv.kemerovo.su> On Tue, Sep 23, 2008 at 05:29:35PM -0700, William O. Yates wrote: > Tried running "sh nanobsd.sh" twice with same result... > > 140gb hard drive, 512mb ram, p4 processor... It seems your /usr partition is full. If you have another one with much free space, just move /usr/obj there and make symlink from /usr/obj to new location. Then rerun your build. Eugene Grosbein From mat at mat.cc Wed Sep 24 08:30:02 2008 From: mat at mat.cc (Mathieu Arnold) Date: Wed Sep 24 08:30:04 2008 Subject: /usr/obj/nanobsd.full/_.mnt: write failed, filesystem is full In-Reply-To: <20080924032111.GA19942@svzserv.kemerovo.su> References: <1222216174.79107@tru2life.net> <20080924032111.GA19942@svzserv.kemerovo.su> Message-ID: +--On 24 septembre 2008 11:21:11 +0800 Eugene Grosbein wrote: | On Tue, Sep 23, 2008 at 05:29:35PM -0700, William O. Yates wrote: | |> Tried running "sh nanobsd.sh" twice with same result... |> |> 140gb hard drive, 512mb ram, p4 processor... | | It seems your /usr partition is full. If you have another one with | much free space, just move /usr/obj there and make symlink from /usr/obj | to new location. Then rerun your build. Hum, non, /usr/obj/nanobsd.full/_.mnt contains the mounted disk image, you have to make a bigger image. -- Mathieu Arnold From hackware at tru2life.net Thu Sep 25 16:17:23 2008 From: hackware at tru2life.net (William O. Yates) Date: Thu Sep 25 16:17:30 2008 Subject: /usr/obj/nanobsd.full/_.mnt: write failed, filesystem is full In-Reply-To: Message-ID: <1222365119.89949@tru2life.net> On 2008/09/24 01:29 Mathieu Arnold wrote .. > +--On 24 septembre 2008 11:21:11 +0800 Eugene Grosbein > wrote: > | On Tue, Sep 23, 2008 at 05:29:35PM -0700, William O. Yates wrote: > | > |> Tried running "sh nanobsd.sh" twice with same result... > |> > |> 140gb hard drive, 512mb ram, p4 processor... > | > | It seems your /usr partition is full. If you have another one with > | much free space, just move /usr/obj there and make symlink from /usr/obj > | to new location. Then rerun your build. > > Hum, non, /usr/obj/nanobsd.full/_.mnt contains the mounted disk image, you > have to make a bigger image. > > -- > Mathieu Arnold Correct... #----------------------------------------------------------------------------- # Target media size in 512 bytes sectors #----------------------------------------------------------------------------- #ANO_MEDIASIZE=1000000 NANO_MEDIASIZE=10000000 fixed build problem... ..william.o.yates...hackware.at.tru2life.net...tru2life.info...