Re: [clug-talk] OT: Help me pick my hardware

2012-03-25 Thread Jamie Furtner
were plugged into its native slot but it works correctly. This means you can use a x1 card in a x1, x4, x8 or x16 slot, a x4 card in a x4, x8, or x16 slot and so forth. Jamie -- Jamie Furtner ja...@furtner.ca "I aim to misbehave" - Malcom Reynolds (Serenity movie) "It

Re: [clug-talk] SSD Mismatch

2012-05-23 Thread Jamie Furtner
atch between an SSD which is SATA III and my controller. I would appreciate any advice. Robin ___ clug-talk mailing list clug-talk@clug.ca http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Pleas

Re: [clug-talk] iPhone

2012-10-04 Thread Jamie Furtner
ease remove these lines when replying -- Jamie Furtner ja...@furtner.ca "I aim to misbehave" - Malcom Reynolds (Serenity movie) "It's not safe... "For them." - River Tam (Serenity movie) ___ clug-talk mailing list clug-talk@clu

Re: [clug-talk] Google wallet

2012-11-28 Thread Jamie Furtner
A lot of sites don't do the client side check and rely only on the payment processor, but this is something that can be done to give a better user experience. Jamie -- Jamie Furtner ja...@furtner.ca "I aim to misbehave" - Malcom Reynolds (Serenity movie) "It's not sa

RE: [clug-talk] named dying randomly, very often sometimes...

2004-07-13 Thread Jamie Furtner
I've seen stock named with RH9 die on a SMP system (noticed the kernel) where it'd die from a bug in the threading library - I think I saw events in the messages log that I used to search, but I don't recall for sure. The fix was to upgrade to 9.2.2. I compiled my own version of it and its been

RE: [clug-talk] Safely Removing Linux from a Dual-boot

2004-07-30 Thread Jamie Furtner
Boot to the XP recovery console and type "fixmbr". That should restore the MBR to the same one that Windows writes when it partitions. Jamie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Graupe Sent: July 30, 2004 3:16 PM To: Alex; CLUG General Sub

Re: [clug-talk] distcc revisited

2004-08-24 Thread Jamie Furtner
/clug.ca/mailman/listinfo/clug-talk_clug.ca > > > -- Jamie Furtner [EMAIL PROTECTED] <--- Note the new address! "The difference between intelligence and stupidity is that intelligence has its limits." --unknown ___ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Re: [clug-talk] How to uninstall MySQL server

2004-09-02 Thread Jamie Furtner
an't change their user ID on-the-fly like that. Programs run by root can change their user to another without a problem. This is part of the security profile of most/all *nixes - they don't allow unprivileged users to do things that could be dangerous. (changing your user ID without au

Re: [clug-talk] how to turn on the time service on RH9?

2004-09-16 Thread Jamie Furtner
clug-talk mailing list [EMAIL PROTECTED] >> http://clug.ca/mailman/listinfo/clug-talk_clug.ca >> >> > > > __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > &

Re: [clug-talk] Apache vhost proxy?

2004-10-01 Thread Jamie Furtner
>>> I've done >>> that. What I'm missing is how to tell the virtual host that the >>> document root is on a different server, and to mangle the URLs >>> accordingly in both directions so web pages and/or redirects happen >>> properly. > > _

Re: [clug-talk] Apache 2 and Tomcat 5 help?

2005-03-27 Thread Jamie Furtner
o run those JSPs, or configure a tomcat Listener as directed in the "User Web Applications" section of http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html so that Tomcat can dynamically create contexts on the fly for user's web apps. Jamie -- Jamie Furtner [EMAIL PROTEC

Re: [clug-talk] Regexp curiousity

2005-08-08 Thread Jamie Furtner
-talk@clug.ca > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying > > -- Jamie Furtner [EMAIL PROTECTED] "The difference between intelligence and stupidity is that intel

Re: [clug-talk] Weekly Poll

2007-06-11 Thread Jamie Furtner
From within the copy / scrollback mode, use Enter to start a selection, move to the end of the selection and press enter again. To paste the results, use Control-A ] Jamie Kevin Anderson wrote: > How do I select something though. Say I have a 50 page text file that > I'd like to cat, copy an

Re: [clug-talk] Finding the best route between (mobile) machines

2008-04-16 Thread Jamie Furtner
[EMAIL PROTECTED] wrote: >> This is simple... hamachi >> >> > > Well Hamachi looks like an interesting solution for 'Freedom Haters' ;-) > > Seriously though it looks like they've done a pretty good job at solving a > number of problems and the description portrays it as an easy to use > solut

Re: [clug-talk] scanner for linux

2010-07-28 Thread Jamie Furtner
es.php) **Please remove these lines when replying -- Jamie Furtner ___ clug-talk mailing list clug-talk@clug.ca http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

Re: [clug-talk] tesseract compile

2010-10-14 Thread Jamie Furtner
> clug-talk mailing list > > clug-talk@clug.ca > > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > > **Please remove these lines when replying -- An old mainframer getting current

RE: [clug-talk] OT: Regular Expression Help?

2004-01-28 Thread Jamie Furtner
Try "\{\\b0 \{\\\*\\bkmkstart bookmark_name\}"to match the entire string you're searching for -- this works in Perl. The best tool I've seen for help creating regular expressions is visual regexp. Its a Tk/Tcl script that lets you create and test regular expressions, and gives in-app help as well

RE: [clug-talk] yet another emerge question

2004-02-12 Thread Jamie Furtner
As far as I can tell, it means that the ebuild kde-base/kde is a virtual package and doesn't actually have any files associated with it or a download. It depends on all the various KDE packages and is just a user-friendly method of installing all of KDE with one emerge command. Its use is to easil

RE: [clug-talk] Linux on a nforce board - Please help!!

2004-02-25 Thread Jamie Furtner
Try booting with the "noapic" kernel option. I had major problems with 2.4.20-.22 with my Shuttle box when the APIC was enabled. As a side note, 2.6.2 w/ the latest ACPI patches works wonderfully, even with the APIC enabled... Jamie -Original Message- From: Jesse Kline To: [EMAIL PROTECT

RE: [clug-talk] Linux Filesystems

2004-03-01 Thread Jamie Furtner
Its because they're "fragmentation resistant" in the sense that they allocate space for files in an intelligent manner, instead of the "wherever the file fits" method that NTFS and FAT use. During use, they'll automatically defragment files as they're written. Contrast that to the FAT file system w

RE: [clug-talk] Help with extracting a file from a tar

2004-04-28 Thread Jamie Furtner
tar tvf If you know any part of the filename, you could append the path, like tar tvf '/home/backup/pg*' should work. If you don't, then the tvf will do it ('f' to tell tar to use the file tarfile.tar as its input) Jamie -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] S

Re: [clug-talk] MD5 difference?

2005-09-29 Thread Jamie Furtner
> > > gives me d8e8fca2dc0f896fd7cb4cb0031ba249 > > Nick > > > ___ > clug-talk mailing list clug-talk@clug.ca > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove t

Re: [clug-talk] discovered ssh

2005-11-21 Thread Jamie Furtner
> clug-talk mailing list clug-talk@clug.ca > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying > > > -- Jamie Furtner [EMAIL PROTECTED] &q

Re: [clug-talk] discovered ssh

2005-11-21 Thread Jamie Furtner
On Mon, November 21, 2005 5:15 pm, Kin C Wong wrote: > Jamie Furtner wrote: > > >> By itself, that sets up the SSH session to forward X11 connections from >> the X11 client (machine you've connected to) to your X11 server (local >> X >> server). >> &g

Re: [clug-talk] XEN and first unpriviledged domain

2005-12-19 Thread Jamie Furtner
On Mon, December 19, 2005 10:36 pm, Shawn wrote: > This results in a kernel boot, but ends with > md: Autodetecting RAID arrays. > md: autorun ... > md: ... autorun DONE. > kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem > with ordered data mode. VFS: Mounted root (ext3

Re: [clug-talk] XEN and first unpriviledged domain

2005-12-19 Thread Jamie Furtner
On Mon, December 19, 2005 11:20 pm, Shawn wrote: > On Monday 19 December 2005 23:18, Jamie Furtner wrote: > >> You're right, it the error is because the image partition is blank. >> What >> you need to do is bootstrap the image file as a new Gentoo installation

Re: [clug-talk] XEN and first unpriviledged domain

2005-12-20 Thread Jamie Furtner
On Tue, December 20, 2005 1:52 am, Shawn wrote: > On Tuesday 20 December 2005 00:50, Jamie Furtner wrote: > >> Yup, mount it and treat it as the target of an install. Get it set up >> the way you want inside the chroot - including setting up the fstab >> correctly for XEN,

Re: [clug-talk] Creating Proxy

2006-02-15 Thread Jamie Furtner
On Wed, February 15, 2006 12:08 am, shane wrote: > Hi All, > > > Curious about creating a proxy server specifically for Trillian instant > message services, irc and the like. > > I tried 'middleman' but couldn't get it to work. > > > Is Squid better? Will it forward im, irc and suchlike? > > > Than

Re: [clug-talk] What FS type for 80GB USB drive

2006-03-29 Thread Jamie Furtner
__ > clug-talk mailing list clug-talk@clug.ca > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying -- Jamie Furtner [EMAIL PROTECTED] "I aim to misbehave"

Re: [clug-talk] Recovering Data from dead LVM partition?

2006-04-06 Thread Jamie Furtner
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying > > > -- Jamie Furtner [EMAIL PROTECTED] "I aim to misbehave" - Malcom Reynolds (Serenity movie) "It

Re: [clug-talk] Kernel 101

2006-04-27 Thread Jamie Furtner
What "very low numbers" are you looking at? Are you looking at the overall system memory in the header of top's output? If so, then it's normal behaviour from modern operating systems. The short answer is "what good is all this memory if it's not used?" It's easily available to processes if needed

Re: [clug-talk] ldap and ie

2006-06-09 Thread Jamie Furtner
On Fri, June 9, 2006 12:50 pm, Jesse Kline wrote: > > > I'm working with a web application which is able to automatically > authenticate users through active directory when they are using Internet > Explorer. I recently > setup another web app. running on Linux which has ldap functionality and > i

Re: [clug-talk] backup script

2006-06-29 Thread Jamie Furtner
On Thu, June 29, 2006 11:41 am, Brad Camroux wrote: > Hey, > > > Does anyone have a script for doing monthly backups of maildirs? > I'd like to put all mail from, say, April, into a folder called > April06, or something to that effect. Of course this would be > ideally run as a cron job. > > Than

Re: [clug-talk] Application suspend, force RAM to swap

2006-07-07 Thread Jamie Furtner
On Fri, July 7, 2006 8:58 am, Roy Souther wrote: > Is there any way to suspend or hibernate a single application, or is > there anyway to force the Linux Kernel to move an application out of RAM > and into swap and then just ignore it until told otherwise? > > If I renice an application to +20 it

Re: [clug-talk] Nvidia tv-out

2006-07-16 Thread Jamie Furtner
On Sun, July 16, 2006 1:39 am, Jesse Kline wrote: > > Good evening my nerdy friends, > > > I am having a problem getting my nvidia card to display on both my tv and > crt monitor at the same time. I followed the instructions in the readme > and added the following lines to the screen section of th

Re: [clug-talk] External Tape Backup

2006-10-24 Thread Jamie Furtner
According to the Linux HCL, it's supported. It should appear as the /dev/st* and the corresponding /dev/rst* devices. http://www.linuxquestions.org/hcl/showproduct.php?product=3342&cat=all Jamie Shawn wrote: > Limited exp with tape drives here, but > > Wouldn't the drive simply appear as an

Re: [clug-talk] VPN Use

2006-11-29 Thread Jamie Furtner
when replying >>>> >> -- >> Key fingerprint: BDE0 DE52 B8C0 0CDF 7653 E5A2 D861 7877 0D3B 813E >> http://www.jonwatson.ca >> +1.403.875.6048 >> > > ___ > clug-talk mailing list > clug-talk@clug.ca > http://clug.ca/mailm