Re: Free network switches

2009-10-06 Thread Dan Miller
The switches are called for.

Dan

Dan Miller wrote:
> I have 2 Dell PowerConnects 3048.
> http://support.dell.com/support/edocs/network/2T180/
> 
> 48 port managed 10/100 switches
> 2 10/100/1000 ports
> 
> Rack ears are screwed on currently.
> 
> I have been told, both are fully working and were replaced when we moved
> offices.
> 
> Dan
> ___
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
> 
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Dave Johnson
Ben Scott writes:
> On Tue, Oct 6, 2009 at 10:43 AM, Tom Buskey  wrote:
> > And RAIDs should be scrubbed periodically.
> 
>   Modern RAID controllers usually feature something called "patrol
> read", which reads all the blocks on the physical disks in the
> background, when otherwise idle.
> 
>   Is there a similar feature in Linux's RAID implementation?

Yes, md has a 'check' action that you can issue to the kernel to have
it run a RAID consistancy check.

mdadm issues this once a week (by default)

you can also issue this manually with something like:
$ echo check > /sys/block/md0/md/sync_action

-- 
Dave
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Free network switches

2009-10-06 Thread Dan Miller
I have 2 Dell PowerConnects 3048.
http://support.dell.com/support/edocs/network/2T180/

48 port managed 10/100 switches
2 10/100/1000 ports

Rack ears are screwed on currently.

I have been told, both are fully working and were replaced when we moved
offices.

Dan
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Thomas Charron
On Tue, Oct 6, 2009 at 10:42 AM, Ben Scott  wrote:
> On Tue, Oct 6, 2009 at 10:31 AM, Thomas Charron  wrote:
>>  It really suprised me that I couldn't find this information in the
>> /proc fs anywhere.
>  What do you think this is, MS Windows?  :)  We've got a perfectly
> servicable tool (dumpe2fs) that will tell us the information.  Why do
> we need a kernel API for it?  :)

  Just seems like something they'd have under thar.

>  Aside: On non-Linux systems, /proc is usually *just* process info.
> Linux extended it to contain miscellaneous system info, e.g., CPU and
> memory.  Then later networking info.  Then disk info.  Then ways to
> *change* that stuff.  Then a web browser.  Er, maybe not that last.
> But /proc on Linux definitely suffers from creeping featurism.  :)

  I always call it /proc, but I'd really expect it to be in /sys.

-- 
-- Thomas

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Jerry Feldman
On 10/06/2009 10:19 AM, Alex Hewitt wrote:
> Thanks Ken, Dave and Ben for the answers and thoughtful analysis. I 
> currently have essentially one large partition for Linux and another 
> large partition for Vista. I think when I set up my next system I'm 
> going to make the granularity of the file systems finer by dividing up 
> the mount points/partitions. It's been a standard practice for a long 
> time to separate system and data partitions/disks primarily for backups 
> but in the case of a file system check, it speeds operations enormously.
>   
The tune2fs(8) command allows you to change both the number of mounts
and the time interval. With the addition of journalizing file systems,
the time cost of fsck certainly has been reduced.  For the most part,
especially for laptops, many people just use 1 or 2 partitions. In the
olden days, we would segment our partitions as you mentioned above, for
backup and other purposes. And, with todays large drives, if you want a
finer granularity, LVM can serve you well because of its ease in being
resized.

Basically, the right way to partition a system depends much on how it is
going to be used. Certainly, the system data
(/etc,/dev/,/bin,/sbin,/usr...) is very stable, and you read from it
mostly. /var is a good candidate for a separate partition because it
contains a lot of volatile data (as does /tmp). /home is also a good
candidate to be in its own partition. But, in the olden days we used to
use the Unix dump(8) to back up by file system, but today we have a lot
of good backup alternatives.


-- 
Jerry Feldman 
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846




signature.asc
Description: OpenPGP digital signature
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [semi-OT] Pretty vs. Useful output

2009-10-06 Thread Chip Marshall
On October 06, 2009, Michael ODonnell sent me the following:
> 
> Gr!!  A long-standing source of frustration for me is that people who
> definitely should know better insist on writing code that utters only
> "pretty" outputs instead of useful, parseable info.  Yes, it's darling
> and precious that the authors of (say) mdadm, dumpe2fs or /proc/cpuinfo
> spent so much time arranging for their output to be so neatly lined up,
> but it's a fscking PITA for scripts to pluck useful info from within
> that sort of dreck.
> 
> If I were king I'd decree that all software be capable of uttering its
> output in a manner that can easily be scanned for items of interest,
> using a format like (say) key=value pairs or maybe (the disappointingly
> oversold) XML.  You can always prettify info delivered in a regular
> format but going the other way is, as already mentioned, error-prone
> and inefficient.
> 

This is one of the things that I like about JUNOS. Pretty much any
command in the CLI can be appended with '| display xml' and it'll give
you a reasonably marked up XML version of the command's output.

Makes it very easy to write scripts to connect to a router and collect
information.

root> show system uptime 
Current time: 2009-10-06 14:18:30 UTC
System booted: 2009-10-06 14:13:55 UTC (00:04:35 ago)
Protocols started: 2009-10-06 14:14:31 UTC (00:03:59 ago)
Last configured: 2009-05-27 16:35:20 UTC (18w5d 21:43 ago) by root
 2:18PM  up 5 mins, 2 users, load averages: 0.03, 0.21, 0.13

root> show system uptime | display xml 
http://xml.juniper.net/junos/8.5R4/junos";>
http://xml.juniper.net/junos/8.5R4/junos";>

2009-10-06 14:18:33 
UTC


2009-10-06 14:13:55 
UTC
00:04:38


2009-10-06 14:14:31 
UTC
00:04:02


2009-05-27 16:35:20 
UTC
18w5d 21:43
root


2:18PM
5 mins
2
0.03
0.21
0.13







-- 
Chip Marshall 
http://weblog.2bithacker.net/  KB1QYWPGP key ID 43C4819E
v4sw5PUhw4/5ln5pr5FOPck4ma4u6FLOw5Xm5l5Ui2e4t4/5ARWb7HKOen6a2Xs5IMr2g6CM


pgpge0VfQLnCD.pgp
Description: PGP signature
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [semi-OT] Pretty vs. Useful output

2009-10-06 Thread mark
On Tue, Oct 6, 2009 at 1:50 PM, Michael ODonnell <
michael.odonn...@comcast.net> wrote:

>
> 
> Gr!!  A long-standing source of frustration for me is that people who
> definitely should know better insist on writing code that utters only
> "pretty" outputs instead of useful, parseable info.  Yes, it's darling
> and precious that the authors of (say) mdadm, dumpe2fs or /proc/cpuinfo
> spent so much time arranging for their output to be so neatly lined up,
> but it's a fscking PITA for scripts to pluck useful info from within
> that sort of dreck.
>
> If I were king I'd decree that all software be capable of uttering its
> output in a manner that can easily be scanned for items of interest,
> using a format like (say) key=value pairs or maybe (the disappointingly
> oversold) XML.  You can always prettify info delivered in a regular
> format but going the other way is, as already mentioned, error-prone
> and inefficient.
> 
>
>
In Unix & Linux, all output at the command line should be able to be
perceived as a white-space & carriage-return delimeted stream, irrepesctive
what generated it, or how it got that way.  The param=value or XML encased
output are just as harmful as anything prettied-up to be people readable.

Just my 2¢

mark
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Michael ODonnell


>  Modern RAID controllers usually feature something called "patrol
>read", which reads all the blocks on the physical disks in the
>background, when otherwise idle.
>
>  Is there a similar feature in Linux's RAID implementation?

As of 2005 when I was obliged to write scrubber code along the lines
you describe, the Linux MD subsystem had no such built-in capability.
 
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


[semi-OT] Pretty vs. Useful output

2009-10-06 Thread Michael ODonnell


>> No need to stick it in /proc, but parsing the output of utilities with
>> scripts is subject to all kinds of potential errors and inefficiencies.
>
>  If that's your concern, the utility should have an output mode
>that's more friendly to machine interpretation.  :)



Gr!!  A long-standing source of frustration for me is that people who
definitely should know better insist on writing code that utters only
"pretty" outputs instead of useful, parseable info.  Yes, it's darling
and precious that the authors of (say) mdadm, dumpe2fs or /proc/cpuinfo
spent so much time arranging for their output to be so neatly lined up,
but it's a fscking PITA for scripts to pluck useful info from within
that sort of dreck.

If I were king I'd decree that all software be capable of uttering its
output in a manner that can easily be scanned for items of interest,
using a format like (say) key=value pairs or maybe (the disappointingly
oversold) XML.  You can always prettify info delivered in a regular
format but going the other way is, as already mentioned, error-prone
and inefficient.


___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Tom Buskey
On Tue, Oct 6, 2009 at 12:39 PM, Ben Scott  wrote:

> On Tue, Oct 6, 2009 at 12:15 PM, Bill McGonigle 
> wrote:
> > On 10/06/2009 12:33 AM, Ben Scott wrote:
> >> Manch-Vegas is centrally located amongst most of NH's population
> >> centers (sorry, Bill!)
> >
> > Just to be pedantic, "and the other 108 members of DLSLUG".
>
>   Clearly what is needed here is *two* parties, connected with a FOSS
> video conferencing system ;-)
>
>
An IRC chatroom.  NNEUUG held at least one meeting via IRC.

Is that group still around?  I went to quite a few of the meetings pre
1995.  We saw the introduction of AIX at IBM in Burlington, VT.  I remember
printing & handing out "Linux Newsletters" (available as LaTeX).  It may
have morphed into Linux Journal.  Most people didn't have net access back
then.
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Tom Buskey
On Tue, Oct 6, 2009 at 10:54 AM, Ken D'Ambrosio  wrote:

>  My Ubuntu 8.10 system uses EXT3 for the root filesystem and will
>  automatically fschk the volume every 35 mounts.
> >>
> > Someday soon, Linux will have btrfs.  I don't think it does/needs fsck.
> > And ZFS doesn't fsck either.
>
> I can't vouch for ZFS, but btrfs most certainly does have both on-line and
> off-line fsck.  The neat trick is that a *LOT* of the work that fsck does
> on traditional filesystems is already part-and-parcel of btrfs (e.g.,
> you'll never need a lost+found directory, because backreferences are
> already part of btrfs's integrated metadata).  Throw in the whole bundle
> of other features -- self-aware RAID (no, it doesn't pass the Turing
> test), per-file checksums, bell, whistle, and it's good stuff.  But disks
>

I've been reading a bit on btrfs and it has some cool ideas (back
references) and improvements on ZFS,  I've been using ZFS for 3 years now.
If btrfs can get near the ease of use of ZFS's CLI along with its protection
levels (I'm sure that part will) then I think brtfs will be worth
considering instead of ZFS.


> are physical media; doing filesystem integrity checks from time to time --
> regardless of filesystem -- isn't a bad thing; even ZFS does it, though
> not via outright fsck
>

That's the zpool scrub.  ZFS is checking the integrity as it writes.


> (http://opensolaris.org/os/community/zfs/faq/#whynofsck).
>
> $.02,
>
> -Ken
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 12:15 PM, Bill McGonigle  wrote:
> On 10/06/2009 12:33 AM, Ben Scott wrote:
>> Manch-Vegas is centrally located amongst most of NH's population
>> centers (sorry, Bill!)
>
> Just to be pedantic, "and the other 108 members of DLSLUG".

  Clearly what is needed here is *two* parties, connected with a FOSS
video conferencing system ;-)

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 12:17 PM, Bill McGonigle  wrote:
> No need to stick it in /proc, but parsing the output of utilities with
> scripts is subject to all kinds of potential errors and inefficiencies.

  If that's your concern, the utility should have an output mode
that's more friendly to machine interpretation.  :)

  But frankly, for something like mount statistics, it's not worth
worrying about efficiency, and parsing isn't complicated enough to
worry about errors.  An API is an API, regardless of whether it's a C
struct via ioctl() or text output from e2fsck.  If nothing changes,
both work equally well, and if things change, the later handles change
much better.  :)

  You just think the C struct way works better because when that
changes, your program just segfaults when it's doing something
completely different, so you never learn why.  The text method fails
gracefully, and you actually have a chance of diagnosing it and fixing
it.  :)

  And it's not like /proc or /sys *aren't* giving you text output.  :)

  Unix is built on a bunch of small, independent utilities exchanging
text data. Among other things, that builds an easily diagnosed system,
and one which handles change gracefully.  :)

> I'd have guessed this would be exposed in sysfs ...

  Just as bad as sticking it in /proc.  Just a different name.  :)

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Bill McGonigle
On 10/06/2009 10:42 AM, Ben Scott wrote:
>   What do you think this is, MS Windows?  :)  We've got a perfectly
> servicable tool (dumpe2fs) that will tell us the information.  Why do
> we need a kernel API for it?  :)

No need to stick it in /proc, but parsing the output of utilities with
scripts is subject to all kinds of potential errors and inefficiencies.

I'd have guessed this would be exposed in sysfs, but in mine, e.g.:

  cat /sys/fs/ext4/dm-0/*

there's no mount count.

-Bill

-- 
Bill McGonigle, Owner
BFC Computing, LLC
http://bfccomputing.com/
Telephone: +1.603.448.4440
Email, IM, VOIP: b...@bfccomputing.com
VCard: http://bfccomputing.com/vcard/bill.vcf
Social networks: bill_mcgonigle/bill.mcgonigle
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Bill McGonigle
On 10/06/2009 12:33 AM, Ben Scott wrote:
> Somewhere in Manchester, perhaps --
> Manch-Vegas is centrally located amongst most of NH's population
> centers (sorry, Bill!)

Just to be pedantic, "and the other 108 members of DLSLUG".  But a party
is just a party and I don't have geolocation on the DLSLUG membership to
provide any sort of weighted input.

-Bill

-- 
Bill McGonigle, Owner
BFC Computing, LLC
http://bfccomputing.com/
Telephone: +1.603.448.4440
Email, IM, VOIP: b...@bfccomputing.com
VCard: http://bfccomputing.com/vcard/bill.vcf
Social networks: bill_mcgonigle/bill.mcgonigle
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 10:43 AM, Tom Buskey  wrote:
> And RAIDs should be scrubbed periodically.

  Modern RAID controllers usually feature something called "patrol
read", which reads all the blocks on the physical disks in the
background, when otherwise idle.

  Is there a similar feature in Linux's RAID implementation?

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Seth Cohn
http://doodle.com/ysxe3gm9cdf3rdi5

Very obvious how to use it.

Doodle isn't perfect, but it's really good for finding the best date/time.

On Tue, Oct 6, 2009 at 7:54 AM, Ben Scott  wrote:
> On Tue, Oct 6, 2009 at 7:42 AM, Seth Cohn  wrote:
>> I suggest a doodle.com vote to see who can make when...
>
>  Set it up and post the link.  And if it's not obvious, explain how
> to use it.  :)
>
>  This is a group effort.  :)
>
> -- Ben
> ___
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Ken D'Ambrosio
 My Ubuntu 8.10 system uses EXT3 for the root filesystem and will
 automatically fschk the volume every 35 mounts.
>>
> Someday soon, Linux will have btrfs.  I don't think it does/needs fsck.
> And ZFS doesn't fsck either.

I can't vouch for ZFS, but btrfs most certainly does have both on-line and
off-line fsck.  The neat trick is that a *LOT* of the work that fsck does
on traditional filesystems is already part-and-parcel of btrfs (e.g.,
you'll never need a lost+found directory, because backreferences are
already part of btrfs's integrated metadata).  Throw in the whole bundle
of other features -- self-aware RAID (no, it doesn't pass the Turing
test), per-file checksums, bell, whistle, and it's good stuff.  But disks
are physical media; doing filesystem integrity checks from time to time --
regardless of filesystem -- isn't a bad thing; even ZFS does it, though
not via outright fsck
(http://opensolaris.org/os/community/zfs/faq/#whynofsck).

$.02,

-Ken



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Jon 'maddog' Hall
>I also think it would be neat to have the gathering on the anniversary
>date.

Well, to throw a little gasoline into the discussion:

o The date you mention is the date of the first meeting of
what-would-become the GNHLUG meeting.  I still remember sitting around a
few weeks later trying to discuss what the name would actually be, and
coming up with a name that (hopefully) would attract people from the
"Greater" New Hampshire area (including Northern Mass, Maine and
Vermont).  More importantly, the name sounded like "someone drinking a
mouthful of homebrew."  So a little like "Independence Day" in the
United States, while most people might think it is "July 4th", the
actual development stretches it over a longer period of time.

o The date you mention was, I believe, the first and last meeting that
Bob hosted/led.  After that he explained that he was too busy and did
not have time for it, so I took over for a rather lengthy time.

Just to show that moving it a few days in one direction or another might
not make much difference when averaged out over the last 15 years.

md

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Tom Buskey
On Tue, Oct 6, 2009 at 10:19 AM, Alex Hewitt wrote:

> Ben Scott wrote:
> > On Tue, Oct 6, 2009 at 8:35 AM, Alex Hewitt 
> wrote:
> >
> >> My Ubuntu 8.10 system uses EXT3 for the root filesystem and will
> >> automatically fschk the volume every 35 mounts.
>

Someday soon, Linux will have btrfs.  I don't think it does/needs fsck.  And
ZFS doesn't fsck either.


> >   I generally find it's more appropriate to use the time interval
> > check, and disable the maximum mount count check.  The theory being
> > that it doesn't really matter how often you mount the filesystem.  If
> > you reboot 5 times a day because you shut your PC off when you're not
> > using, that doesn't necessarily mean you need to check every week.
> > Contrariwise, if you almost never reboot, that doesn't mean you only
> > need to check once per decade.
>

And RAIDs should be scrubbed periodically.


>  >   Since I like to divide things up into multiple partitions, I can
> > also tune based on filesystem usage.  For example, my /tmp partition
> > checks every 30 days, but my /usr partition checks every 180 days  The
> > theory being that a filesystem with more activity is more likely to
> > encounter problems.
> >
>
...


> Thanks Ken, Dave and Ben for the answers and thoughtful analysis. I
> currently have essentially one large partition for Linux and another
> large partition for Vista. I think when I set up my next system I'm
> going to make the granularity of the file systems finer by dividing up
> the mount points/partitions. It's been a standard practice for a long
> time to separate system and data partitions/disks primarily for backups
> but in the case of a file system check, it speeds operations enormously.
>


Unix has separated & fine tuned the speed of the disks since the
beginning.   The PDP-11 at Bell Labs had 2 drives.  One smaller and fast,
one larger and slow.  /usr was on the slow drive.  / was the fast.  Programs
that got used a lot (ed, sh, roff) got put in /bin.  Less used programs got
put in /usr/bin.

SunOS has always tried to seperate the OS from X11 (/usr/openwin) and data
(/export/home). to prevent OS updates from affecting 3rd party installed.
Of course, vendors put lots of stuff in /usr anyways.
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 10:31 AM, Thomas Charron  wrote:
>  It really suprised me that I couldn't find this information in the
> /proc fs anywhere.

  What do you think this is, MS Windows?  :)  We've got a perfectly
servicable tool (dumpe2fs) that will tell us the information.  Why do
we need a kernel API for it?  :)

  Aside: On non-Linux systems, /proc is usually *just* process info.
Linux extended it to contain miscellaneous system info, e.g., CPU and
memory.  Then later networking info.  Then disk info.  Then ways to
*change* that stuff.  Then a web browser.  Er, maybe not that last.
But /proc on Linux definitely suffers from creeping featurism.  :)

-- Ben

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 10:19 AM, Alex Hewitt  wrote:
> I think when I set up my next system I'm going to make
> the granularity of the file systems finer by dividing up
> the mount points/partitions.

  I should probabbly mention that when I wrote "partition" I actually
meant "logical volume".  I used to do it with simple partitions, which
worked, but the occasional move/resize for reallocation required
taking everything offline, and waiting while that happened.  These
days, I use LVM, and put everything other than the boot partition in
LVs.  I leave free space in the volume group.  Growing an LV and the
filesystem inside it only takes a few moments.  It works well.

  As another example, on the GNHLUG Internet server, I've got several
different LVs for each task.  For example, logs get their own LV, as
does the mail spool.  This keeps runway process output (or DoS
attacks) from filling up the entire system.  A full root partition
will often wedge everything, but a full mail spool just knocks out
mail.  Then you can SSH in and fix it.

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Thomas Charron
On Tue, Oct 6, 2009 at 8:35 AM, Alex Hewitt  wrote:
> My Ubuntu 8.10 system uses EXT3 for the root filesystem and will
> automatically fschk the volume every 35 mounts.  I haven't been able to
> find out where the mount count is stored or how that data can be
> retrieved. I don't want to change the automated fschk but I'd like to
> display the count so I can anticipate when the volume will be checked.

  It really suprised me that I couldn't find this information in the
/proc fs anywhere.
-- 
-- Thomas

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Alex Hewitt
Ben Scott wrote:
> On Tue, Oct 6, 2009 at 8:35 AM, Alex Hewitt  wrote:
>   
>> My Ubuntu 8.10 system uses EXT3 for the root filesystem and will
>> automatically fschk the volume every 35 mounts.
>> 
>
>   I see the question's been answered, but here's some general commentary, 
> FWIW.
>
>   I generally find it's more appropriate to use the time interval
> check, and disable the maximum mount count check.  The theory being
> that it doesn't really matter how often you mount the filesystem.  If
> you reboot 5 times a day because you shut your PC off when you're not
> using, that doesn't necessarily mean you need to check every week.
> Contrariwise, if you almost never reboot, that doesn't mean you only
> need to check once per decade.
>
>   Since I like to divide things up into multiple partitions, I can
> also tune based on filesystem usage.  For example, my /tmp partition
> checks every 30 days, but my /usr partition checks every 180 days  The
> theory being that a filesystem with more activity is more likely to
> encounter problems.
>
>   I have my root and boot partitions set to check every mount.  The
> theory being that they're really important.  They're also small in my
> setup, so it only takes a few seconds.
>
>   OTOH, if you have multiple partitions, you can disable the time
> interval and use different mount counts, and avoid checking multiple
> filesystems at once.
>
> -- Ben
> ___
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>
>   

Thanks Ken, Dave and Ben for the answers and thoughtful analysis. I 
currently have essentially one large partition for Linux and another 
large partition for Vista. I think when I set up my next system I'm 
going to make the granularity of the file systems finer by dividing up 
the mount points/partitions. It's been a standard practice for a long 
time to separate system and data partitions/disks primarily for backups 
but in the case of a file system check, it speeds operations enormously.

-Alex


___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 8:35 AM, Alex Hewitt  wrote:
> My Ubuntu 8.10 system uses EXT3 for the root filesystem and will
> automatically fschk the volume every 35 mounts.

  I see the question's been answered, but here's some general commentary, FWIW.

  I generally find it's more appropriate to use the time interval
check, and disable the maximum mount count check.  The theory being
that it doesn't really matter how often you mount the filesystem.  If
you reboot 5 times a day because you shut your PC off when you're not
using, that doesn't necessarily mean you need to check every week.
Contrariwise, if you almost never reboot, that doesn't mean you only
need to check once per decade.

  Since I like to divide things up into multiple partitions, I can
also tune based on filesystem usage.  For example, my /tmp partition
checks every 30 days, but my /usr partition checks every 180 days  The
theory being that a filesystem with more activity is more likely to
encounter problems.

  I have my root and boot partitions set to check every mount.  The
theory being that they're really important.  They're also small in my
setup, so it only takes a few seconds.

  OTOH, if you have multiple partitions, you can disable the time
interval and use different mount counts, and avoid checking multiple
filesystems at once.

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Bayard Coolidge
Well, I'll be with you in spirit, and will lift a frosty mug that evening
to celebrate. I'm currently spending the summer in Hendersonville, NC,
where we have a second home, and run openSUSE 11.1 on the second hard drive
on my HP dv9000z laptop. I also have a 320GB USB drive with F11, openSUSE 11.2, 
Karmic Koala, my backups, and a free partition for another distro.

So, I'm keeping my hand in, playing with the latest-n-greatest, as well as
looking into various amateur radio applications, particularly those used
for emergency situations (Amateur Radio Emergency Service),and trying to
evangelize Linux amongs my fellow hams, both here in the WNC mountains
(which are very reminiscent of central NH) and down in south Florida where
we live when it's not hurricane season.

I hope someone can find Bob Curry, KC1IB, possibly through the ARRL mail 
forwarder or some other means, and invite him to the celebration, as well
as Gary Grebus and whomever else was there that night.

Wow, 15 years - I'm still shaking my head because I remember it like it
was yesterday. My thanks to all of you for carrying it forward so well!

Best Wishes,

Bayard

--- On Tue, 10/6/09, Ben Scott  wrote:

> From: Ben Scott 
> Subject: [GNHLUG] GNHLUG is turning 15! Let's have a party!
> To: "GNHLUG Announcements" 
> Date: Tuesday, October 6, 2009, 12:33 AM
>   The first meeting of the
> Greater New Hampshire Linux User Group took
> place on Wed 19 Oct 1994.  That means GNHLUG will be
> *FIFTEEN YEARS
> OLD* on Mon 19 Oct 2009.  (And it hasn't even been
> asking about
> learning to drive.  Such a well-behaved
> organization.)    That's just
> under two weeks from today, as I write this.
> 
> http://wiki.gnhlug.org/twiki2/bin/view/Www/FirstAnnouncement
> 
>   I propose gathering for dinner and drinks that
> evening, purely for
> social/nostalgia purposes.  Somewhere in Manchester,
> perhaps --
> Manch-Vegas is centrally located amongst most of NH's
> population
> centers (sorry, Bill!), and I believe it has the largest
> selection of
> eating-and-drinking establishments.  Suggestions for a
> venue?  I don't
> know that many MHT restaurants.  Or a pot-luck dinner
> would work, too,
> I suppose, if someone wants to host one.
> 
>   Per long standing tradition, gathering would start
> after 6 PM ish
> and continue until whenever.  :)
> 
>   Anyone else here interested?  Post your ideas
> to !
> List mail is still free.  ;-)
> 
> -- Ben
> ___
> gnhlug-announce mailing list
> gnhlug-annou...@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-announce/
> ___
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>



  

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Jim Kuzdrall
On Tuesday 06 October 2009 07:34, Ben Scott wrote:
>   Well, while your presence would definitely be appreciated/missed, I
> also think it would be neat to have the gathering on the anniversary
> date.  What do others think?

I eat eat every day (so far) and any excuse for a party is a good 
excuse.  My preferences are low to moderate price and quiet.  Any day 
has an equal probability of good or bad right now - bad being a smaller 
probability.  If it is on a Wednesday, I can bring my wife along too.

Does Blake's in the north end have a function room?  Oops!  That 
would mean no booze, the lack of which might be important to some.

Jim Kuzdrall
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Dave Johnson
Alex Hewitt writes:
> My Ubuntu 8.10 system uses EXT3 for the root filesystem and will 
> automatically fschk the volume every 35 mounts.  I haven't been able to 
> find out where the mount count is stored or how that data can be 
> retrieved. I don't want to change the automated fschk but I'd like to 
> display the count so I can anticipate when the volume will be checked. 
> 
> -Alex


$ dumpe2fs -h /dev/sda1
[...]
Mount count:  9
Maximum mount count:  24
Last checked: Tue Mar 10 22:06:05 2009
Check interval:   15552000 (6 months)
Next check after: Sun Sep  6 22:06:05 2009
[...]


-- 
Dave
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Ken D'Ambrosio
tune2fs -l /dev/sda1 | grep -i "mount count"

(Where /dev/sda1 is the presumed partition.)

-Ken

P.S.  Insert creative ramblings here about how btrfs will allow on-line
fsck's, include per-file checksums, and wash your dishes.


On Tue, October 6, 2009 8:35 am, Alex Hewitt wrote:
> My Ubuntu 8.10 system uses EXT3 for the root filesystem and will
> automatically fschk the volume every 35 mounts.  I haven't been able to
> find out where the mount count is stored or how that data can be
> retrieved. I don't want to change the automated fschk but I'd like to
> display the count so I can anticipate when the volume will be checked.
>
> -Alex
>
>
> ___
> gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is believed to be clean.
>
>




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


How can I retrieve the mount count for an ext3 volume?

2009-10-06 Thread Alex Hewitt
My Ubuntu 8.10 system uses EXT3 for the root filesystem and will 
automatically fschk the volume every 35 mounts.  I haven't been able to 
find out where the mount count is stored or how that data can be 
retrieved. I don't want to change the automated fschk but I'd like to 
display the count so I can anticipate when the volume will be checked. 

-Alex

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: How Apple makes more profit on their systems... By controling the support sphere

2009-10-06 Thread Tom Buskey
On Mon, Oct 5, 2009 at 10:37 PM, Bill McGonigle wrote:

> On 10/05/2009 12:36 PM, Tom Buskey wrote:
> >
> > Apple hasn't been as free with their hardware in the past (the 68k
> > systems) and the iPod/IPhone are in that group, but the x86 systems have
> > been fairly open to different OSen and software.
>
> FYI, NetBSD is pretty good on the 68k machines.
>

Yes, I've run NetBSD 1.3 on a IIci.  Booting is weird.  The NetBSD folks had
to do lots of reverse engineering.  The newer desktop machines have more of
the specs in the open.


> > The Gimp vs Photoshop is a good example.  Gimp can do everything
> > Photoshop does, but people like the look & feel of Photoshop.
>
> GIMP has been properly likened to PhotoShop 5.5 in terms of features -
> but non-RBG color-spaces aren't even supported yet.  GIMP 2.8 is
> supposed to _finally_ have a single-window mode and incorporate
> GIMPShop-inspired GUI design elements.  Several forks have been done of
> GIMP because the GIMP management didn't want GIMP to be what other
> people wanted of it.
>
> Oh, and on Fedora GIMP will crash when a new document is created and the
> cursor is clicked on the canvas.  Disable VNC in the X server via an
> xorg.conf negation to get it to run.
>
> -Bill
>
> --
> Bill McGonigle, Owner
> BFC Computing, LLC
> http://bfccomputing.com/
> Telephone: +1.603.448.4440
> Email, IM, VOIP: b...@bfccomputing.com
> VCard: http://bfccomputing.com/vcard/bill.vcf
> Social networks: bill_mcgonigle/bill.mcgonigle
>
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 7:42 AM, Seth Cohn  wrote:
> I suggest a doodle.com vote to see who can make when...

  Set it up and post the link.  And if it's not obvious, explain how
to use it.  :)

  This is a group effort.  :)

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Seth Cohn
I suggest a doodle.com vote to see who can make when...

On Tue, Oct 6, 2009 at 7:34 AM, Ben Scott  wrote:
> On Tue, Oct 6, 2009 at 5:42 AM, Jon 'maddog' Hall  wrote:
>> I will be in Brazil from October 12th to the morning of October 26th.
>
>  Well, while your presence would definitely be appreciated/missed, I
> also think it would be neat to have the gathering on the anniversary
> date.  What do others think?
>
>  (If nobody else is interested, it doesn't matter.)
>
> -- Ben
> ___
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Ben Scott
On Tue, Oct 6, 2009 at 5:42 AM, Jon 'maddog' Hall  wrote:
> I will be in Brazil from October 12th to the morning of October 26th.

  Well, while your presence would definitely be appreciated/missed, I
also think it would be neat to have the gathering on the anniversary
date.  What do others think?

  (If nobody else is interested, it doesn't matter.)

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Michael Kazin
I've got my grandmother coming up to see the leaves (and me) sometime in the
next few weeks but we could probably work around it for such a worthy cause.
As long as the place serves picky eaters like me* I'll be there.
* if( ! $bluemoon ) { s/veggies/starch/g ; cat /etc/fish > /dev/null }

-- Michael
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: [GNHLUG] GNHLUG is turning 15! Let's have a party!

2009-10-06 Thread Jon 'maddog' Hall
Ben,

I will be in Brazil from October 12th to the morning of October 26th.

I could participate one week later than the 19th, or on the evening of
October 11th, one week and a day early.

md

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Prebuilt/turn-key PC options

2009-10-06 Thread Brian Chabot


Joshua Judson Rosen wrote:

> `Open Systems FTW'?
> 
> So..., I just recently heard about these guys:
> 
> http://www.system76.com/
> 
> Anyone here have experience with, or opinions of, them?
> 

Nope.

But I do have (intimate you might say) experience with a *local*
provider of Linux systems

There's Just Works in Nashua - http://www.justworksnh.com - which sells
Mandriva based desktops and dual-boot laptops and netbooks.

Triple boot on the netbooks if you want - Mandriva Linux, WinXP, and Moblin.

I just thought I'd mention it, 'cause you know... I own the place and all.

Sales have been kinda (!) slow lately.  If you *want* a local provider
who supports the Linux systems an all... Just Works can do it.

If I get enough customers to keep the company in business... which
hasn't been happening lately.  So come on down and support the local
Linux provider!

Brian

-- 
---
| br...@datasquire.net Proprietor: http://www.JustWorksNH.com |
| Computers and Web Sites that JUST WORK  |
|   Work: +1 (603) 484-1461Home: +1 (603) 484-1469|
---
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/