[gentoo-user] Gentoo installation on a ZFS Root

2013-09-18 Thread Edward Martinez

Hello,
If anybody is interested this howto  appears it explains how to Install 
Gentoo  on ZFS Root.

https://github.com/ryao/zfs-overlay/blob/master/zfs-install



Re: [gentoo-user] can't upgrade Gentoo

2011-09-01 Thread Edward Martinez

On 09/01/11 08:35, Paul Hartman wrote:

On Wed, Aug 31, 2011 at 9:44 PM, Edward Martinezedwardlo...@gmail.com  wrote:

   !!! The ebuild selected to satisfy
dev-lang/php[cli,mysql,xml,session,sockets] has unmet requirements.
   - dev-lang/php-5.3.8::gentoo USE=berkdb bzip2 cli crypt ctype curl exif
fileinfo filter gdbm hash iconv ipv6 json ldap (multilib) mysql nls phar
posix readline sessionsimplexml sockets spell ssl tokenizer truetype
unicode xml zlib (-adabas) -apache2 -bcmath (-birdstep) -calendar -cdb -cgi
-cjk -curlwrappers -db2 (-dbmaker) -debug -doc -embed (-empress)
(-empress-bcs) -enchant (-esoob) -firebird -flatfile -fpm (-frontbase) -ftp
-gd -gd-external -gmp -imap -inifile -interbase -intl -iodbc -kerberos
-kolab -ldap-sasl -libedit -mhash -mssql -mysqli -mysqlnd -oci8
-oci8-instant-client -odbc -pcntl -pdo -pic -postgres -qdbm -recode -sapdb
-sharedext -sharedmem -snmp -soap (-solid) -sqlite -sqlite3 -suhosin
(-sybase-ct) -sysvipc -threads -tidy -wddx -xmlreader -xmlrpc -xmlwriter
-xpm -xsl -zip

   The following REQUIRED_USE flag constraints are unsatisfied:
 truetype? ( any-of ( gd gd-external ) ) exif? ( any-of ( gd gd-external
) )

It's telling you that you need to enable gd or gd-external USE flag
for php because it is required by the truetype and exif USE flags.


Hi,

   Thank You! That did the job. I'll make a note of that message , so i 
will  know what it means, if it comes up again.


   Regards,
   Edward


[gentoo-user] can't upgrade Gentoo

2011-08-31 Thread Edward Martinez

Hi,

I'm having a little trouble updating Gentoo recently. When I try 
updating Gentoo by issuing:

/
  emerge --deep --ask --update world /

I get this:

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

  Calculating dependencies... done!

  emerge: there are no ebuilds built with USE flags to satisfy 
dev-lang/php[cli,mysql,xml,session,sockets].

  !!! One of the following packages is required to complete your request:
  - dev-lang/php-5.3.8::gentoo (Change USE: +mysql +sockets)
  (dependency required by net-analyzer/cacti-0.8.7g [installed])
  (dependency required by @selected [set])
  (dependency required by @world [argument])/

So I add USE flags (sockets mysql) Now i get this:

/  These are the packages that would be merged, in order:
  Calculating dependencies... done!

  !!! The ebuild selected to satisfy 
dev-lang/php[cli,mysql,xml,session,sockets] has unmet requirements.
  - dev-lang/php-5.3.8::gentoo USE=berkdb bzip2 cli crypt ctype curl 
exif fileinfo filter gdbm hash iconv ipv6 json ldap (multilib) mysql nls 
phar posix readline sessionsimplexml sockets spell ssl tokenizer 
truetype unicode xml zlib (-adabas) -apache2 -bcmath (-birdstep) 
-calendar -cdb -cgi -cjk -curlwrappers -db2 (-dbmaker) -debug -doc 
-embed (-empress) (-empress-bcs) -enchant (-esoob) -firebird -flatfile 
-fpm (-frontbase) -ftp -gd -gd-external -gmp -imap -inifile -interbase 
-intl -iodbc -kerberos -kolab -ldap-sasl -libedit -mhash -mssql -mysqli 
-mysqlnd -oci8 -oci8-instant-client -odbc -pcntl -pdo -pic -postgres 
-qdbm -recode -sapdb -sharedext -sharedmem -snmp -soap (-solid) -sqlite 
-sqlite3 -suhosin (-sybase-ct) -sysvipc -threads -tidy -wddx -xmlreader 
-xmlrpc -xmlwriter -xpm -xsl -zip


  The following REQUIRED_USE flag constraints are unsatisfied:
truetype? ( any-of ( gd gd-external ) ) exif? ( any-of ( gd 
gd-external ) )


  The above constraints are a subset of the following complete expression:
truetype? ( any-of ( gd gd-external ) ) cjk? ( any-of ( gd 
gd-external ) ) exif? ( any-of ( gd gd-external ) ) xpm? ( gd ) gd? ( 
zlib !gd-external ) gd-external? ( !gd ) simplexml? ( xml ) soap? ( xml 
) wddx? ( xml ) xmlrpc? ( any-of ( xml iconv ) ) xmlreader? ( xml ) xsl? 
( xml ) ldap-sasl? ( ldap !oci8 ) adabas? ( odbc ) birdstep? ( odbc ) 
dbmaker? ( odbc ) empress-bcs? ( empress ) empress? ( odbc ) esoob? ( 
odbc ) db2? ( odbc ) sapdb? ( odbc ) solid? ( odbc ) kolab? ( imap ) 
mhash? ( hash ) phar? ( hash ) mysqlnd? ( any-of ( mysql mysqli pdo ) ) 
oci8? ( !oci8-instant-client !ldap-sasl ) oci8-instant-client? ( !oci8 ) 
qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) 
firebird? ( !interbase ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? ( 
!apache2? ( !embed? ( cli ) ) ) ) )


(dependency required by net-analyzer/cacti-0.8.7g [installed])
(dependency required by @selected [set])
(dependency required by @world [argument])
/
Before I was able to update Gentoo untill now, portage asked me to add 
EMERGE_DEFAULT_OPTS=--autounmask=n in /etc/make.conf.


Regards,
edward



Re: [gentoo-user] How can I move running proces to background out of screen?

2011-03-01 Thread Edward Martinez

On 03/01/11 10:56, Jarry wrote:

Hi,
is there any way to move running (already started) process
to background, and disconnect it from screen/terminal
so that I could log off (without terminating the process)?

Sometimes I start updating my server, but it keeps running
for long time, and I would like to log out but I can not.

I know, I could have started it with:
nohup emerge -uv gcc 

But I forgot to do it that way, and now I'm sitting, watching
messages scrolling in my shell. So is there any way to do
this nohup-trick on running process?

Jarry

   Hi,

  If i can remember correctly I think the command would be :

bg

   but i don't know the whole syntax.