Re: [gentoo-user] LVM: extending volume groups and logical volumes

2011-12-15 Thread Dale
J. Roeleveld wrote: If it's just temporary for LibreOffice, I'd suggest making a temporary LV, mount it at /var/tmp/portage and then emerging the software. Then when finished, umount and remove the LV. I see no need to have /var really large for normal use and have never tried shrinking filesys

Re: [gentoo-user] LVM: extending volume groups and logical volumes

2011-12-15 Thread J. Roeleveld
On Friday 16 December 2011 03:18:16 Allan Gottlieb wrote: > I need to add space to /var (thank you, libreoffice), which is on lvm. > Since my one volume group vg is getting low, I thought this would be a > good time to extend it as well. Actually, you need space in /var/tmp/portage > Alan (McKinn

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 16, 2011 10:42 AM, "Joseph" wrote: > > On 12/15/11 20:28, Joseph wrote: >> >> On 12/16/11 06:09, Pandu Poluan wrote: >>> >>> >>> Some thoughts : if the line is correct, the problem might be in how you >>> configured Apache. Here's a reference : >>> >>> http://cpanforum.com/threads/1268 >

[gentoo-user] Re: LVM: extending volume groups and logical volumes

2011-12-15 Thread Jens Müller
Am 16.12.2011 04:05, schrieb Jens Müller: resize2fs also supports shrinking ext3 partitions, see http://linux.die.net/man/8/resize2fs Sorry about that one - yes, the fs must be unmounted to do this. - Jens

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 16, 2011 10:28 AM, "Joseph" wrote: > > On 12/16/11 06:09, Pandu Poluan wrote: >> >> >> Some thoughts : if the line is correct, the problem might be in how you >> configured Apache. Here's a reference : >> >> http://cpanforum.com/threads/1268 >> >> Rgds, > > > Thanks for the pointer, tha

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
On 12/15/11 20:28, Joseph wrote: On 12/16/11 06:09, Pandu Poluan wrote: Some thoughts : if the line is correct, the problem might be in how you configured Apache. Here's a reference : http://cpanforum.com/threads/1268 Rgds, Thanks for the pointer, that is interesting! How do I check

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
On 12/16/11 06:09, Pandu Poluan wrote: Some thoughts : if the line is correct, the problem might be in how you configured Apache. Here's a reference : http://cpanforum.com/threads/1268 Rgds, Thanks for the pointer, that is interesting! How do I check if apache loaded multithreaded MP

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
On 12/16/11 05:49, Pandu Poluan wrote: > > Okay, according to the documentation on GRANT, "=c/postgres" means the public is granted "CONNECT" privilege, granted by the user postgres. So no problem there. > > Hmm... wonder what's wrong... > Okay, I'm grasping at straws currently..

[gentoo-user] Re: LVM: extending volume groups and logical volumes

2011-12-15 Thread Jens Müller
Am 16.12.2011 03:18, schrieb Allan Gottlieb: Questions 1. Apparently 2.6 (hence 3.x) kernels can expand mounted file systems (/var is mounted as ext3). Since I can't unmount /var because it is in use, I guess that, if I every need to shrink /var, I would need to boot off a CD.

Re: [gentoo-user] LVM: extending volume groups and logical volumes

2011-12-15 Thread Dale
Allan Gottlieb wrote: I need to add space to /var (thank you, libreoffice), which is on lvm. Since my one volume group vg is getting low, I thought this would be a good time to extend it as well. Alan (McKinnon) has posted very helpful lvm bits (reprinted below). Following alan's bottom up creat

Re: [gentoo-user] Gentoo + HP + Quickmedia

2011-12-15 Thread Matthew Finkel
On Thu, Dec 15, 2011 at 8:56 PM, Carlos Sura wrote: > > Well, > > My laptop has 2 video cards INTEL (integrated video card) That's the only > one that works. > > And Ati Mobility Radeon Premium Graphics: > > lspci: > 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) > 01:00.0

[gentoo-user] LVM: extending volume groups and logical volumes

2011-12-15 Thread Allan Gottlieb
I need to add space to /var (thank you, libreoffice), which is on lvm. Since my one volume group vg is getting low, I thought this would be a good time to extend it as well. Alan (McKinnon) has posted very helpful lvm bits (reprinted below). Following alan's bottom up creation mandate I believe th

Re:Re: [gentoo-user] Who can tell me relationship among dri,glx,mesa,xorg?

2011-12-15 Thread Lavender
>libglx can also be provided by driver packages. You can select the >xorg one or others via eselect; > >proxy adam # eselect opengl list >Available OpenGL implementations: > [1] ati * > [2] xorg-x11 > >Also, I imagine those kernel options supply an interface for the DRM/DRI >driver. > Thank

Re: [gentoo-user] Gentoo + HP + Quickmedia

2011-12-15 Thread Carlos Sura
On 15 December 2011 18:44, Matthew Finkel wrote: > On Thu, Dec 15, 2011 at 7:24 PM, Carlos Sura > wrote: >> >> Well, Thank you for your answer Mick, but after numerous test also many >> times I've tried, could't make this happen, because quick media is without >> the HD (or at least I think) bec

Re: [gentoo-user] Gentoo + HP + Quickmedia

2011-12-15 Thread Matthew Finkel
On Thu, Dec 15, 2011 at 7:24 PM, Carlos Sura wrote: > > Well, Thank you for your answer Mick, but after numerous test also many > times I've tried, could't make this happen, because quick media is without > the HD (or at least I think) because I don't need to get to windows, is a > OS very light to

Re: [gentoo-user] Gentoo + HP + Quickmedia

2011-12-15 Thread Carlos Sura
On 4 December 2011 04:50, Mick wrote: > On Tuesday 29 Nov 2011 06:51:30 Carlos Sura wrote: > > Hello Mates, > > > > I have a new HP laptop i5, this came with Windows 7 pre-installed with HP > > quickweb (a tool that let me skype, check my email and navigate Interne, > > whitout loading WINDOWS).

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 16, 2011 5:49 AM, "Pandu Poluan" wrote: > > > On Dec 16, 2011 5:46 AM, "Pandu Poluan" wrote: > > > > > > On Dec 15, 2011 8:52 PM, "Joseph" wrote: > > > > > > On 12/15/11 16:11, Pandu Poluan wrote: > > >> > > >> > > >> Hmmm... > > >> > > >> Have you GRANT the 'sql-ledger' user the CONNEC

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 16, 2011 5:46 AM, "Pandu Poluan" wrote: > > > On Dec 15, 2011 8:52 PM, "Joseph" wrote: > > > > On 12/15/11 16:11, Pandu Poluan wrote: > >> > >> > >> Hmmm... > >> > >> Have you GRANT the 'sql-ledger' user the CONNECT privilege to the > >> database? > >> > >> Rgds, > > > > > > After inst

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 15, 2011 8:52 PM, "Joseph" wrote: > > On 12/15/11 16:11, Pandu Poluan wrote: >> >> >> Hmmm... >> >> Have you GRANT the 'sql-ledger' user the CONNECT privilege to the >> database? >> >> Rgds, > > > After installing postgresql I run: > emerge --config =dev-db/postgresql-server-9.1.1 > > s

Re: [gentoo-user] Who can tell me relationship among dri,glx,mesa,xorg?

2011-12-15 Thread Adam Carter
> Yeah, I was wrong :) libglx and libdri are part of xorg-server. libglx can also be provided by driver packages. You can select the xorg one or others via eselect; proxy adam # eselect opengl list Available OpenGL implementations: [1] ati * [2] xorg-x11 Also, I imagine those kernel opti

Re: [gentoo-user] Who can tell me relationship among dri,glx,mesa,xorg?

2011-12-15 Thread Michael Schreckenbauer
Am Donnerstag, 15. Dezember 2011, 18:29:14 schrieb Lavender: > At 2011-12-15 03:24:20,"Michael Schreckenbauer" wrote: > >Am Mittwoch, 14. Dezember 2011, 14:22:47 schrieb Lavender: > >> Now I'm totally confused, I can't find helpful information from > >> Internet. I know mesa is a open source imple

Re: [gentoo-user] Error with sunrise overlay during eix-sync...

2011-12-15 Thread Tanstaafl
On 2011-12-15 12:53 PM, Matthew Finkel wrote: On Thu, Dec 15, 2011 at 12:48 PM, Matthew Finkel mailto:matthew.fin...@gmail.com>> wrote: On Thu, Dec 15, 2011 at 12:15 PM, Tanstaafl mailto:tansta...@libertytrek.org>> wrote: Anyone else getting this error? It started this

Re: [gentoo-user] Error with sunrise overlay during eix-sync...

2011-12-15 Thread Matthew Finkel
On Thu, Dec 15, 2011 at 12:48 PM, Matthew Finkel wrote: > On Thu, Dec 15, 2011 at 12:15 PM, Tanstaafl wrote: > >> Anyone else getting this error? >> >> It started this morning... >> >> > Same here. I would say it is due to a bad push, but the changelog doesn't > show any changes for months. I don'

Re: [gentoo-user] Error with sunrise overlay during eix-sync...

2011-12-15 Thread Matthew Finkel
On Thu, Dec 15, 2011 at 12:15 PM, Tanstaafl wrote: > Anyone else getting this error? > > It started this morning... > > Same here. I would say it is due to a bad push, but the changelog doesn't show any changes for months. I don't know ebuild syntax well enough to figure out the problem at first g

[gentoo-user] Error with sunrise overlay during eix-sync...

2011-12-15 Thread Tanstaafl
Anyone else getting this error? Reading category 41|156 ( 26%): dev-php5 .. * ERROR: dev-php5/pecl-oauth-1.1.0 failed (depend phase): * Version of PHP required by packages in category dev-php5 unknown * * Call stack: * ebuild.sh, line 2051: Called source '/var/lib/

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
On 12/15/11 16:11, Pandu Poluan wrote: Hmmm... Have you GRANT the 'sql-ledger' user the CONNECT privilege to the database? Rgds, After installing postgresql I run: emerge --config =dev-db/postgresql-server-9.1.1 started postgresql-9.1 # su - postgres postgres@syscon5 ~ $ createuser

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
On 12/15/11 16:11, Pandu Poluan wrote: > here are other details: > > # psql -p 5432 -U postgres > psql (9.1.1) > Type "help" for help. > > postgres=# > Available PostgreSQL Slots > A 9.1 * A A A A A A A A A A A server-9.1.1 base-9.1.1 > Hmmm... Have you GRANT t

Re: [gentoo-user] Need help getting portage to email me emerge logs using ssmtp...

2011-12-15 Thread Tanstaafl
On 2011-12-15 7:21 AM, Tanstaafl wrote: I received the message, but it comes 'from' 'portage@localhost'... how/where can I change this from address? Never mind, found it: PORTAGE_ELOG_MAILFROM="myaddress.example" Thanks again Neil!

Re: [gentoo-user] Need help getting portage to email me emerge logs using ssmtp...

2011-12-15 Thread Tanstaafl
On 2011-12-14 5:09 PM, Neil Bothwick wrote: Try PORTAGE_ELOG_MAILURI="you@home /usr/sbin/sendmail" Bingo! I guess I didn't/don't fully understand what needs to go here... I received the message, but it comes 'from' 'portage@localhost'... how/where can I change this from address? Thanks Ne

Re:Re: [gentoo-user] Who can tell me relationship among dri,glx,mesa,xorg?

2011-12-15 Thread Lavender
About Mesa: http://www.mesa3d.org/intro.html About DRI: http://dri.freedesktop.org/wiki/ -- Andrés Becerra Sandoval Thanks, the web pages you provided I have already read before, these don't seem to provide helpful issues for my questions.

Re:Re: [gentoo-user] Who can tell me relationship among dri,glx,mesa,xorg?

2011-12-15 Thread Lavender
At 2011-12-15 03:24:20,"Michael Schreckenbauer" wrote: >Am Mittwoch, 14. Dezember 2011, 14:22:47 schrieb Lavender: >> Now I'm totally confused, I can't find helpful information from Internet. >> I know mesa is a open source implementation of OpenGL, obviously >> mesa will afford OpenGL API. DRI is

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 15, 2011 12:52 PM, "Joseph" wrote: > > On 12/15/11 12:23, Pandu Poluan wrote: >> >> On Dec 15, 2011 10:55 AM, "Joseph" wrote: >> > >> > I have postgresql up and running but when I try to connect via apache to >> postgresql I get an error: >> > >> > [error] [client 127.0.0.1] DBI >>