Re: How much HDD space does FreeBSD need?

2005-03-28 Thread Kalashnikov Ilya
On Thu, 2005-03-17 at 13:58 +, Soo-Hyun Choi wrote:

 Hi,
 
 I'm wondering how much HDD space does FreeBSD need in a normal
 installation. What I mean by the normal installation includes 'Full
 X-Development' packages with Gnome. Oh, It's 5.3-RELEASE.
 
 My HDD has 10G space for FreeBSD and I installed onto that space. The
 FreeBSD installation was of no problem. However, once I tried to
 upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some
 point that I am running out of HDD space. (I just executed the
 recommend upgrade shell script from http://www.FreeBSD.org/gonme/)
 
 Is 10G HDD space is not good enough?
 
 Soo-Hyun


read script output!
Not enough space ...  Please set the MC_TMPDIR variable to a
location that has at least 200 MB of free space...
1.  you_prompt$ setenv MC_TMPDIR /path/to/temp/folder/where/enough/space
2.  run script again
-- 
Kalashnikov Ilya [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Michael C. Shultz
On Thursday 17 March 2005 05:58 am, Soo-Hyun Choi wrote:
 Hi,

 I'm wondering how much HDD space does FreeBSD need in a normal
 installation. What I mean by the normal installation includes 'Full
 X-Development' packages with Gnome. Oh, It's 5.3-RELEASE.

 My HDD has 10G space for FreeBSD and I installed onto that space. The
 FreeBSD installation was of no problem. However, once I tried to
 upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some
 point that I am running out of HDD space. (I just executed the
 recommend upgrade shell script from http://www.FreeBSD.org/gonme/)

 Is 10G HDD space is not good enough?

 Soo-Hyun

The work areas are probably whats killing you. I don't know how you can 
manage them with the  upgrade shell script, you will have to look 
through the script to determine that.  Somehow or another you need to
make sure after each port is updated its work area is being cleaned 
before moving on to the next port.  

One thing you may want to consider is setting WRKDIRPREFIX=/tmp 
in /etc/make.conf this way you can monitor the size of /tmp with du and 
then maybe manually delete the work areas of ports you are certain have 
been updated.

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


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Kevin Kinsey
Soo-Hyun Choi wrote:
Hi,
I'm wondering how much HDD space does FreeBSD need in a normal
installation. What I mean by the normal installation includes 'Full
X-Development' packages with Gnome. Oh, It's 5.3-RELEASE.
My HDD has 10G space for FreeBSD and I installed onto that space. The
FreeBSD installation was of no problem. However, once I tried to
upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some
point that I am running out of HDD space. (I just executed the
recommend upgrade shell script from http://www.FreeBSD.org/gonme/)
Is 10G HDD space is not good enough?
Soo-Hyun
 

Well, it *should* be plenty.  How did you partition the drive?
Could you show us the output of df, the output of
cat /etc/fstab, and give the text and context of the
warning message you refer to?
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread RW
On Thursday 17 March 2005 16:16, Kevin Kinsey wrote:
 Soo-Hyun Choi wrote:
 Hi,
 
 I'm wondering how much HDD space does FreeBSD need in a normal
 installation. What I mean by the normal installation includes 'Full
 X-Development' packages with Gnome. Oh, It's 5.3-RELEASE.
 
 My HDD has 10G space for FreeBSD and I installed onto that space. The
 FreeBSD installation was of no problem. However, once I tried to
 upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some
 point that I am running out of HDD space. (I just executed the
 recommend upgrade shell script from http://www.FreeBSD.org/gonme/)
 
 Is 10G HDD space is not good enough?
 
 Soo-Hyun

 Well, it *should* be plenty.  How did you partition the drive?

 Could you show us the output of df, the output of
 cat /etc/fstab, and give the text and context of the
 warning message you refer to?

And take a look at

du -hs /usr/ports/distfiles/ /usr/ports/packages

You shouldn't really need any packages. And you can manage distfiles with 
portsclean (installed with portupgrade). 

Left unmanaged they can quickly mount up to several GB. A full set of 
up-to-date files for a desktop machine should take up about a 1 GB. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Soo-Hyun Choi
Well, I have just formatted the portion that FreeBSD is placed. And I
have just been reinstalling the whole system again. I found that the
disk shortage does not come from gnome but from OpenOffice 1.1
installation.

Then, would OpenOffice require a large HDD space? (If it does, how much large?)

For your reference, I have partitioned (and labeled) the disk by using
Auto Allocation(?) option in FreeBSD disk labeler.

Thank you.
Soo-Hyun


On Thu, 17 Mar 2005 10:16:55 -0600, Kevin Kinsey [EMAIL PROTECTED] wrote:
 Soo-Hyun Choi wrote:
 
 Hi,
 
 I'm wondering how much HDD space does FreeBSD need in a normal
 installation. What I mean by the normal installation includes 'Full
 X-Development' packages with Gnome. Oh, It's 5.3-RELEASE.
 
 My HDD has 10G space for FreeBSD and I installed onto that space. The
 FreeBSD installation was of no problem. However, once I tried to
 upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some
 point that I am running out of HDD space. (I just executed the
 recommend upgrade shell script from http://www.FreeBSD.org/gonme/)
 
 Is 10G HDD space is not good enough?
 
 Soo-Hyun
 
 
 
 Well, it *should* be plenty.  How did you partition the drive?
 
 Could you show us the output of df, the output of
 cat /etc/fstab, and give the text and context of the
 warning message you refer to?
 
 Kevin Kinsey

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


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Rob
Soo-Hyun Choi wrote:
 
 Then, would OpenOffice require a large HDD space?
 (If it does, how much large?)

 $ du -hs /usr/local/OpenOffice.org1.1.4
 198M/usr/local/OpenOffice.org1.1.4


I have it installed from the package, otherwise
it requires an enormous amount of work/compile space
in /usr/ports.

R.



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Soo-Hyun Choi
What do you mean by installing OpenOffice from the package? Did you
mean it by going through FreeBSD ports (/usr/ports/...)? Or how do I
install OpenOffice from the package?

SH-

On Thu, 17 Mar 2005 15:38:57 -0800 (PST), Rob [EMAIL PROTECTED] wrote:
 Soo-Hyun Choi wrote:
 
  Then, would OpenOffice require a large HDD space?
  (If it does, how much large?)
 
 $ du -hs /usr/local/OpenOffice.org1.1.4
 198M/usr/local/OpenOffice.org1.1.4
 
 I have it installed from the package, otherwise
 it requires an enormous amount of work/compile space
 in /usr/ports.
 
 R.
 
 
 __
 Do you Yahoo!?
 Make Yahoo! your home page
 http://www.yahoo.com/r/hs

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


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Thomas Foster
http://oootranslation.services.openoffice.org/pub/OpenOffice.org/ooomisc/FreeBSD/
download the tgz and pkg_add it..
Check out the handbook on more information about ports and packages if need 
be..

T
- Original Message - 
From: Soo-Hyun Choi [EMAIL PROTECTED]
To: Rob [EMAIL PROTECTED]
Cc: FreeBSD questions freebsd-questions@freebsd.org
Sent: Thursday, March 17, 2005 5:16 PM
Subject: Re: How much HDD space does FreeBSD need?


What do you mean by installing OpenOffice from the package? Did you
mean it by going through FreeBSD ports (/usr/ports/...)? Or how do I
install OpenOffice from the package?
SH-
On Thu, 17 Mar 2005 15:38:57 -0800 (PST), Rob [EMAIL PROTECTED] 
wrote:
Soo-Hyun Choi wrote:

 Then, would OpenOffice require a large HDD space?
 (If it does, how much large?)
$ du -hs /usr/local/OpenOffice.org1.1.4
198M/usr/local/OpenOffice.org1.1.4
I have it installed from the package, otherwise
it requires an enormous amount of work/compile space
in /usr/ports.
R.
__
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Rob

--- Soo-Hyun Choi [EMAIL PROTECTED] wrote:
 What do you mean by installing OpenOffice from the
 package? Did you
 mean it by going through FreeBSD ports
 (/usr/ports/...)? Or how do I
 install OpenOffice from the package?

Download the .tgz file yourself and install the
package manually; or install portupgrade from
ports, and then do:

 portinstall -PP openoffice

The -PP enforces to install from package collection
only.

Rob.



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]