Wednesday, August 29, 2007

[BLUG] new Distro

I am working on a project to create a lightweight Linux workstation distro for older hardware, mainly PII and PIII machines. The goal is a functional desktop with easy installation and configuration. This is not a LiveCD like damn small linux but a complete installation distro which uses IceWM for the window manager. All of the applications from Debian stable are available post install for those who need additional software. We could use a little help with testing and a few details if anyone has time or wants to.
Deb-Ice is a customized Debian distribution uses apt for package management and the 2.6 kernel. Deb-Ice simplifys the process of installing Debian on an older machine. Currently we just have an installer which uses the Debian repositories. Once we get to version 1.0 we will release an iso for offline installation. The IceWM window manager is installed along with a selection of applications for everyday use, most of which are selected for low memory usage, although familar applications such as a Mozilla browser suite are also included for those who would rather use them. We are working on getting together the needed graphical configuration utilities as well. It is a desktop workstation distribution to simple functionality and performance on older hardware.
Basically everything is together but we need to make sure nothing important is missing or see if anyone can think of some other applications that need to be added. Things we need help with include:
* testing sound, printing
* Getting together some information (documentation and HowTos) about getting these things working for the distribution.
* There are a few broken pieces of software lying around that we would like to get included if anyone that can program in C++ or C would like to work on. These are basically just configuration utilities which are missing. debian packaging expertise would also be helpful here.
* We could use some prople who are good with graphics to create icons for the menu items, which are not completed yet.

Website is still under construction but can be found at http://icelinux.net If you would like to help out Just send me an email if you want to help out and then download the iso
https://sourceforge.net/project/showfiles.php?group_id=203391
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Monday, August 27, 2007

Re: [BLUG] Postfix email router

Well, some people use them in their procmail rules or whatever. I'd
prefer for them to be accurate, meaning showing the original destination
address. I know the To: line shows that but if some people are already
counting X-Original-To being right, then......

I think Wietse thought I was doing some kind of content filtering that
was rewriting that line, but I'm not AFAIK. I was doing greylisting for
a bit, but I turned that off and am having the same problem.

Mark

On Mon, Aug 27, 2007 at 04:58:23AM GMT, Matt Standish [mstandish@gmail.com] said the following:
> That is the common way of redirecting mail. My X-Orinigal-To headers
> say the same thing. The important header (double check this) is the
> Return-Path header.
>
> X- headers are usually only used for informational purposes and spam
> scores. I don't think they are ever used for mail routing without
> writing your own milter to utilize them. If you still have an account
> with 'that other ISP' then I would check your headers on an email from
> that account. Email is routed the same way.
>
> Wietse usually responds quickly, I would give him a chance to see your bump.
>
>
>
>
>
> On 8/26/07, Mark Krenz <mark@slugbug.org> wrote:
> >
> > Cool. I'm doing it through virtual users. So I have a table that has
> > values like this:
> >
> > mark@slugbug.org mark@camille.servers.suso.org
> >
> >
> > arvo.suso.org being the server that I want to have mail for that email
> > address delivered to. But the X-Original-To: header on the delivered
> > messages ends up showing mark@camille.servers.suso.org whereas I would
> > expect it to show mark@slugbug.org.
> >
> > Mark
> >
> > On Mon, Aug 27, 2007 at 02:49:11AM GMT, Matt Standish [mstandish@gmail.com] said the following:
> > > I do. How are you redirecting your mail? Through virtual users or transports?
> > >
> > > On 8/26/07, Mark Krenz <mark@slugbug.org> wrote:
> > > >
> > > > Does anyone on the list have a setup where you have at least two email
> > > > servers running Postfix where one acts as a "email router" and the
> > > > second one is the delivery host.
> > > >
> > > > I'm trying to set this up for Suso and have it working, except that
> > > > the X-Original-To header line is being changed to the
> > > > username@delivery.host address instead of keeping its original address.
> > > >
> > > > I've written to the postfix users mailing list, but am not getting
> > > > much help there.
> > > >
> > > > Thanks,
> > > > Mark
> > > >
> > > > --
> > > > Mark Krenz
> > > > Bloomington Linux Users Group
> > > > http://www.bloomingtonlinux.org/
> > > > _______________________________________________
> > > > BLUG mailing list
> > > > BLUG@linuxfan.com
> > > > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> > > >
> > >
> > >
> > > --
> > > Matt Standish
> > > MSN Messenger: mps_@hotmail.com
> > > Yahoo Messenger: mattstandish@yahoo.com
> > > Google Talk: mstandish
> > > _______________________________________________
> > > BLUG mailing list
> > > BLUG@linuxfan.com
> > > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> > >
> >
> > --
> > Mark Krenz
> > Bloomington Linux Users Group
> > http://www.bloomingtonlinux.org/
> > _______________________________________________
> > BLUG mailing list
> > BLUG@linuxfan.com
> > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >
>
>
> --
> Matt Standish
> MSN Messenger: mps_@hotmail.com
> Yahoo Messenger: mattstandish@yahoo.com
> Google Talk: mstandish
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Sunday, August 26, 2007

Re: [BLUG] Postfix email router

That is the common way of redirecting mail. My X-Orinigal-To headers
say the same thing. The important header (double check this) is the
Return-Path header.

X- headers are usually only used for informational purposes and spam
scores. I don't think they are ever used for mail routing without
writing your own milter to utilize them. If you still have an account
with 'that other ISP' then I would check your headers on an email from
that account. Email is routed the same way.

Wietse usually responds quickly, I would give him a chance to see your bump.

On 8/26/07, Mark Krenz <mark@slugbug.org> wrote:
>
> Cool. I'm doing it through virtual users. So I have a table that has
> values like this:
>
> mark@slugbug.org mark@camille.servers.suso.org
>
>
> arvo.suso.org being the server that I want to have mail for that email
> address delivered to. But the X-Original-To: header on the delivered
> messages ends up showing mark@camille.servers.suso.org whereas I would
> expect it to show mark@slugbug.org.
>
> Mark
>
> On Mon, Aug 27, 2007 at 02:49:11AM GMT, Matt Standish [mstandish@gmail.com] said the following:
> > I do. How are you redirecting your mail? Through virtual users or transports?
> >
> > On 8/26/07, Mark Krenz <mark@slugbug.org> wrote:
> > >
> > > Does anyone on the list have a setup where you have at least two email
> > > servers running Postfix where one acts as a "email router" and the
> > > second one is the delivery host.
> > >
> > > I'm trying to set this up for Suso and have it working, except that
> > > the X-Original-To header line is being changed to the
> > > username@delivery.host address instead of keeping its original address.
> > >
> > > I've written to the postfix users mailing list, but am not getting
> > > much help there.
> > >
> > > Thanks,
> > > Mark
> > >
> > > --
> > > Mark Krenz
> > > Bloomington Linux Users Group
> > > http://www.bloomingtonlinux.org/
> > > _______________________________________________
> > > BLUG mailing list
> > > BLUG@linuxfan.com
> > > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> > >
> >
> >
> > --
> > Matt Standish
> > MSN Messenger: mps_@hotmail.com
> > Yahoo Messenger: mattstandish@yahoo.com
> > Google Talk: mstandish
> > _______________________________________________
> > BLUG mailing list
> > BLUG@linuxfan.com
> > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >
>
> --
> Mark Krenz
> Bloomington Linux Users Group
> http://www.bloomingtonlinux.org/
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>


--
Matt Standish
MSN Messenger: mps_@hotmail.com
Yahoo Messenger: mattstandish@yahoo.com
Google Talk: mstandish
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Postfix email router

Cool. I'm doing it through virtual users. So I have a table that has
values like this:

mark@slugbug.org mark@camille.servers.suso.org


arvo.suso.org being the server that I want to have mail for that email
address delivered to. But the X-Original-To: header on the delivered
messages ends up showing mark@camille.servers.suso.org whereas I would
expect it to show mark@slugbug.org.

Mark

On Mon, Aug 27, 2007 at 02:49:11AM GMT, Matt Standish [mstandish@gmail.com] said the following:
> I do. How are you redirecting your mail? Through virtual users or transports?
>
> On 8/26/07, Mark Krenz <mark@slugbug.org> wrote:
> >
> > Does anyone on the list have a setup where you have at least two email
> > servers running Postfix where one acts as a "email router" and the
> > second one is the delivery host.
> >
> > I'm trying to set this up for Suso and have it working, except that
> > the X-Original-To header line is being changed to the
> > username@delivery.host address instead of keeping its original address.
> >
> > I've written to the postfix users mailing list, but am not getting
> > much help there.
> >
> > Thanks,
> > Mark
> >
> > --
> > Mark Krenz
> > Bloomington Linux Users Group
> > http://www.bloomingtonlinux.org/
> > _______________________________________________
> > BLUG mailing list
> > BLUG@linuxfan.com
> > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >
>
>
> --
> Matt Standish
> MSN Messenger: mps_@hotmail.com
> Yahoo Messenger: mattstandish@yahoo.com
> Google Talk: mstandish
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Postfix email router

I do. How are you redirecting your mail? Through virtual users or transports?

On 8/26/07, Mark Krenz <mark@slugbug.org> wrote:
>
> Does anyone on the list have a setup where you have at least two email
> servers running Postfix where one acts as a "email router" and the
> second one is the delivery host.
>
> I'm trying to set this up for Suso and have it working, except that
> the X-Original-To header line is being changed to the
> username@delivery.host address instead of keeping its original address.
>
> I've written to the postfix users mailing list, but am not getting
> much help there.
>
> Thanks,
> Mark
>
> --
> Mark Krenz
> Bloomington Linux Users Group
> http://www.bloomingtonlinux.org/
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>


--
Matt Standish
MSN Messenger: mps_@hotmail.com
Yahoo Messenger: mattstandish@yahoo.com
Google Talk: mstandish
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

[BLUG] Postfix email router

Does anyone on the list have a setup where you have at least two email
servers running Postfix where one acts as a "email router" and the
second one is the delivery host.

I'm trying to set this up for Suso and have it working, except that
the X-Original-To header line is being changed to the
username@delivery.host address instead of keeping its original address.

I've written to the postfix users mailing list, but am not getting
much help there.

Thanks,
Mark

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Saturday, August 25, 2007

[BLUG] BLUG website

I got sick of the spam on the BLUG wiki so I installed the
SpamBlacklist extension for mediawiki on the site. This should solve
the problem. Its worked great on Bloomingpedia.

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Thursday, August 23, 2007

Re: [BLUG] Social Meeting: Thursday August 23rd at 7:30pm

Is there such a thing as having enough 80s rock star endorsements?  I think not.
Dave Cooley dcooley@kiva.net


Mark Krenz wrote:
  Well, I think BLUG needs more 80s rockstar endorsements.    http://www.bloomingpedia.org/wiki/David_Lee_Roth   On Wed, Aug 22, 2007 at 08:16:46PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:   
On a side note: Opie Taylors got ruled out due to David Lee Roth will be there signing autographs tomorrow evening.  Might be a bit busy.  Scott Blaydes  Mark Krenz wrote:     
  Cool.  Marina and I both will be there.  On Wed, Aug 22, 2007 at 07:16:24PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:       
BLUG will be having a social meeting on Thursday, August 23rd starting at 7:30 and running until we get bored and leave (or are kicked out). There will be no presentation, but there should be alot of good Linux and general geek talk.  The location of the meeting will be Upland Brewing Company at 350 W 11th Street.  You can find the menu at http://uplandbeer.com along with information about their hand-crafted beers.  Hope to see you there.  Thank you, Scott Blaydes _______________________________________________ BLUG mailing list BLUG@linuxfan.com http://mailman.cs.indiana.edu/mailman/listinfo/blug          
_______________________________________________ BLUG mailing list BLUG@linuxfan.com http://mailman.cs.indiana.edu/mailman/listinfo/blug      
   

Wednesday, August 22, 2007

Re: [BLUG] Social Meeting: Thursday August 23rd at 7:30pm

Well, I think BLUG needs more 80s rockstar endorsements.

http://www.bloomingpedia.org/wiki/David_Lee_Roth


On Wed, Aug 22, 2007 at 08:16:46PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
> On a side note: Opie Taylors got ruled out due to David Lee Roth will be
> there signing autographs tomorrow evening. Might be a bit busy.
>
> Scott Blaydes
>
> Mark Krenz wrote:
> > Cool. Marina and I both will be there.
> >
> > On Wed, Aug 22, 2007 at 07:16:24PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
> >> BLUG will be having a social meeting on Thursday, August 23rd starting
> >> at 7:30 and running until we get bored and leave (or are kicked out).
> >> There will be no presentation, but there should be alot of good Linux
> >> and general geek talk. The location of the meeting will be Upland
> >> Brewing Company at 350 W 11th Street. You can find the menu at
> >> http://uplandbeer.com along with information about their hand-crafted
> >> beers.
> >>
> >> Hope to see you there.
> >>
> >> Thank you,
> >> Scott Blaydes
> >> _______________________________________________
> >> BLUG mailing list
> >> BLUG@linuxfan.com
> >> http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >>
> >
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting: Thursday August 23rd at 7:30pm

On a side note: Opie Taylors got ruled out due to David Lee Roth will be
there signing autographs tomorrow evening. Might be a bit busy.

Scott Blaydes

Mark Krenz wrote:
> Cool. Marina and I both will be there.
>
> On Wed, Aug 22, 2007 at 07:16:24PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
>> BLUG will be having a social meeting on Thursday, August 23rd starting
>> at 7:30 and running until we get bored and leave (or are kicked out).
>> There will be no presentation, but there should be alot of good Linux
>> and general geek talk. The location of the meeting will be Upland
>> Brewing Company at 350 W 11th Street. You can find the menu at
>> http://uplandbeer.com along with information about their hand-crafted
>> beers.
>>
>> Hope to see you there.
>>
>> Thank you,
>> Scott Blaydes
>> _______________________________________________
>> BLUG mailing list
>> BLUG@linuxfan.com
>> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>>
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting: Thursday August 23rd at 7:30pm

Cool. Marina and I both will be there.

On Wed, Aug 22, 2007 at 07:16:24PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
> BLUG will be having a social meeting on Thursday, August 23rd starting
> at 7:30 and running until we get bored and leave (or are kicked out).
> There will be no presentation, but there should be alot of good Linux
> and general geek talk. The location of the meeting will be Upland
> Brewing Company at 350 W 11th Street. You can find the menu at
> http://uplandbeer.com along with information about their hand-crafted
> beers.
>
> Hope to see you there.
>
> Thank you,
> Scott Blaydes
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

[BLUG] Social Meeting: Thursday August 23rd at 7:30pm

BLUG will be having a social meeting on Thursday, August 23rd starting
at 7:30 and running until we get bored and leave (or are kicked out).
There will be no presentation, but there should be alot of good Linux
and general geek talk. The location of the meeting will be Upland
Brewing Company at 350 W 11th Street. You can find the menu at
http://uplandbeer.com along with information about their hand-crafted
beers.

Hope to see you there.

Thank you,
Scott Blaydes
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] DVD player troubles

Steven, that is a great point, thanks for bringing it up. I have no
problem with admitting my own guilt, but I probably should have
considered the rest of you before I posted to the list. My apologies to
you all. (Note to snooping government agents: This is not an admission
of guilt, and I have never stated that this disc has any form of
encryption or copy-protection. Please assume that it is an unencrypted
disc and that my activities are completely legal, and please continue on
your merry way. Thank you.)

Jeffrey, thanks for the links, I'll take a look at them tonight. :)

-Evan

P.S. Is the list archived somewhere? I know that many are... Maybe we
should all bust out our PGP keys.

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

RE: [BLUG] DVD player troubles

Steven Black wrote:
> I remind you that this is an open channel, and the government has
> publicly stated that there is no expectation of privacy in
> unencrypted email. They believe they can freely monitor email
> traffic, and I heard that they were doing so prior to 9/11.
> Ignoring that, it is quite possible the list may be archived
> unobstrusively somewhere that provides it a connection to a
> search engine. As I said, this is an open channel. Anyone may be
> reading.

And just because you're not paranoid doesn't mean they're not out to get
you... =)

*puts on tinfoil hat*

--
Jeremy L. Gaddis
Network Administrator
812.330.6156


_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

RE: [BLUG] DVD player troubles

Try looking at this FAQ. It's for a different player, but it has a few
suggestions that may be relevant. It may be a permissions issue.
<http://www.dtek.chalmers.se/groups/dvd/faq.shtml>

This site had another possible suggestion,
<http://forums.fedoraforum.org/forum/showpost.php?p=849403&postcount=3>


--
Jeffery Williams

> -----Original Message-----
> From: blug-admin@cs.indiana.edu [mailto:blug-admin@cs.indiana.edu] On
> Behalf Of Boggs, Evan Thomas
> Sent: Wednesday, August 22, 2007 1:26 AM
> To: blug@cs.indiana.edu
> Subject: Re: [BLUG] DVD player troubles
>
> On Tue, 2007-08-21 at 02:16 -0400, Michel Salim wrote:
> > Does the disc work fine on other computers, or under Windows?
> Yes, I've tried a couple discs that *wouldn't* play under Linux on my
> Windows partition, and both played fine. (Additionally, I tried one
on
> a friend's laptop and it worked fine there, too.) So VLC has no
> problem
> talking to the drive under Windows, just under Linux.
>
> > What version of libdvdread?
> I was using 0.9.4 (from the repos), but I compiled the latest version
> (0.9.7) to see if it would make a difference (it didn't).
>
> > I used Lite-on the last time I made a purchase, and was quite happy
> > with it.
> I'll keep that in mind, thanks. I'd rather not spend $30 on a new
one,
> but I might have to. (I've taken to ripping ISO images to my hard
> drive
> and mounting those. Maybe I'll stave off buying a new player until I
> run out of hard drive space.)
>
> > Firmware should be no problem for using VLC or mplayer,
> > really, as long as you can get raw access to the disc (haven't heard
> > any instance of it not working in Linux, unlike in Mac OS X where
> > Apple controls the drivers)
> The weird thing about this whole mess is that upgrading the firmware
> *did* allow me to play some discs that I hadn't been able to play
> previously, so it most likely had *some* impact.
>
> > Make a BartPE Windows live CD?
> Not a bad idea.
>
> Cheers,
> Evan
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] DVD player troubles

On Wed, Aug 22, 2007 at 01:26:11AM -0400, Evan Boggs wrote:
> On Tue, 2007-08-21 at 02:16 -0400, Michel Salim wrote:
> > Does the disc work fine on other computers, or under Windows?
> Yes, I've tried a couple discs that *wouldn't* play under Linux on my
> Windows partition, and both played fine. (Additionally, I tried one on
> a friend's laptop and it worked fine there, too.) So VLC has no problem
> talking to the drive under Windows, just under Linux.

If the disc works fine under Windows, then it likely isn't an issue with
the disc or the drive. It may be a simple matter of it being an issue with
copy protection. CSS isn't the only measure being used on modern discs. I've
actually run across issues with DVDs that didn't play in unmodified
consumer-grade external players. (Legally this left me with one option,
use a different player to watch the movie. Fortunately I have more than
one, and they're not identical, so I could do this.)

You need to get one of the discs in the hands of a friend or associate
who can test it on their Linux setup (which is known to otherwise work).
If someone knows of your issue, you may be able to find someone willing
to help at the next BLUG meeting.

Personally, I can not help in this matter. I have a policy of not watching
commercial DVDs on any computer. (I have a media PC, and I watch DVDs made
from broadcast television. These DVDs have no copy protection, as I make
them.) Due to this policy, I safely avoid violating the DMCA. (As it is a
violation to use any library in Linux to access a copy-protected DVD, even
one that I physically possess, presumably own, and have no intentions
outside of accessing the media to view it.)

I apologize if it sounds like I quote the law all the time. I don't like
it either. Until the law gets changed we all have to obey it, though.
Anytime anyone discusses illegal activities and I'm around I like to be
on record as stating it is a bad idea. It is a simple matter of CYA.
<http://en.wikipedia.org/wiki/Cover_your_ass> Saying nothing could be
considered condoning breaking the law.

I remind you that this is an open channel, and the government has publicly
stated that there is no expectation of privacy in unencrypted email. They
believe they can freely monitor email traffic, and I heard that they were
doing so prior to 9/11. Ignoring that, it is quite possible the list may be
archived unobstrusively somewhere that provides it a connection to a search
engine. As I said, this is an open channel. Anyone may be reading.

Cheers,
Steven Black

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

[BLUG] Re: Smart/dumb aliases (Was: screen)

IMHO, always read the man page for the command you use
no matter how trivial the command you use. I have used
'ls' for 25 years and am always surprised that there is
yet another new switch that I have never heard of when
I switched to different systems (from Bell Lab Unix,
Digital Unix/Ultrix, SUNOS, Solaris, IRIX, AIX, to
whatever flavor you can name.) Now it seems to be
simpler on Linux since essentially all vendors use GNU
version. Still, they put the 'smart' aliases into
system-wise startup scripts which might not appeal to
everybody's tastes. Personally I always have to either
'unalias rm' or just '\rm ...' to get by the alias many
vendors put in. One drawback is that if that happens to
be your first experience of Unix/Linux, you think 'rm -r *'
should always ask for your confirmation until you do the
samething on a different system, such as IRIX. ;-)

--Shing-Shong

Weldon Sams wrote:
> Sorry if this sounds choppy, I was having other conversations while
> writing this. Multi-Tasking at its finest. :)
>
> Yep, I hate the colored ls output. I am using the -f option now
> instead of -d. What system are you using where -dH doesn't work? This
> doesn't work on my linux machines. I've only verified it on Mac.
>
> I hope I didn't sound like I was saying 'ls -dH' is the end all of ls
> commands. I just meant, I always used 'ls -d' to avoid colored output,
> and then ran into the ls'ing symbolic links that didn't list the
> contents, but I didn't realize for 3 years the -d caused the problem.
> Basically, I accidentally ran into using -H to solve the problem, but
> didn't realize I could substitute -f for -dH. There are several other
> commands other than -d that require the -H command on Mac if you want
> to list directory contents while using -d ... etc. Between mac, linux
> and unix, they have different options for the same letter.
>
> ls -dH gives me ./ on Gentoo, but lists on Mac. I want to say that I
> didn't use -d on solaris and it still listed directories/symlinks as
> just the directory and not the contents.
>
> Weldon
>
> <mailto:wsams@indiana.edu>
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

On Wed, Aug 22, 2007 at 03:24:47AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
>
> What is losetup?
>

As I mentioned in my post, it is for setting up loopback devices.
Block devices like disks, not character devices like network cards.

http://en.wikipedia.org/wiki/Loopback_device

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Tuesday, August 21, 2007

Re: [BLUG] DVD player troubles

On Tue, 2007-08-21 at 02:16 -0400, Michel Salim wrote:
> Does the disc work fine on other computers, or under Windows?
Yes, I've tried a couple discs that *wouldn't* play under Linux on my
Windows partition, and both played fine. (Additionally, I tried one on
a friend's laptop and it worked fine there, too.) So VLC has no problem
talking to the drive under Windows, just under Linux.

> What version of libdvdread?
I was using 0.9.4 (from the repos), but I compiled the latest version
(0.9.7) to see if it would make a difference (it didn't).

> I used Lite-on the last time I made a purchase, and was quite happy
> with it.
I'll keep that in mind, thanks. I'd rather not spend $30 on a new one,
but I might have to. (I've taken to ripping ISO images to my hard drive
and mounting those. Maybe I'll stave off buying a new player until I
run out of hard drive space.)

> Firmware should be no problem for using VLC or mplayer,
> really, as long as you can get raw access to the disc (haven't heard
> any instance of it not working in Linux, unlike in Mac OS X where
> Apple controls the drivers)
The weird thing about this whole mess is that upgrading the firmware
*did* allow me to play some discs that I hadn't been able to play
previously, so it most likely had *some* impact.

> Make a BartPE Windows live CD?
Not a bad idea.

Cheers,
Evan

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen



On 8/21/07, Chris Shelton <cshelton@indiana.edu> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

After a little bit of digging, I found this fairly good overview of
how to use screen including examples of what it is good for:

http://www.kuro5hin.org/story/2004/3/9/16838/14935


Thanks,  after I went through this, you can really save some time. At my last job, I'd come in and open up like 5 or 6 ssh connections at a time for different things. screen would have been really handy.

chris

On Mon, 20 Aug 2007 at 10:12pm, Matt Standish wrote:

> Something like this page would rock :)
>
> http://www.suso.org/docs/shell/ssh.sdf
>
>
> On 8/20/07, Mark Krenz <mark@slugbug.org> wrote:
> >
> >   Would it be more helpful to have a presentation on it or just explain
> > it on list?
> >
> > On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [ wsams@indiana.edu] said the following:
> > > Mark, do you think you could explain again how screen is used? I played with
> > > it a little after that Gentoo presentation, but I'd really like to know how
> > > to use it.
> > >

- --
Chris Shelton
- -

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGywoFM5TknMKatUwRAkBEAJ9X4p8cJqvO4z4x2ZxZe5+qLXpINACfcJ9V
rQUrrr0Hi40jWSteZYXueSY=
=1agW
-----END PGP SIGNATURE-----
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug



--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] screen



On 8/21/07, Weldon Sams <wsams@indiana.edu> wrote:
I know all that, I thought I confused someone with my writing. I'm a math major. I'm hip on bsd.

I was just pointing out a dunce moment I had.

On 8/21/07, Mark Krenz <mark@slugbug.org> wrote:
On Tue, Aug 21, 2007 at 11:33:40PM GMT, Weldon Sams [ wsams@indiana.edu] said the following:
>
> ls -dH gives me ./ on Gentoo, but lists on Mac. I want to say that I didn't
> use -d on solaris and it still listed directories/symlinks as just the
> directory and not the contents.

  Hate to be an ass, but welcome to *nixland.  Options for many commands
are different on different unices.  Its partially a System V vs. BSD
thing, part just differences in general.  At least Linux is mostly
consistent among the distributions.

  Something I've noticed recently though is that the losetup command
for setting up loopback devices is very different between distributions.
On the systems I've tested, Fedora, RHEL, Ubuntu and Gentoo, each
distribution has slight differences, and the versions are different.
Its almost as if each distrubtion wrote its own version of losetup.


What is losetup?
 

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug



--

Weldon Sams
wsams@indiana.edu



--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] screen

I know all that, I thought I confused someone with my writing. I'm a math major. I'm hip on bsd.

I was just pointing out a dunce moment I had.

On 8/21/07, Mark Krenz <mark@slugbug.org> wrote:
On Tue, Aug 21, 2007 at 11:33:40PM GMT, Weldon Sams [ wsams@indiana.edu] said the following:
>
> ls -dH gives me ./ on Gentoo, but lists on Mac. I want to say that I didn't
> use -d on solaris and it still listed directories/symlinks as just the
> directory and not the contents.

  Hate to be an ass, but welcome to *nixland.  Options for many commands
are different on different unices.  Its partially a System V vs. BSD
thing, part just differences in general.  At least Linux is mostly
consistent among the distributions.

  Something I've noticed recently though is that the losetup command
for setting up loopback devices is very different between distributions.
On the systems I've tested, Fedora, RHEL, Ubuntu and Gentoo, each
distribution has slight differences, and the versions are different.
Its almost as if each distrubtion wrote its own version of losetup.


--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug



--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] screen

On Tue, Aug 21, 2007 at 11:33:40PM GMT, Weldon Sams [wsams@indiana.edu] said the following:
>
> ls -dH gives me ./ on Gentoo, but lists on Mac. I want to say that I didn't
> use -d on solaris and it still listed directories/symlinks as just the
> directory and not the contents.

Hate to be an ass, but welcome to *nixland. Options for many commands
are different on different unices. Its partially a System V vs. BSD
thing, part just differences in general. At least Linux is mostly
consistent among the distributions.

Something I've noticed recently though is that the losetup command
for setting up loopback devices is very different between distributions.
On the systems I've tested, Fedora, RHEL, Ubuntu and Gentoo, each
distribution has slight differences, and the versions are different.
Its almost as if each distrubtion wrote its own version of losetup.


--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

Sorry if this sounds choppy, I was having other conversations while writing this. Multi-Tasking at its finest. :)

Yep, I hate the colored ls output. I am using the -f option now instead of -d. What system are you using where -dH doesn't work? This doesn't work on my linux machines. I've only verified it on Mac.

I hope I didn't sound like I was saying 'ls -dH' is the end all of ls commands. I just meant, I always used 'ls -d' to avoid colored output, and then ran into the ls'ing symbolic links that didn't list the contents, but I didn't realize for 3 years the -d caused the problem. Basically, I accidentally ran into using -H to solve the problem, but didn't realize I could substitute -f for -dH. There are several other commands other than -d that require the -H command on Mac if you want to list directory contents while using -d ... etc. Between mac, linux and unix, they have different options for the same letter.

ls -dH gives me ./ on Gentoo, but lists on Mac. I want to say that I didn't use -d on solaris and it still listed directories/symlinks as just the directory and not the contents.

Weldon

On 8/21/07, Steven Black <blacks@indiana.edu> wrote:
On Tue, Aug 21, 2007 at 02:20:29PM -0400, Weldon Sams wrote:
>    That sounds good -- screen and vi. Since you said vi, I think it could be
>    useful if we shared some of our favorite options and ways to use basic
>    unix commands (maybe even create a BLUG Cheat Sheet). Maybe just on the
>    list. I know I found out something useful on just good old "ls" this week
>    that drove me crazy for about 3 years. I always set the alias ls="ls -d"
>    because I hate a colored terminal and I want to see directories with the

You hate colored terminals? As in you hate the colored LS output like I do?
I just unset LS_COLORS, (or prevent it from being set), and make sure I don't
use aliases that include any color options.

>    trailing /. I didn't realize though that this henders ls'ing into symbolic

I'm a big fan of -f myself. It adds / to directories, * to executibles,
etc.

Using -d in an alias changes the effect of "ls somedir". Instead of
listing the contents of the directory you get the directory entry
itself.

In fact, I don't understand the benefits of aliasing ls to 'ls -dH'. As
an example:

blacks@somehost:~$ /bin/ls -dH
.

I used /bin/ls so as to avoid my alias. I don't get a directory listing
at all, and I don't get the / on directories, as you were saying you
were getting.

Cheers,
Steven Black

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug



--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] screen

On Tue, Aug 21, 2007 at 02:20:29PM -0400, Weldon Sams wrote:
> That sounds good -- screen and vi. Since you said vi, I think it could be
> useful if we shared some of our favorite options and ways to use basic
> unix commands (maybe even create a BLUG Cheat Sheet). Maybe just on the
> list. I know I found out something useful on just good old "ls" this week
> that drove me crazy for about 3 years. I always set the alias ls="ls -d"
> because I hate a colored terminal and I want to see directories with the

You hate colored terminals? As in you hate the colored LS output like I do?
I just unset LS_COLORS, (or prevent it from being set), and make sure I don't
use aliases that include any color options.

> trailing /. I didn't realize though that this henders ls'ing into symbolic

I'm a big fan of -f myself. It adds / to directories, * to executibles,
etc.

Using -d in an alias changes the effect of "ls somedir". Instead of
listing the contents of the directory you get the directory entry
itself.

In fact, I don't understand the benefits of aliasing ls to 'ls -dH'. As
an example:

blacks@somehost:~$ /bin/ls -dH
.

I used /bin/ls so as to avoid my alias. I don't get a directory listing
at all, and I don't get the / on directories, as you were saying you
were getting.

Cheers,
Steven Black

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

Count me in as definitely interested in a meeting about screen and vi.


Weldon Sams wrote:
> That sounds good -- screen and vi. Since you said vi, I think it could
> be useful if we shared some of our favorite options and ways to use
> basic unix commands (maybe even create a BLUG Cheat Sheet). Maybe just
> on the list. I know I found out something useful on just good old "ls"
> this week that drove me crazy for about 3 years. I always set the alias
> ls="ls -d" because I hate a colored terminal and I want to see
> directories with the trailing /. I didn't realize though that this
> henders ls'ing into symbolic links. If you add ls -dH then you can list
> the contents of symbolic links. I ran into this problem on Solaris 10
> and Mac OS X. "-H" works on Mac OS X. I'm not sure if the options are
> the same in unix -- they definitely aren't on my Gentoo machine.
>
> Weldon
>
> On 8/21/07, *Mark Krenz* <mark@slugbug.org <mailto:mark@slugbug.org>> wrote:
>
>
> Alright. I can give the a presentation at the next meeting or if that
> it taken then the one after that. screen might only take about 30
> minutes to go over so I can also show the power of vim (vi) in
> another 30-45
> minutes.
>
> On Tue, Aug 21, 2007 at 06:53:57AM GMT, Weldon Sams
> [wsams@indiana.edu <mailto:wsams@indiana.edu>] said the following:
> > A presentation might be nice, that way we could see some scenarios in
> > action.
> >
> > On 8/20/07, Mark Krenz <mark@slugbug.org
> <mailto:mark@slugbug.org>> wrote:
> > >
> > >
> > > Would it be more helpful to have a presentation on it or just
> explain
> > > it on list?
> > >
> > > On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams
> [wsams@indiana.edu <mailto:wsams@indiana.edu>]
> > > said the following:
> > > > Mark, do you think you could explain again how screen is used?
> I played
> > > with
> > > > it a little after that Gentoo presentation, but I'd really
> like to know
> > > how
> > > > to use it.
> > > >
> > > > Thanks, Weldon
> > > >
> > > > --
> > > > Weldon Sams
> > > > wsams@indiana.edu <mailto:wsams@indiana.edu>
> > >
> > > --
> > > Mark Krenz
> > > Bloomington Linux Users Group
> > > http://www.bloomingtonlinux.org/
> > > _______________________________________________
> > > BLUG mailing list
> > > BLUG@linuxfan.com <mailto:BLUG@linuxfan.com>
> > > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> > >
> >
> >
> >
> > --
> > Weldon Sams
> > wsams@indiana.edu <mailto:wsams@indiana.edu>
>
> --
> Mark Krenz
> Bloomington Linux Users Group
>

http://www.bloomingtonlinux.org/
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com <mailto:BLUG@linuxfan.com>
>

http://mailman.cs.indiana.edu/mailman/listinfo/blug
>
>
>
>
> --
> Weldon Sams
> wsams@indiana.edu <mailto:wsams@indiana.edu>


--
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
joe@netmusician.org
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

That sounds good -- screen and vi. Since you said vi, I think it could be useful if we shared some of our favorite options and ways to use basic unix commands (maybe even create a BLUG Cheat Sheet). Maybe just on the list. I know I found out something useful on just good old "ls" this week that drove me crazy for about 3 years. I always set the alias ls="ls -d" because I hate a colored terminal and I want to see directories with the trailing /. I didn't realize though that this henders ls'ing into symbolic links. If you add ls -dH then you can list the contents of symbolic links. I ran into this problem on Solaris 10 and Mac OS X. "-H" works on Mac OS X. I'm not sure if the options are the same in unix -- they definitely aren't on my Gentoo machine.

Weldon

On 8/21/07, Mark Krenz <mark@slugbug.org> wrote:

  Alright.  I can give the a presentation at the next meeting or if that
it taken then the one after that.  screen might only take about 30
minutes to go over so I can also show the power of vim (vi) in another 30-45
minutes.

On Tue, Aug 21, 2007 at 06:53:57AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
> A presentation might be nice, that way we could see some scenarios in
> action.
>
> On 8/20/07, Mark Krenz <mark@slugbug.org> wrote:
> >
> >
> >   Would it be more helpful to have a presentation on it or just explain
> > it on list?
> >
> > On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [wsams@indiana.edu]
> > said the following:
> > > Mark, do you think you could explain again how screen is used? I played
> > with
> > > it a little after that Gentoo presentation, but I'd really like to know
> > how
> > > to use it.
> > >
> > > Thanks, Weldon
> > >
> > > --
> > > Weldon Sams
> > > wsams@indiana.edu
> >
> > --
> > Mark Krenz
> > Bloomington Linux Users Group
> > http://www.bloomingtonlinux.org/
> > _______________________________________________
> > BLUG mailing list
> > BLUG@linuxfan.com
> > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >
>
>
>
> --
> Weldon Sams
> wsams@indiana.edu

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug



--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] Social Meeting

Right now I am thinking of having this month's Social Meeting at Opies,
next month's at Upland, and then October's meeting at Tutto Bene. Does
that sound okay to everyone?

BTW: I am craving Shelia Ann's Chili Cheese fries from Opies, so that
influenced me. An Opie dog with ketchup, mustard and sweet relish
sounds good too.

BTW: Opies does carry Upland beer.

Thank you,
Scott Blaydes


Mark Krenz wrote:
> We could try Tutto Bene.
>
>

http://kelley.iu.edu/mba/kelleyLife/
>
> Tutto Bene is meant for meetings like this and they have beer as well
> as wine, appetizers, etc. I think it would make a good venue.
>
> On Mon, Aug 20, 2007 at 06:23:10PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
>> It was proposed by someone who used to live in the Bloomington area that
>> we start having some social meetings at a local resturant/pub. Does
>> that sound good to anyone else? I was figuring we could get together
>> about 7:30 this Thursday for a social meeting if others like the idea.
>> So far I have been thinking of possibly giving Upland Brewing Company
>> (http://www.uplandbeer.com) or Opie Taylors
>> (http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
>> but I am open to other suggestions. According to the Upland website, it
>> is family dining, so age of attendees is a non-issue. Both places have
>> good food and good beer, so that requirement is fulfilled.
>>
>> So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
>> everyone?
>>
>> Thank you,
>> Scott Blaydes
>> _______________________________________________
>> BLUG mailing list
>> BLUG@linuxfan.com
>> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>>
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

Thats a great summary. I use it for work IRC (stay logged in forever)
and long compiles or updates (I can go home then reconnect to screen
and see where I am at).

On 8/21/07, Steven Black <blacks@indiana.edu> wrote:
> I look forward to the presentation. Personally, I'm an avid Screen user.
>
> Here's a few of my personal thoughts on the matter.
>
> Benefits of using screen:
> * It allows me to pause what I'm doing and come in to work and pick up
> where I left off.
> * It allows you to have multiple connections over the same secure link --
> I can SSH through multiple machines to get to my destination, then run
> Screen there and have immediate access to more sessions.
> * It allows you to do multiple things when connected via a serial (direct
> or modem (think BBS, not PPP)) connection. -- In a server environment
> you may be using a serial console.
> * Provides a uniform way for me to have one big terminal window instead of
> lots of small terminal windows. (Tabs don't work the same in different
> applications that support them.) -- I do this on my laptop, when it is
> on my lap and I expect to be leaning back on my recliner/couch/whatever.
> * Provides a uniform way for me to monitor an application for change.
> (Some, but very few, GUI terminal applications support this.) I use this
> when I work from home (on my laptop) to monitor the work-related IRC
> channel for chatter. (At work, I just use two large monitors.)
> * Provides a uniform way to switch to specific screens using key-bindings.
> While this is supported in most tab-based GUI terminal emulators, the
> key bindings vary.
>
> Old school benefits of using screen:
> * Reduced traffic from server to client as opposed to multiple direct
> connections (useful with PPP/SLIP over a standard modem)
> * Text-mode web-browsing with Screen and multiple text-based web-browsers
> (such as Lynx, w3m, Links, etc.) is zippy even over slow connections.
> Research and even downloads would regularly go fast enough that I kept
> busy.
> * Screen allows dedicated dumb terminals to virtually support multiple
> connections to the same host. (While most people think "dumb terminal"
> is only equal to vt100's and the like, it also applies to Apple ]['s
> connected to an external modem logged in to a shell account.)
>
> Arguments against using screen:
> * Scroll-back doesn't work as expected.
> * Control-A is over-loaded. This effects EMACS key-bindings. (This can be
> seen in every GNU Read-line-based application, such as BASH.) GNU Readline
> supports VI-like keybindings using "set editing-mode vi" in your .inputrc,
> and GNU Screen supports changing the escape key with the -e command-line
> argument or the "escape" command in your .screenrc.
> * If you use EMACS, you can consider it superfluous. You may do better to
> learn the EMACS method, rather than using Screen.
> * If you only ever use your own accounts on your own machines, you may have
> things configured so that you don't need Screen.
>
> Cheers,
> Steven Black
>
> On Tue, Aug 21, 2007 at 11:21:01AM +0000, Mark Krenz wrote:
> >
> > Alright. I can give the a presentation at the next meeting or if that
> > it taken then the one after that. screen might only take about 30
> > minutes to go over so I can also show the power of vim (vi) in another 30-45
> > minutes.
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>


--
Matt Standish
MSN Messenger: mps_@hotmail.com
Yahoo Messenger: mattstandish@yahoo.com
Google Talk: mstandish
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

I look forward to the presentation. Personally, I'm an avid Screen user.

Here's a few of my personal thoughts on the matter.

Benefits of using screen:
* It allows me to pause what I'm doing and come in to work and pick up
where I left off.
* It allows you to have multiple connections over the same secure link --
I can SSH through multiple machines to get to my destination, then run
Screen there and have immediate access to more sessions.
* It allows you to do multiple things when connected via a serial (direct
or modem (think BBS, not PPP)) connection. -- In a server environment
you may be using a serial console.
* Provides a uniform way for me to have one big terminal window instead of
lots of small terminal windows. (Tabs don't work the same in different
applications that support them.) -- I do this on my laptop, when it is
on my lap and I expect to be leaning back on my recliner/couch/whatever.
* Provides a uniform way for me to monitor an application for change.
(Some, but very few, GUI terminal applications support this.) I use this
when I work from home (on my laptop) to monitor the work-related IRC
channel for chatter. (At work, I just use two large monitors.)
* Provides a uniform way to switch to specific screens using key-bindings.
While this is supported in most tab-based GUI terminal emulators, the
key bindings vary.

Old school benefits of using screen:
* Reduced traffic from server to client as opposed to multiple direct
connections (useful with PPP/SLIP over a standard modem)
* Text-mode web-browsing with Screen and multiple text-based web-browsers
(such as Lynx, w3m, Links, etc.) is zippy even over slow connections.
Research and even downloads would regularly go fast enough that I kept
busy.
* Screen allows dedicated dumb terminals to virtually support multiple
connections to the same host. (While most people think "dumb terminal"
is only equal to vt100's and the like, it also applies to Apple ]['s
connected to an external modem logged in to a shell account.)

Arguments against using screen:
* Scroll-back doesn't work as expected.
* Control-A is over-loaded. This effects EMACS key-bindings. (This can be
seen in every GNU Read-line-based application, such as BASH.) GNU Readline
supports VI-like keybindings using "set editing-mode vi" in your .inputrc,
and GNU Screen supports changing the escape key with the -e command-line
argument or the "escape" command in your .screenrc.
* If you use EMACS, you can consider it superfluous. You may do better to
learn the EMACS method, rather than using Screen.
* If you only ever use your own accounts on your own machines, you may have
things configured so that you don't need Screen.

Cheers,
Steven Black

On Tue, Aug 21, 2007 at 11:21:01AM +0000, Mark Krenz wrote:
>
> Alright. I can give the a presentation at the next meeting or if that
> it taken then the one after that. screen might only take about 30
> minutes to go over so I can also show the power of vim (vi) in another 30-45
> minutes.
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

After a little bit of digging, I found this fairly good overview of
how to use screen including examples of what it is good for:

http://www.kuro5hin.org/story/2004/3/9/16838/14935

chris

On Mon, 20 Aug 2007 at 10:12pm, Matt Standish wrote:

> Something like this page would rock :)
>
> http://www.suso.org/docs/shell/ssh.sdf
>
>
> On 8/20/07, Mark Krenz <mark@slugbug.org> wrote:
> >
> > Would it be more helpful to have a presentation on it or just explain
> > it on list?
> >
> > On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
> > > Mark, do you think you could explain again how screen is used? I played with
> > > it a little after that Gentoo presentation, but I'd really like to know how
> > > to use it.
> > >

- --
Chris Shelton
- -

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGywoFM5TknMKatUwRAkBEAJ9X4p8cJqvO4z4x2ZxZe5+qLXpINACfcJ9V
rQUrrr0Hi40jWSteZYXueSY=
=1agW
-----END PGP SIGNATURE-----
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

Alright. I can give the a presentation at the next meeting or if that
it taken then the one after that. screen might only take about 30
minutes to go over so I can also show the power of vim (vi) in another 30-45
minutes.

On Tue, Aug 21, 2007 at 06:53:57AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
> A presentation might be nice, that way we could see some scenarios in
> action.
>
> On 8/20/07, Mark Krenz <mark@slugbug.org> wrote:
> >
> >
> > Would it be more helpful to have a presentation on it or just explain
> > it on list?
> >
> > On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [wsams@indiana.edu]
> > said the following:
> > > Mark, do you think you could explain again how screen is used? I played
> > with
> > > it a little after that Gentoo presentation, but I'd really like to know
> > how
> > > to use it.
> > >
> > > Thanks, Weldon
> > >
> > > --
> > > Weldon Sams
> > > wsams@indiana.edu
> >
> > --
> > Mark Krenz
> > Bloomington Linux Users Group
> > http://www.bloomingtonlinux.org/
> > _______________________________________________
> > BLUG mailing list
> > BLUG@linuxfan.com
> > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >
>
>
>
> --
> Weldon Sams
> wsams@indiana.edu

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Monday, August 20, 2007

Re: [BLUG] screen

A presentation might be nice, that way we could see some scenarios in action.

On 8/20/07, Mark Krenz <mark@slugbug.org > wrote:

  Would it be more helpful to have a presentation on it or just explain
it on list?

On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
> Mark, do you think you could explain again how screen is used? I played with
> it a little after that Gentoo presentation, but I'd really like to know how
> to use it.
>
> Thanks, Weldon
>
> --
> Weldon Sams
> wsams@indiana.edu

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug



--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] DVD player troubles

On 20/08/07, Evan Boggs <etboggs@indiana.edu> wrote:
> A few weeks ago I was having some problems playing DVDs with VLC (or
> mplayer, since they both use the same library). The error message I was
> getting pertained to the libdvdread library: 'libdvdread: Can't seek to
> block <block>'. Well, I upgraded my drive to the latest firmware
> version (having to boot into my Windows partition in the process), and
> for the two or three discs I have played since it worked fine... until
> today, when I got the same error message that I had before.
>
> 1.) Any ideas on what I can do to get this drive to work?
> 2.) If not, any recommendations on which brand of optical drive to buy?
> 3.) Are there any brands that don't need Windows to update the firmware?
>

Does the disc work fine on other computers, or under Windows? What
version of libdvdread? You can probably ask another Linux user to try
and play the DVD on their computer, too.

I used Lite-on the last time I made a purchase, and was quite happy
with it. Firmware should be no problem for using VLC or mplayer,
really, as long as you can get raw access to the disc (haven't heard
any instance of it not working in Linux, unlike in Mac OS X where
Apple controls the drivers)

Brands that don't need Windows .. hmm .. there might be some that
still use DOS-based firmware updaters, but probably rare by now. Make
a BartPE Windows live CD?

Regards,

--
Michel
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

[BLUG] DVD player troubles

A few weeks ago I was having some problems playing DVDs with VLC (or
mplayer, since they both use the same library). The error message I was
getting pertained to the libdvdread library: 'libdvdread: Can't seek to
block <block>'. Well, I upgraded my drive to the latest firmware
version (having to boot into my Windows partition in the process), and
for the two or three discs I have played since it worked fine... until
today, when I got the same error message that I had before.

1.) Any ideas on what I can do to get this drive to work?
2.) If not, any recommendations on which brand of optical drive to buy?
3.) Are there any brands that don't need Windows to update the firmware?

Cheers,
Evan

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

Something like this page would rock :)

http://www.suso.org/docs/shell/ssh.sdf


On 8/20/07, Mark Krenz <mark@slugbug.org> wrote:
>
> Would it be more helpful to have a presentation on it or just explain
> it on list?
>
> On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
> > Mark, do you think you could explain again how screen is used? I played with
> > it a little after that Gentoo presentation, but I'd really like to know how
> > to use it.
> >
> > Thanks, Weldon
> >
> > --
> > Weldon Sams
> > wsams@indiana.edu
>
> --
> Mark Krenz
> Bloomington Linux Users Group
> http://www.bloomingtonlinux.org/
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>


--
Matt Standish
MSN Messenger: mps_@hotmail.com
Yahoo Messenger: mattstandish@yahoo.com
Google Talk: mstandish
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting

I'm into any of the places previously noted. Not sure I can make it
this particular week, but the idea is great!

Dave Cooley
dcooley@kiva.net

Scott Blaydes wrote:
> It was proposed by someone who used to live in the Bloomington area that
> we start having some social meetings at a local resturant/pub. Does
> that sound good to anyone else? I was figuring we could get together
> about 7:30 this Thursday for a social meeting if others like the idea.
> So far I have been thinking of possibly giving Upland Brewing Company
> (http://www.uplandbeer.com) or Opie Taylors
> (http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
> but I am open to other suggestions. According to the Upland website, it
> is family dining, so age of attendees is a non-issue. Both places have
> good food and good beer, so that requirement is fulfilled.
>
> So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
> everyone?
>
> Thank you,
> Scott Blaydes
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

I vote for a presentation on it, as I could use a good refresher on it
myself.

Scott Blaydes

Mark Krenz wrote:
> Would it be more helpful to have a presentation on it or just explain
> it on list?
>
> On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
>> Mark, do you think you could explain again how screen is used? I played with
>> it a little after that Gentoo presentation, but I'd really like to know how
>> to use it.
>>
>> Thanks, Weldon
>>
>> --
>> Weldon Sams
>> wsams@indiana.edu
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] screen

Would it be more helpful to have a presentation on it or just explain
it on list?

On Tue, Aug 21, 2007 at 01:22:31AM GMT, Weldon Sams [wsams@indiana.edu] said the following:
> Mark, do you think you could explain again how screen is used? I played with
> it a little after that Gentoo presentation, but I'd really like to know how
> to use it.
>
> Thanks, Weldon
>
> --
> Weldon Sams
> wsams@indiana.edu

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

[BLUG] screen

Mark, do you think you could explain again how screen is used? I played with it a little after that Gentoo presentation, but I'd really like to know how to use it.

Thanks, Weldon

--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] Social Meeting

I'd put my vote in for Yogi's or the Lion. I usually don't get a chance to go out though until late evenings Fridays and Saturdays. Maybe some others are late nighters?

Weldon

On 8/20/07, Scott Blaydes <sblaydes@sbce.org> wrote:
It was proposed by someone who used to live in the Bloomington area that
we start having some social meetings at a local resturant/pub.  Does
that sound good to anyone else?  I was figuring we could get together
about 7:30 this Thursday for a social meeting if others like the idea.
So far I have been thinking of possibly giving Upland Brewing Company
(http://www.uplandbeer.com) or Opie Taylors
(http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
but I am open to other suggestions.  According to the Upland website, it
is family dining, so age of attendees is a non-issue.  Both places have
good food and good beer, so that requirement is fulfilled.

So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?.  How does this sound to
everyone?

Thank you,
Scott Blaydes
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug



--
Weldon Sams
wsams@indiana.edu

Re: [BLUG] Social Meeting

I also will be leaving for Burning Man, but not till
friday. I will, however be busy as hell. :D

-adam nuwer



____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.

http://mobile.yahoo.com/go?refer=1GNXIC
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting

We could try Tutto Bene.

http://kelley.iu.edu/mba/kelleyLife/

Tutto Bene is meant for meetings like this and they have beer as well
as wine, appetizers, etc. I think it would make a good venue.

On Mon, Aug 20, 2007 at 06:23:10PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
> It was proposed by someone who used to live in the Bloomington area that
> we start having some social meetings at a local resturant/pub. Does
> that sound good to anyone else? I was figuring we could get together
> about 7:30 this Thursday for a social meeting if others like the idea.
> So far I have been thinking of possibly giving Upland Brewing Company
> (http://www.uplandbeer.com) or Opie Taylors
> (http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
> but I am open to other suggestions. According to the Upland website, it
> is family dining, so age of attendees is a non-issue. Both places have
> good food and good beer, so that requirement is fulfilled.
>
> So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
> everyone?
>
> Thank you,
> Scott Blaydes
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting

Opies is a fine place.

The old BLAST (Atari ST) Club would have a program meeting at the library
and then go to the Pizzera (less than a block down the street towards
campus) for an after meeting social addition to the meeting.
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting

On 20/08/07, Scott Blaydes <sblaydes@sbce.org> wrote:
> It was proposed by someone who used to live in the Bloomington area that
> we start having some social meetings at a local resturant/pub. Does
> that sound good to anyone else? I was figuring we could get together
> about 7:30 this Thursday for a social meeting if others like the idea.
> So far I have been thinking of possibly giving Upland Brewing Company
> (http://www.uplandbeer.com) or Opie Taylors
> (http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
> but I am open to other suggestions. According to the Upland website, it
> is family dining, so age of attendees is a non-issue. Both places have
> good food and good beer, so that requirement is fulfilled.
>
> So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
> everyone?

I've not tried Opies before, so if it's the same to everyone else,
Opies sounds like a good idea. Nearer walking distance too (for me,
anyway). Less of a matter in the evening, so I could do Upland too.

--
Michel
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting

On Mon, Aug 20, 2007 at 02:23:10PM -0400, Scott Blaydes wrote:
> So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
> everyone?

Alas, I will be unable to make it. I hope it goes well, as I
do think it is a good idea.

Thursday I leave for Burning Man <http://www.burningman.com/>.

I'll be joining the Mad Scientists Camp. <http://www.mad-scientists.com/>

Cheers,
Steven Black

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting

Mark Krenz wrote:
> I vote for Upland. Although its up in the air whether I could make it
> or not so my vote might not count.
>
> What? Upland doesn't have a Bloomingpedia article yet? SOmeone would
> have to make one. *hint* *hint* Oh wait, I guess it does have one:
>
> http://www.bloomingpedia.org/wiki/Upland_Brewery
>


Well, you could always create a new Wiki page all about the Upland
Brewery wiki page.

My recursive jokes never fail to amuse some (i.e. me) :)


> On Mon, Aug 20, 2007 at 06:23:10PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
>> It was proposed by someone who used to live in the Bloomington area that
>> we start having some social meetings at a local resturant/pub. Does
>> that sound good to anyone else? I was figuring we could get together
>> about 7:30 this Thursday for a social meeting if others like the idea.
>> So far I have been thinking of possibly giving Upland Brewing Company
>> (http://www.uplandbeer.com) or Opie Taylors
>> (http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
>> but I am open to other suggestions. According to the Upland website, it
>> is family dining, so age of attendees is a non-issue. Both places have
>> good food and good beer, so that requirement is fulfilled.
>>
>> So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
>> everyone?
>>
>> Thank you,
>> Scott Blaydes
>> _______________________________________________
>> BLUG mailing list
>> BLUG@linuxfan.com
>> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>>
>


--
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
joe@netmusician.org
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Social Meeting

I vote for Upland. Although its up in the air whether I could make it
or not so my vote might not count.

What? Upland doesn't have a Bloomingpedia article yet? SOmeone would
have to make one. *hint* *hint* Oh wait, I guess it does have one:

http://www.bloomingpedia.org/wiki/Upland_Brewery

On Mon, Aug 20, 2007 at 06:23:10PM GMT, Scott Blaydes [sblaydes@sbce.org] said the following:
> It was proposed by someone who used to live in the Bloomington area that
> we start having some social meetings at a local resturant/pub. Does
> that sound good to anyone else? I was figuring we could get together
> about 7:30 this Thursday for a social meeting if others like the idea.
> So far I have been thinking of possibly giving Upland Brewing Company
> (http://www.uplandbeer.com) or Opie Taylors
> (http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
> but I am open to other suggestions. According to the Upland website, it
> is family dining, so age of attendees is a non-issue. Both places have
> good food and good beer, so that requirement is fulfilled.
>
> So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
> everyone?
>
> Thank you,
> Scott Blaydes
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

[BLUG] Social Meeting

It was proposed by someone who used to live in the Bloomington area that
we start having some social meetings at a local resturant/pub. Does
that sound good to anyone else? I was figuring we could get together
about 7:30 this Thursday for a social meeting if others like the idea.
So far I have been thinking of possibly giving Upland Brewing Company
(http://www.uplandbeer.com) or Opie Taylors
(http://www.bloomingpedia.org/wiki/Opie_Taylors) a try for the venue,
but I am open to other suggestions. According to the Upland website, it
is family dining, so age of attendees is a non-issue. Both places have
good food and good beer, so that requirement is fulfilled.

So, 7:30pm on Aug 23rd at ?Upland? or ?Opies?. How does this sound to
everyone?

Thank you,
Scott Blaydes
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Tuesday, August 14, 2007

[BLUG] [meetingrooms@monroe.lib.in.us: Room Reservation Request Submitted]

I've reserved the room for next month.

Cheers,
Steven Black

Sunday, August 12, 2007

[BLUG] Re: BLUG digest, Vol 1 #687 - 7 msgs

Mark Krenz wrote:
> Ok, so what brands are people swearing by these days?
>
> I've used WD, Maxtor, Seagate, Hitachi and IBM over the past 10
> years, although the last two very little. I've just found WD to be
> much more realiable. I'm always regretting it when I choose a
> different brand.
The last three hard drives I bought were Western Digital, Seagate, and
Seagate, in that order. All are still running strong. Almost
everything I've heard about Maxtor has been bad, but they were bought
out by Seagate a couple years ago (as you probably know) so it's
possible their quality will change (or has changed already). For what
it's worth, if I buy a new drive in the near future it will probably be
a Seagate.

-Evan

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Trying something new

Ok, I think with 15K drives you have to mount them specially. I
remember when Seagate released the first 15K drives years ago, they
released a whitepaper about how to mount them properly and it would
reduce the heat of the drives by something like 10 degrees. I bet you
could still get that information on their site.

From what I remember reading they had a best practice kind of thing
for mounting the drive to the case so that it would transfer the heat
and vibration to the case in an efficient way.

On Sun, Aug 12, 2007 at 05:15:07PM GMT, adam [docpeppernuwer@yahoo.com] said the following:
>
> I've certainly had the least luck with WD drives
> (five fails before three years) in PC uses and swear
> by scsi as well. I'm pretty hard on drives and used
> to get them worryingly hot routinely until I started
> putting a little thermal paste on the sides when
> mounting them in a permanent home. It may just be
> superstition but it keeps even my 15K cheetah cool
> during hard swap times w/o the use of a specific hard
> drive fan. :D
>
>
>
> --- Simón Ruiz <simon.a.ruiz@gmail.com> wrote:
>
> > On 8/11/07, Mark Krenz <mark@slugbug.org> wrote:
> > > Its almost like clockwork on a server that good
> > drives only last 5
> > > years. Its also a wear thing not a time thing.
> > I've been able to boot
> > > up old Macs with IDE drives from the 80s 15 years
> > later after they were
> > > built so its not bit rot that is doing it.
> >
>
>
>
>
> ____________________________________________________________________________________Ready for the edge of your seat?
> Check out tonight's top picks on Yahoo! TV.
> http://tv.yahoo.com/
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug