[CentOS] Problem compiling cairo-dock under CentOS 5.2

2009-01-25 Thread Marko Vojinovic
I am trying to compile cairo-dock from source (failing to find an existing package for CentOS). I believe all dependencies are satisfied, but while doing "make", at some point it says (I can provide the full make output if it's needed): gcc -g -O2 -o cairo-dock -Wl,--export-dynamic cairo_dock

Re: [CentOS] OT? File order on CentOS/Samba server

2009-01-25 Thread Miguel Medalha
> That is really weird, since it's only sorting a list before starting > the processing, but once the processing is started, it does exactly > the same in both cases (the only difference is that in one case > "filenameforall" is used and in the other case "forall" is used over > an array with the

Re: [CentOS] OT? File order on CentOS/Samba server

2009-01-25 Thread John
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Filipe Brandenburger > Sent: Saturday, January 24, 2009 8:13 PM > To: CentOS mailing list > Subject: Re: [CentOS] OT? File order on CentOS/Samba server > > Oi Miguel, > > On Sat, Jan

Re: [CentOS] OT? File order on CentOS/Samba server

2009-01-25 Thread Miguel Medalha
> Filipe, it is possible it is taking so long to do a "sort" because when > doing it, it caches it on the client side of Distiller also + does it on the > Samba Server to. IE; Sorts on Both Sides. > > > I tried it, several times, on a standalone Windows workstation and the same happens. I am n

Re: [CentOS] OT? File order on CentOS/Samba server

2009-01-25 Thread Les Mikesell
Miguel Medalha wrote: >> Filipe, it is possible it is taking so long to do a "sort" because when >> doing it, it caches it on the client side of Distiller also + does it on the >> Samba Server to. IE; Sorts on Both Sides. >> >> >> > I tried it, several times, on a standalone Windows workstation

Re: [CentOS] OT? File order on CentOS/Samba server

2009-01-25 Thread Miguel Medalha
>> Sounds like a bug in the program. Maybe it runs a separate instance for >> each page in that mode and doesn't release any memory until it is all >> finished. On something smaller or less complex it might not make much >> difference, but if the memory use pushes into swap it will take muc

Re: [CentOS] OT? File order on CentOS/Samba server -- SOLVED (kind of...)

2009-01-25 Thread Miguel Medalha
>>> Well, I did try to compile it but make fails on all the Linux computers >>> I have access to. They all run CentOS 5.2. It would be nice to have a >>> .rpm... I am a sysadmin, not a programmer, I am not able to solve most >>> compile errors. >>> > > I will have a hack at compiling it lat

Re: [CentOS] can't install rrdtool, problems with dependancies

2009-01-25 Thread Jim Perrin
On Sat, Jan 24, 2009 at 10:31 AM, Kai Schaetzl wrote: > Jim Perrin wrote on Sat, 24 Jan 2009 08:47:43 -0500: > >> or packaging >> oversite in rpmforge > > no, I know it works. Yes. I know it works as well. Since others had taken to smacking the OP around immediately (even thought it was justified

Re: [CentOS] can't install rrdtool, problems with dependancies

2009-01-25 Thread jkinz
On Sun, Jan 25, 2009 at 02:18:14PM -0500, Jim Perrin wrote: > Yes. I know it works as well. Since others had taken to smacking the > OP around immediately (even thought it was justified) I felt no need > to smack him again. By shifting the blame/reason/whatever to something > other than his system,

Re: [CentOS] Problem compiling cairo-dock under CentOS 5.2

2009-01-25 Thread Marko Vojinovic
On Sunday 25 January 2009 17:10, Marko Vojinovic wrote: > I am trying to compile cairo-dock from source (failing to find an existing > package for CentOS). I believe all dependencies are satisfied, but while > doing "make", at some point it says (I can provide the full make output if > it's needed)

[CentOS] e-sata

2009-01-25 Thread centos
Hi, Does anybody has any experience with e-sata on CentOS5.2? - How fast is it? Same as an internal sata? - Does it support sata-2? - Does it "hot-plug" like a USB? -- Thanks http://www.911networks.com When the network has to work ___ CentOS mailing l

Re: [CentOS] e-sata

2009-01-25 Thread Marko A. Jennings
On Sun, January 25, 2009 5:02 pm, cen...@911networks.com wrote: > Does anybody has any experience with e-sata on CentOS5.2? > > - How fast is it? Same as an internal sata? > - Does it support sata-2? > - Does it "hot-plug" like a USB? I use one ExpressCard eSATA II controller with a laptop under C

Re: [CentOS] e-sata

2009-01-25 Thread John R Pierce
Marko A. Jennings wrote: > On Sun, January 25, 2009 5:02 pm, cen...@911networks.com wrote: > >> Does anybody has any experience with e-sata on CentOS5.2? >> >> - How fast is it? Same as an internal sata? >> - Does it support sata-2? >> - Does it "hot-plug" like a USB? >> > > I use one Expre

Re: [CentOS] Problem compiling cairo-dock under CentOS 5.2

2009-01-25 Thread William L. Maltby
On Sun, 2009-01-25 at 23:14 +0100, Marko Vojinovic wrote: > > To partially answer my own question, it appears that g_timeout_add_seconds > was > introduced in glib2 library, starting from version 2.14, while my current > CentOS installation has version 2.12.3-2. Now, it turns out that glib2

Re: [CentOS] Problem compiling cairo-dock under CentOS 5.2

2009-01-25 Thread Ned Slider
William L. Maltby wrote: > On Sun, 2009-01-25 at 23:14 +0100, Marko Vojinovic wrote: >> > >> To partially answer my own question, it appears that g_timeout_add_seconds >> was >> introduced in glib2 library, starting from version 2.14, while my current >> CentOS installation has version 2.12.3-

Re: [CentOS] e-sata

2009-01-25 Thread Les Mikesell
cen...@911networks.com wrote: > Hi, > > Does anybody has any experience with e-sata on CentOS5.2? > > - How fast is it? Same as an internal sata? > - Does it support sata-2? > - Does it "hot-plug" like a USB? The 'E' just means the connector comes out the back. Otherwise it is the same as inte

Re: [CentOS] Problem compiling cairo-dock under CentOS 5.2

2009-01-25 Thread Filipe Brandenburger
Hi, On Sun, Jan 25, 2009 at 17:14, Marko Vojinovic wrote: > * update glib2 and possibly glibc and its dependencies? Bad idea. If you do that, what you will have at the end will no longer be CentOS, and if you break it, you got to keep the pieces. > * temper with the cairo-dock source to remove

Re: [CentOS] e-sata

2009-01-25 Thread Filipe Brandenburger
Hi, On Sun, Jan 25, 2009 at 17:02, wrote: > Does anybody has any experience with e-sata on CentOS5.2? Yes. > - How fast is it? Same as an internal sata? Same as internal. Just the connector is different. > - Does it support sata-2? > - Does it "hot-plug" like a USB? Depends on the adapter y

Re: [CentOS] e-sata

2009-01-25 Thread John R Pierce
Les Mikesell wrote: > cen...@911networks.com wrote: > >> Hi, >> >> Does anybody has any experience with e-sata on CentOS5.2? >> >> - How fast is it? Same as an internal sata? >> - Does it support sata-2? >> - Does it "hot-plug" like a USB? >> > > The 'E' just means the connector comes out t