Re: /usr full from wrong cvsup install

2005-01-19 Thread Toomas Aas
Marty Landman wrote:
# df
Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
/dev/ad0s1a516062  35154 439624 7%/
/dev/ad1s1f516062  2 474776 0%/mnt
/dev/ad0s1f170334  51912 10479633%/tmp
/dev/ad1s1e   1032142 935616  1395699%/usr
/dev/ad0s1e170334   1386 155322 1%/var
procfs  4  4  0   100%/proc
#
This says that I blew my 1GB /usr, right?
I find that for installation on such small HDs it's better to have only 
two partitions on the primary HD, / and swap. As it is now, you have ca 
600 MB free on ad0 but you're still running out of space. With such 
small partitions, even 200 MB of free space scattered across all 
partitions might be exactly what you're missing in that one vital place.

I've just put together a system consisting of 4.11-STABLE, x.org 6.8.1 
and KDE 3.3.2 on a machine with two hard drives: 2.0 GB + 1.2 GB. I even 
have full sources and all the port distfiles. It's my mom's solitaire 
machine :)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/usr full from wrong cvsup install

2005-01-17 Thread Marty Landman
Cryptic enough subject?
Here's what I think is my biggest problem at the moment; my fbsd (4.8 fm. 
mini-iso) is a small box having only 3 gb on two hard drives.

Unfortunately I didn't do anything selective - like leave out x11 when I did
---
Stop in /usr/ports/net/samba.
# cd ../cvsup
# make install clean
---
which resulted in
---
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fcpackage.2_1.tar.gz: 
Host not found
 Couldn't fetch it - please try to retrieve this
 port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/x11-fonts/fontconfig.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4-libraries.
*** Error code 1
Stop in /usr/ports/net/cvsup.
---
which I didn't understand. But I do understand
# df
Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
/dev/ad0s1a516062  35154 439624 7%/
/dev/ad1s1f516062  2 474776 0%/mnt
/dev/ad0s1f170334  51912 10479633%/tmp
/dev/ad1s1e   1032142 935616  1395699%/usr
/dev/ad0s1e170334   1386 155322 1%/var
procfs  4  4  0   100%/proc
#
This says that I blew my 1GB /usr, right?
Heh, funny thing is I lost my last installation when trying to clean up a 
similar problem.

What now?
Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search  Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr full from wrong cvsup install

2005-01-17 Thread Kris Maglione
Marty Landman wrote:
Cryptic enough subject?
Here's what I think is my biggest problem at the moment; my fbsd (4.8 
fm. mini-iso) is a small box having only 3 gb on two hard drives.

Unfortunately I didn't do anything selective - like leave out x11 when 
I did

---
Stop in /usr/ports/net/samba.
# cd ../cvsup
# make install clean
---
which resulted in
---
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fcpackage.2_1.tar.gz: 
Host not found
 Couldn't fetch it - please try to retrieve this
 port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/x11-fonts/fontconfig.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4-libraries.
*** Error code 1
Stop in /usr/ports/net/cvsup.
---
which I didn't understand. But I do understand
# df
Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
/dev/ad0s1a516062  35154 439624 7%/
/dev/ad1s1f516062  2 474776 0%/mnt
/dev/ad0s1f170334  51912 10479633%/tmp
/dev/ad1s1e   1032142 935616  1395699%/usr
/dev/ad0s1e170334   1386 155322 1%/var
procfs  4  4  0   100%/proc
#
This says that I blew my 1GB /usr, right?
Heh, funny thing is I lost my last installation when trying to clean 
up a similar problem.

What now?
Marty
You still have 104MB left on it, and that has nothing to do with the 
cvsup install not working.
Host not found
It's a problem with dns, directly or due to something like incomplete 
routing tables.

What should we tell you besides get a new (or old, for that matter) 
hard drive?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]