Re: [gentoo-user] problem with quickpkg mysql

2007-03-14 Thread Bo Ørsted Andresen
/mysql. (dependency required by dev-db/mysql-5.0.26-r2 [binary]) as you can see a weird sys-apps/mysql is shown as a dependency. Any ideas? # grep -h sys-apps/mysql $(portageq portdir)/profiles/updates/* move sys-apps/mysql dev-db/mysql-init-scripts So sys-apps/mysql has been pkgmove'd to dev

Re: [gentoo-user] Updating mysql-init-scripts to 2.0_pre1-r2 now Mysql restart fails!?

2012-02-05 Thread Tanstaafl
back in January when I updated the init scripts: In the emerge post install I had: WARN: postinst Old /etc/init.d/mysql and /etc/conf.d/mysql still present! Update both of those files to the new versions! But it doesn't say anything about *how* to update them... and yes, I did etc-update after

[gentoo-user] Warning about old init scripts when updating dev-db/mysql-init-scripts-2.0_pre1-r2

2012-02-05 Thread Tanstaafl
Hello, Also have this to deal with... In the emerge post install I get: WARN: postinst Old /etc/init.d/mysql and /etc/conf.d/mysql still present! Update both of those files to the new versions! But it doesn't say anything about *how* to update them... Is this documented anywhere

[gentoo-user] Updating mysql-init-scripts to 2.0_pre1-r2 now Mysql restart fails!?

2012-01-15 Thread Tanstaafl
Anyone else having this problem? Yes, I did etc-update, and simply accepted the new conf.d config file and init.d script changes... After the update, I attempted to restart mysql but got: myhost : Sun Jan 15, 12:23:47 : ~ # /etc/init.d/mysql restart * Starting mysql ... * start-stop

Re: [gentoo-user] Trouble with mysql

2005-08-31 Thread Michael Sullivan
think the question you are asking is why is mysql already running. Its gotta be starting in the init scripts somehow, and if its not in /etc/init.d/mysql I would check for other scripts starting it. # grep mysql /etc/init.d/* I ran /etc/init.d/mysql stop and it stopped without error

Re: [gentoo-user] Warning about old init scripts when updating dev-db/mysql-init-scripts-2.0_pre1-r2

2012-02-05 Thread Michael Mol
Probably etc-update. On Sun, Feb 5, 2012 at 12:00 PM, Tanstaafl tansta...@libertytrek.org wrote: Hello, Also have this to deal with... In the emerge post install I get: WARN: postinst Old /etc/init.d/mysql and /etc/conf.d/mysql still present! Update both of those files to the new

Re: [gentoo-user] Warning about old init scripts when updating dev-db/mysql-init-scripts-2.0_pre1-r2

2012-02-05 Thread Tanstaafl
On 2012-02-05 12:08 PM, Michael Mol mike...@gmail.com wrote: On Sun, Feb 5, 2012 at 12:00 PM, Tanstaafltansta...@libertytrek.org wrote: In the emerge post install I get: WARN: postinst Old /etc/init.d/mysql and /etc/conf.d/mysql still present! Update both of those files to the new versions

Re: [gentoo-user] Updating mysql-init-scripts to 2.0_pre1-r2 now Mysql restart fails!?

2012-01-15 Thread Stéphane Guedon
On Sunday 15 January 2012 18:26:09 Tanstaafl wrote: Anyone else having this problem? Yes, I did etc-update, and simply accepted the new conf.d config file and init.d script changes... After the update, I attempted to restart mysql but got: myhost : Sun Jan 15, 12:23:47 : ~ # /etc

Re: [gentoo-user] Updating mysql-init-scripts to 2.0_pre1-r2 now Mysql restart fails!?

2012-02-05 Thread Tanstaafl
just updated mysql from 5.1.56 to 5.1.61, and STILL have this problem... I can't even STOP mysql - with the included init script, all I get is: myhost : Sun Feb 05, 13:55:53 : ~ # /etc/init.d/mysql stop * WARNING: mysql is already stopped Well, it *isn't* stopped, it is running

Re: [gentoo-user] Warning about old init scripts when updating dev-db/mysql-init-scripts-2.0_pre1-r2

2012-02-06 Thread Alan McKinnon
this before?, so now it's time to bring out the big guns Well, I'd much prefer some more basic troubleshooting first... I've asked for some kind soul/souls to share their init scripts so I can compare - but I guess I couldg go first... here is the contents of /etc/init.d/mysql: #!/sbin

Re: [gentoo-user] Re: How to alter ./configure flags from emerge

2005-11-24 Thread Holly Bostick
rc init script thanks to Jasper Bryant-Greene for reporting a bug *mysql-5.0.16-r30 (23 Nov 2005) *mysql-5.0.16 (23 Nov 2005) 23 Nov 2005; Francesco Riosa [EMAIL PROTECTED] files/mysql-slot.rc6, -mysql-4.0.26-r30.ebuild, mysql-4.1.15-r30.ebuild, -mysql-5.0.13_rc.ebuild, -mysql-5.0.15-r30

Re: [gentoo-user] Updating mysql-init-scripts to 2.0_pre1-r2 now Mysql restart fails!?

2012-01-15 Thread Mick
mysql but got: myhost : Sun Jan 15, 12:23:47 : ~ # /etc/init.d/mysql restart * Starting mysql ... * start-stop-daemon: /usr/sbin/mysqld is already running [ !! ] * ERROR: mysql failed to start myhost : Sun Jan 15, 12:23:55 : ~ and in the log: Jan 15 12:23:55

Re: [gentoo-user] Updating mysql-init-scripts to 2.0_pre1-r2 now Mysql restart fails!?

2012-01-17 Thread Tanstaafl
On 2012-01-15 2:11 PM, Mick michaelkintz...@gmail.com wrote: On Sunday 15 Jan 2012 18:35:01 Stéphane Guedon wrote: On Sunday 15 January 2012 18:26:09 Tanstaafl wrote: After the update, I attempted to restart mysql but got: myhost : Sun Jan 15, 12:23:47 : ~ # /etc/init.d/mysql restart

Re: [gentoo-user] Warning about old init scripts when updating dev-db/mysql-init-scripts-2.0_pre1-r2

2012-02-06 Thread Tanstaafl
troubleshooting first... I've asked for some kind soul/souls to share their init scripts so I can compare - but I guess I couldg go first... here is the contents of /etc/init.d/mysql: #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public

Re: [gentoo-user] Warning about old init scripts when updating dev-db/mysql-init-scripts-2.0_pre1-r2

2012-02-05 Thread Alan McKinnon
/mysql and /etc/conf.d/mysql still present! Update both of those files to the new versions! But it doesn't say anything about *how* to update them... Is this documented anywhere? Or is this just evidence that I'm clueless (meaning, I should 'just know' what needs to be done)? Probably

Re: [gentoo-user] Gentoo and Ultramonkey

2009-09-28 Thread Michael Higgins
, just: emerge [-pv] dev-perl/DBD-mysql, which needs what it needs: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N] dev-db/mysql-init-scripts-1.2 0 kB [ebuild N] virtual/perl-Sys-Syslog-0.27 0 kB [ebuild N] dev-perl/Net-Daemon-0.43

Re: [gentoo-user] looking for a couple of systemd units

2013-08-27 Thread Canek Peláez Valdés
this in /etc/tmpfiles.d/mysqld.conf: D /run/mysqld 0755 mysql mysql - - I don't use mythbackend nor tftp-hpa, but if you have the init scripts for them it should be easy

Re: [gentoo-user] looking for a couple of systemd units

2013-08-27 Thread Stefan G. Weichinger
it be /var/run/mysqld ... ? I had a similar service-file still fiddling to make it work, nearly there. Thanks! I don't use mythbackend nor tftp-hpa, but if you have the init scripts for them it should be easy to write the corresponding unit files. mythtv-Wiki provided a service file ... I

Re: [gentoo-user] looking for a couple of systemd units

2013-08-27 Thread covici
don't use mythbackend nor tftp-hpa, but if you have the init scripts for them it should be easy to write the corresponding unit files. Thanks for that, I will need thatas well. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici

Re: [gentoo-user] Loading Issue

2020-02-18 Thread Jack
to this. It is mostly backuped up on an external hard drive so, it what I'm asking can't be done, that's okay. > There seems to be a problem with loading MySQL. During the boot process when it comes to the loading of MySQL it hangs. Is there a way to bypass the loading of MySQL

Re: [gentoo-user] sysV/openrc init script vs. systemd .service file

2014-08-11 Thread Rich Freeman
On Mon, Aug 11, 2014 at 4:05 PM, Grant Edwards grant.b.edwa...@gmail.com wrote: Any advice on whether it would be easier to use a common init script with sysV/OpenRC/systemd or to write a separate .service file? I'd almost certainly generate a proper unit, and not try to use a compatibility

Re: [gentoo-user] mysql is being pulled in again!

2010-03-04 Thread Mick
dev-db/mysql-init-scripts-1.2 Thu Mar 4 09:26:49 2010 net-dns/bind-tools-9.4.3_p5 Thu Mar 4 09:33:38 2010 dev-perl/Net-Daemon-0.43 Thu Mar 4 09:34:57 2010 perl-core/Storable-2.20 Thu Mar 4 09:35:22 2010 dev-perl/yaml-0.68 Thu Mar 4 09:35:56 2010 perl-core/Test

Re: [gentoo-user] boot specific service in sequence

2010-02-25 Thread Alan McKinnon
On Thursday 25 February 2010 14:11:38 Kaushal Shriyan wrote: Hi, is there a way to start some specific services during boot up in a sequential order ? for example 1)tomcat 2)mysql 3)dns server Yes, the init scripts support the notion of a service depending on another service

Re: [gentoo-user] MythTV (or possibly mysql) stopped working after a kernel rebuild

2005-04-25 Thread Mark Knecht
On 4/25/05, Nick Rout [EMAIL PROTECTED] wrote: On Mon, 25 Apr 2005 15:03:35 -0700 Mark Knecht wrote: Does mysql require some sort of network protocol that mightnot be running? Samba, NFS, etc.? Thats what the startup scripts are for. They should automatically start required scripts

Re: [gentoo-user] OT - mythbackend not binding to port. Why? [SOLVED]

2006-10-05 Thread Michael Sullivan
Error (KickDatabase): Query was: SELECT NULL; No error type from QSqlError? Strange... 2006-10-05 14:36:41.688 Failed to init MythContext, exiting. So I tried mysql: camille ~ # /etc/init.d/mysql start * ... * Starting mysql (/etc/mysql/my.cnf) * MySQL NOT started (0) [ !! ] I

Re: [gentoo-user] OT - mythbackend not binding to port. Why?

2006-10-05 Thread Michael Sullivan
:41.688 Failed to init MythContext, exiting. So I tried mysql: camille ~ # /etc/init.d/mysql start * ... * Starting mysql (/etc/mysql/my.cnf) * MySQL NOT started (0) [ !! ] I looked for logs: camille ~ # ls /var/log/mysql camille ~ # camille ~ # cat /var/log/messages | grep 'mysql' Jun 16 08:43

[gentoo-user] /var/lib/init.d/exclusive/netmount

2010-02-26 Thread Jarno Antikainen
Hello, after updating a few packages, some init scripts got stuck when starting services (at least mysql and apache). Doing /etc/init.d/mysql --verbose --debug start revealed that they got stuck doing cat /var/lib/init.d/exclusive/netmount. Sounds like something related to nfs, and I had

Re: [gentoo-user] eselect sh set dash?

2012-05-05 Thread Florian Philipp
have been fixed by now, though. Also, the old mysql-init-scripts-1.2 package requires bash, in case that matters to you. The dmcrypt init script also has a single bashism. A bug about this has been open for quiet some time now: https://bugs.gentoo.org/show_bug.cgi?id=408117 So I don't think

[gentoo-user] «-»: [gentoo-user] eselect sh set dash?

2012-05-05 Thread Samuraiii
by now, though. Also, the old mysql-init-scripts-1.2 package requires bash, in case that matters to you. The dmcrypt init script also has a single bashism. A bug about this has been open for quiet some time now: https://bugs.gentoo.org/show_bug.cgi?id=408117

Re: [gentoo-user] Re: Debian just voted in systemd for default init system in jessie

2014-02-21 Thread Yuri K. Shatroff
}, or even LAST_LOG_CMD=`mysql -qe 'SELECT ... FROM log.log ORDER BY date DESC LIMIT ${LINES}'`, or *whatever*) 3. adding this `tail -n ...` or whatever call to the init script . 4. voila. If you feel I'm again entirely wrong please point out why. The faults with your comments are many, and I'm not going

Re: [gentoo-user] Cups + Samba weird message

2005-04-29 Thread Mark Knecht
itself when I restart networking? Seems a strange time for it to tell me that. Does running a single init script cause all the init scripts to announce stuff like this? Both samba and cups depend on networking. and to enlarge on that when you restart networking, you restart any services

RE: [gentoo-user] Re: systemd? [ Was: The End Is Near ... ]

2012-03-22 Thread Mike Edenfield
into. Instead of one script, we now have two scripts. This is *NOT* simplification. It works fine for mysql, or postfix, or apache, or any of the dozens of other programs that have helper scripts whose sole purposes is to act as an entry point to starting up the actual service. It's a common

Re: [gentoo-user] eselect sh set dash?

2012-04-29 Thread Marc Joliet
having #!/bin/sh but using bashisms. I seem to recall that I have one package installed that has this problem and requires changing the symlink temporarily, but I don't remember which. It might have been fixed by now, though. Also, the old mysql-init-scripts-1.2 package requires bash, in case

Re: [gentoo-user] eselect sh set dash?

2012-05-01 Thread Florian Philipp
, the old mysql-init-scripts-1.2 package requires bash, in case that matters to you. So I don't think you should expect any problems (save for the rare exception), and for me there was a noticeable speedup with the init system (also reported by Flameeyes in his blog). Thanks in advance

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Pablo Murillo
now I'm worse :( I update de portage, and now I have a biger problem - These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N] dev-db/mysql-init-scripts-1.2 [ebuild

Re: [gentoo-user] Cups + Samba weird message

2005-04-30 Thread Nick Rout
on samba. Hence the circle. Then why does it present itself when I restart networking? Seems a strange time for it to tell me that. Does running a single init script cause all the init scripts to announce stuff like this? Both samba and cups depend on networking

[gentoo-user] init scripts failing after server update

2011-02-01 Thread Francisco Ares
Hi Around 8 to 10 months I've left a server without updates, and now, after also building a new kernel, emerging new gcc, glibc, re-emerging baselayout, sysvinit and all packages that contains something in /etc/init.d/ , the boot process hangs after a few of the scripts (normally at keymaps

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Alan McKinnon
! [ebuild N] dev-db/mysql-init-scripts-1.2 [ebuild N] mail-mta/ssmtp-2.61-r2 USE=ssl -ipv6 -mailwrapper -md5sum [ebuild U ] dev-db/mysql-5.0.44 [4.1.21] USE=-max-idx-128% [ebuild N] virtual/mysql-5.0 [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4] USE=-fastbuild* -filter

Re: [gentoo-user] What's with all these "acct-group" ebuilds recently?

2020-06-21 Thread Rich Freeman
e packages on both sides. mysql-init-scripts is a separate package because it gets shared between mysql and mariadb. This isn't done often, but it does have the side benefit that if there is a bug in the init.d script you don't have to rebuild the whole database server to get a new bash script.

Re: [gentoo-user] hard drive encryption

2012-03-13 Thread Michael Mol
use LUKS with the /etc/init.d/dmcrypt I think so. init script. /etc/conf.d/dmcrypt should contain some examples. As you want to encrypt an LVM volume, the lvm init script needs to be started before this. As I see it, there is no strict dependency between those two scripts. You can add

Re: [gentoo-user] rc runlevel act strangely

2011-06-19 Thread Peter Humphrey
it $ eselect rc list I get: Available init scripts acpid default alsasound default apache2 default atom bootmisc boot chronyd default consolefont boot consolekit

Re: [gentoo-user] Re: Debian just voted in systemd for default init system in jessie

2014-02-20 Thread Yuri K. Shatroff
misunderstood. I don't *intend* to try this myself with existing tools, I'm speaking of the init scripts modification. I say that this modification of e.g. OpenRC, if required, would be done quite easily with some assumptions. Your idea instantly fails as the rc-service author has no idea of what

Re: [gentoo-user] [OT] Running two apaches and MySQLs on the same server

2009-05-28 Thread Alan McKinnon
them using /usr/bin/mysql --options I guess, rather than using the /etc/init.d scripts, right? Yup, two configs, two init scripts, two instances. Just like apache. However, it's an e-commerce site so one must state the obvious: You must be out of your mind running an ecommerce site

Re: [gentoo-user] blocked packages both required by the system sys-apps/openrc vs. sys-apps/net-tools?

2012-11-26 Thread Hinnerk van Bruinehsen
in by sys-apps/openrc required by (dev-db/mysql-init-scripts-2.0_pre1-r2::gentoo, ebuild scheduled for merge) sys-apps/openrc required by (sys-apps/baselayout-2.1-r1::gentoo, installed) net-tools needs an openrc version newer than 0.9.9.3. According to eix on my system 11.5 should

Re: [gentoo-user] No 'libs' in world file?

2015-03-04 Thread Walter Dnes
] x11-misc/wmctrl-1.07-r1 86 KiB [ebuild N ] media-libs/faac-1.28-r4 USE=-static-libs 663 KiB [ebuild N ] x11-libs/libXinerama-1.1.3 USE=-static-libs 272 KiB [ebuild N ] dev-db/mysql-init-scripts-2.0-r1 0 KiB [ebuild N ] dev-perl/PlRPC-0.202.0-r2 18 KiB [ebuild N ] dev

[gentoo-user] blocked packages both required by the system sys-apps/openrc vs. sys-apps/net-tools?

2012-11-26 Thread Pascal J. Bourguignon
in by sys-apps/net-tools required by @system (sys-apps/openrc-0.9.8.4::gentoo, installed) pulled in by sys-apps/openrc required by (dev-db/mysql-init-scripts-2.0_pre1-r2::gentoo, ebuild scheduled for merge) sys-apps/openrc required by (sys-apps/baselayout-2.1-r1::gentoo, installed) where both

Re: [gentoo-user] upgrading 1-year old system

2017-02-05 Thread thelma
::nxclient, installed) > > (sys-fs/eudev-3.1.5:0/0::gentoo, installed) pulled in by > sys-fs/eudev required by @selected > >=sys-fs/eudev-1.3 required by (virtual/udev-215:0/0::gentoo, installed) > > (sys-fs/udev-225-r1:0/0::gentoo, ebuild scheduled for merge) pu

Re: [gentoo-user] upgrading 1-year old system

2017-02-05 Thread thelma
abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_32(-),abi_x86_64(-)]) required by (virtual/libudev-215-r1:0/1::gentoo, ebuild scheduled for merge) sys-fs/udev is not installed I only have sys-fs/udev-in

[gentoo-user] The Great Macbook Update 3: Qt-4.5.1 to Qt-4.5.3 blocks hell

2009-12-26 Thread bn
[nomerge ] dev-perl/DBD-mysql-4.00.5 [nomerge ] dev-db/mysql-5.0.84-r1 USE=berkdb community embedded perl ssl -big-tables -cluster -debug -extraengine -latin1 -max-idx-128 -minimal -profiling (-selinux) -static [ebuild N] dev-db/mysql-init-scripts-1.2 0 kB [nomerge ] games

Re: [Bulk] Re: [gentoo-user] Re: Anyone switched to eudev yet?

2012-12-27 Thread Michael Mol
of an init. Does that seriously challenge the assumption that init should be separate from the kernel? You would, for example, force 90-something percent of your unit files to have an extra dependency line that smells like it came from boilerplate kitchen, one of the things systemd was supposed

Re: [Bulk] Re: [gentoo-user] Re: Anyone switched to eudev yet?

2012-12-27 Thread Mark David Dumlao
, if /home is one of the other filesystems tools for mounting it should, according to FHS, be in the root filesystem. You're confusing that with the idea binaries are essential. And by the way, if you had emacs-daemon as an init service, it would depend on /home being mounted to be able to read

Re: Should /usr be merged with /? (Was: Re: [gentoo-user] Re: Anyone switched to eudev yet?)

2012-12-28 Thread Mark David Dumlao
://article.gmane.org/gmane.comp.sysutils.systemd.devel/1426 http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken Almost everything useful the kernel does depends on the presence of an init. Does that seriously challenge the assumption that init should be separate from the kernel

Re: Should /usr be merged with /? (Was: Re: [gentoo-user] Re: Anyone switched to eudev yet?)

2012-12-28 Thread Bruce Hill
of an init. Does that seriously challenge the assumption that init should be separate from the kernel? Only if the kernel's design goal was to do those useful things itself (it isn't). One of systemd's design goals is to minimise boilerplate code in its unit files

[gentoo-user] Back down to older version (emerge)

2007-03-22 Thread reader
/portage-2.1.2.2 Sun Mar 18 10:24:46 2007 sys-devel/gnuconfig-20070118 Sun Mar 18 10:25:16 2007 media-sound/alsa-headers-1.0.14_rc3 Sun Mar 18 10:26:07 2007 sys-libs/timezone-data-2007c Sun Mar 18 10:26:16 2007 dev-db/mysql-init-scripts-1.2 Sun Mar 18 10:30:10 2007 app

Re: [gentoo-user] Re: KDE 5: Broken file protocol for KDE 4 apps

2016-10-13 Thread Michael Mol
.33 [ebuild R] virtual/libmysqlclient-18 [ebuild R] dev-util/cmake-3.5.2-r1 [ebuild R] net-misc/curl-7.50.3 [ebuild R]net-dns/libidn-1.33 [ebuild R

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
ns when I remove that flag or maybe if there is another way to > >>> accomplish that? > >>> Well, that did it! It still is downgrading systemd, but that's not too > >>> bad, thanks guys. > >> > >> $ euses -sf sysv-utils > >> sys-apps/s

Re: [gentoo-user] how to prevent portage from installing masked package

2018-10-06 Thread John Covici
" 4,569 KiB [ebuild U ] media-libs/gstreamer-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] USE="caps introspection nls orc -test -unwind" ABI_X86="(64) -32 (-x32)" 3,188 KiB [ebuild U ] media-plugins/gst-plugins-gtk-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] USE=&qu

Re: [gentoo-user] Did an emerge world, now display customisations all gone

2013-03-19 Thread Andrew Lowe
-emulation/virtualbox-extpack-oracle-4.2.10 Mon Mar 18 22:36:44 2013 sys-fs/udev-init-scripts-24 Mon Mar 18 22:37:15 2013 sys-auth/consolekit-0.4.5_p20120320-r2 Mon Mar 18 22:37:58 2013 sys-fs/udisks-2.0.92 Mon Mar 18 22:38:24 2013 kde-base/kfmclient-4.10.1 Mon Mar 18

[gentoo-user] KDE update revdep-rebuild.sh fail

2018-04-02 Thread Daniel Frey
dev-db/mysql-init-scripts:0 dev-db/sqlite:3 dev-db/unixODBC:0 dev-lang/luajit:2 dev-lang/nasm:0 dev-lang/orc:0 dev-lang/perl:0/5.24 dev-lang/python:2.7 dev-lang/python:3.4/3.4m dev-lang/python:3.5/3.5m dev-lang/python-exec:2 dev-lang/ruby:2.2 dev-lang/ruby:2.3 dev-lang/spidermonkey:0/mozjs185 dev-lang/

Re: [gentoo-user] Re: [OT] Dual-Opteron

2006-01-04 Thread Boyd Stephen Smith Jr.
] dev-python/egenix-mx-base-2.0.6 [ebuild N] dev-libs/libxslt-1.1.15 [ebuild N] dev-db/libpq-8.1.1 [ebuild N] dev-db/postgresql-8.1.1 [ebuild N] sys-process/procps-3.2.6 [ebuild N] dev-db/mysql-5.0.18 [ebuild N] perl-core/Storable-2.15 [ebuild N] dev