Re: [gentoo-user] server to firewall conversion

2006-02-15 Thread Richard Fish
On 2/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> try to run emerge with "-p --pretend" option, which should give you the
> reason, why xorg would be emerged

Of course you meant to say "--tree --pretend". :-)

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] server to firewall conversion

2006-02-15 Thread Neil Bothwick
On Wed, 15 Feb 2006 13:49:06 + (UTC), James wrote:

> USE="perl -gtk -gnome -qt -kde  acl acpi hardened kerberos krb4 ssl
> -alsa -arts/ -avi -cups -gif -gstreamer -gtk2 -jpeg -motif -mp3 -mpeg
> -ogg -oggvorbis / -png  -quicktime -spell -vorbis -X  -xmms -xv dvd
> -cdr sse mmx  -cups  / -jack   -php -tiff  lm_sensors  -mozilla doc
> syslog "
> 
> Anything else I should add/subtract from the USE flags?

Start with -* then add only the USE flags you want. Make sure you
include readline.

> When I run a emerge -uavDN world, it still wants to rebuild some X
> packages: x11-base/xorg-x11-6.8.2-r6 

Add --tree (-t) to the options to see what is pulling in X.


-- 
Neil Bothwick

NOTE: The most fundamental particles in your computer are held together
by a "glueing" force about which little is known and whose adhesive power
cannot therefore be permanently guaranteed.


signature.asc
Description: PGP signature


Re: [gentoo-user] server to firewall conversion

2006-02-15 Thread z3rosix
Hello,

On Wed, Feb 15, 2006 at 01:49:06PM +, James wrote:
> Hello,
> 
> I've been pruning down a server to become a minimal firewall. Slowly
> removing packages, running 'revdep-rebuild -p' removing packages
> and so on. Now I've got my make.conf looking like this:
> 
> USE="perl -gtk -gnome -qt -kde  acl acpi hardened kerberos krb4 ssl -alsa 
> -arts/
> -avi -cups -gif -gstreamer -gtk2 -jpeg -motif -mp3 -mpeg -ogg -oggvorbis /
> -png  -quicktime -spell -vorbis -X  -xmms -xv dvd -cdr sse mmx  -cups  /
> -jack   -php -tiff  lm_sensors  -mozilla doc syslog "
>

you can make it look like this USE="-* perl acl acpi hardened kerberos
krb4 ssl dvd sse mmx lm_sensors"
The first "-*" disabels all and then you are sure that only what you
want's gets enabled.

> Anything else I should add/subtract from the USE flags?
> 
> When I run a emerge -uavDN world, it still wants to rebuild some X packages:
> x11-base/xorg-x11-6.8.2-r6 
> 

try to run emerge with "-p --pretend" option, which should give you the
reason, why xorg would be emerged

> Somehow, I think I've missed a few things as I definately want X, kde and 
> gnome
> removed from the server-to-firewall.
> 
> thoughts and suggestions are most welcome.
>

greetz

alex
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] server to firewall conversion

2006-02-15 Thread James
Hello,

I've been pruning down a server to become a minimal firewall. Slowly
removing packages, running 'revdep-rebuild -p' removing packages
and so on. Now I've got my make.conf looking like this:

USE="perl -gtk -gnome -qt -kde  acl acpi hardened kerberos krb4 ssl -alsa -arts/
-avi -cups -gif -gstreamer -gtk2 -jpeg -motif -mp3 -mpeg -ogg -oggvorbis /
-png  -quicktime -spell -vorbis -X  -xmms -xv dvd -cdr sse mmx  -cups  /
-jack   -php -tiff  lm_sensors  -mozilla doc syslog "

Anything else I should add/subtract from the USE flags?

When I run a emerge -uavDN world, it still wants to rebuild some X packages:
x11-base/xorg-x11-6.8.2-r6 

Somehow, I think I've missed a few things as I definately want X, kde and gnome
removed from the server-to-firewall.

thoughts and suggestions are most welcome.

James



-- 
gentoo-user@gentoo.org mailing list