CentraLUG Notes, 2-April-2007: Bill Stearns and LVM
A great meeting last night. The Central New Hampshire Linux User Group met at the usual place and time: The New Hampshire Technical Institute's Library, Room 146, 7PM on the first Monday. I did my usual rounds of announcements, Shawn O'Shea pointed out that besides for the discuss and announce mailing lists, you can also subscribe to the lists via RSS by using one of our archival sites. Add of the following to your favorite RSS readers to see the GNHLUG announcements: http://www.mail-archive.com/gnhlug-announce@mail.gnhlug.org/maillist.xml http://rss.gmane.org/messages/excerpts/gmane.org.user-groups.linux.gnhlug.announce Everyone got to introduce themselves and speak a little bit about what they're up to. I passed around a couple lists of topics and speakers from the wiki to find out what the attendees want to see for future sessions. Bill Stearns presented "LVM: Logical Volume Management." He explained about the basic need to expand or re-allocate disk resources without making hard partition changes, in some cases without even shutting down. We started right in on an exercise: using the loopback device and some spare space in /var/tmp, we created three loopback block devices. We assigned them as PVs (Physical Volumes) and allocated two to a Volume Group. Then, space could be allocated out of the volume group to provide the space needed. Additional PVs could be added to the VG, additional space from the VG could be allocated to a mount. We had a good discussion about the choice of filesystems and the different processing required for ext3, reiser, xfs, jfs file systems - most of which can be resized when on-line. (Bill recommended the MythTV HOWTO for a good discussion of which file system to use. This one, I think: http://mythtv.org/docs/mythtv-HOWTO-24.html#ss24.1 We had a good side conversation at this point about the mount tables and the significance of several flags Bill had. An intesnse discussion of 'noatime' - useful for hierarchical file management, but generally of little use, and a lot of disk activity, power consumption, speed decrease, and for FlashROM devicers, perhaps lifetime shortening can be avoided by adding noatime to the mount tab. Bill also had war stories about the security implications of nodev and nosuid both of which are a good idea for insertable media unless you have a specific reason for needing them. We finished up the LVM exercise by adding the third PV to the VG and then resizing the ext3 partition to include the space. Bill took questions from the audience: one lady had just installed LVM on the Linux partition on her mainframe (!) that weekend, and wanted to know more about LVM striping. Other questions on reliability, use with RAID. Bill had some pointers for adding additional storage: use of USB2 (not USB1!) external drives (Bill hasn't been happy with Firewire storage on Linux) or using an external storage solution (he mentioned CoRAID which uses rackable ethernet-to-ATA raw drives; Bill had one sample to play with - http://www.coraid.com/) and handled some questions further afield, like the file defragmenter Bill has on his site (http://www.stearns.org/defragfile/) Yet another great LUG meeting. Thanks to Bill Stearns for the great presentation (and 3-ring-bound handouts) and providing the raffle door prizes. Thanks to Bill Sconce for providing the projector and doing the note-taking during the meeting. Thanks to the New Hampshire Technical Institute for providing the facilities. Look forward to a great presentation on OpenWRT by Ben Scott at the May 7th meeting (where you can expect him to be heckled) and another great presentation on Drupal by Seth Cohn on June 4th. Hope to see you there. Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
Re: Dowloading of podcasts etc. - anyone have a HOWTO?
I use streamripper with a cron script to record Dr. Dean Edell from the KGO website.. Below the script, then I use dircaster (http://www.dircaster.org/) to create the rss feed. #!/bin/bash ## Remove old audio rm -rf /home/travis/public_html/radio//Dr_Dean_Edell/KGO\ Newstalk\ 810\,\ san\ Francisco/incomplete/*.mp3 ## Start recording stream /usr/bin/streamripper http://abcrad.ic.llnwd.net/stream/ abcrad_kgo_kgo -d /home/travis/public_html/radio/Dr_Dean_Edell/ & ## wait 55 Minutes sleep 55m ## Kill stream kill $! ## Rename and move file mv /home/travis/public_html/radio/Dr_Dean_Edell/KGO\ Newstalk\ 810\,\ san\ Francisco//incomplete/\ -\ .mp3 /home/travis/public_html/radio /Dr_Dean_Edell/$(date +%Y-%m-%d)_-_Dr_Dean_Edell.mp3 ## Remove old tag /usr/bin/id3 -d /home/travis/public_html/radio/Dr_Dean_Edell/$(date +% Y-%m-%d)_-_Dr_Dean_Edell.mp3 ## Add new tag /usr/bin/id3 -a "KGO" -A "Dr Dean Edell" -t "$(date +%Y-%m-%d)" /home/ travis/public_html/radio/Dr_Dean_Edell/$(date +%Y-%m-%d)_- _Dr_Dean_Edell.mp3 On Apr 3, 2007, at 7:29 PM, Bill Sconce wrote: I hope this doesn't mean I'm becoming a podPerson, but... Does anyone have a pointer to a HOWTO for, or know how to, download Web files offered for "streaming" so that they can be staged for ripping to e.g. a portable player? (I've looked on TDLP, searched the HOWTOs list, even read Eric Raymond's stuff.) No joy. podPerson'ly yrs, Bill The goal restated: HOWTO download audio file(s) and/or video file(s), *not* for watching as streams in a browser, but for processing/staging onto e.g. USB flash devices? (A good LUG program, hint, hint?) Background: __ Encouraged by certain other contributors to this list, I've begun to enliven my hours on the road with interviews and other programs downloaded from the Web. An interview with Guido, for instance, and the one with maddog on FLOSS Weekly which was discussed here recently(*). Some of the programs (e.g., FLOSS Weekly) are advertised with an explicit URL ("Download MP3 file"), which makes it easy to wget them directly. Some other programs (e.g., NPR) are advertised with a URL which downloads a piece of text (a ".ram" file) whose contents are a URL (such as "http://archives.wamu.org/dr/07/04/r1070403.rm";) which, again, is easy to wget(**). But still other programs are advertised with still other streaming mechanisms. (I don't want streaming. I'm not interested in listening/watching in a browser. I want to download, rip to Ogg, and listen from a USB drive in the car.) For instance, today's exercise happened to be a hearing on voting system standards. which advertises "Click here for the archived Committee event webcast.[link1] You will need the free Real Player[link2] to view this webcast." [link1] reads http://boss.streamos.com/real/science/sci06/071906.smi which can be fetched by wget, but inside is what looks like HTML (which I presume contains instructions for Real's BLOB to display the webcast in a browser). *grumble* It's OUR House of Representatives, the webcast contains public information. (We *are* allowed to download the transcript of this hearing as a PDF, but I can't drive, use the cellphone, and read a PDF all at the same time... :) (*) maddog's interview: easy to download, but MP3 :( (They *used* to make Ogg available as well.) (**) .rm easy to wget: converting it to Ogg is NOT easy! It took me three days to download the necessary pieces and Google for the command-line steps to rip to .wav and thence to .ogg. *whew* ___ 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/
Dowloading of podcasts etc. - anyone have a HOWTO?
I hope this doesn't mean I'm becoming a podPerson, but... Does anyone have a pointer to a HOWTO for, or know how to, download Web files offered for "streaming" so that they can be staged for ripping to e.g. a portable player? (I've looked on TDLP, searched the HOWTOs list, even read Eric Raymond's stuff.) No joy. podPerson'ly yrs, Bill The goal restated: HOWTO download audio file(s) and/or video file(s), *not* for watching as streams in a browser, but for processing/staging onto e.g. USB flash devices? (A good LUG program, hint, hint?) Background: __ Encouraged by certain other contributors to this list, I've begun to enliven my hours on the road with interviews and other programs downloaded from the Web. An interview with Guido, for instance, and the one with maddog on FLOSS Weekly which was discussed here recently(*). Some of the programs (e.g., FLOSS Weekly) are advertised with an explicit URL ("Download MP3 file"), which makes it easy to wget them directly. Some other programs (e.g., NPR) are advertised with a URL which downloads a piece of text (a ".ram" file) whose contents are a URL (such as "http://archives.wamu.org/dr/07/04/r1070403.rm";) which, again, is easy to wget(**). But still other programs are advertised with still other streaming mechanisms. (I don't want streaming. I'm not interested in listening/watching in a browser. I want to download, rip to Ogg, and listen from a USB drive in the car.) For instance, today's exercise happened to be a hearing on voting system standards. which advertises "Click here for the archived Committee event webcast.[link1] You will need the free Real Player[link2] to view this webcast." [link1] reads http://boss.streamos.com/real/science/sci06/071906.smi which can be fetched by wget, but inside is what looks like HTML (which I presume contains instructions for Real's BLOB to display the webcast in a browser). *grumble* It's OUR House of Representatives, the webcast contains public information. (We *are* allowed to download the transcript of this hearing as a PDF, but I can't drive, use the cellphone, and read a PDF all at the same time... :) (*) maddog's interview: easy to download, but MP3 :( (They *used* to make Ogg available as well.) (**) .rm easy to wget: converting it to Ogg is NOT easy! It took me three days to download the necessary pieces and Google for the command-line steps to rip to .wav and thence to .ogg. *whew* ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
[Reminder] Open Document What's In It For @ Wed Apr 4 6:30pm - 8pm (1 hr & 30 mins)
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20070404T223000Z DTEND:20070405T00Z DTSTAMP:20070403T223006Z ORGANIZER;CN=Greg Rundlett:MAILTO:[EMAIL PROTECTED] UID:[EMAIL PROTECTED] ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE ;CN=Greg Rundlett;X-NUM-GUESTS=0:MAILTO:[EMAIL PROTECTED] ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE ;[EMAIL PROTECTED];X-NUM-GUESTS=0:MAILTO:[EMAIL PROTECTED] l.gnhlug.org ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP= TRUE;[EMAIL PROTECTED];X-NUM-GUESTS=0:MAILTO:[EMAIL PROTECTED] CLASS:PRIVATE CREATED:20070316T023920Z DESCRIPTION:Hi all\,\n\nI will be presenting along with Tim Vaverchak of th e State of Massachusetts at the next BostonPHP meeting April 4th at 6:30PM. Find out ways to manipulate ODF programmatically. (And\, if you're inter ested you can even ask questions about the standards process.) Tim will be exposing some of the business drivers behind government adoption of open f ormats (and what's in it for you).\n\nSee\nhttp://www.bostonphp.org/compone nt/option\,com_gigcal/task\,details/gigcal_gigs_id\,23/\nPlease spread the word\, and sign up.\n\nThe event is free. The venue has about a 50-person seating capacity\, so register early. Low-cost parking is available at the Galleria Mall parking garage steps away from the IBM building.\nmap: http: //maps.google.com/maps?hl=en&q=1+Rogers+St.+Cambridge\,+MA+(IBM/Lotus+near+ Galleria)&ie=UTF8&z=15&ll=42.368184\,-71.076608&spn=0.011858\,0.033259&om=1 &iwloc=addr\n\nGreg \n-- \nGreg Rundlett\nFree Software advocate\nOpen Stan dards worker\nManager of Technology Services\nOASIS\n\n\nView your event at http://www.google.com/calendar/event?action=VIEW&eid=dnRlanRzbDNnbzBlY3Mwd WZmNzdlYmJudjAgZ25obHVnLWRpc2N1c3NAbWFpbC5nbmhsdWcub3Jn&tok=MjMjZ3JlZy5ydW5 kbGV0dEBnbWFpbC5jb202M2Q4ZjhiYTY3Yjc5NjkzNDk0MzBlY2Y3NmE0OTVlNTU0YWQzMTU2&c tz=America%2FNew_York&hl=en. LAST-MODIFIED:20070316T034836Z LOCATION:1 Rogers St. Cambridge\, MA (IBM/Lotus near Galleria) SEQUENCE:0 STATUS:CONFIRMED SUMMARY:Open Document What's In It For TRANSP:OPAQUE END:VEVENT END:VCALENDAR invite.ics Description: application/ics ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
Re: Hardware for sale
My wife would KILL me. Kjel On 4/2/07, Ben Scott <[EMAIL PROTECTED]> wrote: On 4/2/07, Neil Joseph Schelly <[EMAIL PROTECTED]> wrote: > Sun Ultra Enterprise 3000 - $700 > http://www.oasis-open.org/home/sunservers/sun_ue3000.html > Sun Enterprise 450 - $500 > http://www.oasis-open.org/home/sunservers/sun_e450.html Mm. Big servers with all their covers off. Nerd porn! ;-) Wish I had use for it; those are good prices. Alas, it's x86 as far as the eye can see, from where I'm sitting. -- 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/