Re: [gentoo-user] emerge older version

2010-02-09 Thread Kaddeh
try emerge =media-gfx/imagemagick-6.4.7.0 On Tue, Feb 9, 2010 at 8:45 AM, Laurent Kappler wrote: > Hi, > > I'm tryin to emerge ImageMagick version 6.4.7.0 while current in portage is > 6.5.7. > > How could I do that?? > > thanks > Laurent > >

Re: [gentoo-user] Broadcom firmware doesn't work with 2.6.32-r4

2010-02-11 Thread Kaddeh
Check out http://bugs.gentoo.org/show_bug.cgi?id=304265 and then update to 2.6.32-r5 Cheers Kad On Wed, Feb 10, 2010 at 11:24 PM, Iain Buchanan wrote: > Hi collective, > > I just upgraded from linux-2.6.32-tuxonice-r1 to r4 and my network card > no longer works. It is "Broadcom Corporation Net

Re: [gentoo-user] Embeding a Terminal in a GTK Window

2010-03-08 Thread Kaddeh
have you tried terminal, xterm, aterm, etc? On Mon, Mar 8, 2010 at 3:01 PM, dhk wrote: > Is it possible to embed a terminal window in a gtk window? > > I want to be able to run a text program as usual, but have it wrapped in > the GTK window so I can scroll output and other stuff to a textview.

Re: [gentoo-user] Problem with "make oldconfig" 2.6.30-8 ==> 2.6.31

2010-03-10 Thread Kaddeh
Walter, I'd advise going back through and running a "make menuconfig" on 2.6.31-r6/10 and verify that everything is in order. The reason that I say this is that, in the event that your kernel -DID- revert back to defaults, if you have a non-ext2/3 partition, it isn't going t recognize it (EXT4, Re

Re: [gentoo-user] wine cannot compile with jpeg flag

2010-03-15 Thread Kaddeh
Looks like the jpeg use flag is ok to use according to bug #283089 [ http://bugs.gentoo.org/show_bug.cgi?id=283089] It looks like it is waiting for the thumbs-up from everyone to be taken out. I have been running with the jpeg use flag unmasked for a while and haven't seen any issues. Cheers Kad

Re: [gentoo-user] libvdpau (?)

2010-03-26 Thread Kaddeh
do you have VIDEO_CARDS set in your make.conf? On Fri, Mar 26, 2010 at 8:18 AM, 7v5w7go9ub0o <7v5w7go9u...@gmail.com>wrote: > I'd like to compile ffmpeg with vdpau - direct NVidia hardware > acceleration. This is a configuration flag for ffmpeg. > > Setting the "vdpau" use flag seems to set the c

Re: [gentoo-user] language

2010-04-02 Thread Kaddeh
Have you tried setting LINGUAS="fr" in your make.conf? On Fri, Apr 2, 2010 at 2:58 PM, Roger Cahn wrote: > Hi all, > > Yesterday I gave a presentation with OOo-3.2 Impress > with my laptop (xfce4, thunar). > I used a video projector Dell, which worked fine. > However, this made my language chang

Re: [gentoo-user] Gentoo decapitated

2010-05-10 Thread Kaddeh
have you tried emergeing x11-drivers/xf86-input-evdev and x11-drivers/xf86-input-mouse on their own without xorg? Cheers Kad On Mon, May 10, 2010 at 9:59 PM, Kevin O'Gorman wrote: > About a week ago, my Gentoo box was in a bad state where there were some > packages that would not install, so

Re: [gentoo-user] identical drives, different free space!

2010-05-13 Thread Kaddeh
Are you doing a full recursive copy of / from rootfs for sdd7 (aka cp -r /) if so, are the other partitions mounted as well? Cheers Kad On Thu, May 13, 2010 at 6:51 PM, Iain Buchanan wrote: > Hi, > > I have two 160Gb drives, one internal and one USB. I've partitioned > them the same and create

Re: [gentoo-user] problem updating python

2010-05-20 Thread Kaddeh
what is the output of "eselect python list" On Thu, May 20, 2010 at 11:43 AM, Rene Lopez Montelongo < r...@redes.acatlan.unam.mx> wrote: > Hi everyone > I'm trying to install on a sparc architecture SUN Ultra45. > > At the time to install a new slot of python I got the this error... > > > livecd

Re: [gentoo-user] Cannot start Slapd (OpenLDAP)

2010-05-22 Thread Kaddeh
or... you could run slaptest and get some failure output. I noticed that my slapd was having issues too, I managed to track it down to a bdb version mismatch miniroute ~ # slaptest bdb_back_initialize: BDB library version mismatch: expected Berkeley DB 4.8.26: (2010-03-14), got Berkeley DB 4.8.30:

[gentoo-user] Web Server Memory Issues

2011-01-12 Thread Kaddeh
So, I have run into an interesting problem while building out a web server for a client which I haven't come across before and I was hoping that the list would be a good way for me to find the answer. A little beckground on the systems: P4 @ 3.0Ghz 2GB PC2 4200 2x 250GB drives in RAID1 The system

Re: [gentoo-user] Web Server Memory Issues

2011-01-12 Thread Kaddeh
write caching hteroy just comes up because I can clear the cached memory down to 14mb cached using 'sync && echo 3 > /proc/sys/vm/dump_cache' Cheers Kad On Wed, Jan 12, 2011 at 1:37 PM, Jarry wrote: > On 12. 1. 2011 19:59, Kaddeh wrote: > > P4 @ 3.0Ghz >>

Re: [gentoo-user] Web Server Memory Issues

2011-01-12 Thread Kaddeh
replication. As for the webapp itself, it is PHP, but that is literally to make the MySQL connections to pull down the pages in the database (literally, entire pages of html in columns). Cheers Kad On Wed, Jan 12, 2011 at 4:08 PM, Matthew Summers wrote: > On Wed, Jan 12, 2011 at 4:47 PM, Kaddeh wr

Re: [gentoo-user] Web Server Memory Issues

2011-01-13 Thread Kaddeh
On 12/1/2011, at 10:47pm, Kaddeh wrote: > > ... > > First, addressing the SQL issue and why I think that that could be one of > > the causes. The entire site, for the most part is all in one giant DB > > (~9GB) a significant part of that is a 3gb table full of raw image d

Re: [gentoo-user] Web Server Memory Issues

2011-01-13 Thread Kaddeh
yes, but that should have an effect on swap space. Cheers Kad On Thu, Jan 13, 2011 at 11:56 AM, Bill Longman wrote: > On 01/13/2011 09:59 AM, Kaddeh wrote: > > I have a standard 2x RAM swap size of 4gb. > > The problem that I am seeing though is that the applications (MySQL and

Re: [gentoo-user] Re: Gentoo install script

2012-07-03 Thread Kaddeh
Very well done, reminded me of some code that I wrote (poorly, I might add) but, I dug it up and found some changes that you might be able to implement instead of lines and lines of static configs. That being said, take some of these changes into consideration. Dynamic detection of drives and par