Friday, November 27, 2009

[BLUG] [OT] 36" Sony SD TV for free

Ok, sorry for the spam, but its not really spam since I'll give away
the TV to anyone on this list. Its a BLUG list special deal because you
are all so great.

I bought an HDTV and now I have my old standard def TV that I need to
get rid of. It still works great, its just 480 resolution.

The specific model is Sony KV-36FS10 36" Wega Trinitron TV. This is
one of the nice Sony TVs with a flat screen. Its not a flat panel TV,
but it does have a flat screen. I bought it in 1999 for $1300 and its
been a great TV. It still works and can be used for anything that has
RCA, S-video or Component output, which is pretty much everything.

I'd keep it, but I just don't have room for it. I tried to sell it on
craigslist for $100 and even $25. But I guess that's too much. :-/

So anyone on the BLUG list is welcome to have it for free, provided
that you come over and pick it up yourself and with someone else to help
you.

If you are interested, please write me directly.

--
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, November 26, 2009

[BLUG] [OT] Need 2-3 IDE hard drives

If anybody has any old IDE 3.5 hard drives (20G+) laying around, I could
use a couple for some charity jobs I'm doing over the weekend. Could
pick up this evening or any other time that's convenient.

--
Mark Warner
MEPIS Linux
Registered Linux User #415318

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

Monday, November 23, 2009

[BLUG] Linux sysadmin positions

The company I work for during the day is hiring a couple linux system
administrators. If you are interested, please e-mail me and I will send
you details. Sorry, I can't send the details to the list.

Remember, the list default is to auto-reply to the list, so you'll have
to address the e-mail to me specifically. ;-)

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

Friday, November 20, 2009

Re: [BLUG] ZFS: the future of computing?

Some of the features you're talking about are clearly aspects of
OpenSolaris. For instance, the automounting stuff? That's not a
filesystem-layer activity. That's an OS layer activity that interacts
with various filesystems. (For instance, the ext2 family of filesystems
(including ext3 and ext4) have the capacity to store their mount
point in the metadata, and as such it would be possible to write an
automounter that mounts them without an fstab file.)

ZFS does have a lot of features, it is true.
http://en.wikipedia.org/wiki/ZFS

I suspect that a number of the "attention to fine detail" aspects of it
may well be integrated deeply within the OS itself -- and not inherant
aspects of ZFS.

The whole "incompatible with the GPL as used in the Linux kernel" thing
makes it less interesting to me.

It's like saying BeOS has really great (that is low) audio latency.
It does me no good, as I'm not going to actually use BeOS. I may as
well wait for a free software guy to adapt features in to a system I
can actually use. (Unless, say, they can't do that because they're all
patented...)

I have more interest in the Hurd than I do in OpenSolaris. Jumping
between Linux distributions is minor work compared to going between
entirely different operating systems. (If I get the Debian distribution
of the Hurd the only big thing different would be the kernel.)

Side note: Even though the Hurd isn't done yet, the upcoming release of
Debian (codename: Squeeze) will include kFreeBSD as a core supported
architecture. (For the folks unaware, it'll be Debian but with the
FreeBSD kernel instead of the Linux kernel.)

Solaris, in particular, is like an odd cousin with funny coloured hair
and a weird accent when compared to Linux. They grew up in totally
different places, and different underlying decisions were made so long
ago that neither family even remembers that it was once a decision.

Cheers,
Steven Black

On Thu, Nov 19, 2009 at 09:06:57PM -0500, Joe Auty wrote:
> I've been testing and evaluating ZFS over the last several days, and
> I've been thoroughly impressed. ZFS is one of those products where there
> is so much attention to little details that it is literally a joy to
> use. This is Sun's masterpiece!
>
> I'm only testing ZFS in an OpenSolaris VM for now so I can't report
> really back on performance and resource consumption, but from what I can
> gather there are a lot of people who consider ZFS to be highly stable,
> some companies and universities using it on production servers, and as
> you know it is the default file system in OpenSolaris. That being said,
> here is why I've been so impressed with it...
>
> ZFS seems to sort of combine LVM and hardware RAID into a single
> product. It even includes a mini-NFS and iSCSI client for very easy file
> system sharing, it will automount all of your file sytems at boot so
> that you don't have to much around with the Solaris equivalent to fstab,
> and the interface is very thoughtful and easy-to-use with so many little
> thoughtful features and little touches that make life easy. In fact, it
> is so straight forward that it would be very easy to wrap a
> configuration GUI around, I think, and hence the subject of this message...
>
> One of the biggest problems with consumer PCs are the fact that the
> machine is dependent on a single disk which are prone to going bad.
> Given the availability of high capacity 2.5" SATA disks and Flash
> increasing in capacity and reducing in size constantly, isn't it only a
> matter of time before it makes sense to ship computers (even laptops)
> with multiple disks? It is so incredibly easy to setup a mirror of your
> filesystem in ZFS, and with a hot spare in your storage pool you can
> automatically set it up to failover and notify you. Perhaps someday
> storage in a PC will be as simple as it is with a digital camera or
> something? I don't see how this sort of thing would be that far off...
>
> The other incredibly nice feature of ZFS that is a huge net gain for
> almost all of us is its snapshot ability. Snapshots are block level,
> meaning that whenever a file is changed you don't need to keep a
> complete copy of that file, a mess of hard links and all of that sort of
> stuff you'd find in a solution such as Apple's Time Machine or many of
> the backup snapshot solutions we concoct with shell scripts. Taking
> snapshots is *incredibly fast*, incredibly easy to manage, and you can
> browse these snapshots without having to create new inodes and hard
> links - these are, as I understand it, simply very low level references
> to files, but not files themselves. Still, you can copy individual files
> from snapshots as you would copy any file, or restore an entire file
> system from a snapshot. This is so easy to do and takes up so little
> disk space that not only is this a great way to do backups, but it is
> also a great way to create yourself an "oh shit" safety net should you
> want to back out of an update that has gone bad, etc.
>
> I could go on about the many features and nice aspects to using ZFS,
> features like self healing, zpool iostat, etc. It's pretty cool stuff,
> but I'll leave my gushing for another time. Like I said, I'm just
> speaking to the features here...
>
> Still, I wanted to see what you guys thought about the future of modern
> file systems such as ZFS? I realize that it will be a long time before
> BTRFS is ready, perhaps even longer for this sort of thing to make its
> way to OS X and/or Windows, but now that the bar as been set I'm sure it
> is only a matter of time before the copycats emerge. However things end
> up, who owns what, licenses, product names, etc. This seems like a very
> big deal to me. It is definitely changing the way I think of my data,
> and I'm surprised how easy it is to setup a storage appliance like the
> one I'm testing.
>
> OpenSolaris is actually pretty nice. There are a few proprietary Sun
> things included, but a lot of it seems pretty familiar to me - bash,
> Gnome, etc. I would say that if you are looking for a storage solution
> that OpenSolaris shouldn't really be a deterrent. FreeBSD 8 is in RC3,
> and it will include full ZFS support (previous versions include partial
> support), so this is another option.
>
> Any other ZFS users/enthusiasts here?
>
>
>
>
>
> --
> 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

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

Thursday, November 19, 2009

[BLUG] ZFS: the future of computing?

I've been testing and evaluating ZFS over the last several days, and
I've been thoroughly impressed. ZFS is one of those products where there
is so much attention to little details that it is literally a joy to
use. This is Sun's masterpiece!

I'm only testing ZFS in an OpenSolaris VM for now so I can't report
really back on performance and resource consumption, but from what I can
gather there are a lot of people who consider ZFS to be highly stable,
some companies and universities using it on production servers, and as
you know it is the default file system in OpenSolaris. That being said,
here is why I've been so impressed with it...

ZFS seems to sort of combine LVM and hardware RAID into a single
product. It even includes a mini-NFS and iSCSI client for very easy file
system sharing, it will automount all of your file sytems at boot so
that you don't have to much around with the Solaris equivalent to fstab,
and the interface is very thoughtful and easy-to-use with so many little
thoughtful features and little touches that make life easy. In fact, it
is so straight forward that it would be very easy to wrap a
configuration GUI around, I think, and hence the subject of this message...

One of the biggest problems with consumer PCs are the fact that the
machine is dependent on a single disk which are prone to going bad.
Given the availability of high capacity 2.5" SATA disks and Flash
increasing in capacity and reducing in size constantly, isn't it only a
matter of time before it makes sense to ship computers (even laptops)
with multiple disks? It is so incredibly easy to setup a mirror of your
filesystem in ZFS, and with a hot spare in your storage pool you can
automatically set it up to failover and notify you. Perhaps someday
storage in a PC will be as simple as it is with a digital camera or
something? I don't see how this sort of thing would be that far off...

The other incredibly nice feature of ZFS that is a huge net gain for
almost all of us is its snapshot ability. Snapshots are block level,
meaning that whenever a file is changed you don't need to keep a
complete copy of that file, a mess of hard links and all of that sort of
stuff you'd find in a solution such as Apple's Time Machine or many of
the backup snapshot solutions we concoct with shell scripts. Taking
snapshots is *incredibly fast*, incredibly easy to manage, and you can
browse these snapshots without having to create new inodes and hard
links - these are, as I understand it, simply very low level references
to files, but not files themselves. Still, you can copy individual files
from snapshots as you would copy any file, or restore an entire file
system from a snapshot. This is so easy to do and takes up so little
disk space that not only is this a great way to do backups, but it is
also a great way to create yourself an "oh shit" safety net should you
want to back out of an update that has gone bad, etc.

I could go on about the many features and nice aspects to using ZFS,
features like self healing, zpool iostat, etc. It's pretty cool stuff,
but I'll leave my gushing for another time. Like I said, I'm just
speaking to the features here...

Still, I wanted to see what you guys thought about the future of modern
file systems such as ZFS? I realize that it will be a long time before
BTRFS is ready, perhaps even longer for this sort of thing to make its
way to OS X and/or Windows, but now that the bar as been set I'm sure it
is only a matter of time before the copycats emerge. However things end
up, who owns what, licenses, product names, etc. This seems like a very
big deal to me. It is definitely changing the way I think of my data,
and I'm surprised how easy it is to setup a storage appliance like the
one I'm testing.

OpenSolaris is actually pretty nice. There are a few proprietary Sun
things included, but a lot of it seems pretty familiar to me - bash,
Gnome, etc. I would say that if you are looking for a storage solution
that OpenSolaris shouldn't really be a deterrent. FreeBSD 8 is in RC3,
and it will include full ZFS support (previous versions include partial
support), so this is another option.

Any other ZFS users/enthusiasts here?

--
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

Tuesday, November 17, 2009

Re: [BLUG] My Ubuntu/Linux bitch

On Tue, Nov 17, 2009 at 08:32:29AM -0500, jim marple wrote:
> Yes I did i am distro hopper try most of them. The problem stems from the
> type of celeron used the 701 4g's use the old modified p4 moblie (p3
> updated) the 900's problems are the same if you get one that was intended
> for european market it is a old celery not a new one. Ones with the newer
> i think its a 353 will be fine. Only reason i even figured this out was
> taking the things apart to see what actual chips were inside.
>
> Jim marple

Jim,

Are you familiar with /proc/cpuinfo and lspci ?

Learning to read the information provided by those tools can unlock a
world of diagnostic goodness. When I encounter unknown hardware the
first thing I try is booting from a Linux LiveCD and running those two
commands.

/proc/cpuinfo will tell you the "stepping" for a CPU, as well as flag a
number of CPU idiosyncrasies. If you know how to read the information,
you can find out if it is an old Celeron or a newer one.

Cheers,
Steven Black

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

Re: [BLUG] My Ubuntu/Linux bitch

Yes I did i am distro hopper try most of them. The problem stems from the type of celeron used the 701 4g's use the old modified p4 moblie (p3 updated) the 900's problems are the same if you get one that was intended for european market it is a old celery not a new one. Ones with the newer i think its a 353 will be fine. Only reason i even figured this out was taking the things apart to see what actual chips were inside.


Jim marple


> Date: Sun, 15 Nov 2009 11:05:51 -0500
> From: presgas@gmail.com
> To: blug@cs.indiana.edu
> Subject: Re: [BLUG] My Ubuntu/Linux bitch
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Jim,
>
> Did you try the Ubu 9.10 netbook remix? I was using the alpha builds on
> my eee 900 (Celery processor) and they worked quite nicely.
>
>
>
> On Sat, 14 Nov 2009, jim marple wrote:
>
> > Date: Sat, 14 Nov 2009 22:14:04 -0500
> > From: jim marple <jimmarple@hotmail.com>
> > Reply-To: Bloomington LINUX Users Group <blug@cs.indiana.edu>
> > To: blug@cs.indiana.edu
> > Subject: Re: [BLUG] My Ubuntu/Linux bitch
> >
> >
> > Just for some info ubuntu 9.10 will not work correctly on a eeepc 701 4g and some 900 & certain 900a's (all Celeron's) without major tweaking.
> > The overclocking and acpi utilities in 9.10 are targeted for the atom eeepc.
> >
> >
> > The array.org kernel has most of the hard stuff already compiled into it. You should look at eeebuntu distro for that version of the eeepc.
> >
> >
> > proud owner of a 701 4g, 900a(atom version) and 1005hab.
> >
> >
> > jim marple
> >
> > _________________________________________________________________
> > Windows 7: I wanted simpler, now it's simpler. I'm a rock star.
> > http://www.microsoft.com/Windows/windows-7/default.aspx?h=myidea?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_myidea:112009
>
> - ---Robert Freeman-Day
> - ---------------
> I would really like you to be on my side,
> but the side you show me isn't what I had in mind.
>
> - -Judybats
> GPG Public Key:
> http:keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xBA9DF9ED3E4C7D36
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAksAJt8ACgkQup357T5MfTbl0gCguKLtnty0ZzV3b5mR+v9m4li3
> PpkAn1Dn7OnBBMzg8OFzn+Jc2GHrTzfd
> =yUC7
> -----END PGP SIGNATURE-----
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug


Hotmail: Trusted email with Microsoft's powerful SPAM protection. Sign up now.