Re: Anyone got three monitors working?

2011-11-28 Thread Mike Park
On Sun, Nov 27, 2011 at 11:41 AM, Thomas Cameron wrote: > I'd *really* love to do triple head - the monitor in front of me for my > main work, and the two side screens for supporting stuff. > > I am wondering, since my motherboard has a four PCI Express x1 ports and > I see PCI Express x1 video c

Re: NFS mounts at boot broken on F15?

2011-05-28 Thread Mike Park
> I solaved the problem by adding a comment=systemd.automount > for the NFS mounts in fstab. See man systmd.automount > Louis Another way to solve this problem is to just use systemd unit files, placed in: /etc/systemd/system For example, here's a working pair of unit files that handle my auto

Re: [OT] javascript guru out there?

2010-07-22 Thread Mike Park
Hi Mike, > I've been developing a javascript application that works everywhere > except on Google's Chrome browser and have tracked it down to a "for > each" statement. You don't need the 'each' keyword in the 'for' statement. And if you're looking to iterate through an array, you're much better

Re: F-12 lost audio -

2010-05-22 Thread Mike Park
>    This is not a major problem but an annoyance since sound usually >    just works and I don't know how to troubleshoot it further. > >    Any suggestions appreciated. > I experienced something similar, although my audio stopped working more than a month ago. And while I still don't understand

Re: Fedora-12 boot fails at "Starting udev:"

2010-05-21 Thread Mike Park
> PS: Mike, it would be good if you could share how you got the chart > rendering to work. Maybe the OP can try too? Sure, but I'll answer it in your original post, so we can keep this thread about the booting problem, possibly due to udev. -- users mailing list users@lists.fedoraproject.org To u

Re: Rendering chart from bootchart

2010-05-21 Thread Mike Park
> And the java application supplied with bootchart generates > the following error. > >> $ java -jar /usr/share/java/bootchart.jar >> Exception in thread "main" java.lang.NoClassDefFoundError: >> org/apache/commons/cli/ParseException >> Caused by: java.lang.ClassNotFoundException: >> org.apache.com

Re: Fedora-12 boot fails at "Starting udev:"

2010-05-19 Thread Mike Park
On Wed, May 19, 2010 at 9:08 AM, William Perkins wrote: > > I am having a boot problem on my work station with any of the > Fedora-12 update kernels.  The hardware appears to lock up with > no response possible from the keyboard.  They all fail by hanging > at the "Starting udev:" line during the

Re: Recursive comparing of files

2010-02-23 Thread Mike Park
Hi there, Try 'fslint', it does hash-sum comparisons on files in different dirs.. Although the front-end 'fslint-gui' isn't exactly built for automation, it at least lets you do big sweeps of dupe-deletion. --Mike On Tue, Feb 23, 2010 at 5:31 PM, Marko Vojinovic wrote: > > Hi folks! :-) > > I