Re: [PLUG] Free Geek approved for AT!

2010-09-16 Thread John Jason Jordan
On Thu, 16 Sep 2010 11:34:44 -0700 Michael Dexter dijo: >Free Geek has approved us for the PLUG Advance Topics meeting. Let's >give this venue a try with a new food model. Thanks for taking the initiative to get this going. I will be there, Schlüssel in Hand. Onwärts zur Pizza u. zum Bier! And

[PLUG] Linksys WAP11 and ntp...

2010-09-16 Thread Michael C. Robinson
Is it true that version 2.6 of the Linksys WAP11 uses hard coded ntp servers? Is there a way to set this? I have an ntp server on my network and want to use the local one instead of whatever the WAP11 thinks it should use. ___ PLUG mailing list PLUG@li

Re: [PLUG] network conditional bash script, sharing and feedback request

2010-09-16 Thread nathan
On Thu, 16 Sep 2010 10:42:24 -0700 (PDT), Paul Heinlein wrote: > On Wed, 15 Sep 2010, Nathan W wrote: > > > #!/bin/sh > MAC=$(ip neighbor show | grep 'XX:XX:XX:XX:XX:XX REACHABLE' | wc -l) > if [ "$MAC" -eq 1 ]; then >case "$2" in > up) >mount /media/net >;; >

[PLUG] Free Geek approved for AT!

2010-09-16 Thread Michael Dexter
Hello, Free Geek has approved us for the PLUG Advance Topics meeting. Let's give this venue a try with a new food model. All the best, Michael ___ PLUG mailing list PLUG@lists.pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] network conditional bash script, sharing and feedback request

2010-09-16 Thread Paul Heinlein
On Wed, 15 Sep 2010, Nathan W wrote: > i've managed to piece one together myself (warnings, bash amateur), > and thought i'd share in case others have similar questions, and ask > for feedback on possible improvements/better methodologies; though > it works solidly, it feels kludgy to me, espec

Re: [PLUG] Using a new perl on CentOS...

2010-09-16 Thread Patrick J. Timlick
In my "Wierd Things That Happen" experience, one should heed Keith's cautions and advice when attempting to upgrade Python. Do just as he says, except replace Perl with Python. -- Pat On Wed, Sep 15, 2010 at 11:47 PM, Keith Lofstrom wrote: > On Wed, Sep 15, 2010 at 07:39:26PM -0700, Michael C