Re: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Hello, ok i have found the problem. Maybe is it the php.ini files, because i has deactivated the ini files at all and the system run. But in disable_functions is not set phpinfo, why nginx give it not out? Regards Silvio

Re: [gentoo-user] WARNING dev-libs/icu-49.1 is BAD

2012-04-04 Thread Allan Gottlieb
On Wed, Apr 04 2012, Neil Bothwick wrote: > On Wed, 04 Apr 2012 14:12:58 -0400, Allan Gottlieb wrote: > >> I now have to reinstall everything that was installed after icu, or at >> least try them to see if they fail. > > I installed LibreOffice and Chromium after icu, LO seems to work but > Chromi

Re: Re[2]: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Good Morning, On Wed, 4 Apr 2012 23:13:14 +0200 Stefan Schmiedl wrote: > # emerge nginx php:5.3 -pv thanks i have compile php and nginx with ur flags. But the result is same. Nginx like not PHP. The website is blank. Not give out phpinfo(); I dont know what should do now, when self the origi

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Dale
Canek Peláez Valdés wrote: > On Wed, Apr 4, 2012 at 4:54 AM, Dale wrote: >> Neil Bothwick wrote: >>> On Wed, 04 Apr 2012 04:05:27 -0500, Dale wrote: >>> It's a bug. Roach report here: https://bugs.gentoo.org/show_bug.cgi?id=409921 Going back a version and then reboot. >>>

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Dale
Neil Bothwick wrote: > On Wed, 04 Apr 2012 04:54:05 -0500, Dale wrote: > >>> No need for that, just change locking_dir in lvm.conf to somewhere >>> writeable, as mentioned in the bug report - comment 6. > >> Well, I didn't want to mess with the config much since I may make it >> worse. So, I bui

Re: [gentoo-user] "lvm failed to start"

2012-04-04 Thread Neil Bothwick
On Wed, 04 Apr 2012 18:58:38 +0200, Dan Johansson wrote: > I have a similar thing on my ~x86, but the difference is that I know > why I get it. I have successfully be able to create an initramfs that > does a vgscan, vgchange -a y and mounts /usr (which is on LVM). But now > I (naturally) I get "L

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Neil Bothwick
On Wed, 4 Apr 2012 12:23:01 -0500, Canek Peláez Valdés wrote: > It seems the problem it's in LVM, or (more appropriately) in the > failure to create the /run tmpfs: > > # mount | grep /run > tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755) > tmpfs on /var/run type tmpfs (rw,nosuid,nod

Re: [gentoo-user] WARNING dev-libs/icu-49.1 is BAD

2012-04-04 Thread Neil Bothwick
On Wed, 04 Apr 2012 14:12:58 -0400, Allan Gottlieb wrote: > I now have to reinstall everything that was installed after icu, or at > least try them to see if they fail. I installed LibreOffice and Chromium after icu, LO seems to work but Chromium was useless. -- Neil Bothwick Sacred cows make

Re: [gentoo-user] Re: Advice about ati-drivers? [50% SOLVED]

2012-04-04 Thread Alan McKinnon
On Tue, 03 Apr 2012 18:37:32 +0200 Michael Hampicke wrote: > > > Am 03.04.2012 17:37, schrieb Michael Mol: > > On Tue, Apr 3, 2012 at 9:54 AM, Michael Hampicke > > wrote: > >> > >> > >> Am 03.04.2012 13:28, schrieb Nikos Chantziaras: > >>> On 03/04/12 03:16, Michael Hampicke wrote: > > How

Re[2]: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Stefan Schmiedl
Silvio, Tuesday, April 3, 2012, 11:39:05 PM, you wrote: S> Could someone possibly provide me the USE flags available S> if someone has run Nginx, PHP and Fpm. S> It were nice. # emerge nginx php:5.3 -pv These are the packages that would be merged, in order: Calculating dependencies ... do

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Hello, now i have build php and nginx from source direct, emerge --unmerge, have downloaded the sourcecode and compile it and same it run not. Thats really crazy, what is this? Is this maybe with eselect profile list option? Because i use gentoo-desk imap # eselect profile list Available pro

[gentoo-user] WARNING dev-libs/icu-49.1 is BAD

2012-04-04 Thread Allan Gottlieb
Another scare. No emacs, no apache, gnome in trouble ... don't install icu-49.1 I was going to file a bug but I see that there are a few stating that some things fail with 49.1 so I don't know that my adding to the list will help. To see the list just ask for ALL icu I now have to reinstall e

Re: [gentoo-user] sys-boot/plymouth could not work

2012-04-04 Thread Canek Peláez Valdés
On Wed, Apr 4, 2012 at 12:28 PM, Canek Peláez Valdés wrote: > On Wed, Apr 4, 2012 at 2:32 AM, 张春江 wrote: >> On 2012-04-04 15:03:56,"Canek Peláez Valdés"  wrote: >>> Sorry, I forgot; you also need to remove the "quiet" option from your >>> kernel command line:> >>> title Gentoo Linux >>> root (hd

Re: [gentoo-user] sys-boot/plymouth could not work

2012-04-04 Thread Canek Peláez Valdés
On Wed, Apr 4, 2012 at 2:32 AM, 张春江 wrote: > On 2012-04-04 15:03:56,"Canek Peláez Valdés"  wrote: >> Sorry, I forgot; you also need to remove the "quiet" option from your kernel >> command line:> >> title Gentoo Linux >> root (hd0,13) >> kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 >> vid

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Canek Peláez Valdés
On Wed, Apr 4, 2012 at 4:54 AM, Dale wrote: > Neil Bothwick wrote: >> On Wed, 04 Apr 2012 04:05:27 -0500, Dale wrote: >> >>> It's a bug.  Roach report here: >>> >>> https://bugs.gentoo.org/show_bug.cgi?id=409921 >>> >>> Going back a version and then reboot. >> >> No need for that, just change lock

Re: [gentoo-user] "lvm failed to start"

2012-04-04 Thread Dan Johansson
On Tuesday 03 April 2012 18.09:26 walt wrote: > This is an ~amd64 machine, up to date as of today. The strange thing > is that lvm did *not* fail to start -- it's working perfectly. > > Now, being an Incorrigible Old Fart(TM) I'm still using openrc, and > who knows what evil lurks in that paleoli

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Neil Bothwick
On Wed, 04 Apr 2012 04:54:05 -0500, Dale wrote: > > No need for that, just change locking_dir in lvm.conf to somewhere > > writeable, as mentioned in the bug report - comment 6. > Well, I didn't want to mess with the config much since I may make it > worse. So, I built a new kernel 3.3.0 and bui

Re: [gentoo-user] "lvm failed to start"

2012-04-04 Thread covici
walt wrote: > This is an ~amd64 machine, up to date as of today. The strange thing > is that lvm did *not* fail to start -- it's working perfectly. > > Now, being an Incorrigible Old Fart(TM) I'm still using openrc, and > who knows what evil lurks in that paleolithic package? :p > > Anyone el

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Dale
Neil Bothwick wrote: > On Wed, 04 Apr 2012 04:05:27 -0500, Dale wrote: > >> It's a bug. Roach report here: >> >> https://bugs.gentoo.org/show_bug.cgi?id=409921 >> >> Going back a version and then reboot. > > No need for that, just change locking_dir in lvm.conf to somewhere > writeable, as menti

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Neil Bothwick
On Wed, 04 Apr 2012 04:05:27 -0500, Dale wrote: > It's a bug. Roach report here: > > https://bugs.gentoo.org/show_bug.cgi?id=409921 > > Going back a version and then reboot. No need for that, just change locking_dir in lvm.conf to somewhere writeable, as mentioned in the bug report - comment 6

Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?

2012-04-04 Thread Dale
Dale wrote: > Canek Peláez Valdés wrote: > >> >> Dale, could yo please add again rd.debug to your kernel command line, >> boot with the initramfs, and post the output from dmesg (without you >> manually mounting your LVM volume)? >> >> Regards. > > It's attached. I see what it is doing but no id

Re: [gentoo-user] "lvm failed to start"

2012-04-04 Thread Neil Bothwick
On Tue, 03 Apr 2012 18:09:26 -0700, walt wrote: > This is an ~amd64 machine, up to date as of today. The strange thing > is that lvm did *not* fail to start -- it's working perfectly. > > Now, being an Incorrigible Old Fart(TM) I'm still using openrc, and > who knows what evil lurks in that pale

Re: [gentoo-user] sys-boot/plymouth could not work

2012-04-04 Thread 张春江
On 2012-04-04 15:03:56,"Canek Peláez Valdés"  wrote: > Sorry, I forgot; you also need to remove the "quiet" option from your kernel > command line:> > title Gentoo Linux > root (hd0,13) > kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 > video=radeon:1366x768 splash rd.debug > initrd /boot/in

Re: [gentoo-user] Re: MTS player

2012-04-04 Thread Joost Roeleveld
On Tuesday, April 03, 2012 06:38:29 PM James wrote: > Michael Mol gmail.com> writes: > > > My new Sony camcorder produces MTS and CPI video output files. > > > > mplayer2 is a fork of mplayer. I use mplayer2 (instead of mplayer) > > because it has better stream seeking behavior for my use cases.

Re: [gentoo-user] sys-boot/plymouth could not work

2012-04-04 Thread Canek Peláez Valdés
El 04/04/2012 00:03, "张春江" escribió: > > On 2012-04-04 12:06:26,"Canek Peláez Valdés" wrote: > >Please add rd.debug to your grub kernel command line: > > > >title Gentoo Linux > >root (hd0,13) > >kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 > >video=radeon:1366x768 quiet splash rd.debug >