Re: [eug-lug]whack: jack and phlack (sound and security projects)

2003-12-12 Thread Bob Crandell
And I guess if you haven't used it yet, you don't know Jack. Sorry. I'll leave now. Ben Barrett ([EMAIL PROTECTED]) wrote: > >Fun projects I found over dinner: > >1. http://jackit.sourceforge.net/ >"what is jack? > >JACK is a low-latency audio server, written for POSIX conformant operating >sys

[eug-lug]High Tech

2003-12-13 Thread Bob Crandell
Hi, Frequently Asked Questions for Etch-A-Sketch Technical Support: Q: My Etch-A-Sketch has all of these funny little lines all over the screen. A: Pick it up and shake it. Q: How do I turn my Etch-A-Sketch off? A: Pick it up and shake it. Q: What's the shortcut for Undo? A: Pick it up and shak

Re: [eug-lug]Larry in the news!

2003-12-18 Thread Bob Crandell
Bob Miller ([EMAIL PROTECTED]) wrote: > >T. Joseph Carter wrote: > >> No, actually, he was talking about the anti-spam law and how it's a >> beginning and all. I caught most of the segment at 5pm on channel 16 here >> in Eugene (3 on cable). I am watching for a repeat of the segment in >> their f

[eug-lug]QMail Folders

2003-12-29 Thread Bob Crandell
Hi, How do I have QMail create folders in addition to cur, new and tmp in Maildir? Thanks -- Assured Computing When you need to be sure. [EMAIL PROTECTED] www.assuredcomp.com Voice - 541-868-0331 FAX - 541-463-1627 Eugene, Oregon ___ EuG-LUG mailing

Re: [eug-lug]QMail Folders

2003-12-29 Thread Bob Crandell
T. Joseph Carter ([EMAIL PROTECTED]) wrote: > >On Fri, Dec 26, 2003 at 05:01:56PM +0000, Bob Crandell wrote: >> How do I have QMail create folders in addition to cur, new and tmp in Maildir? > >I generally use procmail for the purpose.. > >[EMAIL PROTECTED]:~/Library

[eug-lug]QMail

2004-01-06 Thread Bob Crandell
Hi, I'm finally back on line. Will you accept mail from me? Bob Crandell ___ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug

[eug-lug]Qmail

2004-01-12 Thread Bob Crandell
Hi, I have qmail running except for a little error I could solve, maybe, if I could just see the whole error message. ps axfw shows: 4854 pts/0S 0:00 /bin/sh /command/svscanboot 4857 pts/0S 0:00 \_ svscan /service 4859 pts/0S 0:00 | \_ supervise qmail-send 4861 p

[eug-lug]LINUX PIPELINE NEWSLETTER

2004-01-14 Thread Bob Crandell
Hi, This is for you who have time to read it: LINUX PIPELINE NEWSLETTER Tuesday, January 13, 2004 http://www.linuxpipeline.com Using Linux just got a lot safer as users got two separate, new indemnifications against lawsuits that might be brought by SCO for copyright infringement: Novell said on

[eug-lug]Conditional Bash script

2004-01-14 Thread Bob Crandell
Hi, I'm trying to write a script that checks the contents of a file and if it's there skip it. Here is my test script: #!/bin/sh if [ 0 == grep local /etc/hosts ]; then echo "Been there. Done that." else echo "It's ok to do it now." fi === It doesn't like the

RE: [eug-lug]Conditional Bash script

2004-01-14 Thread Bob Crandell
-s checks that the file exists and has a size greater than zero. > >Garl > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf >> Of Bob Crandell >> Sent: Wednesday, January 14, 2004 9:05 AM >> To: Eugene Linux Us

RE: [eug-lug]Conditional Bash script

2004-01-14 Thread Bob Crandell
ere. Done That." > else >echo "It's ok to do it now." >fi > > >> -----Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf >> Of Bob Crandell >> Sent: Wednesday, January 14, 2004 9:24 AM &g

Re: [eug-lug]Conditional Bash script

2004-01-15 Thread Bob Crandell
Actually, for this to work for what I wanted it to do, the 'if' statement needs to be: if [ $testvar -eq 1 ]; then This adds text to the file only if it isn't already there. Thanks guys. Garl Grigsby ([EMAIL PROTECTED]) wrote: > > >>With many tasks, it's better to do positive validation >>(i.e

[eug-lug]qmail battle

2004-01-15 Thread Bob Crandell
#x27;y' at the end. Sigh. Anyway. Thanks bunches. Bob Crandell -- Assured Computing When you need to be sure. [EMAIL PROTECTED] www.assuredcomp.com Voice - 541-868-0331 FAX - 541-463-1627 Eugene, Oregon ___ EuG-LUG mailing list [EMAIL PROTECTED]

Re: [eug-lug]Conditional Bash script

2004-01-15 Thread Bob Crandell
The trouble is, I just barely have a grasp on shell programming and I can only spell piethon. Jason ([EMAIL PROTECTED]) wrote: > >Aggh, you've just sparked an old suppressed memory. > >I had to build this huge BIND install and hardening >script one time. I created a function for just about >every

Re: [eug-lug]Conditional Bash script

2004-01-15 Thread Bob Crandell
5559 6446229489 5493038196 >4428810975 6659334461 2847564823 3786783165 2712019091 >4564856692 3460348610 4543266482 1339360726 0249141273 >... > >On 01/15/04 09pm, Bob Crandell wrote: >> The trouble is, I just barely have a grasp on shell programming and I can only spell &g

[eug-lug]Lying scripts

2004-01-15 Thread Bob Crandell
Hi, I'm looking at someone else's code: DD="`id $QS_USER 2>/dev/null`" if [ "$?" -ne 0 -o "$DD" = "" ]; then cat

Re: [eug-lug]Lying scripts

2004-01-15 Thread Bob Crandell
Bob Miller ([EMAIL PROTECTED]) wrote: > >Bob Crandell wrote: > >> if [ "$?" -ne 0 -o "$DD" = "" ]; then > >Should be... > > if [ "$?" -ne 0 -o "$DD" == "" ]; then > >[EMAIL PROTECTED] >http://

[eug-lug]SCO

2004-01-23 Thread Bob Crandell
be in place by the end of January. Thanks Bob Crandell -- Assured Computing When you need to be sure. [EMAIL PROTECTED] www.assuredcomp.com Voice - 541-868-0331 FAX - 541-463-1627 Eugene, Oregon ___ EuG-LUG mailing list [EMAIL PROTECTED] http://mail

RE: [eug-lug]SCO

2004-01-25 Thread Bob Crandell
mand line tool. It is very easy to use from a command line. In fact there should be no scripting needed. All you would have to do would be to create a cronjob entry. > >Garl > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf >&

RE: [eug-lug]SCO

2004-01-26 Thread Bob Crandell
are they running? Do they have ncftp already on the system? Do they have a compiler? >Need More Input. >#5's Alive. > >Garl > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf >> Of Bob Crandell >> Sent: Sunda

RE: [eug-lug]SCO

2004-01-26 Thread Bob Crandell
No. It's a doctor's office running Medical Manager. Grigsby, Garl ([EMAIL PROTECTED]) wrote: > >This doesn't happen to be a veterinary clinic, does it? > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf >

RE: [eug-lug]SCO

2004-01-26 Thread Bob Crandell
hanks Grigsby, Garl ([EMAIL PROTECTED]) wrote: > >Ok, What OS are they running? Do they have ncftp already on the system? Do they have a compiler? >Need More Input. >#5's Alive. > >Garl > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[E

Re: [eug-lug]WANTED: Powered External HD Enclosure

2004-01-29 Thread Bob Crandell
I have one that can handle 5 or 6 drives. The connection is SCSI 1 Ryan Stasel ([EMAIL PROTECTED]) wrote: > >Just need an external HD enclosure that holds atleast 4 drives, hopefully >can handle full height 3.5 inch drives, cooling, internal power, scsi, you >know. > >If anyone has one that they'

RE: [eug-lug]SCO

2004-01-29 Thread Bob Crandell
Hi, I just wanted to let you know that this works pretty good. Here is what I ended up doing: #/root/.netrc #machine host_to_ftp_to login user_name password the_password machine server.com login Its_me password let_me_in default login anonymous password [EMAIL PROTECTED] ===

[eug-lug]SpamAssassin tweaking

2004-02-02 Thread Bob Crandell
Hi, The server I've been fighting with since Jan 1 is finally working and filtering and happy. Thanks to lots of good help here and Google. The one specific issue I would like to resolve is autolearn. It doesn't matter what the score is, the header always says, "X-Spam-Status: No, hits=0.5 requ

[eug-lug]EXTREMISM IN DEFENSE OF LINUX MUST BE CONDEMNED

2004-02-04 Thread Bob Crandell
Hi, Here is something you might want to read, at least the first part. LINUX PIPELINE NEWSLETTER http://www.linuxpipeline.com/ February 3, 2004 EXTREMISM IN DEFENSE OF LINUX MUST BE CONDEMNED I've been doing a bit of Googling today, and I've discovered that there's something missing from the st

Re: [eug-lug]EXTREMISM IN DEFENSE OF LINUX MUST BE CONDEMNED

2004-02-05 Thread Bob Crandell
it, and decide >how to respond, because it doesn't belong to us. I also do not believe that >we can (or should [try to]) turn people into conformists via Linux. > >Thoughts? > >Thanks for your time, freaks = ) > > Ben > > >On Wed, 04 Feb 2004 15:

[eug-lug]Security Pipeline Newsletter

2004-02-05 Thread Bob Crandell
Here is another taste tid bit. Enjoy. SECURITY PIPELINE NEWSLETTER http://www.securitypipeline.com/ Thursday February 5 TRYING TO AVOID SARCASM; ONLY PARTIALLY SUCCEEDING We had a lot of fun thinking up sarcastic things to say about this story: "CAN-SPAM Doesn't Can Spam" http://www.securitypi

Re: [eug-lug]Dell's Linux Blog

2004-02-07 Thread Bob Crandell
The best warranty is the one you don't need. Hal Pomeranz ([EMAIL PROTECTED]) wrote: > >> A good 75% of the laptops that come in for repair on Dell. We've >> replaced everything from screens, backlights, drives, to >> motherboards. What I see the least that have any hardware >> problems are usuall

Re: [eug-lug]stop drooling

2004-02-07 Thread Bob Crandell
One of my clients named their's after the Gilligan Island charactors. Another named their printers after the planets. They had problems with print jobs showing up on Mars until we replaced it. Mr O ([EMAIL PROTECTED]) wrote: > >OH!! Silly me. Yes, you'd have to know the history of my paint >jobs

[eug-lug]2.6.0 Tuning

2004-02-07 Thread Bob Crandell
Hi, When I was running 2.4.20, I could work and Fold at the same time without any degradation. Now I'm running 2.6.0 and Folding drags my system down so bad I can't work. Does anybody have an idea where to start looking in order to get my performance back? Thanks Bob -- Assured Computing When

Re: [eug-lug]2.6.0 Tuning

2004-02-08 Thread Bob Crandell
That helped but it didn't fix it. Larry Price ([EMAIL PROTECTED]) wrote: > >top > >renice folding > >(some versions of top will let you renice jobs from within top) > > > >On Saturday, February 7, 2004, at 10:36 PM, Bob Crandell wrote: > >> Hi, >&

Re: [eug-lug]2.6.0 Tuning

2004-02-08 Thread Bob Crandell
f Folding on this machine and rarely does it bog >down. Even while gaming or xscreensavers running. > > > >--- Bob Crandell <[EMAIL PROTECTED]> wrote: >> Hi, >> >> When I was running 2.4.20, I could work and Fold at the same >> time without any >> degrad

Re: [eug-lug]Happy Precedence Day!

2004-02-16 Thread Bob Crandell
Bob Miller ([EMAIL PROTECTED]) wrote: > > Table 2-1. Precedence and Associativity of Operators > = > Operators Associativity > --

[eug-lug]autolearn=yes?

2004-02-16 Thread Bob Crandell
Hi, Here is the header of a real live SPAM: Subject: *SPAM* **SPAM*: =?ISO-8859-1?b?QmVzdCBzZWxsaW5nIGZvciAyMDAz?= Date: Mon, 16 Feb 2004 06:10:14 + Message-Id: <[EMAIL PROTECTED]> X-Spam-Flag: YES X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on ocicat.assuredco

Re: [eug-lug]autolearn=yes?

2004-02-16 Thread Bob Crandell
Rob Hudson ([EMAIL PROTECTED]) wrote: > > On 20040217.0058, Bob Crandell said ... > > 2) You will notice autolearn=no on the last line. How do I make it say > > autolearn=yes ? BTW, the score doesn't make any difference here. > > Look in

Re: [eug-lug]question on Gb over Fibre

2004-02-22 Thread Bob Crandell
Did you get a crossover cable? Mr O ([EMAIL PROTECTED]) wrote: > > I'm looking to go Fibre between my fileserver and game box and > was wondering if fibre is anything like ethernet in terms of > connection. As in; do I need a switch or can I go machine to > machine without any additional special

Re: [eug-lug]TV input cards

2004-02-25 Thread Bob Crandell
I'm have my satellite plugged into a Hauppauge WinTV-GO model 190 with nVidia GeForce 2 MX 400 and Sound Blaster live Platinum and XawTV. I got them at Circuit City. Sorry Mr. O. I don't watch much TV with it. I mostly listen to music. Mostly. Bob Bob Miller ([EMAIL PROTECTED]) wrote: > > I

Re: [eug-lug]TV input cards

2004-02-26 Thread Bob Crandell
Bob Miller ([EMAIL PROTECTED]) wrote: > > Mr O wrote: > > > Actually, for KBob's needs, the audio should be coming off the > > satellite box so tuner and sound capabilities of the TV card are > > of no concern. > > Actually, KBob should clarify KBob's needs. Why? What does he know? -- Assured Com

[eug-lug]Linux Users

2004-03-03 Thread Bob Crandell
Hi, Never say die. That's what I always say. LINUX PIPELINE NEWS BULLETIN http://www.linuxpipeline.com/ SCO Sues AutoZone, Readies Suit Against DaimlerChrysler http://www.linuxpipeline.com/news/showArticle.jhtml?articleId=18201823 SCO charges AutoZone violated SCO copyright by running Linux con

[eug-lug]Security Pipeline

2004-03-05 Thread Bob Crandell
Hi, Here is a look at the wormy issue with a lighter touch. - 1. EDITOR'S NOTE INVASION OF THE BAD-TEMPERED 12-YEAR-OLDS If you have any doubt that the Internet is being taken over by ill- tempered 12-year-olds, check out this week's story by Gregg Keize

[eug-lug]Store and Forward

2004-03-07 Thread Bob Crandell
Hi, One of my clients is asking for a SPAM filter for his Exchange server. No wise cracks. He's stuck and he knows it. What I was planning on putting in was Sendmail/Procmail/SpamAssassin store and forward mail server. My question is can I and how do I do this without creating users on the mai

Re: [eug-lug]Store and Forward

2004-03-08 Thread Bob Crandell
that I would put into procmail is better put into the sendmail rules > on the front end box. > > > > > "Bob Crandell" <[EMAIL PROTECTED]> writes: > > % Hi, > % > % One of my clients is asking for a SPAM filter for his Exchange server. No &g

Re: [eug-lug]clearing out old gnomes

2004-03-08 Thread Bob Crandell
I'd like to know this too. My laptop says it can't find a Mozilla icon and I can't find it either nor can I find any reference to it in any of the Gnome config files I can find. Rob Hudson ([EMAIL PROTECTED]) wrote: > > Any gnome users here? > > Now that Debian has Gnome 2.4 I wanted to give it a

Re: [eug-lug]clearing out old gnomes

2004-03-08 Thread Bob Crandell
u can get with recursive make and > unresolved dependencies > and then throw in things like libintl.so.4 not being recognised :P ) > > On the other hand gnome has been my home desktop for a while now. > > > On Monday, March 8, 2004, at 10:33 AM, Bob Crandell wrote: > &g

Re: [eug-lug]Store and Forward

2004-03-10 Thread Bob Crandell
Cory Petkovsek ([EMAIL PROTECTED]) wrote: > > On Sun, Mar 07, 2004 at 11:02:39PM +0000, Bob Crandell wrote: > > Hi, > > > > One of my clients is asking for a SPAM filter for his Exchange server. No > > wise cracks. He's stuck and he knows it. > >

Re: [eug-lug]Store and Forward

2004-03-10 Thread Bob Crandell
gt; solution being planned for the mx? This is what I'd > tend to recommend (anti-spam on either the mx or the > Exchange box), since I don't see a reason to add > another box to the mix (unless they have a ton of mail > traffic). > > J > --- Bob Crandell <[EMAIL

Re: [eug-lug]Store and Forward

2004-03-11 Thread Bob Crandell
What he said. Cory Petkovsek ([EMAIL PROTECTED]) wrote: > > On Wed, Mar 10, 2004 at 11:48:20AM -0800, Jason wrote: > > Maybe a dumb question, but why does the customer want > > a separate box vs. installing something like netiq's > > mailmarshal right on the Exchange box? > > The customer probably

Re: [eug-lug]Store and Forward

2004-03-15 Thread Bob Crandell
Cory Petkovsek ([EMAIL PROTECTED]) wrote: > > On Wed, Mar 10, 2004 at 10:28:48PM -0800, Cory Petkovsek wrote: > > 1) Postfix+amavisd-new+spamassassin on one server > > 2) default exchange 5.5 on another server > > 3) script that dumps ldap entries from exchange to a text file that postfix > > reads

Re: [eug-lug]Store and Forward

2004-03-15 Thread Bob Crandell
Have you configured spamass-milter? I've read through some of the docs and it makes me feel dense. Thanks Larry Price ([EMAIL PROTECTED]) wrote: > > there is a milter to call spamassassin > > On Monday, March 8, 2004, at 07:44 AM, Bob Crandell wrote: > > > It'

Re: [eug-lug]Store and Forward

2004-03-19 Thread Bob Crandell
ED]) wrote: > > there is a milter to call spamassassin > > On Monday, March 8, 2004, at 07:44 AM, Bob Crandell wrote: > > > It's amazing how great minds think alike. This is exactly what I'm > > trying to > > do. What I'm not sure of is the how to pa

Re: [eug-lug]Store and Forward

2004-03-19 Thread Bob Crandell
T. Joseph Carter ([EMAIL PROTECTED]) wrote: > > On Fri, Mar 19, 2004 at 04:42:26PM +0000, Bob Crandell wrote: > > I'm having trouble getting Sendmail to understand I want it to talk to > > SpamassMilter. In poking around looking for an answer, I got to thinking that

Re: [eug-lug]Store and Forward

2004-03-19 Thread Bob Crandell
T. Joseph Carter ([EMAIL PROTECTED]) wrote: > > On Fri, Mar 19, 2004 at 08:53:02PM +0000, Bob Crandell wrote: > > > Dropping the X-Spam-Status header requires that you do a bunch of pipes. > > > > > > Just sending the message on would be > > > > >

Re: [eug-lug] I guess I mean "Defragmentation"- Programs&Need for?

2004-03-20 Thread Bob Crandell
Here is one Googled response: http://www.linuxquestions.org/questions/archive/1/2003/10/4/93224 Harald Sundt ([EMAIL PROTECTED]) wrote: > > As per subject line. Forgive my weak SysAdmin skills > > > ;) > ___ > EuG-LUG mailing list > [EMAIL PROTECT

Re: [eug-lug]Mouse scroll wheel stoped working after 2.6 kernel upgrade

2004-03-24 Thread Bob Crandell
I have the same situation with my laptop except it's kernel 2.6.0. The ZAxisMapping was missing from XF86Config and I added it back in. Still no joy. Keep us posted. I was just getting ready to upgrade the kernel on my desktop when I saw your message. Now I'm going to wait. Thanks jgw ([EMAI

Re: [eug-lug]gentoo install problems

2004-03-24 Thread Bob Crandell
Cory Petkovsek ([EMAIL PROTECTED]) wrote: > > SNIP > > Also, I wouldn't recommend gentoo for a laptop. Long compiling times will heat > up the laptop more than it was designed for. > > Cory > Folding makes it hot too. ;> -- Assured Computing, Inc. When you need to be sure. http://www.assuredcomp.

[EUG-LUG:2818] Getting more life from your old hardware

2002-06-03 Thread Bob Crandell
stops the network before it dismounts the drives. See you. -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:2822] Re: Getting more life from your old hardware

2002-06-04 Thread Bob Crandell
p a terminal (like the LTSP) and compared the 2 systems? Id be curious... >It sounds like your using the hard disk for local config, and temp stuff >(like print spool, www, ...). I wonder if your way maybe bettter than LTSP? > >Jamie > >Sometime just before Monday 03 June 2002 09:

[EUG-LUG:2867] Re: This is great....sort of...

2002-06-07 Thread Bob Crandell
g to edit smb.conf manually. > >Cheers, >Beaker - daemon advocate - running NetBSD-1.5.2/i386+sparc > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:2896] Re: Suspend Linux from the command line?

2002-06-11 Thread Bob Crandell
has stable releases every >20 months? > >I honestly believe that if RMS and Linus would have settled their >differences and decided to make one true system, M$ would have >been out of business long ago. > >-- ><[EMAIL PROTECTED]> >g- (or maybe

[EUG-LUG:2902] Re: compile this!!

2002-06-12 Thread Bob Crandell
>Do You Yahoo!? >Yahoo! - Official partner of 2002 FIFA World Cup >http://fifaworldcup.yahoo.com > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:2907] Re: custom built workstation

2002-06-13 Thread Bob Crandell
gt;17 inch monitor >black and white laser printer >install Mandrake Linux Power Pack >set up DSL >make sure everything works >90 day technical support > >Landscapes of the Mind >[EMAIL PROTECTED] > > > > -- Bob Crandell Assured Computing When you need to be sure. Ce

[EUG-LUG:2914] Folder

2002-06-13 Thread Bob Crandell
Hey Mr. O! That machine you built is pumping out 9 frames an hour. Gues what I want for Christmas. -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:2918] Re: network Mac X and Linux

2002-06-14 Thread Bob Crandell
Benjamin Huot ([EMAIL PROTECTED]) wrote*: > >How do I network Mac OS X and Linux so I can use the cd burner on my Linux box. >The Mac superdrive doesn't support older Windows and Mac systems with more than 8 >digit file names on the CD-R's. > >Landscapes of the Mind >[EMAIL

[EUG-LUG:2941] Re: Reand more

2002-06-15 Thread Bob Crandell
os as well >> as the device itself of course). Maybe others with >> more experience >> could report on this; I'd like to hear about it too. > > > >__ >Do You Yahoo!? >Yahoo! - Official partner of 2002 FIFA World Cup >http://fifaworldcup.yahoo.com > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3082] Re: meeting this week???

2002-06-24 Thread Bob Crandell
partner of 2002 FIFA World Cup >: > http://fifaworldcup.yahoo.com >: >: http://www.efn.org/~laprice( Community, Cooperation, Consensus >: http://www.opn.org ( Openness to serendipity, make mistakes >: http://www.efn.org/~laprice/poems ( but learn from them.(carpe fructus >: ludi) > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3083] Re: AIM on Linux

2002-06-24 Thread Bob Crandell
eam on the >> desktop over the next few months. Really good. >> >> -- >> Bob Miller K >> kbobsoft software consulting >> http://kbobsoft.com >> [EMAIL PROTECTED] >> > > >_

[EUG-LUG:3152] Re: DSL and KPPP

2002-06-29 Thread Bob Crandell
ndscapes of the Mind >[EMAIL PROTECTED] > > > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3153] Re: OSDN selling user info to M$

2002-06-29 Thread Bob Crandell
: purchases of $2,000 or more with Upgrade Advantage through June 30, 2002, >: subject to credit approval.* After your 90 day promotion expires, the APR >: is only 7.9% and minimum payments are less than 5% of each purchase's >: initial balance. >: >: If it weren't so thick,

[EUG-LUG:3158] Re: 56k modem router

2002-06-29 Thread Bob Crandell
to set up. > >I could buy a digital camera and double my memory for that price. > >How would it work to set up a Linux compatible 56k modem (I already have that) up to the nix box and route it >through ethernet to my laptop? > >Landscapes of the Mind >[EMAIL PROTECTED] > &

[EUG-LUG:3172] Re: slack 8.1 boot issue...

2002-06-29 Thread Bob Crandell
nd mandrake, >> and every other bootable >> cd I have. What is it about 8.1 that doesnt like my >> hardware > > >______ >Do You Yahoo!? >Yahoo! - Official partner of 2002 FIFA World Cup >http://fifaworldcu

[EUG-LUG:3204] Re: Ob Mac Joke

2002-06-30 Thread Bob Crandell
What's the procedure to band someone from the list? ;^) Mike O ([EMAIL PROTECTED]) wrote*: > >I'd rather have a half dozen computers then I'd have >(drumroll please...) VI !! > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX

[EUG-LUG:3205] Re: Ob Mac Joke

2002-06-30 Thread Bob Crandell
Mark Bigler ([EMAIL PROTECTED]) wrote*: > >On Sunday 30 June 2002 14:53, Dennis Eberl wrote: >> On Sunday, June 30, 2002, at 02:42 PM, Mark Bigler wrote: >> > On Sunday 30 June 2002 14:04, Dennis Eberl wrote: >> >> Isn't MIT that looney bin where that slime dog Noam Chomsky hides >> >> out? Down t

[EUG-LUG:3208] Re: Ob Mac Joke

2002-06-30 Thread Bob Crandell
Edward Craig ([EMAIL PROTECTED]) wrote*: > >On Sun, 30 Jun 2002, Bob Crandell wrote: > >> What's the procedure to band someone from the list? ;^) > Essentially, get an owner to set the subscriber unable to post, >although able to receive the residual flamage. >

[EUG-LUG:3216] Re: Ob Mac Joke

2002-06-30 Thread Bob Crandell
Larry Price ([EMAIL PROTECTED]) wrote*: > >On Sun, 30 Jun 2002, Edward Craig wrote: > >> On Sun, 30 Jun 2002, Bob Crandell wrote: >> >> > What's the procedure to band someone from the list? ;^) >> Essentially, get an owner to set the subscriber un

[EUG-LUG:3244]

2002-07-02 Thread Bob Crandell
Has this been posted before? http://www.theregister.co.uk/content/4/25993.html What's an XBox made of? -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3249] Re: [EUG-LUG] Is there a free Linux TT & Type 1 Font making program?

2002-07-02 Thread Bob Crandell
If it's source code, it shouldn't matter. Harald Sundt ([EMAIL PROTECTED]) wrote*: > >>Thanks! > > > >>Am downloading the sources now, have been looking for the same for a while, >>and the last I found wouldn't build on OpenBSD. > >Too bad Mac O

[EUG-LUG:3250] Re: XBOX

2002-07-02 Thread Bob Crandell
What kind of video, sound and NIC? Did you read the article? Wana make some money boy? Mike O ([EMAIL PROTECTED]) wrote*: > >XBOX is a P3 733 w/32MB RAM, hard drive and modified >Win2K kernel. >Eh? > >Mr O. > >--- Bob Crandell <[EMAIL PROTECTED]> wrote:

[EUG-LUG:3254] Re: [EUG-LUG] Is there a free Linux TT & Type 1 Font making program?

2002-07-02 Thread Bob Crandell
Nasty? :^) Jacob Meuser ([EMAIL PROTECTED]) wrote*: > >On Wed, Jul 03, 2002 at 02:55:28AM +0000, Bob Crandell wrote: >> If it's source code, it shouldn't matter. > >Unless it's full of nasty Linux-isms. > >-- ><[EMAIL PROTECTED]> > > -- B

[EUG-LUG:3255] Re:

2002-07-02 Thread Bob Crandell
ernel. >> Eh? > >With a proprietary BIOS (apparently, the only way to use Linux on >the XBox is to use a "pirated" BIOS from a M$ dev kit). Also uses >SMBus (www.smbus.org). http://www.smbus.org/specs/smbb10.pdf defines >the SMBus BIOS spec. > >-- ><[EMA

[EUG-LUG:3369] Re: wireless hell...

2002-07-09 Thread Bob Crandell
ther than using >bits and peices of this and that...) > >anyone familiar with nexttuple errors? how to easily fix my unresolved symbol >problems, or how to get my slackware 8.1 cd to work (install!) > >Jamie > > > -- Bob Crandell Assured Computing When you need to

[EUG-LUG:3413] Re:InstallFest dress rehearsal saturday

2002-07-12 Thread Bob Crandell
Larry Price ([EMAIL PROTECTED]) wrote*: > >On Fri, 12 Jul 2002, Beaker wrote: > > >If you consider 756kbps dsl to be fast... > > It's tolerable. -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3431] Re: hubs up, pizza on it;s way

2002-07-13 Thread Bob Crandell
Is the parity odd or even? Larry Price ([EMAIL PROTECTED]) wrote*: > >It's a lan party -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3437] Re: I need EFN IP numbers

2002-07-14 Thread Bob Crandell
t;What exactly do I do to get online and do the emerge thing..sigh. > >Thanks > >Daniel > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3439] Re: I need EFN IP numbers

2002-07-14 Thread Bob Crandell
Let that be a lesson to you. Read your message again *before* you hit send. Jacob Meuser ([EMAIL PROTECTED]) wrote*: > >On Sun, Jul 14, 2002 at 07:54:38PM +0000, Bob Crandell wrote: >> I believe EFN's DNS is: >> DNS - 192.168.37.186 >> DNS - 128.223.32.35 >>

[EUG-LUG:3460] Re: Perhaps someone here can help me

2002-07-16 Thread Bob Crandell
sty, integrity, and >creativity. I will stay and fight for the working people >of this country and every other against the injustice, >lies, and brutality of capitalism (legalized plunder.) > >So help me God, >Dexter Graphic > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3479] Re: Help with loading modules

2002-07-17 Thread Bob Crandell
e, OR 97402 Internet: http://www.plmsol-eds.com >======= > -FEA makes a good engineer great, and a poor engineer dangerous- >=== > > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3488] Re: Help with loading modules

2002-07-18 Thread Bob Crandell
the ncr53c8xx. > Redhat 7.2 or 7.3. Can't remember at the moment. > >Garl > >-Original Message- >From: Bob Crandell [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, July 17, 2002 8:29 PM >To: [EMAIL PROTECTED] >Subject: [EUG-LUG:3479] Re: Help with loading modu

[EUG-LUG:3490] Re: Help with loading modules

2002-07-18 Thread Bob Crandell
You wouldn't want Mandrake on a server. Redhat maybe. Slackware for sure. Linux Rocks ! ([EMAIL PROTECTED]) wrote*: > >RedHat... ok... They probably have the equivilent somewhere, but being a >non-RH'er I couldnt say where. maybe locate rc.modules? or look for >conf.modules as well as modules.c

[EUG-LUG:3527] RE: Just Testing

2002-07-21 Thread Bob Crandell
al cyber brain. How can one >ignore such a thing? I will not ignore. I will >celebrate it . > >Hurray! > >~:> > >P.S. -- Ok, just ignore me, right?... > -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3529] RE: Just Testing

2002-07-21 Thread Bob Crandell
h CPU = 75 min On your machines, there's no distinction between elapsed & CPU time; so the new one looks even better: 88 min vs. 105 min (due to I/O?). " Thanks Mike, he really likes it. [EMAIL PROTECTED] wrote*: > >On Mon, Jul 22, 2002 at 02:11:42AM +, Bob Crandell wrot

[EUG-LUG:3547] Re: redhat 7.3

2002-07-22 Thread Bob Crandell
> >Supported Operating Systems : > >The IntelĀ® Desktop Board D850EMV2 supports the following operating systems: >Windows* XP > >Red Hat* Linux* (Limited Driver Support > >You might want to try their Chipset Update Utility. The D850E chipset is >software updateable. See h

[EUG-LUG:3581] Re: Happy Anniversary!

2002-07-24 Thread Bob Crandell
upgraded many times without rebooting, an >> unfortunate requirement for nearly all windows software. The software >> runs as fast as it did when it was installed, also unfortunately not true >> with windows. >> >This is my first year uptime. Perhaps no great feat for some s

[EUG-LUG:3582] Re: Happy Anniversary!

2002-07-24 Thread Bob Crandell
act >> with was a mail server running BSD/OS 1.0. Before it had to be >> replaced, it had been up for a little over 4 years. I have also had an >> OS/2 machine running PBX software run for about 3 years... If anybody >> cares about that. >> >> TimH > > --

[EUG-LUG:3592] Re: Happy Anniversary!

2002-07-25 Thread Bob Crandell
And she does. Linux Rocks ! ([EMAIL PROTECTED]) wrote*: > >If its her computer... then she can do any stupid thing she wants :) > >Jamie > >Sometime just before Wednesday 24 July 2002 06:46 pm Bob Crandell Wrote >about:[EUG-LUG:3581] Re: Happy Anniversary! >: Yesterday, o

[EUG-LUG:3610] SPAM Assassin

2002-07-27 Thread Bob Crandell
ces to procmail in sendmail.cf. Does that mean I'm using procmail. Thank you for your support. -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402

[EUG-LUG:3614] Re: SPAM Assassin

2002-07-30 Thread Bob Crandell
lobal from SPAM Assassin? Maybe some of the EFN gurus have some >input here, as well as posting a few recipes as examples that would >overwrite(if possible) some global criteria that a specific user likes to >relax. > - Horst. > >~~~ > &g

[EUG-LUG:3628] Re: kernel patching

2002-07-30 Thread Bob Crandell
st >one with the answer gets a lollipop. :) > >Thanks. > >Mr O > >__ >Do You Yahoo!? >Yahoo! Health - Feel better, live better >http://health.yahoo.com > > -- Bob Crandell Assured Computing When you nee

[EUG-LUG:3635] bandwidth managing software

2002-07-30 Thread Bob Crandell
Hi, This message was sent to me. What should I tell him? "Do you use any bandwidth managing software or know of any that is worth a hill of beans?" Thanks -- Bob Crandell Assured Computing When you need to be sure. Cell 541-914-3985 FAX 240-371-7237 [EMAIL PROTECTED] www.assur

[EUG-LUG:3639] Re: bandwidth managing software

2002-07-30 Thread Bob Crandell
Jacob Meuser ([EMAIL PROTECTED]) wrote*: > >On Wed, Jul 31, 2002 at 05:42:19AM +0000, Bob Crandell wrote: >> Hi, >> >> This message was sent to me. What should I tell him? >> >> "Do you use any bandwidth managing software or know of any that is wort

  1   2   3   4   5   6   7   8   >