Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
come unstuck with SysCP (3rd Party) and php USE flag
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
stardotstar
l33t
l33t


Joined: 10 Feb 2006
Posts: 887
Location: 2074/SYD/NSW/AU

PostPosted: Mon Aug 18, 2008 11:45 am    Post subject: come unstuck with SysCP (3rd Party) and php USE flag Reply with quote

Hi guys,

nearly at the end of my syscp build from the syscp.org tree and have this:

Code:


 * Messages for package www-apps/syscp-1.2.16:

 *
 * ERROR: www-apps/syscp-1.2.16 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *     syscp-1.2.16.ebuild, line   78:  Called built_with_use 'pkg_setup' 'pkg_setup' 'pkg_setup' '=dev-lang/php-5.2.6-r6' 'apache' 'cli' 'ctype' 'expat' 'ftp' 'gd' 'memlimit' 'mysql' 'nls' 'pcre' 'posix' 'session' 'ssl' 'tokenizer'
 *           eutils.eclass, line 1729:  Called die
 * The specific snippet of code:
 *                                      die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   dev-lang/php-5.2.6-r6 does not actually support the apache USE flag!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/www-apps/syscp-1.2.16/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-apps/syscp-1.2.16/temp/die.env'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *
 * GNU info directory index is up-to-date.


Not sure what is causing this since although I have some package.use set php5 is not told to apache:

Code:

helios syscp # cat /etc/portage/package.use /etc/make.conf

net-misc/ntp caps
net-www/apache mysql php apache2_modules_proxy apache2_modules_proxy_http apache2_modules_connect
dev-lang/php mysql xml ctype pcre session unicode mysqli xmlrpc
dev-php/mod_php mysql


# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j5"
USE="vhosts png unicode suhosin gd jpeg truetype bzip2 calendar berkdb pam ssl apache2 bind php imagemagick mysql"
GENTOO_MIRRORS="http://mirror.pacific.net.au/linux/Gentoo ftp://mirror.pacific.net.au/linux/Gentoo ftp://ftp.swin.edu.au/gentoo http://ftp.swin.edu.au/gentoo "
PORTDIR_OVERLAY="/usr/local/portage"
FEATURES="collision-protect ccache parallel-fetch"
LINGUAS="en"
helios syscp #


Portage has this:

Code:
php-5.2.6-r6
alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd
cli cgi discard-path force-cgi-redirect concurrentmodphp threads fastbuild kolab apache2 adabas bcmath berkdb birdstep bzip2 calendar cdb cjk crypt ctype curl curlwrappers db2 dbase dbmaker debug doc empress empress-bcs esoob exif frontbase fdftk filter firebird flatfile ftp gd gd-external gdbm gmp hash iconv imap inifile interbase iodbc ipv6 java-external json kerberos ldap ldap-sasl libedit mcve mhash msql mssql mysql mysqli ncurses nls oci8 oci8-instant-client odbc pcntl pcre pdo pic posix postgres qdbm readline reflection recode sapdb session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl suhosin sybase sybase-ct sysvipc tidy tokenizer truetype unicode wddx xml xmlreader xmlwriter xmlrpc xpm xsl yaz zip zip-external zlib


something missing?? apache instead of apache2 being passed to php5 ebuild??

Code:
helios syscp # equery uses php
[ Searching for packages matching php... ]
[ Colour Code : set unset ]
[ Legend : Left column  (U) - USE flags from make.conf              ]
[        : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for dev-lang/php-5.2.6-r6 ]
 U I
 - - adabas              : Adds support for the Adabas database engine
 + + apache2             : Add Apache2 support



Any pointers on this one?

TIA
\\'
_________________
]8P
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Tue Aug 19, 2008 6:14 am    Post subject: Reply with quote

What is the portage listing look like when you do:
Code:
emerge -av syscp
This should show all the USE flag it is trying to use with syscp.

In my current profile, USE flag 'apache' does not exist at all.

A possible quick(not clean) fix is to add
Code:
=www-apps/syscp-1.2.16 -apache
in /etc/portage/package.use. This should get you pass it if it is a USE flag issue and not an ebuild issue.

Also, what is you /etc/make.profile pointing to? I think you may be using a very old profile.
Back to top
View user's profile Send private message
stardotstar
l33t
l33t


Joined: 10 Feb 2006
Posts: 887
Location: 2074/SYD/NSW/AU

PostPosted: Tue Aug 19, 2008 6:38 am    Post subject: Reply with quote

Hi and thanks for the reply.

Here is a session that may confirm your thinking:

Code:

login as: root
Password:
Last login: Mon Aug 18 19:34:39 2008 from 192.168.0.103
helios ~ # emerge -av syscp

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] www-apps/syscp-1.2.16  USE="bind -sslserv" 0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage

Would you like to merge these packages? [Yes/No] n

Quitting.

helios ~ # vi /etc/portage/package.use
helios ~ # emerge -av syscp

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] www-apps/syscp-1.2.16  USE="bind sslserv" 0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage

Would you like to merge these packages? [Yes/No] n

Quitting.

helios ~ # emerge -avN php

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 kB

Nothing to merge; would you like to auto-clean packages? [Yes/No] yes
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.
helios ~ # emerge -av syscp

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] www-apps/syscp-1.2.16  USE="bind sslserv" 0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage

Would you like to merge these packages? [Yes/No] Y
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) www-apps/syscp-1.2.16 to /
 * syscp-1.2.16-gentoo-config-bind-ssl.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...           [ ok ]
 * syscp-1.2.16.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                   [ ok ]
 * syscp-1.2.16-sqlfile.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                          [ ok ]
 * checking ebuild checksums ;-) ...                                                     [ ok ]
 * checking auxfile checksums ;-) ...                                                    [ ok ]
 * checking miscfile checksums ;-) ...                                                   [ ok ]
 * checking syscp-1.2.16.tar.gz ;-) ...                                                  [ ok ]
 * checking syscp-1.2.16-sqlfile.tar.bz2 ;-) ...                                         [ ok ]
 * checking syscp-1.2.16-gentoo-config-bind-ssl.tar.bz2 ;-) ...                          [ ok ]
 *
 * Checking for required features ...
 *
 * QA Notice: USE Flag 'apache2' not in IUSE for www-apps/syscp-1.2.16
 *
 * ERROR: www-apps/syscp-1.2.16 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *     syscp-1.2.16.ebuild, line   55:  Called built_with_use 'pkg_setup' 'pkg_setup' 'pkg_setup' '=dev-lang/php-5.2.6-r6' 'apache' 'cli' 'ctype' 'expat' 'ftp' 'gd' 'memlimit' 'mysql' 'nls' 'pcre' 'posix' 'session' 'ssl' 'tokenizer'
 *           eutils.eclass, line 1729:  Called die
 * The specific snippet of code:
 *                                      die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   dev-lang/php-5.2.6-r6 does not actually support the apache USE flag!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/www-apps/syscp-1.2.16/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-apps/syscp-1.2.16/temp/die.env'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *

 * Messages for package www-apps/syscp-1.2.16:

 *
 * ERROR: www-apps/syscp-1.2.16 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *     syscp-1.2.16.ebuild, line   55:  Called built_with_use 'pkg_setup' 'pkg_setup' 'pkg_setup' '=dev-lang/php-5.2.6-r6' 'apache' 'cli' 'ctype' 'expat' 'ftp' 'gd' 'memlimit' 'mysql' 'nls' 'pcre' 'posix' 'session' 'ssl' 'tokenizer'
 *           eutils.eclass, line 1729:  Called die
 * The specific snippet of code:
 *                                      die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   dev-lang/php-5.2.6-r6 does not actually support the apache USE flag!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/www-apps/syscp-1.2.16/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-apps/syscp-1.2.16/temp/die.env'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *
helios ~ # ls -l /etc/make.profile/
desktop/   developer/ parent     server/
helios ~ # ls -l /etc/make.profile/
desktop/   developer/ parent     server/
helios ~ # ls -l /etc/make.profile/
total 16
drwxr-xr-x 2 portage portage 4096 Apr  2 05:07 desktop
drwxr-xr-x 2 portage portage 4096 Apr  2 05:07 developer
-rw-r--r-- 1 portage portage   31 May  1 10:07 parent
drwxr-xr-x 2 portage portage 4096 Apr 10 05:06 server
helios ~ # ls -ld /etc/make.profile/
drwxr-xr-x 5 portage portage 4096 Aug 18 20:07 /etc/make.profile/
helios ~ # cd /etc/make.profile/
helios make.profile # ls
desktop  developer  parent  server
helios make.profile # cd de
-bash: cd: de: No such file or directory
helios make.profile # cd desktop/
helios desktop # ls
parent
helios desktop # cat parent
..
../../../../../targets/desktop
helios desktop # cd ..
helios make.profile # ls
desktop  developer  parent  server
helios make.profile # cd server/
helios server # ls
parent  profile.bashrc
helios server # cd ..
helios make.profile # cd developer/
helios developer # ls
parent
helios developer # cd ..
helios make.profile # cd ..


Perhaps my make.profile is broken - I know I wanted to try the server profile and maybe it didn't get put back right?? how do I check?

Further I have added sslserv to the package.use for syscp since I will need that and even tried to change the package.use for php...

Code:
helios etc # cat portage/package.use
net-misc/ntp caps
net-www/apache mysql php apache2_modules_proxy apache2_modules_proxy_http apache2_modules_connect
dev-lang/php apache2 mysql xml ctype pcre session unicode mysqli xmlrpc
dev-php/mod_php mysql
www-apps/syscp sslserv
helios etc # cat /etc/portage/package.keywords
www-apps/syscp ~x86



You have my make.conf above and not sure what else I should give. I will in the mean time try the -apache USE as suggested.

Thank you.

\\'

[update]

ahhh I find in the handbook:

Quote:
Code Listing 2.2: Verifying system profile

# ls -FGg /etc/make.profile
lrwxrwxrwx 1 48 Apr 8 18:51 /etc/make.profile -> ../usr/portage/profiles/default/linux/x86/2008.0

The default profile will provide you with a Linux 2.6-based system. This is the recommended default, but you have the option of choosing another profile too.

There are also desktop and server subprofiles available for some architectures. Look inside the 2008.0/ profile to see if there is one available for your architecture. You may wish to view the desktop profile's make.defaults to determine if it fits your needs.

After viewing the available profiles for your architecture in /usr/portage/profiles/, you can use a different one if you wish:

Code Listing 2.3: Changing profiles

# ln -snf /usr/portage/profiles/<profile name> /etc/make.profile

Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.


and yet
_________________
]8P
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Tue Aug 19, 2008 8:09 am    Post subject: Reply with quote

To check /etc/make.profile, use
Code:
ls -l /etc/make.profile
without a trailing '/'. That will show where the symbolic link point to. Another way is to use eselect:
Code:
eselect profile list
For example my 'eselect profile list' is as follow:
Code:
eselect profile list
Available profile symlink targets:
  [1]   default-linux/amd64/2006.1
  [2]   default-linux/amd64/2006.1/desktop
  [3]   default-linux/amd64/2006.0/no-symlinks
  [4]   default-linux/amd64/2006.1/no-multilib
  [5]   default-linux/amd64/2007.0
  [6]   default-linux/amd64/2007.0/desktop
  [7]   default-linux/amd64/2007.0/no-multilib
  [8]   default-linux/amd64/2007.0/server
  [9]   hardened/amd64
  [10]  hardened/amd64/multilib
  [11]  selinux/2007.0/amd64
  [12]  selinux/2007.0/amd64/hardened
  [13]  default/linux/amd64/2008.0
  [14]  default/linux/amd64/2008.0/desktop *
  [15]  default/linux/amd64/2008.0/developer
  [16]  default/linux/amd64/2008.0/no-multilib
  [17]  default/linux/amd64/2008.0/server
  [18]  hardened/linux/amd64
The active one is [14], which has a trailing '*'.

Also post the output of your 'emerge --info'.
Back to top
View user's profile Send private message
stardotstar
l33t
l33t


Joined: 10 Feb 2006
Posts: 887
Location: 2074/SYD/NSW/AU

PostPosted: Tue Aug 19, 2008 9:01 am    Post subject: Reply with quote

junksiu - I really appreciate your help.


Code:
helios etc # emerge --info
Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 i686)
=================================================================
System uname: 2.6.25-gentoo-r7 i686 Intel(R) Xeon(TM) CPU 3.00GHz
Timestamp of tree: Tue, 19 Aug 2008 06:36:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r2
sys-devel/automake:  1.7.9-r1, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache collision-protect distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirror.pacific.net.au/linux/Gentoo ftp://mirror.pacific.net.au/linux/Gentoo ftp://ftp.swin.edu.au/gentoo http://ftp.swin.edu.au/gentoo "
LDFLAGS="-Wl,-O1"
LINGUAS="en"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl apache2 berkdb bind bzip2 calendar cli cracklib crypt cups dri fortran gd gdbm gpm iconv imagemagick ipv6 isdnlog jpeg midi mudflap mysql ncurses nls nptl nptlonly openmp pam pcre perl php png pppd python readline reflection session spl ssl suhosin sysfs tcpd truetype unicode vhosts x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


and

Code:
helios etc # ls -l /etc/make.profile
lrwxrwxrwx 1 root root 47 Aug 19 16:41 /etc/make.profile -> /usr/portage/profiles/default/linux/x86/2008.0/


Code:
helios etc # eselect profile list
Available profile symlink targets:
  [1]   default-linux/x86/2006.1
  [2]   default-linux/x86/2006.1/desktop
  [3]   default-linux/x86/2007.0
  [4]   default-linux/x86/2007.0/desktop
  [5]   hardened/x86/2.6
  [6]   selinux/2007.0/x86
  [7]   selinux/2007.0/x86/hardened
  [8]   default/linux/x86/2008.0 *
  [9]   default/linux/x86/2008.0/desktop
  [10]  default/linux/x86/2008.0/developer
  [11]  default/linux/x86/2008.0/server
  [12]  hardened/linux/x86
helios etc #


so as you can see the profile is up to date but I can't tell anymore if it was misdirected from before - I did try to select the server profile but upon reading in the wiki found that it was not really any better for my purposes.

So if I have got my profile reassociated do I need to do something to get the system back in sync with it??

Cheers,
\\'
_________________
]8P
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Wed Aug 20, 2008 1:01 am    Post subject: Reply with quote

Hmm, this getting strange. I thought you may be using a 2006 profile which may still have the apache flag but obviously this is not the case. I properly have to go get that ebuild and do a text search in it for the string 'apache'. In the meanwhile, is your machine a desktop machine(if you install X then it is consider desktop machine) or a server machine (no graphical interface at all)?

For desktop machine:
Code:
eselect profile set 9
For server machine:
Code:
eselect profile set 11
Then
Code:
emerge -avuDN world system
I will get back to you after the search.

Edit: The syscp site is very unstable and I can't reach it now. But syscp current stable version is 1.2.19, maybe you can give it a try. BTW, where did you get the ebuild?
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Wed Aug 20, 2008 1:21 am    Post subject: Reply with quote

OK, that site sxxks, it does not work with www in front 8O

Anyway, try this:
In the ebuild line 48-52, modify as follow:
Code:
#    if useq apache2 ; then
        PHPDEPEND="apache2 cli ctype expat ftp gd memlimit mysql nls pcre posix session ssl tokenizer xml xsl zlib"
#    else
#        PHPDEPEND="apache cli ctype expat ftp gd memlimit mysql nls pcre posix session ssl tokenizer xml xsl zlib"
#    fi
I am not sure if it will work but doesn't hurt to try.
Back to top
View user's profile Send private message
stardotstar
l33t
l33t


Joined: 10 Feb 2006
Posts: 887
Location: 2074/SYD/NSW/AU

PostPosted: Wed Aug 20, 2008 9:06 am    Post subject: Reply with quote

Thanks for following this through with me.

I can tell you that the machine is a server - HP ProLiant D360 G4 - I got the ebuild from the syscp site itself
details in this thread:
https://forums.gentoo.org/viewtopic-t-703739-highlight-.html

So I won't have X - only the bare necessities:
apache2
php5
mysql
popsfix
courier-imap
roundcube
bind9
proftpd
shorewall
various vBs, phpBBs
and such...

Wha?
http://www.syscp.org/ works for me...

The ebuild is at:
http://files.syscp.org/releases/gentoo/
and is considered better than the one in an overlay...

My first attempt was to build the .19 manually (really nothing to it anyway since its php --and all the ebuild really does is help me out with dependencies and so on...) maybe I should go back to that approach and manually ensure I have everything else in place.

In the4 mean time I will have a crack at the ebuild modification and see if it helps...

In the mean time I have other strange issues doing with collision detection courier-imap and maildrop
Might be related - even worth going back to a complete rebuild?
I will also try the full profiled rebuild too.

Thx again


Cheers,
\\'


[update]I switched to server profile and hit system and world then got the same errors as before:
Code:
 * This profile has not been tested thoroughly and is not considered to be
 * a supported server profile at this time.  For a supported server
 * profile, please check the Hardened project (http://hardened.gentoo.org).
 * This profile is merely a convenience for people who require a more
 * minimal profile, yet are unable to use hardened due to restrictions in
 * the software being used on the server. This profile should also be used
 * if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this
 * applies to you, then it doesn't and you should probably be using
 * Hardened, instead.

that profile message is what made me revert to the standard default when I last saw it.

I had considered going hardened but deon't have enough experience with profiling in gentoo and building servers to be confident. all my gentoo experience is with desktops and notebooks.
_________________
]8P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum