From kc0iog at gmail.com Sun Nov 2 07:38:45 2008 From: kc0iog at gmail.com (Brian Wall) Date: Sun, 2 Nov 2008 07:38:45 -0600 Subject: [tclug-list] Help Bring Partition Table Back from the Dead In-Reply-To: <20081030173506.GV3369@iris.iucha.org> References: <4909EC9C.3090103@octotec.com> <20081030173506.GV3369@iris.iucha.org> Message-ID: <2c6699da0811020538p2bf4a5f2ra796754560552452@mail.gmail.com> On Thu, Oct 30, 2008 at 11:35 AM, Florin Iucha wrote: > On Thu, Oct 30, 2008 at 12:19:24PM -0500, TW Woodward wrote: >> So here is where I am at. Does anybody know of a way to restore/rebuild >> this partition table? Are the tables identical in sda1 and sdb1? What >> I mean is, in a RAID0, are the tables written across the drives? Can I >> copy the table from sda1 to sdb? How do I do that? > > Try TestDisk: http://www.cgsecurity.org/wiki/TestDisk I had success using gpart just a few weeks ago after I did something.... umm... unplanned to a hard drive that contained imortant data. gpart hunts down the file system boundaries and then suggests the location of the partition. It took me a few tries to get used to the CL syntax, and figure out which were the real boundaries, but it got all my data back. In your case you're using RAID which complicates things a bit, but it's worth a shot. By default gpart will take no action, so it's perfectly safe to play with. Brian Wall From kc0iog at gmail.com Sun Nov 2 07:42:41 2008 From: kc0iog at gmail.com (Brian Wall) Date: Sun, 2 Nov 2008 07:42:41 -0600 Subject: [tclug-list] Looking for training on Linux/Apache server In-Reply-To: References: Message-ID: <2c6699da0811020542s19252f1h98e16d9cfcc3bdae@mail.gmail.com> On Fri, Oct 31, 2008 at 6:18 PM, Chris Lukenbill wrote: > I am looking for mid to advanced level linux/apache server admin training in > the upper midwest US. I'm a LAMP developer and would like to increase my > knowledge in this area. Anyone have suggestions of good training facilities > in the area? I've never seen LAMP specifically called out in formal training. New Horizons (http://www.nhmn.com) does formal linux training, and they offer enough variety that you may find something that meets your needs. Brian Wall From marc at e-skinner.net Sun Nov 2 09:02:47 2008 From: marc at e-skinner.net (Marc Skinner) Date: Sun, 02 Nov 2008 09:02:47 -0600 Subject: [tclug-list] Help Bring Partition Table Back from the Dead In-Reply-To: <4909EC9C.3090103@octotec.com> References: <4909EC9C.3090103@octotec.com> Message-ID: <490DC117.9050508@e-skinner.net> to be clear: you are using high point hardware raid 5 on each controller. so for conroller A - you have 4 250gb drives attached to it, in raid 5 with 1 hot spare = 750gb usable. controller B is the same setup. then, inside of CentOS - controller A raid5 volume shows up as /dev/sda and conroller B raid5 volume shows up as /dev/sdb. then you create a raid 0 stripe of /dev/sda and /dev/sdb which would yield 1.5tb (approx) disk space. then some disks stopped working and you have swapped out the power supply etc. conrtoller A has one disk dead but the hot spare recovered so things are good on controller A (expect for now you don't have a hot spare) and CenOS sees /dev/sda just fine. controller B has multiple disk failures and you only see 1 disk? if this is the case i think your screwed. controller B first has to be able to have enough good disks to build your hardware level raid5 volume, which would then get presented to CentOS as /dev/sdb which is the other half of your CenOS raid-0 stripe. until you can get at least 2 disks running correctly on controller B - your raid-5 volume wont be there. you need 2 of 3 at a minimum, which would be in a recovery state, and slow, but at least running. then, if your CentOS raid-0 won't mount you can start looking at that. is this accurately - recapped? if not, please clarify. TW Woodward wrote: > Hello! > > I need some advice. Here is what happened: > > The set-up: > > Two 4 port High Point 1740 SATA controllers. Each controller had four > 250GB drives attached to it. Each controller was set-up as a separate > RAID5 with one spare drive. In Centos 5 Linux, this created two drives > in /dev, sda and sdb. > > I needed a large storage space, without (as I thought) a high level of > safety. So I partitioned the drives in parted and created sda1 and > sdb1. I then used mdadm to create a RAID0 system across these two > drives. The RAID device is called md0. > > Everything worked fine. It was doing exactly what it was designed for, > which was a large (1TB) temp storage space. Then people saw that it was > a large storage space, so they started storing semi-critical data > (images) there. They stored a lot of this data 300+ GB. Then we had a > power surge. The power surge damaged the power supply. It wasn't > damaged enough to just drop the motherboard or fry a drive, it acted > slowly. It started with one drive on the second controller. It worked > intermittently during one week (while I was on vacation). When I got > back to work on the machine, another drive dropped, then another in > quick succession. > > So I replaced the power supply and hooked the drives back up. Two of > the three dropped drives came back. One of the drives was completely > dead. I was able to add a spare drive and use the High Point supplied > GUI to rebuild the RAID5 array. > > Here is where it stands: sda and sdb appear in /dev. That is good. > sda1 appears in /dev. that is good. sdb1 does not appear in /dev. That > is bad. Apparently, the partition table was dropped on the second > array. When I run mdadm to rebuild, it tells me there is only one drive > (sda1) in the array. When I run parted, it cannot find any partition > information on sdb. > > So here is where I am at. Does anybody know of a way to restore/rebuild > this partition table? Are the tables identical in sda1 and sdb1? What > I mean is, in a RAID0, are the tables written across the drives? Can I > copy the table from sda1 to sdb? How do I do that? > > Thanks in advance. And I already know, it was a stupid set-up, it was a > frail system, etc., etc. But before you let me have it, take this into > account: the power surge was caused by the owner of the company > indiscriminately throwing circuit breakers Even better: he was > throwing circuit breakers with an electrician because they were trying > to determine how to run power down to the new data center. > > TW > > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From webmaster at mn-linux.org Mon Nov 3 15:12:10 2008 From: webmaster at mn-linux.org (TCLUG Classifieds) Date: Mon, 3 Nov 2008 15:12:10 -0600 Subject: [tclug-list] New TCLUG Classified Ad Message-ID: <200811032112.mA3LCAo12482@crusader.real-time.com> New TCLUG Classified Ad Category: Computer Type of Ad: For Sale Subject: Power Mac G4 450 MHz Power Mac G4 450 MHz Single CPU System: $150.00 No OS installed, but there is a OS X 10.4 DVD (client, not server) in the drive. Picture URL is the System Profile report generated while the computer was running OS X 10.4 Server. Delivery to be arranged between buyer and seller. Memory: 512 MB Gig Ethernet DVD-ROM Drive IOMEGA ZIP 100 ATAPI (Works!) ATI Rage128 Pro AGP ACARD 6880M Hardware RAID (0 or 1, currently configured as 1) 2x 250 GB WD Caviar Hard Drives. Seller Email address: andyzib at gmail dot com http://www.mn-linux.org/cgi-bin/classifieds/index.cgi From andyzib at gmail.com Mon Nov 3 15:28:40 2008 From: andyzib at gmail.com (Andrew S. Zbikowski) Date: Mon, 3 Nov 2008 15:28:40 -0600 Subject: [tclug-list] New TCLUG Classified Ad In-Reply-To: <200811032112.mA3LCAo12482@crusader.real-time.com> References: <200811032112.mA3LCAo12482@crusader.real-time.com> Message-ID: System profile didn't come though. http://www.ringworld.org/~zibby/tmp/Power_Mac_G4_System_Profile.pdf On Mon, Nov 3, 2008 at 3:12 PM, TCLUG Classifieds wrote: > New TCLUG Classified Ad > > Category: Computer > > Type of Ad: For Sale > > Subject: Power Mac G4 450 MHz > > Power Mac G4 450 MHz Single CPU System: $150.00 > > No OS installed, but there is a OS X 10.4 DVD (client, not server) in the drive. > > Picture URL is the System Profile report generated while the computer was running OS X 10.4 Server. > > Delivery to be arranged between buyer and seller. > > Memory: 512 MB > Gig Ethernet > DVD-ROM Drive > IOMEGA ZIP 100 ATAPI (Works!) > ATI Rage128 Pro AGP > > ACARD 6880M Hardware RAID (0 or 1, currently configured as 1) > > 2x 250 GB WD Caviar Hard Drives. > > Seller Email address: andyzib at gmail dot com > > http://www.mn-linux.org/cgi-bin/classifieds/index.cgi > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -- Andrew S. Zbikowski | http://andy.zibnet.us IT Outhouse Blog Thing | http://www.itouthouse.com From webmaster at mn-linux.org Mon Nov 3 17:04:07 2008 From: webmaster at mn-linux.org (TCLUG Classifieds) Date: Mon, 3 Nov 2008 17:04:07 -0600 Subject: [tclug-list] New TCLUG Classified Ad Message-ID: <200811032304.mA3N47d17777@crusader.real-time.com> New TCLUG Classified Ad Category: Computer Type of Ad: For Sale Subject: Mac Mini G4 Mac Mini G4 1.25 ghz / 256 MB RAM / 40 GB Hard Drive / Combo Drive. Like new, barely used, includes original box and packaging and all CDs, including Mac OS X 10.4 Tiger. Will also throw in a Belkin USB / Firewire Hub for the Mac Mini tha sits underneath. Seller Email address: silwenae at gmail dot com http://www.mn-linux.org/cgi-bin/classifieds/index.cgi From pcutler at foresightlinux.org Mon Nov 3 17:27:55 2008 From: pcutler at foresightlinux.org (Paul Cutler) Date: Mon, 3 Nov 2008 18:27:55 -0500 Subject: [tclug-list] New TCLUG Classified Ad In-Reply-To: <200811032304.mA3N47d17777@crusader.real-time.com> References: <200811032304.mA3N47d17777@crusader.real-time.com> Message-ID: <4c4ad4df0811031527y562efdd9y5db0ce05390f4bfd@mail.gmail.com> It helps if I had put a price on it, my apologies - I'm looking to sell it for $200. Paul Cutler silwenae at gmail.com On Mon, Nov 3, 2008 at 6:04 PM, TCLUG Classifieds wrote: > New TCLUG Classified Ad > > Category: Computer > > Type of Ad: For Sale > > Subject: Mac Mini G4 > > Mac Mini G4 1.25 ghz / 256 MB RAM / 40 GB Hard Drive / Combo Drive. > > Like new, barely used, includes original box and packaging and all CDs, including Mac OS X 10.4 Tiger. Will also throw in a Belkin USB / Firewire Hub for the Mac Mini tha sits underneath. > > Seller Email address: silwenae at gmail dot com > > http://www.mn-linux.org/cgi-bin/classifieds/index.cgi > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From webmaster at mn-linux.org Tue Nov 4 10:46:55 2008 From: webmaster at mn-linux.org (TCLUG Classifieds) Date: Tue, 4 Nov 2008 10:46:55 -0600 Subject: [tclug-list] New TCLUG Classified Ad Message-ID: <200811041646.mA4GktM10144@crusader.real-time.com> New TCLUG Classified Ad Category: Computer Type of Ad: For Sale Subject: Openmoko Neo Freerunner Only had this a week or so but will not work with the newest AT&T sim cards, can't afford to break the contract just to start another one with someone else. Flashed to newest firmware 2008.9 this phone is awesome! I payed $400 for it new, i can let it go for $300. more info: http://www.openmoko.com/ Seller Email address: itwontdie at gmail dot com http://www.mn-linux.org/cgi-bin/classifieds/index.cgi From goeko at Goecke-Dolan.com Tue Nov 4 17:00:22 2008 From: goeko at Goecke-Dolan.com (Brian Dolan-Goecke) Date: Tue, 04 Nov 2008 17:00:22 -0600 Subject: [tclug-list] Install Fest this Saturday!!!! Topic @PenguinsUnbound Linux Meeting Nov. 8th Message-ID: <4910D406.30607@Goecke-Dolan.com> This months PenguinsUnbound.net meeting will be Saturday November 8th, 2008 at TIES, 1667 Snelling Ave. N., St. Paul, MN 55108 from 9:00am to 5pm (YES this *coming* Saturday) III I NNN SS TTT AA L L I N N S T A A L L I N N SS T AAAA L L I N N S T A A L L III N N SS T A A LL LL FFF !! F EEE SS TTT !! FF E S T !! F EE SS T !! F E S T F EEE SS T !! (Install Fest!) This months PenguinsUnbound is having an Install Fest/Release party Nov. 8th from 9am to 5pm for the new release of Ubuntu 8.10!! (Although we will be _happy_ to help you install any Linux distribution. Power to the Penguins!!) So bring your computer, and bring your friends !! You can download Ubuntu from the Ties Mirror if you can't wait! http://apt-cache.ties2.net/ubuntu/8.10/ Thanks, hope to see you there. ==>brian. From jpschewe at mtu.net Fri Nov 7 08:52:36 2008 From: jpschewe at mtu.net (Jon Schewe) Date: Fri, 07 Nov 2008 08:52:36 -0600 Subject: [tclug-list] TCLUG vote document on Google Docs Message-ID: <49145634.9000704@mtu.net> I noticed recently that the TCLUG Vote document is up on Google Docs (showed up in my list of documents) and says that it is shared to everyone. Doesn't this mean that we've just provided a list of names and email addresses to anyone on Google Docs that wants to pull email addresses from? Given that we obfuscate email addresses in the list archives, it seems that this is slightly counterproductive. -- Jon Schewe | http://mtu.net/~jpschewe If you see an attachment named signature.asc, this is my digital signature. See http://www.gnupg.org for more information. For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all creation, will be able to separate us from the love of God that is in Christ Jesus our Lord. - Romans 8:38-39 From aristophrenic at warpmail.net Fri Nov 7 09:10:43 2008 From: aristophrenic at warpmail.net (Isaac Atilano) Date: Fri, 07 Nov 2008 09:10:43 -0600 Subject: [tclug-list] TCLUG vote document on Google Docs In-Reply-To: <49145634.9000704@mtu.net> References: <49145634.9000704@mtu.net> Message-ID: <1226070643.2993.1283537877@webmail.messagingengine.com> That's right. I also noticed that TCLUG emails are archived at http://www.wookimus.net These also contain poster's email addresses without obfuscation. ----- Original message ----- From: "Jon Schewe" To: "TCLUG List" Date: Fri, 07 Nov 2008 08:52:36 -0600 Subject: [tclug-list] TCLUG vote document on Google Docs I noticed recently that the TCLUG Vote document is up on Google Docs (showed up in my list of documents) and says that it is shared to everyone. Doesn't this mean that we've just provided a list of names and email addresses to anyone on Google Docs that wants to pull email addresses from? Given that we obfuscate email addresses in the list archives, it seems that this is slightly counterproductive. -- Jon Schewe | http://mtu.net/~jpschewe If you see an attachment named signature.asc, this is my digital signature. See http://www.gnupg.org for more information. For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all creation, will be able to separate us from the love of God that is in Christ Jesus our Lord. - Romans 8:38-39 _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota tclug-list at mn-linux.org http://mailman.mn-linux.org/mailman/listinfo/tclug-list From hewhocutsdown at gmail.com Fri Nov 7 11:13:12 2008 From: hewhocutsdown at gmail.com (Jordan Peacock) Date: Fri, 7 Nov 2008 11:13:12 -0600 Subject: [tclug-list] TCLUG vote document on Google Docs In-Reply-To: <1226070643.2993.1283537877@webmail.messagingengine.com> References: <49145634.9000704@mtu.net> <1226070643.2993.1283537877@webmail.messagingengine.com> Message-ID: A closer look at the doc shows that the emails are not in plaintext. I'd changed this a while back. ====================== Jordan Peacock hewhocutsdown at gmail.com hewhocutsdown.blogspot.com On Fri, Nov 7, 2008 at 9:10 AM, Isaac Atilano wrote: > That's right. > > I also noticed that TCLUG emails are archived at > http://www.wookimus.net > > These also contain poster's email addresses without obfuscation. > > > ----- Original message ----- > From: "Jon Schewe" > To: "TCLUG List" > Date: Fri, 07 Nov 2008 08:52:36 -0600 > Subject: [tclug-list] TCLUG vote document on Google Docs > > I noticed recently that the TCLUG Vote document is up on Google Docs > (showed up in my list of documents) and says that it is shared to > everyone. Doesn't this mean that we've just provided a list of names and > email addresses to anyone on Google Docs that wants to pull email > addresses from? Given that we obfuscate email addresses in the list > archives, it seems that this is slightly counterproductive. > > -- > Jon Schewe | http://mtu.net/~jpschewe > If you see an attachment named signature.asc, this is my digital > signature. See http://www.gnupg.org for more information. > > For I am convinced that neither death nor life, neither angels nor > demons, neither the present nor the future, nor any powers, > neither height nor depth, nor anything else in all creation, will > be able to separate us from the love of God that is in Christ > Jesus our Lord. - Romans 8:38-39 > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081107/cd66117e/attachment.htm From goeko at Goecke-Dolan.com Fri Nov 7 10:45:59 2008 From: goeko at Goecke-Dolan.com (Brian Dolan-Goecke) Date: Fri, 07 Nov 2008 10:45:59 -0600 Subject: [tclug-list] * TOMORROW * Install Fest!!!! Topic @PenguinsUnbound Linux Meeting Nov. 8th Message-ID: <491470C7.9080705@Goecke-Dolan.com> This months PenguinsUnbound.net meeting will be Saturday November 8th, 2008 ** Tomorrow ** at TIES, 1667 Snelling Ave. N., St. Paul, MN 55108 from 9:00am to 5pm III I NNN SS TTT AA L L I N N S T A A L L I N N SS T AAAA L L I N N S T A A L L III N N SS T A A LL LL FFF !! F EEE SS TTT !! FF E S T !! F EE SS T !! F E S T F EEE SS T !! (Install Fest!) This months PenguinsUnbound is having an Install Fest/Release party Nov. 8th from 9am to 5pm for the new release of Ubuntu 8.10!! (Although we will be _happy_ to help you install any Linux distribution. Power to the Penguins!!) So bring your computer, and bring your friends !! You can download Ubuntu from the Ties Mirror if you can't wait! http://apt-cache.ties2.net/ubuntu/8.10/ Thanks, hope to see you there. ==>brian. From rbrown at rawmindz.com Fri Nov 7 11:03:03 2008 From: rbrown at rawmindz.com (Robert Brown) Date: Fri, 7 Nov 2008 11:03:03 -0600 Subject: [tclug-list] Phantom Disk Space Message-ID: <916e208f0811070903t770f105fh6809036db6aef769@mail.gmail.com> Hello TCLUG, I have a CentOS vm with a 405 GB disk. My issue is that there is about 90 GB missing from an LV. fdisk reports the size of /dev/sdb1 at 434 GB, pvdisplay reports 405 GB, lvdisplay reports 405 GB, but df -h report 312 GB. Can anyone point me in the right direction? I'll put the output of various things below. Thanks, Rob -- [root at db06 Fri Nov 07 @ 10:54:50 ~]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 5.8G 1.8G 3.8G 32% / /dev/sda1 99M 19M 76M 20% /boot tmpfs 7.8G 0 7.8G 0% /dev/shm /dev/mapper/DBDATA-data 312G 232G 65G 79% /LVM/data /dev/mapper/DBDATA-extra 119G 188M 112G 1% /LVM/extra -- [root at db06 Fri Nov 07 @ 10:55:13 ~]$ fdisk -l Disk /dev/sda: 8589 MB, 8589934592 bytes 255 heads, 63 sectors/track, 1044 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 13 104391 83 Linux /dev/sda2 14 1044 8281507+ 8e Linux LVM Disk /dev/sdb: 434.8 GB, 434865438720 bytes 255 heads, 63 sectors/track, 52869 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdb1 1 52869 424670211 8e Linux LVM Disk /dev/sdc: 128.8 GB, 128849018880 bytes 255 heads, 63 sectors/track, 15665 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdc1 1 15665 125829081 8e Linux LVM -- [root at db06 Fri Nov 07 @ 10:55:47 ~]$ pvdisplay --- Physical volume --- PV Name /dev/sdb1 VG Name DBDATA PV Size 405.00 GB / not usable 835.00 KB Allocatable yes (but full) PE Size (KByte) 4096 Total PE 103679 Free PE 0 Allocated PE 103679 PV UUID 95qPah-UTJf-febW-4ZhR-vCev-ILXo-zzdCJI --- Physical volume --- PV Name /dev/sdc1 VG Name DBDATA PV Size 120.00 GB / not usable 3.96 MB Allocatable yes (but full) PE Size (KByte) 4096 Total PE 30719 Free PE 0 Allocated PE 30719 PV UUID gU3dvV-cYTC-Wkvh-OUhG-oOuP-cWmC-njN0BJ --- Physical volume --- PV Name /dev/sda2 VG Name VolGroup00 PV Size 7.90 GB / not usable 23.41 MB Allocatable yes (but full) PE Size (KByte) 32768 Total PE 252 Free PE 0 Allocated PE 252 PV UUID Wrcluh-it01-DpPH-8ppE-gy7u-s8Qd-tOYLcs [root at db06 Fri Nov 07 @ 10:56:19 ~]$ -- [root at db06 Fri Nov 07 @ 10:57:18 ~]$ vgdisplay --- Volume group --- VG Name DBDATA System ID Format lvm2 Metadata Areas 2 Metadata Sequence No 11 VG Access read/write VG Status resizable MAX LV 0 Cur LV 2 Open LV 2 Max PV 0 Cur PV 2 Act PV 2 VG Size 524.99 GB PE Size 4.00 MB Total PE 134398 Alloc PE / Size 134398 / 524.99 GB Free PE / Size 0 / 0 VG UUID Czj6wk-NLG6-XVRc-f0Ll-r06d-nGFb-l4qq17 --- Volume group --- VG Name VolGroup00 System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 3 VG Access read/write VG Status resizable MAX LV 0 Cur LV 2 Open LV 2 Max PV 0 Cur PV 1 Act PV 1 VG Size 7.88 GB PE Size 32.00 MB Total PE 252 Alloc PE / Size 252 / 7.88 GB Free PE / Size 0 / 0 VG UUID Boxzpe-Twkz-1Fci-lnfl-dzMI-d93u-RPm2Yr -- [root at db06 Fri Nov 07 @ 10:57:29 ~]$ lvdisplay --- Logical volume --- LV Name /dev/DBDATA/data VG Name DBDATA LV UUID 2Fb3ar-CSYP-o1kF-yvws-H6Tv-677L-Ok8IM7 LV Write Access read/write LV Status available # open 1 LV Size 405.00 GB Current LE 103679 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:2 --- Logical volume --- LV Name /dev/DBDATA/extra VG Name DBDATA LV UUID ygs7qh-bK3T-4fac-aFbl-SxDM-z9wb-JAIwfm LV Write Access read/write LV Status available # open 1 LV Size 120.00 GB Current LE 30719 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:3 --- Logical volume --- LV Name /dev/VolGroup00/LogVol00 VG Name VolGroup00 LV UUID eQbwV2-2qsK-U2au-e309-wUe1-SfPy-Z5mBpm LV Write Access read/write LV Status available # open 1 LV Size 5.94 GB Current LE 190 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:0 --- Logical volume --- LV Name /dev/VolGroup00/LogVol01 VG Name VolGroup00 LV UUID g7tx8y-D3ef-CpCk-MQSa-b1jM-7kXK-IHTX55 LV Write Access read/write LV Status available # open 1 LV Size 1.94 GB Current LE 62 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:1 From sloncho at gmail.com Fri Nov 7 12:35:42 2008 From: sloncho at gmail.com (Sunny) Date: Fri, 7 Nov 2008 12:35:42 -0600 Subject: [tclug-list] Phantom Disk Space In-Reply-To: <916e208f0811070903t770f105fh6809036db6aef769@mail.gmail.com> References: <916e208f0811070903t770f105fh6809036db6aef769@mail.gmail.com> Message-ID: On Fri, Nov 7, 2008 at 11:03 AM, Robert Brown wrote: > Hello TCLUG, > > I have a CentOS vm with a 405 GB disk. My issue is that there is > about 90 GB missing from an LV. > > fdisk reports the size of /dev/sdb1 at 434 GB, pvdisplay reports 405 > GB, lvdisplay reports 405 GB, but df -h report 312 GB. > > Can anyone point me in the right direction? > What is the file system on that volume? Is it possible, that you have extended the volume, but forgot to resize the file system? Cheers -- Svetoslav Milenov (Sunny) Even the most advanced equipment in the hands of the ignorant is just a pile of scrap. From rbrown at rawmindz.com Fri Nov 7 14:02:09 2008 From: rbrown at rawmindz.com (Robert Brown) Date: Fri, 7 Nov 2008 14:02:09 -0600 Subject: [tclug-list] Phantom Disk Space In-Reply-To: References: <916e208f0811070903t770f105fh6809036db6aef769@mail.gmail.com> Message-ID: <916e208f0811071202g50fad376u2f1ee1f7c2dafbdd@mail.gmail.com> Sunny, that is exactly what I missed. Thanks! FYI, resize2fs can be performed while the file system is mounted using the 2.6 kernel and ext3 it would appear. Rob On Fri, Nov 7, 2008 at 12:35 PM, Sunny wrote: > On Fri, Nov 7, 2008 at 11:03 AM, Robert Brown wrote: >> Hello TCLUG, >> >> I have a CentOS vm with a 405 GB disk. My issue is that there is >> about 90 GB missing from an LV. >> >> fdisk reports the size of /dev/sdb1 at 434 GB, pvdisplay reports 405 >> GB, lvdisplay reports 405 GB, but df -h report 312 GB. >> >> Can anyone point me in the right direction? >> > > What is the file system on that volume? Is it possible, that you have > extended the volume, but forgot to resize the file system? > > Cheers > > -- > Svetoslav Milenov (Sunny) > > Even the most advanced equipment in the hands of the ignorant is just > a pile of scrap. > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From tonyyarusso at gmail.com Fri Nov 7 23:19:23 2008 From: tonyyarusso at gmail.com (Tony Yarusso) Date: Fri, 7 Nov 2008 23:19:23 -0600 Subject: [tclug-list] Linux courses Message-ID: <254fef0f0811072119n4d5c7b97sd0eb30c0bbf8dd8c@mail.gmail.com> So, my college that was supposed to be offering a Linux program is bailing on me and not offering the courses I need. Does anyone know of some places in town that would offer 3rd and 4th level courses in Linux administration? (As in, I've had the first two semesters of it, and need the second two worth, but preferably concurrently.) -- Tony Yarusso http://tonyyarusso.com/ From john.meier at gmail.com Sat Nov 8 08:29:24 2008 From: john.meier at gmail.com (John Meier) Date: Sat, 8 Nov 2008 08:29:24 -0600 Subject: [tclug-list] Wanted: Old PCI video card Message-ID: <65293fcc0811080629l4d0cdd45q55b8516b1de13f8e@mail.gmail.com> Hi all - Got an old P2 and have need for a old PCI video card as the on board is toast. Anyone have one laying around getting in the way? thanks john -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081108/b3d78a38/attachment.htm From Dean.Benjamin at mm.com Sat Nov 8 11:34:27 2008 From: Dean.Benjamin at mm.com (Dean.Benjamin at mm.com) Date: Sat, 08 Nov 2008 11:34:27 -0600 Subject: [tclug-list] Wanted: Old PCI video card In-Reply-To: <65293fcc0811080629l4d0cdd45q55b8516b1de13f8e@mail.gmail.co m> References: <65293fcc0811080629l4d0cdd45q55b8516b1de13f8e@mail.gmail.com> Message-ID: <6.1.2.0.2.20081108112229.0278d818@pop.mm.com> I have an old one -- not much color depth (8-bit/256-color, I think; maybe 16-bit). Yours free for the pickup. If you want a better one, or don't want to drive to my place in Woodbury, I'm 99% sure the MPC has a bin full of them for ~$5 apiece, If you haven't been there before, it's worth a trip just to scope them out. They recycle old computers, and salvage some parts for resale at low prices. Open Thu & Fri, 11am-5pm. Materials Processing Corporation / Eagan MN www.materialsprocessing.com -- Dean At 11/8/2008 08:29 AM, John Meier wrote: >Got an old P2 and have need for a old PCI video card as the on board >is toast. Anyone have one laying around getting in the way? From webmaster at mn-linux.org Sat Nov 8 17:03:47 2008 From: webmaster at mn-linux.org (TCLUG Classifieds) Date: Sat, 8 Nov 2008 17:03:47 -0600 Subject: [tclug-list] New TCLUG Classified Ad Message-ID: <200811082303.mA8N3lD14674@crusader.real-time.com> New TCLUG Classified Ad Category: Computer Type of Ad: For Sale Subject: 4U Rackmount server I have a custom built 4U Rackmount server for parts. I just retired this machine after 4 years of use, but had problems with it after reloading the OS, so I'm selling it as-is. Im fairly certain the problem lies in the mobo, cpu, or ram. The case is very well built, and I have been extremely impressed with how easy it is to work with http://www.newegg.com/ Product/ Product.aspx?Item =N82E16811182566 The PSU is an Antec 430 Watt. Good brand name, very solid http://www.newegg.com/ Product/ Product.aspx?Item =N82E16817103908 As far as the other hardware: Maxtor 80GB ATA133 Harddrive NVidia Geforce4 ti4400 Agp graphics card pci 10/100 network card 512 MB ram (I may have another 512 megs of ram somewhere to throw in the deal) Athlon XP 2200 CPU Epox EP-8k5a3+ motherboard I'm asking $80. Contact andyschmid at gmail.com if interested. Thanks! Seller Email address: andyschmid at gmail dot com http://www.mn-linux.org/cgi-bin/classifieds/index.cgi From chewie at wookimus.net Mon Nov 10 09:20:34 2008 From: chewie at wookimus.net (Chad Walstrom) Date: Mon, 10 Nov 2008 09:20:34 -0600 Subject: [tclug-list] TCLUG vote document on Google Docs In-Reply-To: <1226070643.2993.1283537877@webmail.messagingengine.com> References: <49145634.9000704@mtu.net> <1226070643.2993.1283537877@webmail.messagingengine.com> Message-ID: <26613.1226330434@skuld.wookimus.net> Not all TCLUG emails are archived on my server/workstation. I "ran" the vote regarding whether or not we allowed yahoo.com addresses back on the list. During that time, I set up a procmail script to archive emails to a specific address so that folks wouldn't need to spam the list with ballots. Chad From tclug at lizakowski.com Tue Nov 11 09:41:50 2008 From: tclug at lizakowski.com (Jeremy) Date: Tue, 11 Nov 2008 09:41:50 -0600 Subject: [tclug-list] Mobile computing In-Reply-To: <26613.1226330434@skuld.wookimus.net> References: <49145634.9000704@mtu.net> <1226070643.2993.1283537877@webmail.messagingengine.com> <26613.1226330434@skuld.wookimus.net> Message-ID: <200811110941.50187.tclug@lizakowski.com> I thought this was interesting: Man puts iPhone in model rocket. Uses accelerometers and GPS to track. Unfortunately, the iPhone can't log data beyond 3G (pun intended). http://www.mobileorchard.com/the-iphone-rocket/ Years ago, I worked on inertial accelerometers for aviation, and I can say that this appears slightly lower quality... But what's interesting is that many people will now be carrying iPhones and Androids, both of which allow for easy deployment of software. This is the first time that normal people have carried 'general purpose' computers with internet access. All sorts of wacky stuff is possible. Has anyone made apps for Android (linux, java) yet? J From jus at krytosvirus.com Tue Nov 11 10:20:59 2008 From: jus at krytosvirus.com (Justin Krejci) Date: Tue, 11 Nov 2008 10:20:59 -0600 Subject: [tclug-list] Mobile computing In-Reply-To: <200811110941.50187.tclug@lizakowski.com> References: <49145634.9000704@mtu.net><1226070643.2993.1283537877@webmail.messagingengine.com><26613.1226330434@skuld.wookimus.net> <200811110941.50187.tclug@lizakowski.com> Message-ID: <139e01c94419$7c148300$a000010a@usicorp.usinternet.com> A similar type of project using IBM Lenovo hardware and OpenBSD http://undeadly.org/cgi?action=article&sid=20060803130207 Snip from article Chris Kuethe has written an application which, by taking advantage of some unique OpenBSD features, has allowed him to turn his laptop into a race car data logger. aps(4) is a driver that utilizes the OpenBSD sensors framework to retrieve and report various statistics provided by IBM/Lenovo Thinkpads. The important ones here were the X and Y acceleration features, which provide the same functionality found in expensive accelerometer devices. Since a typical consumer GPS will only update its data once per second, and a race car might be travelling in excess of 200 km/h, on its own, it is not capable of generating much meaningful performance data. It is even less fit to record information about turns and other sudden changes in position. Digital signal processing and sound editing fans might recognize a parallel problem: sampling frequencies too low to properly describe a signal (Nyquist/Shannon Sampling Theorem, anyone?). Since GPS receivers that can provide navigation solutions several times tend to be slightly expensive and less common than those that produce only one solution per second, and 'real' dataloggers are even more expensive, it occurred to Chris that he already had all the necessary hardware, as well as a framework for putting it to use for his task. -----Original Message----- From: tclug-list-bounces at mn-linux.org [mailto:tclug-list-bounces at mn-linux.org] On Behalf Of Jeremy Sent: Tuesday, November 11, 2008 9:42 AM To: tclug-list at mn-linux.org Subject: [tclug-list] Mobile computing I thought this was interesting: Man puts iPhone in model rocket. Uses accelerometers and GPS to track. Unfortunately, the iPhone can't log data beyond 3G (pun intended). http://www.mobileorchard.com/the-iphone-rocket/ Years ago, I worked on inertial accelerometers for aviation, and I can say that this appears slightly lower quality... But what's interesting is that many people will now be carrying iPhones and Androids, both of which allow for easy deployment of software. This is the first time that normal people have carried 'general purpose' computers with internet access. All sorts of wacky stuff is possible. Has anyone made apps for Android (linux, java) yet? J _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota tclug-list at mn-linux.org http://mailman.mn-linux.org/mailman/listinfo/tclug-list From tonyyarusso at gmail.com Wed Nov 12 03:52:23 2008 From: tonyyarusso at gmail.com (Tony Yarusso) Date: Wed, 12 Nov 2008 03:52:23 -0600 Subject: [tclug-list] XFS data recovery Message-ID: <254fef0f0811120152t760d0fddy743c20c24cd63189@mail.gmail.com> So, a friend of mine did an accidental rm on ALL of /var on a system. We're wondering what our options are for getting that data back. He ctrl-Cd the deletion partway through when he realized what happened, and shut off the system. /var was its own partition, formatted as XFS on top of LVM2 spanning two drives. Each drive is 250GB, for 500GB total system capacity. /var was half of that, 250GB (but using both drives via LVM). Only about 500MB was used space. Ideas? -- Tony Yarusso http://tonyyarusso.com/ From jpschewe at mtu.net Wed Nov 12 05:59:27 2008 From: jpschewe at mtu.net (Jon Schewe) Date: Wed, 12 Nov 2008 05:59:27 -0600 Subject: [tclug-list] brute force gpg key? Message-ID: <491AC51F.7030507@mtu.net> I've got an old gpg key that I'd like to revoke, but forgot the whole password and didn't keep a revocation cert around. Anyone have any suggestions for an automated way to try a sequence of passwords against gpg and figure out which one it is? I remember portions of the password so I can narrow it down to about 1000 attempts. Thanks. -- Jon Schewe | http://mtu.net/~jpschewe If you see an attachment named signature.asc, this is my digital signature. See http://www.gnupg.org for more information. For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all creation, will be able to separate us from the love of God that is in Christ Jesus our Lord. - Romans 8:38-39 From ecrist at secure-computing.net Wed Nov 12 07:11:05 2008 From: ecrist at secure-computing.net (Eric F Crist) Date: Wed, 12 Nov 2008 07:11:05 -0600 Subject: [tclug-list] XFS data recovery In-Reply-To: <254fef0f0811120152t760d0fddy743c20c24cd63189@mail.gmail.com> References: <254fef0f0811120152t760d0fddy743c20c24cd63189@mail.gmail.com> Message-ID: On Nov 12, 2008, at 3:52 AM, Tony Yarusso wrote: > So, a friend of mine did an accidental rm on ALL of /var on a system. > We're wondering what our options are for getting that data back. He > ctrl-Cd the deletion partway through when he realized what happened, > and shut off the system. /var was its own partition, formatted as XFS > on top of LVM2 spanning two drives. Each drive is 250GB, for 500GB > total system capacity. /var was half of that, 250GB (but using both > drives via LVM). Only about 500MB was used space. Ideas? If it were me, I'd just do a restore from my backups. --- Eric Crist From ecrist at secure-computing.net Wed Nov 12 07:12:58 2008 From: ecrist at secure-computing.net (Eric F Crist) Date: Wed, 12 Nov 2008 07:12:58 -0600 Subject: [tclug-list] brute force gpg key? In-Reply-To: <491AC51F.7030507@mtu.net> References: <491AC51F.7030507@mtu.net> Message-ID: On Nov 12, 2008, at 5:59 AM, Jon Schewe wrote: > I've got an old gpg key that I'd like to revoke, but forgot the whole > password and didn't keep a revocation cert around. Anyone have any > suggestions for an automated way to try a sequence of passwords > against > gpg and figure out which one it is? I remember portions of the > password > so I can narrow it down to about 1000 attempts. > > Thanks. Simple shell script with a while loop would do the trick. If you have something you encrypted, simply run a command to decrypt that file, trying all the possible passphrases. Check the exit code for gpg after each run. When you get a 0, you've found your code. f --- Eric Crist From jpschewe at mtu.net Wed Nov 12 07:27:23 2008 From: jpschewe at mtu.net (Jon Schewe) Date: Wed, 12 Nov 2008 07:27:23 -0600 Subject: [tclug-list] brute force gpg key? In-Reply-To: References: <491AC51F.7030507@mtu.net> Message-ID: <491AD9BB.6010107@mtu.net> Eric F Crist wrote: > On Nov 12, 2008, at 5:59 AM, Jon Schewe wrote: > >> I've got an old gpg key that I'd like to revoke, but forgot the whole >> password and didn't keep a revocation cert around. Anyone have any >> suggestions for an automated way to try a sequence of passwords against >> gpg and figure out which one it is? I remember portions of the password >> so I can narrow it down to about 1000 attempts. >> >> Thanks. > > > Simple shell script with a while loop would do the trick. If you have > something you encrypted, simply run a command to decrypt that file, > trying all the possible passphrases. Check the exit code for gpg > after each run. When you get a 0, you've found your code. I started down that path this morning, however I can't seem to figure out how to automate passing the password to gpg. I figured I'd use expect, but gpg *always* uses pinentry, so I loose the ability to use stdin/stdout to communicate the password with gpg. -- Jon Schewe | http://mtu.net/~jpschewe If you see an attachment named signature.asc, this is my digital signature. See http://www.gnupg.org for more information. For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all creation, will be able to separate us from the love of God that is in Christ Jesus our Lord. - Romans 8:38-39 From josh at tcbug.org Wed Nov 12 07:35:26 2008 From: josh at tcbug.org (Josh Paetzel) Date: Wed, 12 Nov 2008 08:35:26 -0500 Subject: [tclug-list] brute force gpg key? In-Reply-To: <491AD9BB.6010107@mtu.net> References: <491AC51F.7030507@mtu.net> <491AD9BB.6010107@mtu.net> Message-ID: <491ADB9E.70502@tcbug.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jon Schewe wrote: > Eric F Crist wrote: >> On Nov 12, 2008, at 5:59 AM, Jon Schewe wrote: >> >>> I've got an old gpg key that I'd like to revoke, but forgot the whole >>> password and didn't keep a revocation cert around. Anyone have any >>> suggestions for an automated way to try a sequence of passwords against >>> gpg and figure out which one it is? I remember portions of the password >>> so I can narrow it down to about 1000 attempts. >>> >>> Thanks. >> >> Simple shell script with a while loop would do the trick. If you have >> something you encrypted, simply run a command to decrypt that file, >> trying all the possible passphrases. Check the exit code for gpg >> after each run. When you get a 0, you've found your code. > I started down that path this morning, however I can't seem to figure > out how to automate passing the password to gpg. I figured I'd use > expect, but gpg *always* uses pinentry, so I loose the ability to use > stdin/stdout to communicate the password with gpg. > There are python and perl modules for GnuPG that allow you to use it programmatically, including passing in a password programmatically. The python module is called GnuPGInterface, it was based on the perl module (by the same author I believe) I can provide you with sample code if you want. Contact me off list. (I pretend to be a python programmer for my day job) - -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkka250ACgkQJvkB8SevrsuidQCeK5Wc7bWXr26kk1t9vUjiGUgf Y8gAnAvOvaHWI29BeFqESBMVyifXglxQ =pEfQ -----END PGP SIGNATURE----- From aristophrenic at warpmail.net Wed Nov 12 08:36:53 2008 From: aristophrenic at warpmail.net (Isaac Atilano) Date: Wed, 12 Nov 2008 08:36:53 -0600 Subject: [tclug-list] brute force gpg key? In-Reply-To: <491AD9BB.6010107@mtu.net> References: <491AC51F.7030507@mtu.net> <491AD9BB.6010107@mtu.net> Message-ID: <1226500613.27229.1284370185@webmail.messagingengine.com> > I started down that path this morning, however I can't seem to figure > out how to automate passing the password to gpg. I figured I'd use > expect, but gpg *always* uses pinentry, so I loose the ability to use > stdin/stdout to communicate the password with gpg. You might be able to use gpg-agent with the gpg-preset-passphrase utility From daniel.armbrust.list at gmail.com Wed Nov 12 10:11:43 2008 From: daniel.armbrust.list at gmail.com (Dan Armbrust) Date: Wed, 12 Nov 2008 10:11:43 -0600 Subject: [tclug-list] XFS data recovery In-Reply-To: References: <254fef0f0811120152t760d0fddy743c20c24cd63189@mail.gmail.com> Message-ID: <82f04dc40811120811j7da0d6fesdab5e31f15fb0a38@mail.gmail.com> > If it were me, I'd just do a restore from my backups. > --- > Eric Crist That's helpful.... And now, for my equally helpful response. If there is something textlike that you really really need back, you might be able to find it with grep and dd. But otherwise... I think your hosed. XFS (and ext3 and reiserFS) all write 0's over the block pointer when you delete, rather than just marking them as unused. If it were ext2, you could undelete the files. Sorry. Now you have an excuse to reinstall and update your OS :) From andyzib at gmail.com Wed Nov 12 10:56:27 2008 From: andyzib at gmail.com (Andrew S. Zbikowski) Date: Wed, 12 Nov 2008 10:56:27 -0600 Subject: [tclug-list] XFS data recovery In-Reply-To: References: <254fef0f0811120152t760d0fddy743c20c24cd63189@mail.gmail.com> Message-ID: > If it were me, I'd just do a restore from my backups. > --- > Eric Crist And on that note, a song! (I think someone posted it to TCLUG years ago.) To the tune of "If You're Happy and You Know it:" If you can't afford to lose it back it up. *clap*clap*clap* If you can't afford to lose it back it up. *clap*clap*clap* If you can't afford to lose it Then there's no way to excuse it If you can't afford to lose it back it up. *clap*clap*clap* As the system is spanning over two drives with no redundance you've already doubled your risk of catastrophic disk failure. If you don't have a backup: - Did you take this opportunity to create a backup of any remaining critical data before you try and recover? If not, there's no time like the present. We'll wait. - Do you have a similar system you could copy the missing var files from? - Can you install a similar system that you could copy the missing var files from? - Can most of /var be restored from the original install media? - Last resort: Reinstall and then restore the critical data that you backed up above. If it was really critical data that was lost without a backup, Kroll Ontrack in Eden Prairie might be able to recover data, but you'll learn just how valuable your data is. ($600-$3000 for a single drive, possibly more for a spanning set such as yours.) -- Andrew S. Zbikowski | http://andy.zibnet.us IT Outhouse Blog Thing | http://www.itouthouse.com From ecrist at secure-computing.net Wed Nov 12 11:01:00 2008 From: ecrist at secure-computing.net (Eric F Crist) Date: Wed, 12 Nov 2008 11:01:00 -0600 Subject: [tclug-list] XFS data recovery In-Reply-To: <82f04dc40811120811j7da0d6fesdab5e31f15fb0a38@mail.gmail.com> References: <254fef0f0811120152t760d0fddy743c20c24cd63189@mail.gmail.com> <82f04dc40811120811j7da0d6fesdab5e31f15fb0a38@mail.gmail.com> Message-ID: <440F1E50-A8E3-426C-81E7-1D2D8B25FC31@secure-computing.net> On Nov 12, 2008, at 10:11 AM, Dan Armbrust wrote: >> If it were me, I'd just do a restore from my backups. >> --- >> Eric Crist > > That's helpful.... > > And now, for my equally helpful response. > > If there is something textlike that you really really need back, you > might be able to find it with grep and dd. > > But otherwise... I think your hosed. XFS (and ext3 and reiserFS) all > write 0's over the block pointer when you delete, rather than just > marking them as unused. If it were ext2, you could undelete the > files. > > Sorry. > > Now you have an excuse to reinstall and update your OS :) And, without trying to look like an ass, though I usually do anyway, I'd recommend putting a solid backup routine in place. Honestly, with drives the size they are and inexpensive as they are, there's no *good* excuse for not having a backup routine. If you're not sure how to go about building a backup routine, I'd be willing to help, as I'm sure many members of this list would be. --- Eric Crist From tonyyarusso at gmail.com Wed Nov 12 13:39:18 2008 From: tonyyarusso at gmail.com (Tony Yarusso) Date: Wed, 12 Nov 2008 13:39:18 -0600 Subject: [tclug-list] XFS data recovery In-Reply-To: <440F1E50-A8E3-426C-81E7-1D2D8B25FC31@secure-computing.net> References: <254fef0f0811120152t760d0fddy743c20c24cd63189@mail.gmail.com> <82f04dc40811120811j7da0d6fesdab5e31f15fb0a38@mail.gmail.com> <440F1E50-A8E3-426C-81E7-1D2D8B25FC31@secure-computing.net> Message-ID: <254fef0f0811121139y196ec0a7s500197101f76a4ad@mail.gmail.com> > And, without trying to look like an ass, though I usually do anyway, > I'd recommend putting a solid backup routine in place. Honestly, with > drives the size they are and inexpensive as they are, there's no > *good* excuse for not having a backup routine. > > If you're not sure how to go about building a backup routine, I'd be > willing to help, as I'm sure many members of this list would be. > --- > Eric Crist Thanks all. The consensus seems to be that it's just gone - even Kroll said they probably couldn't do it. As far as backups go, we're well aware. :P It's a new server and we just hadn't gotten it all set up yet. (Yeah, it would have been smarter to not use it at all until that was in place, but that's not my call.) There's still lots to do for it, but nobody with the time to do it quickly enough. In case you're curious, my current plan is to use Bacula, with some kinds of files in version control, then daily/weekly backups to disk and weekly or monthly backups to DVD. Maybe some over the network too - we'll see. -- Tony Yarusso http://tonyyarusso.com/ From mbmiller at taxa.epi.umn.edu Wed Nov 12 14:08:41 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Wed, 12 Nov 2008 14:08:41 -0600 (CST) Subject: [tclug-list] * TOMORROW * Install Fest!!!! Topic @PenguinsUnbound Linux Meeting Nov. 8th In-Reply-To: <491470C7.9080705@Goecke-Dolan.com> References: <491470C7.9080705@Goecke-Dolan.com> Message-ID: On Fri, 7 Nov 2008, Brian Dolan-Goecke wrote: > This months PenguinsUnbound.net meeting > will be Saturday November 8th, 2008 ** Tomorrow ** at TIES, > 1667 Snelling Ave. N., St. Paul, MN 55108 > from 9:00am to 5pm The installfest was really great for me. Many people were there struggling with their various tricky problems. I was one of them. There were a few quite helpful people around -- Brian was especially good. In my case I need to install a software RAID (RAID1 -- drives mirror each other) and it was good to have some help with that. We had to use the Ubuntu 8.10 "alternate" installation CD. It took a few tries but we did it. Then the big problem -- my video card wasn't working! Huge hassle and I left without working X. But when I got home I did some googling and I figured out the problem. Now it's working great. (Unfortunately I had to install a non-free ATI Radeon driver, oh well.) I was there for more than 5 hours fighting with this machine. Where else can you find people who will hang out and help you for five hours?! It was a huge favor to me and I really appreciate it. I also ate pizza, donuts, soda and coffee (healthy stuff!) and didn't pay for any of it, which seems wrong, but I tried to pay and they wouldn't take my money. Maybe I can pay next time or send a check to someone. Mike From mbmiller at taxa.epi.umn.edu Wed Nov 12 16:36:12 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Wed, 12 Nov 2008 16:36:12 -0600 (CST) Subject: [tclug-list] local hosting services? Message-ID: I'm not sure what kinds of services are available for what I want. I think the best thing for me would be to have a place that allowed me to house a server and charged me for bandwidth. I would connect by ssh to do system administration. The server would do email, web, and maybe other stuff too. It wouldn't be a bandwidth hog because. Is what I need called a "colo" (colocation) center? Whether it is called that or not, who should I go to in the twin cities for this kind of service? Mike From tclug at jfoo.org Wed Nov 12 16:48:23 2008 From: tclug at jfoo.org (John Gateley) Date: Wed, 12 Nov 2008 16:48:23 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: References: Message-ID: <20081112164823.c23e942c.tclug@jfoo.org> On Wed, 12 Nov 2008 16:36:12 -0600 (CST) Mike Miller wrote: > I'm not sure what kinds of services are available for what I want. I > think the best thing for me would be to have a place that allowed me to > house a server and charged me for bandwidth. I would connect by ssh to do > system administration. The server would do email, web, and maybe other > stuff too. It wouldn't be a bandwidth hog because. > > Is what I need called a "colo" (colocation) center? Whether it is called > that or not, who should I go to in the twin cities for this kind of > service? Yes, this is colocation. It's pricey, compared to renting bandwidth, but that depends on what sort of pipe you have to your server location too. I have been an ipHouse customer for years (since before 2000), and have been very happy with them. They provide all sorts of options, including colocation. j -- John Gateley From natecars at natecarlson.com Wed Nov 12 16:55:13 2008 From: natecars at natecarlson.com (Nate Carlson) Date: Wed, 12 Nov 2008 16:55:13 -0600 (CST) Subject: [tclug-list] local hosting services? In-Reply-To: References: Message-ID: On Wed, 12 Nov 2008, Mike Miller wrote: > Is what I need called a "colo" (colocation) center? yes. alternatively, find a vps provider where you have root on a virtual server, and don't have to worry about the hardware that way. ;) > Whether it is called that or not, who should I go to in the twin cities > for this kind of service? Pretty much every ISP in the area offers it. ipHouse, VISI, Time Warner Telecom, etc. From holtzermann17 at gmail.com Wed Nov 12 17:43:24 2008 From: holtzermann17 at gmail.com (Joe Corneli) Date: Wed, 12 Nov 2008 17:43:24 -0600 Subject: [tclug-list] * TOMORROW * Install Fest!!!! Topic @PenguinsUnbound Linux Meeting Nov. 8th In-Reply-To: References: <491470C7.9080705@Goecke-Dolan.com> Message-ID: I'm sad I missed this! Can you let me know when the next install-fest might be? On 11/12/08, Mike Miller wrote: > On Fri, 7 Nov 2008, Brian Dolan-Goecke wrote: > >> This months PenguinsUnbound.net meeting >> will be Saturday November 8th, 2008 ** Tomorrow ** at TIES, >> 1667 Snelling Ave. N., St. Paul, MN 55108 >> from 9:00am to 5pm > > > The installfest was really great for me. Many people were there > struggling with their various tricky problems. I was one of them. There > were a few quite helpful people around -- Brian was especially good. > > In my case I need to install a software RAID (RAID1 -- drives mirror each > other) and it was good to have some help with that. We had to use the > Ubuntu 8.10 "alternate" installation CD. It took a few tries but we did > it. Then the big problem -- my video card wasn't working! Huge hassle > and I left without working X. But when I got home I did some googling and > I figured out the problem. Now it's working great. (Unfortunately I had > to install a non-free ATI Radeon driver, oh well.) > > I was there for more than 5 hours fighting with this machine. Where else > can you find people who will hang out and help you for five hours?! It > was a huge favor to me and I really appreciate it. I also ate pizza, > donuts, soda and coffee (healthy stuff!) and didn't pay for any of it, > which seems wrong, but I tried to pay and they wouldn't take my money. > Maybe I can pay next time or send a check to someone. > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From andyschmid at gmail.com Wed Nov 12 18:54:49 2008 From: andyschmid at gmail.com (Andy Schmid) Date: Wed, 12 Nov 2008 18:54:49 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: References: Message-ID: <7b7c42a30811121654i2898e02oec7d3914c4d4a4ec@mail.gmail.com> I'm not sure what you're looking for, or what your price range is, but I have found that leasing a server can be a far better deal than collocating your own. I currently lease a server from xlhost.com for around $60 a month. That gets me a dedicated server (not a shared virtual machine, an actual box), 1TB of traffic a month, 10Mbps dedicated up/down connection, 5 static IP addresses, and your os of choice. I realize this may be overkill for what you need, but in my opinion its better than colocating. On Wed, Nov 12, 2008 at 4:36 PM, Mike Miller wrote: > I'm not sure what kinds of services are available for what I want. I > think the best thing for me would be to have a place that allowed me to > house a server and charged me for bandwidth. I would connect by ssh to do > system administration. The server would do email, web, and maybe other > stuff too. It wouldn't be a bandwidth hog because. > > Is what I need called a "colo" (colocation) center? Whether it is called > that or not, who should I go to in the twin cities for this kind of > service? > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081112/8033240f/attachment.htm From mbmiller at taxa.epi.umn.edu Thu Nov 13 09:31:12 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Thu, 13 Nov 2008 09:31:12 -0600 (CST) Subject: [tclug-list] local hosting services? In-Reply-To: <7b7c42a30811121654i2898e02oec7d3914c4d4a4ec@mail.gmail.com> References: <7b7c42a30811121654i2898e02oec7d3914c4d4a4ec@mail.gmail.com> Message-ID: On Wed, 12 Nov 2008, Andy Schmid wrote: > I'm not sure what you're looking for, or what your price range is, but I > have found that leasing a server can be a far better deal than > collocating your own. I currently lease a server from xlhost.com for > around $60 a month. That gets me a dedicated server (not a shared > virtual machine, an actual box), 1TB of traffic a month, 10Mbps > dedicated up/down connection, 5 static IP addresses, and your os of > choice. That sounds pretty good, but I guess their prices have gone up: http://xlhost.com/ If I were to run email distribution lists from there, that could add up to a lot of bandwidth, I guess. I assume that email bandwidth costs the same as other kinds of bandwidth. I assume I get to have root permissions on my leased box. Mike From kevin.lombardo at gmail.com Thu Nov 13 09:44:57 2008 From: kevin.lombardo at gmail.com (Kevin Lombardo) Date: Thu, 13 Nov 2008 09:44:57 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: References: Message-ID: On Wed, Nov 12, 2008 at 4:36 PM, Mike Miller wrote: > I'm not sure what kinds of services are available for what I want. I > think the best thing for me would be to have a place that allowed me to > house a server and charged me for bandwidth. I would connect by ssh to do > system administration. The server would do email, web, and maybe other > stuff too. It wouldn't be a bandwidth hog because. > > Is what I need called a "colo" (colocation) center? Whether it is called > that or not, who should I go to in the twin cities for this kind of > service? > > Mike A cheap non-local option is a dedicated server from Core Networks (http://corenetworks.net/dedicated/). I've had good luck with the Starter package, and the IP KVM was very useful when I screwed up my SSH server ;) These are bare servers when you get them, you can install any prebuilt image Core Networks has or you can use the IP KVM to install your own OS. Of course the servers are a little undersized and I don't know about fault tolerance, but this was a perfect option for me. Co-location seems to be at least $100/month and you have to provide your own hardware. Kevin From andyschmid at gmail.com Thu Nov 13 10:03:37 2008 From: andyschmid at gmail.com (Andy Schmid) Date: Thu, 13 Nov 2008 10:03:37 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: References: <7b7c42a30811121654i2898e02oec7d3914c4d4a4ec@mail.gmail.com> Message-ID: <7b7c42a30811130803p62c6c03bl271d25aa309b77aa@mail.gmail.com> Check out their bargain bin specials: http://xlhost.com/bargainbin.php It looks like they still have a couple left for 59.99 a month. I wouldn't be too worried about the bandwith, they provide some bandwith monitoring tools, and buying an extra TB of bandwith a month isn't the end of the world if its needed ($50 extra, not as outrageous as some companies charge). I assume I get to have root permissions on my leased box. You get complete root access to the machine, and for the most part they don't care what you do with it (read the fine print for restrictions). I've looked around quite a bit for hosting services, and this has been one of the better deals for what you get, and their service has always been outstanding. On Thu, Nov 13, 2008 at 9:31 AM, Mike Miller wrote: > On Wed, 12 Nov 2008, Andy Schmid wrote: > > > I'm not sure what you're looking for, or what your price range is, but I > > have found that leasing a server can be a far better deal than > > collocating your own. I currently lease a server from xlhost.com for > > around $60 a month. That gets me a dedicated server (not a shared > > virtual machine, an actual box), 1TB of traffic a month, 10Mbps > > dedicated up/down connection, 5 static IP addresses, and your os of > > choice. > > That sounds pretty good, but I guess their prices have gone up: > > http://xlhost.com/ > > If I were to run email distribution lists from there, that could add up to > a lot of bandwidth, I guess. I assume that email bandwidth costs the same > as other kinds of bandwidth. > > I assume I get to have root permissions on my leased box. > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081113/f7554dbd/attachment-0001.htm From tclug at lizakowski.com Thu Nov 13 10:44:27 2008 From: tclug at lizakowski.com (Jeremy) Date: Thu, 13 Nov 2008 10:44:27 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: References: Message-ID: <200811131044.27738.tclug@lizakowski.com> Slichost starts at $20/mo, and you get root and your choice of distro, as well as access to the console. On Thursday 13 November 2008 9:44:57 am Kevin Lombardo wrote: > On Wed, Nov 12, 2008 at 4:36 PM, Mike Miller wrote: > > I'm not sure what kinds of services are available for what I want. I > > think the best thing for me would be to have a place that allowed me to > > house a server and charged me for bandwidth. I would connect by ssh to > > do system administration. The server would do email, web, and maybe > > other stuff too. It wouldn't be a bandwidth hog because. > > > > Is what I need called a "colo" (colocation) center? Whether it is called > > that or not, who should I go to in the twin cities for this kind of > > service? > > > > Mike > > A cheap non-local option is a dedicated server from Core Networks > (http://corenetworks.net/dedicated/). I've had good luck with the > Starter package, and the IP KVM was very useful when I screwed up my > SSH server ;) > > These are bare servers when you get them, you can install any prebuilt > image Core Networks has or you can use the IP KVM to install your own > OS. > > Of course the servers are a little undersized and I don't know about > fault tolerance, but this was a perfect option for me. Co-location > seems to be at least $100/month and you have to provide your own > hardware. > > Kevin > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From erikerik at gmail.com Thu Nov 13 11:08:30 2008 From: erikerik at gmail.com (Erik Anderson) Date: Thu, 13 Nov 2008 11:08:30 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: <200811131044.27738.tclug@lizakowski.com> References: <200811131044.27738.tclug@lizakowski.com> Message-ID: On Thu, Nov 13, 2008 at 10:44 AM, Jeremy wrote: > > Slichost starts at $20/mo, and you get root and your choice of distro, as well > as access to the console. Well - as long as we're recommending VPS providers, I'll throw linode.com into the arena. I've been with these guys for nearly 5 years now and have yet to have a single issue with them that wasn't resolved within a couple of hours. Chris Aker, the owner, and his 5 other staff members are regularly in #linode on irc.oftc.net, and are always willing to ask questions or just chat about linuxy stuff. Linode has cabinets in 4 different datacenters around the US (Dallas, Atlanta, Newark, Fremont), and they have 6 different sized VPS packages, depending on your needs. They support cool things like IP failover, disk image cloning between linodes, and they have a private "back end" network that is available to you for inter-linode traffic. Traffic that goes over this private network doesn't get counted against your monthly bandwidth allotment. They have pre-made disk images for all the major distros that are available to you, or you have the option to "roll your own" disk image if you prefer. Okay, this is sounding like a sales pitch, so I'll stop now. -Erik From trnja001 at umn.edu Thu Nov 13 12:47:27 2008 From: trnja001 at umn.edu (Elvedin Trnjanin) Date: Thu, 13 Nov 2008 12:47:27 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: References: <200811131044.27738.tclug@lizakowski.com> Message-ID: <491C763F.5000305@umn.edu> Since we're all recommending things, I suggest http://www.webhostingtalk.com You can find reviews and good deals on VPS, colo, as well as dedicated servers. Erik Anderson wrote: > On Thu, Nov 13, 2008 at 10:44 AM, Jeremy wrote: > >> Slichost starts at $20/mo, and you get root and your choice of distro, as well >> as access to the console. >> > > Well - as long as we're recommending VPS providers, I'll throw > linode.com into the arena. I've been with these guys for nearly 5 > years now and have yet to have a single issue with them that wasn't > resolved within a couple of hours. Chris Aker, the owner, and his 5 > other staff members are regularly in #linode on irc.oftc.net, and are > always willing to ask questions or just chat about linuxy stuff. > > Linode has cabinets in 4 different datacenters around the US (Dallas, > Atlanta, Newark, Fremont), and they have 6 different sized VPS > packages, depending on your needs. They support cool things like IP > failover, disk image cloning between linodes, and they have a private > "back end" network that is available to you for inter-linode traffic. > Traffic that goes over this private network doesn't get counted > against your monthly bandwidth allotment. They have pre-made disk > images for all the major distros that are available to you, or you > have the option to "roll your own" disk image if you prefer. > > Okay, this is sounding like a sales pitch, so I'll stop now. > -Erik > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From tclug at lizakowski.com Thu Nov 13 13:59:31 2008 From: tclug at lizakowski.com (Jeremy) Date: Thu, 13 Nov 2008 13:59:31 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: <491C763F.5000305@umn.edu> References: <491C763F.5000305@umn.edu> Message-ID: <200811131359.31147.tclug@lizakowski.com> Amazon EC2 is another option. On Thursday 13 November 2008 12:47:27 pm Elvedin Trnjanin wrote: > Since we're all recommending things, I suggest > http://www.webhostingtalk.com > > You can find reviews and good deals on VPS, colo, as well as dedicated > servers. > > Erik Anderson wrote: > > On Thu, Nov 13, 2008 at 10:44 AM, Jeremy wrote: > >> Slichost starts at $20/mo, and you get root and your choice of distro, > >> as well as access to the console. > > > > Well - as long as we're recommending VPS providers, I'll throw > > linode.com into the arena. I've been with these guys for nearly 5 > > years now and have yet to have a single issue with them that wasn't > > resolved within a couple of hours. Chris Aker, the owner, and his 5 > > other staff members are regularly in #linode on irc.oftc.net, and are > > always willing to ask questions or just chat about linuxy stuff. > > > > Linode has cabinets in 4 different datacenters around the US (Dallas, > > Atlanta, Newark, Fremont), and they have 6 different sized VPS > > packages, depending on your needs. They support cool things like IP > > failover, disk image cloning between linodes, and they have a private > > "back end" network that is available to you for inter-linode traffic. > > Traffic that goes over this private network doesn't get counted > > against your monthly bandwidth allotment. They have pre-made disk > > images for all the major distros that are available to you, or you > > have the option to "roll your own" disk image if you prefer. > > > > Okay, this is sounding like a sales pitch, so I'll stop now. > > -Erik > > > > _______________________________________________ > > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > > tclug-list at mn-linux.org > > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From tlunde at gmail.com Thu Nov 13 14:29:10 2008 From: tlunde at gmail.com (Thomas Lunde) Date: Thu, 13 Nov 2008 14:29:10 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: <200811131044.27738.tclug@lizakowski.com> References: <200811131044.27738.tclug@lizakowski.com> Message-ID: <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> I'm considering SliceHost. Has anyone had good/bad personal experience with them? Unexpected outages? Hard to get console? Unexpected bills? Above-and-beyond service? Comments that are post-merger are especially appreciated. Thanks On Thu, Nov 13, 2008 at 10:44 AM, Jeremy wrote: > > Slichost starts at $20/mo, and you get root and your choice of distro, as well > as access to the console. > > On Thursday 13 November 2008 9:44:57 am Kevin Lombardo wrote: >> On Wed, Nov 12, 2008 at 4:36 PM, Mike Miller > wrote: >> > I'm not sure what kinds of services are available for what I want. I >> > think the best thing for me would be to have a place that allowed me to >> > house a server and charged me for bandwidth. I would connect by ssh to >> > do system administration. The server would do email, web, and maybe >> > other stuff too. It wouldn't be a bandwidth hog because. >> > >> > Is what I need called a "colo" (colocation) center? Whether it is called >> > that or not, who should I go to in the twin cities for this kind of >> > service? >> > >> > Mike >> >> A cheap non-local option is a dedicated server from Core Networks >> (http://corenetworks.net/dedicated/). I've had good luck with the >> Starter package, and the IP KVM was very useful when I screwed up my >> SSH server ;) >> >> These are bare servers when you get them, you can install any prebuilt >> image Core Networks has or you can use the IP KVM to install your own >> OS. >> >> Of course the servers are a little undersized and I don't know about >> fault tolerance, but this was a perfect option for me. Co-location >> seems to be at least $100/month and you have to provide your own >> hardware. >> >> Kevin >> >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From tclug at lizakowski.com Thu Nov 13 14:49:58 2008 From: tclug at lizakowski.com (Jeremy) Date: Thu, 13 Nov 2008 14:49:58 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> References: <200811131044.27738.tclug@lizakowski.com> <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> Message-ID: <200811131449.58915.tclug@lizakowski.com> I've had good experiences with Slicehost. Their support department is flexible and responsive. Their tutorials online are awesome (useful even if you are setting up your own ubuntu server elsewhere). Console is available through the web and works well. I haven't seen any real changes yet after the buyout. Although, their management console was down last week (from my pc at least) for several hours, but none of our servers (nor our clients) were affected, and I haven't seen that before nor since. I plan to stick with them for small projects. Anything that needs clustering I'll probably do on EC2. You can do it on slicehost, but EC2 seems to have more powerful tools in this area. Jeremy On Thursday 13 November 2008 2:29:10 pm Thomas Lunde wrote: > I'm considering SliceHost. Has anyone had good/bad personal > experience with them? Unexpected outages? Hard to get console? > Unexpected bills? Above-and-beyond service? > > Comments that are post-merger are especially appreciated. > > Thanks > > On Thu, Nov 13, 2008 at 10:44 AM, Jeremy wrote: > > Slichost starts at $20/mo, and you get root and your choice of distro, as > > well as access to the console. > > > > On Thursday 13 November 2008 9:44:57 am Kevin Lombardo wrote: > >> On Wed, Nov 12, 2008 at 4:36 PM, Mike Miller > > > > wrote: > >> > I'm not sure what kinds of services are available for what I want. I > >> > think the best thing for me would be to have a place that allowed me > >> > to house a server and charged me for bandwidth. I would connect by > >> > ssh to do system administration. The server would do email, web, and > >> > maybe other stuff too. It wouldn't be a bandwidth hog because. > >> > > >> > Is what I need called a "colo" (colocation) center? Whether it is > >> > called that or not, who should I go to in the twin cities for this > >> > kind of service? > >> > > >> > Mike > >> > >> A cheap non-local option is a dedicated server from Core Networks > >> (http://corenetworks.net/dedicated/). I've had good luck with the > >> Starter package, and the IP KVM was very useful when I screwed up my > >> SSH server ;) > >> > >> These are bare servers when you get them, you can install any prebuilt > >> image Core Networks has or you can use the IP KVM to install your own > >> OS. > >> > >> Of course the servers are a little undersized and I don't know about > >> fault tolerance, but this was a perfect option for me. Co-location > >> seems to be at least $100/month and you have to provide your own > >> hardware. > >> > >> Kevin > >> > >> _______________________________________________ > >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > >> tclug-list at mn-linux.org > >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > > _______________________________________________ > > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > > tclug-list at mn-linux.org > > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From rbrown at rawmindz.com Thu Nov 13 14:59:48 2008 From: rbrown at rawmindz.com (Robert Brown) Date: Thu, 13 Nov 2008 14:59:48 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: <200811131449.58915.tclug@lizakowski.com> References: <200811131044.27738.tclug@lizakowski.com> <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> <200811131449.58915.tclug@lizakowski.com> Message-ID: <916e208f0811131259h1c7f865ajcb06fc297db596af@mail.gmail.com> Can anyone recommend a provider in the Twin Cities? On Thu, Nov 13, 2008 at 2:49 PM, Jeremy wrote: > > I've had good experiences with Slicehost. Their support department is > flexible and responsive. Their tutorials online are awesome (useful even if > you are setting up your own ubuntu server elsewhere). Console is available > through the web and works well. > > I haven't seen any real changes yet after the buyout. Although, their > management console was down last week (from my pc at least) for several > hours, but none of our servers (nor our clients) were affected, and I haven't > seen that before nor since. > > I plan to stick with them for small projects. Anything that needs clustering > I'll probably do on EC2. You can do it on slicehost, but EC2 seems to have > more powerful tools in this area. > > Jeremy > > > On Thursday 13 November 2008 2:29:10 pm Thomas Lunde wrote: >> I'm considering SliceHost. Has anyone had good/bad personal >> experience with them? Unexpected outages? Hard to get console? >> Unexpected bills? Above-and-beyond service? >> >> Comments that are post-merger are especially appreciated. >> >> Thanks >> >> On Thu, Nov 13, 2008 at 10:44 AM, Jeremy wrote: >> > Slichost starts at $20/mo, and you get root and your choice of distro, as >> > well as access to the console. >> > >> > On Thursday 13 November 2008 9:44:57 am Kevin Lombardo wrote: >> >> On Wed, Nov 12, 2008 at 4:36 PM, Mike Miller >> > >> > wrote: >> >> > I'm not sure what kinds of services are available for what I want. I >> >> > think the best thing for me would be to have a place that allowed me >> >> > to house a server and charged me for bandwidth. I would connect by >> >> > ssh to do system administration. The server would do email, web, and >> >> > maybe other stuff too. It wouldn't be a bandwidth hog because. >> >> > >> >> > Is what I need called a "colo" (colocation) center? Whether it is >> >> > called that or not, who should I go to in the twin cities for this >> >> > kind of service? >> >> > >> >> > Mike >> >> >> >> A cheap non-local option is a dedicated server from Core Networks >> >> (http://corenetworks.net/dedicated/). I've had good luck with the >> >> Starter package, and the IP KVM was very useful when I screwed up my >> >> SSH server ;) >> >> >> >> These are bare servers when you get them, you can install any prebuilt >> >> image Core Networks has or you can use the IP KVM to install your own >> >> OS. >> >> >> >> Of course the servers are a little undersized and I don't know about >> >> fault tolerance, but this was a perfect option for me. Co-location >> >> seems to be at least $100/month and you have to provide your own >> >> hardware. >> >> >> >> Kevin >> >> >> >> _______________________________________________ >> >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> >> tclug-list at mn-linux.org >> >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list >> > >> > _______________________________________________ >> > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> > tclug-list at mn-linux.org >> > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From tclug at jfoo.org Thu Nov 13 16:56:20 2008 From: tclug at jfoo.org (John Gateley) Date: Thu, 13 Nov 2008 16:56:20 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: <916e208f0811131259h1c7f865ajcb06fc297db596af@mail.gmail.com> References: <200811131044.27738.tclug@lizakowski.com> <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> <200811131449.58915.tclug@lizakowski.com> <916e208f0811131259h1c7f865ajcb06fc297db596af@mail.gmail.com> Message-ID: <20081113165620.fff672fd.tclug@jfoo.org> On Thu, 13 Nov 2008 14:59:48 -0600 "Robert Brown" wrote: > Can anyone recommend a provider in the Twin Cities? As I said previously in this thread, I've been a happy customer of ipHouse for about a decade, and another poster mentioned VISI and some other local providers. j -- John Gateley From drue at therub.org Thu Nov 13 19:28:31 2008 From: drue at therub.org (Dan Rue) Date: Thu, 13 Nov 2008 19:28:31 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: <20081113165620.fff672fd.tclug@jfoo.org> References: <200811131044.27738.tclug@lizakowski.com> <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> <200811131449.58915.tclug@lizakowski.com> <916e208f0811131259h1c7f865ajcb06fc297db596af@mail.gmail.com> <20081113165620.fff672fd.tclug@jfoo.org> Message-ID: <20081114012831.GA47566@therub.org> On Thu, Nov 13, 2008 at 04:56:20PM -0600, John Gateley wrote: > As I said previously in this thread, I've been a happy > customer of ipHouse for about a decade, and another poster > mentioned VISI and some other local providers. You keep saying that, but perhaps nobody believes you.. http://da.sos.state.mn.us/minnesota/corp_inquiry-entity.asp?:nfiling_number=991275-5&entity_type_id=AN&:Nsession_id=&:Ndocument_number=0&filename=-476174061.txt&pgcurrent=6&:Norder_item_type_id=10&:Ssearch_Parm=iphouse Dan From tclug at natecarlson.com Thu Nov 13 22:43:36 2008 From: tclug at natecarlson.com (Nate Carlson) Date: Thu, 13 Nov 2008 22:43:36 -0600 (CST) Subject: [tclug-list] local hosting services? In-Reply-To: <20081114012831.GA47566@therub.org> References: <200811131044.27738.tclug@lizakowski.com> <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> <200811131449.58915.tclug@lizakowski.com> <916e208f0811131259h1c7f865ajcb06fc297db596af@mail.gmail.com> <20081113165620.fff672fd.tclug@jfoo.org> <20081114012831.GA47566@therub.org> Message-ID: On Thu, 13 Nov 2008, Dan Rue wrote: > You keep saying that, but perhaps nobody believes you.. > > http://da.sos.state.mn.us/minnesota/corp_inquiry-entity.asp?:nfiling_number=991275-5&entity_type_id=AN&:Nsession_id=&:Ndocument_number=0&filename=-476174061.txt&pgcurrent=6&:Norder_item_type_id=10&:Ssearch_Parm=iphouse ipHouse was a merge of three or four other local ISP's (Bitstream, ProNS, and Goldengate for sure.. possiblyo ne more, can't recall.) Perhaps John was a client of one of those for awhile? ------------------------------------------------------------------------ | nate carlson | natecars at natecarlson.com | http://www.natecarlson.com | | depriving some poor village of its idiot since 1981 | ------------------------------------------------------------------------ From drue at therub.org Fri Nov 14 08:29:36 2008 From: drue at therub.org (Dan Rue) Date: Fri, 14 Nov 2008 08:29:36 -0600 Subject: [tclug-list] local hosting services? In-Reply-To: References: <200811131044.27738.tclug@lizakowski.com> <4e291ac30811131229k2c7f4906hd0f09c73f83a5a5d@mail.gmail.com> <200811131449.58915.tclug@lizakowski.com> <916e208f0811131259h1c7f865ajcb06fc297db596af@mail.gmail.com> <20081113165620.fff672fd.tclug@jfoo.org> <20081114012831.GA47566@therub.org> Message-ID: <20081114142936.GA5451@therub.org> On Thu, Nov 13, 2008 at 10:43:36PM -0600, Nate Carlson wrote: > On Thu, 13 Nov 2008, Dan Rue wrote: >> You keep saying that, but perhaps nobody believes you.. >> >> http://da.sos.state.mn.us/minnesota/corp_inquiry-entity.asp?:nfiling_number=991275-5&entity_type_id=AN&:Nsession_id=&:Ndocument_number=0&filename=-476174061.txt&pgcurrent=6&:Norder_item_type_id=10&:Ssearch_Parm=iphouse > > ipHouse was a merge of three or four other local ISP's (Bitstream, ProNS, > and Goldengate for sure.. possiblyo ne more, can't recall.) Perhaps John > was a client of one of those for awhile? Indeed, he mailed me off list to say he was with goldengate. Still, geeks are precise people - can you really give iphouse credit for time served with goldengate? I'm just saying, .. Now if he were a client of visi in the 90's, when it was run by the people who now run iphouse, it might be worth mentioning. dan From webmaster at mn-linux.org Wed Nov 19 12:37:43 2008 From: webmaster at mn-linux.org (TCLUG Classifieds) Date: Wed, 19 Nov 2008 12:37:43 -0600 Subject: [tclug-list] New TCLUG Classified Ad Message-ID: <200811191837.mAJIbhB15694@crusader.real-time.com> New TCLUG Classified Ad Category: Computer Type of Ad: For Sale Subject: SGI Indigo2 SGI Indy2 with monitor and IndyCam. Workstation is functional, but monitor needs calibration (image compressed and quickly rolling), so I can't readily log in to determine full details of the hardware. Also includes a second set of memory SIMMs for upgrade. $150/best offer. Seller Email address: dave at sherohman dot org http://www.mn-linux.org/cgi-bin/classifieds/index.cgi From mbmiller at taxa.epi.umn.edu Wed Nov 19 13:44:07 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Wed, 19 Nov 2008 13:44:07 -0600 (CST) Subject: [tclug-list] clusters Message-ID: We are thinking about putting together a cluster of maybe 10 machines, presumably using GNU/Linux. Do any of you have experience with this? Some of the things I'm wondering about include the appropriate configuration of machines -- isn't it better in terms of cost/benefit to buy fewer dual quad-core machines than more single CPU machines, especially if the jobs are not very memory-instensive? We certainly want to use shared disks, but is there any problem with booting all the computers from the same network drive? That seems like a good idea to me rather than to have separate HDDs in the machines, but I'm not sure how it is done. What free software is available for managing jobs, e.g., batch queuing? FYI ... The idea is to use these machines for our genetic analyses -- maybe 600,000 SNPs on 7,500 people, but this mostly consists of running one SNP at a time on some collection of traits. I don't think the memory requirements are too great unless we try to load a lot of the data at once. Mike From ecrist at secure-computing.net Wed Nov 19 13:51:22 2008 From: ecrist at secure-computing.net (Eric F Crist) Date: Wed, 19 Nov 2008 13:51:22 -0600 Subject: [tclug-list] clusters In-Reply-To: References: Message-ID: <150B4BB4-1F6C-4B18-A5A1-07EAF83AC7FC@secure-computing.net> It just so happens that the following link uses FreeBSD as the OS, but you should be able to easily adapt this to linux: http://blizzard.rwic.und.edu/~nordlie/miniwulf/ HTH On Nov 19, 2008, at 1:44 PM, Mike Miller wrote: > We are thinking about putting together a cluster of maybe 10 machines, > presumably using GNU/Linux. Do any of you have experience with this? > > Some of the things I'm wondering about include the appropriate > configuration of machines -- isn't it better in terms of cost/ > benefit to > buy fewer dual quad-core machines than more single CPU machines, > especially if the jobs are not very memory-instensive? > > We certainly want to use shared disks, but is there any problem with > booting all the computers from the same network drive? That seems > like a > good idea to me rather than to have separate HDDs in the machines, > but I'm > not sure how it is done. > > What free software is available for managing jobs, e.g., batch > queuing? > > FYI ... The idea is to use these machines for our genetic analyses -- > maybe 600,000 SNPs on 7,500 people, but this mostly consists of > running > one SNP at a time on some collection of traits. I don't think the > memory > requirements are too great unless we try to load a lot of the data at > once. > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list --- Eric Crist From ecrist at secure-computing.net Wed Nov 19 13:52:42 2008 From: ecrist at secure-computing.net (Eric F Crist) Date: Wed, 19 Nov 2008 13:52:42 -0600 Subject: [tclug-list] clusters In-Reply-To: References: Message-ID: <0659B2A5-D588-47ED-B90C-91A737D82A81@secure-computing.net> Sorry, forgot to also post this link in my last email: http://www.mini-itx.com/projects/cluster/ On Nov 19, 2008, at 1:44 PM, Mike Miller wrote: > We are thinking about putting together a cluster of maybe 10 machines, > presumably using GNU/Linux. Do any of you have experience with this? > > Some of the things I'm wondering about include the appropriate > configuration of machines -- isn't it better in terms of cost/ > benefit to > buy fewer dual quad-core machines than more single CPU machines, > especially if the jobs are not very memory-instensive? > > We certainly want to use shared disks, but is there any problem with > booting all the computers from the same network drive? That seems > like a > good idea to me rather than to have separate HDDs in the machines, > but I'm > not sure how it is done. > > What free software is available for managing jobs, e.g., batch > queuing? > > FYI ... The idea is to use these machines for our genetic analyses -- > maybe 600,000 SNPs on 7,500 people, but this mostly consists of > running > one SNP at a time on some collection of traits. I don't think the > memory > requirements are too great unless we try to load a lot of the data at > once. > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list --- Eric Crist From trnja001 at umn.edu Wed Nov 19 13:59:17 2008 From: trnja001 at umn.edu (Elvedin Trnjanin) Date: Wed, 19 Nov 2008 13:59:17 -0600 Subject: [tclug-list] clusters In-Reply-To: References: Message-ID: <49247015.2020506@umn.edu> Hi Mike, There are tons of groups on campus doing this so contact me off list if you want to discuss it. Fewer machines with more cores per machine is a bit more cost effective when it comes to the infrastructure to support it (power, cooling, space, network devices). Since the jobs aren't memory intensive, go for a many core system, but in case you want to use the cluster for something else in the future that may be memory intensive, you'll be a bit out of luck. Depending on which sort of processor/chipset you buy such as the AMD Opterons or the new Intel Core i7 processors (when they get ECC memory), it would not be as big of a hit. Shared disks are the standard and there are ways of differentiating nodes while still booting mostly from the same media. I would recommend looking into Rocks (http://www.rocksclusters.org) as it would get you going the quickest. For managing jobs there is Torque/Maui, or Sun Grid Engine which does a lot of work for you that Torque does and then some. Mike Miller wrote: > We are thinking about putting together a cluster of maybe 10 machines, > presumably using GNU/Linux. Do any of you have experience with this? > > Some of the things I'm wondering about include the appropriate > configuration of machines -- isn't it better in terms of cost/benefit to > buy fewer dual quad-core machines than more single CPU machines, > especially if the jobs are not very memory-instensive? > > We certainly want to use shared disks, but is there any problem with > booting all the computers from the same network drive? That seems like a > good idea to me rather than to have separate HDDs in the machines, but I'm > not sure how it is done. > > What free software is available for managing jobs, e.g., batch queuing? > > FYI ... The idea is to use these machines for our genetic analyses -- > maybe 600,000 SNPs on 7,500 people, but this mostly consists of running > one SNP at a time on some collection of traits. I don't think the memory > requirements are too great unless we try to load a lot of the data at > once. > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From josh at joshwelch.com Wed Nov 19 21:59:24 2008 From: josh at joshwelch.com (Josh Welch) Date: Thu, 20 Nov 2008 03:59:24 +0000 Subject: [tclug-list] clusters In-Reply-To: References: Message-ID: <20081120035924.ldsw6v0tckscgk0w@joshwelch.com> Quoting Mike Miller : > We are thinking about putting together a cluster of maybe 10 machines, > presumably using GNU/Linux. Do any of you have experience with this? > > Some of the things I'm wondering about include the appropriate > configuration of machines -- isn't it better in terms of cost/benefit to > buy fewer dual quad-core machines than more single CPU machines, > especially if the jobs are not very memory-instensive? > > We certainly want to use shared disks, but is there any problem with > booting all the computers from the same network drive? That seems like a > good idea to me rather than to have separate HDDs in the machines, but I'm > not sure how it is done. > > What free software is available for managing jobs, e.g., batch queuing? > > FYI ... The idea is to use these machines for our genetic analyses -- > maybe 600,000 SNPs on 7,500 people, but this mostly consists of running > one SNP at a time on some collection of traits. I don't think the memory > requirements are too great unless we try to load a lot of the data at > once. > > Mike > You might want to take a look at what the folks at UW are doing with Condor: http://www.cs.wisc.edu/condor/ That being said, I'm sure you're not the only one at the U whose looking to do this, I have to imagine there are quite a few folks at it already. Are there any internal peer groups or other ways to collaborate with campus folks? Josh From Craig.A.Smith at honeywell.com Thu Nov 20 07:53:31 2008 From: Craig.A.Smith at honeywell.com (Smith, Craig A) Date: Thu, 20 Nov 2008 08:53:31 -0500 Subject: [tclug-list] local hosting services? In-Reply-To: References: Message-ID: <352399F8DB39E14FBB4B648897CA32E601D5A86C@DE08EV802.global.ds.honeywell.com> > house a server and charged me for bandwidth. I would connect by ssh to do > system administration. The server would do email, web, and maybe other > stuff too. It wouldn't be a bandwidth hog because. A co-lo is when your hardware sits on their network. All they do is provide power, cooling, network, and the occasional operator to press a reset button should that be necessary. You would be responsible for all patches, backup, and other sysadmin tasks. If you're not up to that, then a managed server would be easier but more expensive. Another option, if bandwidth isn't a factor, is to host it yourself on a residential DSL or cable modem (at your home or a friend's). This has the benefit of putting the hardware within easy reach should that be necessary. Actiontech and Linksys routers have a "port forwarding" option that needs to be configured. Depending on your provider, there may be policies against re-selling service, but I've never had any problem running a hobby server. I've found I need to relay email thru their smart host to get pass some corporate spam filters. From mbmiller at taxa.epi.umn.edu Thu Nov 20 12:19:14 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Thu, 20 Nov 2008 12:19:14 -0600 (CST) Subject: [tclug-list] LameDuck - CodeWeavers CrossOver Upgrade Deal (fwd) Message-ID: Thought you guys might find this message interesting... ---------- Forwarded message ---------- Date: Tue, 18 Nov 2008 16:12:30 -0600 From: CodeWeavers Subject: LameDuck - CodeWeavers CrossOver Upgrade Deal Dear CodeWeavers Customer, On Tuesday, October 28th, 2008, you participated in one of the single biggest Internet phenomenon's in recent years! During that 24-hour period, CodeWeavers gave away $45 million of software to 650,000 new users from around the world. We gave away more licenses of our software, CrossOver Professional, than any software firm has ever given away in such a short timeframe--26 terabytes worth! Yes, we are still in business; however, our servers melted! Our Internet connection crashed! And our network admin still hasn't recovered! But in the end (and thanks to you), the promotion was a complete and unprecedented success! We hope you enjoyed the ?world famous' Lame Duck Challenge (LDC). [snip] From brian at bluediscovery.net Sat Nov 22 13:50:29 2008 From: brian at bluediscovery.net (Brian Meredyk) Date: Sat, 22 Nov 2008 13:50:29 -0600 Subject: [tclug-list] clusters In-Reply-To: References: Message-ID: <49286285.8020802@bluediscovery.net> There was a FLOSS Weekly back in June about Rocks Clusters http://www.twit.tv/floss30 Brian Mike Miller wrote: > We are thinking about putting together a cluster of maybe 10 machines, > presumably using GNU/Linux. Do any of you have experience with this? > > Some of the things I'm wondering about include the appropriate > configuration of machines -- isn't it better in terms of cost/benefit to > buy fewer dual quad-core machines than more single CPU machines, > especially if the jobs are not very memory-instensive? > > We certainly want to use shared disks, but is there any problem with > booting all the computers from the same network drive? That seems like a > good idea to me rather than to have separate HDDs in the machines, but I'm > not sure how it is done. > > What free software is available for managing jobs, e.g., batch queuing? > > FYI ... The idea is to use these machines for our genetic analyses -- > maybe 600,000 SNPs on 7,500 people, but this mostly consists of running > one SNP at a time on some collection of traits. I don't think the memory > requirements are too great unless we try to load a lot of the data at > once. > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From webmaster at mn-linux.org Sun Nov 23 12:26:28 2008 From: webmaster at mn-linux.org (TCLUG Classifieds) Date: Sun, 23 Nov 2008 12:26:28 -0600 Subject: [tclug-list] New TCLUG Classified Ad Message-ID: <200811231826.mANIQSP12276@crusader.real-time.com> New TCLUG Classified Ad Category: Computer Type of Ad: For Sale Subject: Core PHP Programming books PHP runs on Linux and I suspect a lot of people on this list use PHP. I have 2 like new copies of Core PHP Programming (3rd edition) Covers PHP5. softcover, minor cover shelf wear. Tight binding, clean text inside, no markings. ISBN: 0-13-046346-9 Asking $25 each CASH only and you pick up in South Minneapolis. Seller Email address: blackcrow77 at yahoo dot com http://www.mn-linux.org/cgi-bin/classifieds/index.cgi From webmaster at mn-linux.org Sun Nov 23 20:26:24 2008 From: webmaster at mn-linux.org (TCLUG Classifieds) Date: Sun, 23 Nov 2008 20:26:24 -0600 Subject: [tclug-list] New TCLUG Classified Ad Message-ID: <200811240226.mAO2QO501258@crusader.real-time.com> New TCLUG Classified Ad Category: Computer Type of Ad: For Sale Subject: 40GB hard drives 5 - Samsung SV4002H 40GB hard drive 1 - Seagate ST340810A 40GB hard drive $15 EACH (cash please) These are used hard drives (obviously), but they do NOT exhibit any failure signs (noisy, clicking, etc). Seller Email address: auditodd at comcast dot net http://www.mn-linux.org/cgi-bin/classifieds/index.cgi From auditodd at comcast.net Sun Nov 23 21:17:42 2008 From: auditodd at comcast.net (auditodd at comcast.net) Date: Mon, 24 Nov 2008 03:17:42 +0000 Subject: [tclug-list] KDE4 vs Gnome (Ubuntu 8.10) experience Message-ID: <112420080317.6021.492A1CD6000894DA0000178522058860140B0B019B070B9A0E@comcast.net> I've been a fan of KDE since Mandrake v9. Coming from a Unix command line and Windows environment KDE just seemed to make more "sense" to me. So I have been playing with Kubuntu 8.10 and Ubuntu 8.10 on a slightly older computer. I had read an article that one former KDE fan moved to Gnome so I was intrigued. An HP Pavilion 541c with a GeForce2 video card. This is an AMD 1.67GHz processor with 1GB of ram, so it's not a bad computer (OK, the video card isn't that great). First problem... The computer is on a KVM so the auto discovery of the monitor did not work. Kubuntu with KDE4. This desktop environment makes no sense any more, plus they took out the option to specify the type of monitor I'm using. So I dig around on Google and find the proper configuration for xorg.conf and presto I have the resolution I like. I'll grant you the video card isn't great, but KDE 3.5 didn't have a problem showing new menus or windows. Every time I tried to open the main menu, it freaks out for a few seconds and then shows me the menu. Processor and system load.... Don't even go there. KDE4 is worse than Windows on this machine and that is quite the "kiss of death" in my mind. Wipe hard drive and start over. Ubuntu 8.10 This is Gnome? Did I step into an alternate universe where KDE and Gnome are switched? The menus actually make sense to me. I can add/remove buttons from the menu bars without even having to think about it. It still didn't auto discover my monitor, but that was to be expected. Grab the same xorg.conf file from before and all is well. No weirdness opening menu items and the processor and system load isn't half bad either. Additional tidbit... Ubuntu 8.10 also runs well on a duo 400MHz processor system with 512MB of RAM with some ancient AGP video card. I would not even try Kubuntu 8.10 on that machine after it's poor performance on the AMD. Guess the guy with the "black tower" in the article I read isn't the only one to decide that KDE4 just isn't the answer any more. Hello Gnome, goodbye KDE. -- ========== Todd Young From admin at lctn.org Sun Nov 23 21:48:59 2008 From: admin at lctn.org (Raymond Norton) Date: Sun, 23 Nov 2008 21:48:59 -0600 Subject: [tclug-list] converting dos batch to shell script Message-ID: <492A242B.10106@lctn.org> I have a dos batch file I need to convert to a unix shell script. I have found a site that gives some conversion examples, but am very green with shell scripts, and am confident it will take me too much time to get it working without some expert input. Is there someone on the list that considers them self a pro, and could easily make the conversion. ? I can post the file on the web, or include the text in an email. Raymond From cncole at earthlink.net Sun Nov 23 22:04:18 2008 From: cncole at earthlink.net (Chuck Cole) Date: Sun, 23 Nov 2008 22:04:18 -0600 Subject: [tclug-list] converting dos batch to shell script In-Reply-To: <492A242B.10106@lctn.org> Message-ID: > -----Original Message----- > From: tclug-list-bounces at mn-linux.org [mailto:tclug-list-bounces at mn-linux.org]On Behalf Of Raymond Norton > Sent: Sunday, November 23, 2008 9:49 PM > To: tclug-list > Subject: [tclug-list] converting dos batch to shell script > > > I have a dos batch file I need to convert to a unix shell script. I have > found a site that gives some conversion examples, but am very green with > shell scripts, and am confident it will take me too much time to get it > working without some expert input. Is there someone on the list that > considers them self a pro, and could easily make the conversion. ? I can > post the file on the web, or include the text in an email. > > Raymond Converting is a pain because it requires new syntax and essentially new programming. I think I saw stuff about WINE and its brethren having a way to use DOS batch files directly. Google for THAT. Might be as simple as piping it through COMMAND.COM Chuck From vc.lists at gmail.com Sun Nov 23 22:16:59 2008 From: vc.lists at gmail.com (Venkat Chandra) Date: Sun, 23 Nov 2008 22:16:59 -0600 Subject: [tclug-list] KDE4 vs Gnome (Ubuntu 8.10) experience In-Reply-To: <112420080317.6021.492A1CD6000894DA0000178522058860140B0B019B070B9A0E@comcast.net> References: <112420080317.6021.492A1CD6000894DA0000178522058860140B0B019B070B9A0E@comcast.net> Message-ID: <1efb4e050811232016u4cf0df7bv6a663c015677dc06@mail.gmail.com> I had a similar experience. I have been a fan of KDE for a very long time and have my tweaks, shortcuts and tricks all documented meticulously for my own use when I set up a new machine or start over or upgrade. And then one day I upgraded from Fedora 8 to Fedora 9. KDE4 was a nightmare. I couldn't find one thing that I liked about it over KDE3.5. Simple things like changing the size of the icons or changing the size of the taskbar or even locking/unlocking the taskbar screwed it up. I just couldn't stand it! I promptly pulled out my Fedora 8 DVD and reinstalled it. I don't think I want to upgrade to Fedora 9 nor do I want to use Gnome. Unfortunately, once Fedora 10 comes out, there won't be any updates available for Fedora 8 and I don't know what I will do then. :( - Vee On Sun, Nov 23, 2008 at 9:17 PM, wrote: > I've been a fan of KDE since Mandrake v9. > Coming from a Unix command line and Windows environment KDE just seemed to > make more "sense" to me. > > So I have been playing with Kubuntu 8.10 and Ubuntu 8.10 on a slightly > older computer. I had read an article that one former KDE fan moved to > Gnome so I was intrigued. > > An HP Pavilion 541c with a GeForce2 video card. > This is an AMD 1.67GHz processor with 1GB of ram, so it's not a bad > computer (OK, the video card isn't that great). > > First problem... > The computer is on a KVM so the auto discovery of the monitor did not work. > > Kubuntu with KDE4. > This desktop environment makes no sense any more, plus they took out the > option to specify the type of monitor I'm using. So I dig around on Google > and find the proper configuration for xorg.conf and presto I have the > resolution I like. I'll grant you the video card isn't great, but KDE 3.5 > didn't have a problem showing new menus or windows. Every time I tried to > open the main menu, it freaks out for a few seconds and then shows me the > menu. Processor and system load.... Don't even go there. KDE4 is worse than > Windows on this machine and that is quite the "kiss of death" in my mind. > > Wipe hard drive and start over. > > Ubuntu 8.10 > This is Gnome? Did I step into an alternate universe where KDE and Gnome > are switched? The menus actually make sense to me. I can add/remove buttons > from the menu bars without even having to think about it. It still didn't > auto discover my monitor, but that was to be expected. Grab the same > xorg.conf file from before and all is well. No weirdness opening menu items > and the processor and system load isn't half bad either. > > Additional tidbit... > Ubuntu 8.10 also runs well on a duo 400MHz processor system with 512MB of > RAM with some ancient AGP video card. I would not even try Kubuntu 8.10 on > that machine after it's poor performance on the AMD. > > Guess the guy with the "black tower" in the article I read isn't the only > one to decide that KDE4 just isn't the answer any more. Hello Gnome, goodbye > KDE. > > -- > ========== > Todd Young > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081123/3cd3051f/attachment.htm From florin at iucha.net Sun Nov 23 22:27:38 2008 From: florin at iucha.net (Florin Iucha) Date: Sun, 23 Nov 2008 22:27:38 -0600 Subject: [tclug-list] converting dos batch to shell script In-Reply-To: References: <492A242B.10106@lctn.org> Message-ID: <20081124042738.GS20101@iris.iucha.org> On Sun, Nov 23, 2008 at 10:04:18PM -0600, Chuck Cole wrote: > > I have a dos batch file I need to convert to a unix shell script. I have > > found a site that gives some conversion examples, but am very green with > > shell scripts, and am confident it will take me too much time to get it > > working without some expert input. Is there someone on the list that > > considers them self a pro, and could easily make the conversion. ? I can > > post the file on the web, or include the text in an email. > > > Converting is a pain because it requires new syntax and essentially new programming. > > I think I saw stuff about WINE and its brethren having a way to use DOS batch files directly. Google for THAT. Might be as simple > as piping it through COMMAND.COM But then it will run everything in the context of the WINE environment, without the access to files or other utilities (which I suspect is the main point of running it under Unix in the first place). florin -- Bruce Schneier expects the Spanish Inquisition. http://geekz.co.uk/schneierfacts/fact/163 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081123/a4b0a42d/attachment.pgp From tclug at lizakowski.com Sun Nov 23 23:36:17 2008 From: tclug at lizakowski.com (Jeremy) Date: Sun, 23 Nov 2008 23:36:17 -0600 Subject: [tclug-list] KDE4 vs Gnome (Ubuntu 8.10) experience In-Reply-To: <1efb4e050811232016u4cf0df7bv6a663c015677dc06@mail.gmail.com> References: <112420080317.6021.492A1CD6000894DA0000178522058860140B0B019B070B9A0E@comcast.net> <1efb4e050811232016u4cf0df7bv6a663c015677dc06@mail.gmail.com> Message-ID: <200811232336.17880.tclug@lizakowski.com> Does KDE4 still allow Konqueror to be used as the file manager? Dolphin is weak. Jeremy On Sunday 23 November 2008 10:16:59 pm Venkat Chandra wrote: > I had a similar experience. I have been a fan of KDE for a very long time > and have my tweaks, shortcuts and tricks all documented meticulously for my > own use when I set up a new machine or start over or upgrade. And then one > day I upgraded from Fedora 8 to Fedora 9. KDE4 was a nightmare. I couldn't > find one thing that I liked about it over KDE3.5. Simple things like > changing the size of the icons or changing the size of the taskbar or even > locking/unlocking the taskbar screwed it up. I just couldn't stand it! I > promptly pulled out my Fedora 8 DVD and reinstalled it. I don't think I > want to upgrade to Fedora 9 nor do I want to use Gnome. Unfortunately, once > Fedora 10 comes out, there won't be any updates available for Fedora 8 and > I don't know what I will do then. :( > - Vee > > On Sun, Nov 23, 2008 at 9:17 PM, wrote: > > I've been a fan of KDE since Mandrake v9. > > Coming from a Unix command line and Windows environment KDE just seemed > > to make more "sense" to me. > > > > So I have been playing with Kubuntu 8.10 and Ubuntu 8.10 on a slightly > > older computer. I had read an article that one former KDE fan moved to > > Gnome so I was intrigued. > > > > An HP Pavilion 541c with a GeForce2 video card. > > This is an AMD 1.67GHz processor with 1GB of ram, so it's not a bad > > computer (OK, the video card isn't that great). > > > > First problem... > > The computer is on a KVM so the auto discovery of the monitor did not > > work. > > > > Kubuntu with KDE4. > > This desktop environment makes no sense any more, plus they took out the > > option to specify the type of monitor I'm using. So I dig around on > > Google and find the proper configuration for xorg.conf and presto I have > > the resolution I like. I'll grant you the video card isn't great, but KDE > > 3.5 didn't have a problem showing new menus or windows. Every time I > > tried to open the main menu, it freaks out for a few seconds and then > > shows me the menu. Processor and system load.... Don't even go there. > > KDE4 is worse than Windows on this machine and that is quite the "kiss of > > death" in my mind. > > > > Wipe hard drive and start over. > > > > Ubuntu 8.10 > > This is Gnome? Did I step into an alternate universe where KDE and Gnome > > are switched? The menus actually make sense to me. I can add/remove > > buttons from the menu bars without even having to think about it. It > > still didn't auto discover my monitor, but that was to be expected. Grab > > the same xorg.conf file from before and all is well. No weirdness opening > > menu items and the processor and system load isn't half bad either. > > > > Additional tidbit... > > Ubuntu 8.10 also runs well on a duo 400MHz processor system with 512MB of > > RAM with some ancient AGP video card. I would not even try Kubuntu 8.10 > > on that machine after it's poor performance on the AMD. > > > > Guess the guy with the "black tower" in the article I read isn't the only > > one to decide that KDE4 just isn't the answer any more. Hello Gnome, > > goodbye KDE. > > > > -- > > ========== > > Todd Young > > > > _______________________________________________ > > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > > tclug-list at mn-linux.org > > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From mbmiller at taxa.epi.umn.edu Mon Nov 24 01:23:07 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Mon, 24 Nov 2008 01:23:07 -0600 (CST) Subject: [tclug-list] converting dos batch to shell script In-Reply-To: <492A242B.10106@lctn.org> References: <492A242B.10106@lctn.org> Message-ID: On Sun, 23 Nov 2008, Raymond Norton wrote: > I have a dos batch file I need to convert to a unix shell script. I have > found a site that gives some conversion examples, but am very green with > shell scripts, and am confident it will take me too much time to get it > working without some expert input. Is there someone on the list that > considers them self a pro, and could easily make the conversion. ? I can > post the file on the web, or include the text in an email. Is it really long? If it is fairly short and not top secret, just post it here and let people give you some answers. Mike From admin at lctn.org Mon Nov 24 09:40:14 2008 From: admin at lctn.org (Raymond Norton) Date: Mon, 24 Nov 2008 09:40:14 -0600 Subject: [tclug-list] video capture card Message-ID: <492ACADE.90209@lctn.org> I'm browsing around looking for a quality, inexpensive video capture card for an Ubuntu box. Anyone on the list using a newer card they are happy with for around $100.00, or less? I'm going to be using it for streaming video. Raymond From auditodd at comcast.net Mon Nov 24 12:16:14 2008 From: auditodd at comcast.net (auditodd at comcast.net) Date: Mon, 24 Nov 2008 18:16:14 +0000 Subject: [tclug-list] KDE4 vs Gnome (Ubuntu 8.10) experience Message-ID: <112420081816.15515.492AEF6E0009291200003C9B22070245530B0B019B070B9A0E@comcast.net> Heh, good question. I really don't know. Didn't really look into that. I was so disappointed with the "strangeness" and poor performance that I didn't give it more than a few hours of play time before wiping it clean and installing Ubuntu. I'm not even sure what I have for a file manager on my Kubuntu v7.04 box. I'm just using whatever was present "out of the box". I don't really customize a lot except to get things working the way I like. That is why I had to 'play' with v8.10 before I upgrade my v7.04 box. -- ========== Todd Young -------------- Original message ---------------------- From: Jeremy > > Does KDE4 still allow Konqueror to be used as the file manager? Dolphin is > weak. > > Jeremy From mbmiller at taxa.epi.umn.edu Tue Nov 25 10:44:05 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Tue, 25 Nov 2008 10:44:05 -0600 (CST) Subject: [tclug-list] local data recovery? Message-ID: This question is about local places that can do data recovery work, so it would probably apply to any OS, but my friend with a problem today happened to be running Windows XP on a Dell laptop. What local computer pros might be able to get some data off of this HDD? Here's what happened: The Dell laptop's HDD had failed during the summer and the drive was repartitioned. Just the other day my friend left the laptop running and went for a cup of coffee. When she got back it had powered down, or was on standby, or was hibernating, or something. She went to press the power button but accidentally pressed the "Media Direct" button which is right next to the power button and looks just like it. Unfortunately, that small mistake marked the end of her working laptop. After that it wouldn't boot, Ubuntu Live CD couldn't mount the drive, and Windows XP install CD said that the drive needed to be reformatted. I got out BartPE and ran "chkdsk c: /r". It ran and when it was done I could look at the drive using Ubuntu Live CD, but I could not find any of her data. It still will not boot to Windows and says "NTLDR is missing". So who in the Twin Cities might be able to find some of her files? Mike From andyschmid at gmail.com Tue Nov 25 11:03:44 2008 From: andyschmid at gmail.com (Andy Schmid) Date: Tue, 25 Nov 2008 11:03:44 -0600 Subject: [tclug-list] local data recovery? In-Reply-To: References: Message-ID: <7b7c42a30811250903p37570109p3c0c4d11f5e61b41@mail.gmail.com> Not sure on local places, but you could check out seagate's data recovery services: http://services.seagate.com/ You can try using their data recovery software for free, and if it detects it can recover the data from the drive, you can then purchase it for $130. Not sure how this compares with other data recovery services, but I know other places can get pretty expensive (in the 1000's). If you can, always make a copy of the drive and work on restoring data from the copy. You want to preserve the original disk as much as possible. The easiest way to make a 1:1 copy of a drive would be dd dd if=/dev/sda of=/dev/sdb (sda = original disk, sdb = blank disk) Good luck, Andy On Tue, Nov 25, 2008 at 10:44 AM, Mike Miller wrote: > This question is about local places that can do data recovery work, so it > would probably apply to any OS, but my friend with a problem today > happened to be running Windows XP on a Dell laptop. > > What local computer pros might be able to get some data off of this HDD? > Here's what happened: > > The Dell laptop's HDD had failed during the summer and the drive was > repartitioned. Just the other day my friend left the laptop running and > went for a cup of coffee. When she got back it had powered down, or was > on standby, or was hibernating, or something. She went to press the power > button but accidentally pressed the "Media Direct" button which is right > next to the power button and looks just like it. Unfortunately, that > small mistake marked the end of her working laptop. After that it > wouldn't boot, Ubuntu Live CD couldn't mount the drive, and Windows XP > install CD said that the drive needed to be reformatted. > > I got out BartPE and ran "chkdsk c: /r". It ran and when it was done I > could look at the drive using Ubuntu Live CD, but I could not find any of > her data. It still will not boot to Windows and says "NTLDR is missing". > > So who in the Twin Cities might be able to find some of her files? > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081125/100057a1/attachment.htm From josh at tcbug.org Tue Nov 25 11:20:13 2008 From: josh at tcbug.org (Josh Paetzel) Date: Tue, 25 Nov 2008 11:20:13 -0600 Subject: [tclug-list] local data recovery? In-Reply-To: References: Message-ID: <492C33CD.80304@tcbug.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike Miller wrote: > This question is about local places that can do data recovery work, so it > would probably apply to any OS, but my friend with a problem today > happened to be running Windows XP on a Dell laptop. > > What local computer pros might be able to get some data off of this HDD? > Here's what happened: > > The Dell laptop's HDD had failed during the summer and the drive was > repartitioned. Just the other day my friend left the laptop running and > went for a cup of coffee. When she got back it had powered down, or was > on standby, or was hibernating, or something. She went to press the power > button but accidentally pressed the "Media Direct" button which is right > next to the power button and looks just like it. Unfortunately, that > small mistake marked the end of her working laptop. After that it > wouldn't boot, Ubuntu Live CD couldn't mount the drive, and Windows XP > install CD said that the drive needed to be reformatted. > > I got out BartPE and ran "chkdsk c: /r". It ran and when it was done I > could look at the drive using Ubuntu Live CD, but I could not find any of > her data. It still will not boot to Windows and says "NTLDR is missing". > > So who in the Twin Cities might be able to find some of her files? > > Mike Ontrack is in Eden Prairie. But you quickly find out what your data means to you, the bill gets to 4 figures fast. http://www.ontrackdatarecovery.com/ - -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkksM80ACgkQJvkB8SevrssZPgCeMAZQWL+4dI+KN1YrQBbOVCle hsIAoJAV2iZNghA9NWkT4+gczvh5ooDS =osbJ -----END PGP SIGNATURE----- From dniesen at gmail.com Tue Nov 25 11:32:20 2008 From: dniesen at gmail.com (Donovan) Date: Tue, 25 Nov 2008 11:32:20 -0600 Subject: [tclug-list] local data recovery? In-Reply-To: <492C33CD.80304@tcbug.org> References: <492C33CD.80304@tcbug.org> Message-ID: <47f4d5e70811250932h1fdfe582r1b24e461af3e8feb@mail.gmail.com> On Tue, Nov 25, 2008 at 11:20 AM, Josh Paetzel wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mike Miller wrote: >> This question is about local places that can do data recovery work, so it >> would probably apply to any OS, but my friend with a problem today >> happened to be running Windows XP on a Dell laptop. >> >> What local computer pros might be able to get some data off of this HDD? >> Here's what happened: >> >> The Dell laptop's HDD had failed during the summer and the drive was >> repartitioned. Just the other day my friend left the laptop running and >> went for a cup of coffee. When she got back it had powered down, or was >> on standby, or was hibernating, or something. She went to press the power >> button but accidentally pressed the "Media Direct" button which is right >> next to the power button and looks just like it. Unfortunately, that >> small mistake marked the end of her working laptop. After that it >> wouldn't boot, Ubuntu Live CD couldn't mount the drive, and Windows XP >> install CD said that the drive needed to be reformatted. >> >> I got out BartPE and ran "chkdsk c: /r". It ran and when it was done I >> could look at the drive using Ubuntu Live CD, but I could not find any of >> her data. It still will not boot to Windows and says "NTLDR is missing". >> >> So who in the Twin Cities might be able to find some of her files? >> >> Mike > > Ontrack is in Eden Prairie. But you quickly find out what your data > means to you, the bill gets to 4 figures fast. > > > http://www.ontrackdatarecovery.com/ > > - -- > Thanks, > > Josh Paetzel > > PGP: 8A48 EF36 5E9F 4EDA 5ABC 11B4 26F9 01F1 27AF AECB > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (Darwin) > > iEYEARECAAYFAkksM80ACgkQJvkB8SevrssZPgCeMAZQWL+4dI+KN1YrQBbOVCle > hsIAoJAV2iZNghA9NWkT4+gczvh5ooDS > =osbJ > -----END PGP SIGNATURE----- > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > If you don't mind shipping it (or driving to Madison) Gillware won't get into 4 figures too quickly. Especially if you don't need hardware recovery: http://www.gillware.net -- Donovan Niesen From daniel.armbrust.list at gmail.com Wed Nov 26 10:44:33 2008 From: daniel.armbrust.list at gmail.com (Dan Armbrust) Date: Wed, 26 Nov 2008 10:44:33 -0600 Subject: [tclug-list] KDE4 vs Gnome (Ubuntu 8.10) experience In-Reply-To: <112420081816.15515.492AEF6E0009291200003C9B22070245530B0B019B070B9A0E@comcast.net> References: <112420081816.15515.492AEF6E0009291200003C9B22070245530B0B019B070B9A0E@comcast.net> Message-ID: <82f04dc40811260844k491670famcfd7cc0c262361fc@mail.gmail.com> Similar experience here. Upgraded to Fedora 9 a while ago... and hated KDE 4. Stuck with it a while, through the bug release updates, hoping it would get better. It hasn't. It still sucks. The KDE 3.5 that I'm running on another Ubuntu system is _far_ better than this mess. Without even going into all the details of the little things that are wrong with KDE 4, I can't even find a stable combination. On Fedora 9, this thing completely hangs the X server out of the blue about once a week. Immensely frustrating. I'm done with Fedora. On top of the buggy KDE release, it seems like every single patch update they push completely breaks my system one way or another. Ever version upgrade is a day long mis-adventure of trying to make my system boot and use the monitors again. Some day soon, when I'm ready for the pain of a complete reinstall on this system, I'll be switching it to Ubuntu. Hopefully they still offer KDE 3.5 in the latest Ubuntu? I haven't tried it yet. It's funny how Fedora has slowly gone from one of if not the best distributions, to its current state. Meanwhile, Ubuntu has just rocketed to the top. From strayf at freeshell.org Wed Nov 26 11:33:41 2008 From: strayf at freeshell.org (Steve Cayford) Date: Wed, 26 Nov 2008 11:33:41 -0600 Subject: [tclug-list] KDE4 vs Gnome (Ubuntu 8.10) experience In-Reply-To: <82f04dc40811260844k491670famcfd7cc0c262361fc@mail.gmail.com> References: <112420081816.15515.492AEF6E0009291200003C9B22070245530B0B019B070B9A0E@comcast.net> <82f04dc40811260844k491670famcfd7cc0c262361fc@mail.gmail.com> Message-ID: <492D8875.7000204@freeshell.org> Dan Armbrust wrote: > [...] > It's funny how Fedora has slowly gone from one of if not the best > distributions, to its current state. Meanwhile, Ubuntu has just > rocketed to the top. I haven't used Fedora, but the Register gave an awfully nice review to Fedora 10. They're using GNOME however. http://www.theregister.co.uk/2008/11/25/fedora_10_review/ -Steve From vc.lists at gmail.com Wed Nov 26 16:55:40 2008 From: vc.lists at gmail.com (Venkat Chandra) Date: Wed, 26 Nov 2008 16:55:40 -0600 Subject: [tclug-list] KDE4 vs Gnome (Ubuntu 8.10) experience In-Reply-To: <82f04dc40811260844k491670famcfd7cc0c262361fc@mail.gmail.com> References: <112420081816.15515.492AEF6E0009291200003C9B22070245530B0B019B070B9A0E@comcast.net> <82f04dc40811260844k491670famcfd7cc0c262361fc@mail.gmail.com> Message-ID: <1efb4e050811261455p1d5ec88fib7e29ca3931d7048@mail.gmail.com> On Wed, Nov 26, 2008 at 10:44 AM, Dan Armbrust < daniel.armbrust.list at gmail.com> wrote: > Some day soon, when I'm ready for the pain of a complete reinstall on > this system, I'll be switching it to Ubuntu. Hopefully they still > offer KDE 3.5 in the latest Ubuntu? I haven't tried it yet. > If you meant the latest Kubuntu, unfortunately, you are out of luck - I tried their live CD (when it was 8.04.01) and it already had KDE 4. I am quite certain Kubuntu 8.10 comes with KDE 4. :-( - Vee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081126/cac30e03/attachment.htm From tonyyarusso at gmail.com Thu Nov 27 03:46:12 2008 From: tonyyarusso at gmail.com (Tony Yarusso) Date: Fri, 28 Nov 2008 03:46:12 +1800 Subject: [tclug-list] local data recovery? In-Reply-To: <492C33CD.80304@tcbug.org> References: <492C33CD.80304@tcbug.org> Message-ID: <254fef0f0811270146v38de2957p6e60ce9f60c7df61@mail.gmail.com> >> So who in the Twin Cities might be able to find some of her files? >> >> Mike > > Ontrack is in Eden Prairie. But you quickly find out what your data > means to you, the bill gets to 4 figures fast. > > http://www.ontrackdatarecovery.com/ I'll second the recommendation of Kroll Ontrack. They're basically THE world leaders in the business of data recovery of various sorts. He's also right about the cost. I recently contacted them for a business acquaintance, and thankfully for us the data was of the sort that we were able to decide that it wasn't worth the money to us (around $1600, iirc). However, there is the perk of that they will spend time talking to about the details of the problem and get you an estimate of both the price and what data they would likely be able to recover, and were refreshingly honest about the prospects for the latter, which I hadn't quite expected initially. The customer service guy gave me a general answer, but wasn't satisfied with that himself, so got in touch with the engineer specializing in the filesystem we were using and called me back with him on the phone too. They definitely have their act together, but do consider ahead of time what the data is actually worth to you. -- Tony Yarusso http://tonyyarusso.com/ From kevin.lombardo at gmail.com Thu Nov 27 21:00:03 2008 From: kevin.lombardo at gmail.com (Kevin Lombardo) Date: Thu, 27 Nov 2008 21:00:03 -0600 Subject: [tclug-list] sending commands to multiple windows Message-ID: Hello- On my Windows box, I have a program called Putty Command Sender, which will execute a command on all existing Putty instances, or a subset of them based on a filter. Is there a good way to do this in Gnome? Whether with gnome-terminal or another term program? Kevin From drue at therub.org Thu Nov 27 22:34:08 2008 From: drue at therub.org (Dan Rue) Date: Thu, 27 Nov 2008 22:34:08 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: <20081128043408.GA30227@therub.org> I've used clusterssh in the past, with success. Be careful :) Dan On Thu, Nov 27, 2008 at 09:00:03PM -0600, Kevin Lombardo wrote: > Hello- > > On my Windows box, I have a program called Putty Command Sender, which > will execute a command on all existing Putty instances, or a subset of > them based on a filter. > > Is there a good way to do this in Gnome? Whether with gnome-terminal > or another term program? > > Kevin > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From mbmiller at taxa.epi.umn.edu Fri Nov 28 01:11:51 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Fri, 28 Nov 2008 01:11:51 -0600 (CST) Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: On Thu, 27 Nov 2008, Kevin Lombardo wrote: > On my Windows box, I have a program called Putty Command Sender, which > will execute a command on all existing Putty instances, or a subset of > them based on a filter. > > Is there a good way to do this in Gnome? Whether with gnome-terminal or > another term program? Would you mind telling us what you use it for? I'm curious. Also, if I knew what you were doing, I might come up with an idea. Mike From kevin.lombardo at gmail.com Fri Nov 28 09:34:41 2008 From: kevin.lombardo at gmail.com (Kevin Lombardo) Date: Fri, 28 Nov 2008 09:34:41 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: On Fri, Nov 28, 2008 at 1:11 AM, Mike Miller wrote: > On Thu, 27 Nov 2008, Kevin Lombardo wrote: > >> On my Windows box, I have a program called Putty Command Sender, which >> will execute a command on all existing Putty instances, or a subset of >> them based on a filter. >> >> Is there a good way to do this in Gnome? Whether with gnome-terminal or >> another term program? > > > Would you mind telling us what you use it for? I'm curious. Also, if I > knew what you were doing, I might come up with an idea. > > Mike > I have 10 servers which I deploy applications on. I just copy the file to the server, validate the md5sum, rm the old application, and untar the new one. From mbmiller at taxa.epi.umn.edu Fri Nov 28 14:35:48 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Fri, 28 Nov 2008 14:35:48 -0600 (CST) Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: On Fri, 28 Nov 2008, Kevin Lombardo wrote: > On Fri, Nov 28, 2008 at 1:11 AM, Mike Miller wrote: >> On Thu, 27 Nov 2008, Kevin Lombardo wrote: >> >>> On my Windows box, I have a program called Putty Command Sender, which >>> will execute a command on all existing Putty instances, or a subset of >>> them based on a filter. >>> >>> Is there a good way to do this in Gnome? Whether with gnome-terminal >>> or another term program? >> >> >> Would you mind telling us what you use it for? I'm curious. Also, if >> I knew what you were doing, I might come up with an idea. > > > I have 10 servers which I deploy applications on. I just copy the file > to the server, validate the md5sum, rm the old application, and untar > the new one. OK. Here's something I haven't used myself, but I think it is the sort of thing you'll be wanting to do. You can set up ssh so that you can log in securely without a password. Read about "ssh-keygen" and related programs. There are man pages and there should be plenty of step-by-step guides on the web (maybe someone else on this list will know which are best). You can then use scripts to run commands on the remote systems: ssh system1 "command args filenames" ssh system2 "command args filenames" ssh system3 "command args filenames" I think you will discover that this makes your life a lot easier than use of PuTTY on Windows. You can even do this kind of stuff with stdin/stdout: cat file.tgz | ssh system "rm oldfiles ; cat - > file.tgz ; md5sum file.tgz ; tar zxf file.tgz ; whatever" The stdout from md5sum goes to you on the local machine. I have tested this and it works. I had to enter my password though, but you can set it up with keygen and avoid that step. Using a bash script, you can make it so that you maintain a list of system names in a file, then tell bash that for every system in the file it should do the following... Mike From haircut at gmail.com Fri Nov 28 14:45:37 2008 From: haircut at gmail.com (Adam Monsen) Date: Fri, 28 Nov 2008 14:45:37 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: <1227905137.20266.12.camel@localhost> On Thu, 2008-11-27 at 21:00 -0600, Kevin Lombardo wrote: > Is there a good way to do this in Gnome? Whether with gnome-terminal > or another term program? Great question! This would be handy indeed. You could start a GNU Screen session that opens SSH connections to each box, then use this script to multiplex the command: http://harnly.net/2005/blog/geek/macosx/gnu-screen/ But that's more than a handful of moving parts, and it is fairly manual. I'd automate it using a shell script: ----------------------8<---------------------- #!/bin/bash newversion=app-1.1 current=/tmp/opt/app-1.0 servers="server-a server-b server-c" commands="cd /tmp && md5sum -C $newversion.tar && tar -xf $newversion.tar && rm -rf $current && tar -C /tmp/opt -xf /tmp/$newversion.tar" for server in $servers do scp /tmp/$newversion.tar MD5SUMS.txt $server: ssh $server "$commands" done ---------------------->8---------------------- If it needs to be more complicated, I'd probably use Python. -- Adam Monsen -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081128/f7a30bf6/attachment.pgp From ecrist at secure-computing.net Fri Nov 28 14:55:06 2008 From: ecrist at secure-computing.net (Eric F Crist) Date: Fri, 28 Nov 2008 14:55:06 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: <6EDA4087-D3BE-44F1-BC48-3616FC471E09@secure-computing.net> I think drue's suggestion of clusterssh was probably the most helpful... Just my two cents. Eric On Nov 28, 2008, at 2:35 PM, Mike Miller wrote: > On Fri, 28 Nov 2008, Kevin Lombardo wrote: > >> On Fri, Nov 28, 2008 at 1:11 AM, Mike Miller > > wrote: >>> On Thu, 27 Nov 2008, Kevin Lombardo wrote: >>> >>>> On my Windows box, I have a program called Putty Command Sender, >>>> which >>>> will execute a command on all existing Putty instances, or a >>>> subset of >>>> them based on a filter. >>>> >>>> Is there a good way to do this in Gnome? Whether with gnome- >>>> terminal >>>> or another term program? >>> >>> >>> Would you mind telling us what you use it for? I'm curious. >>> Also, if >>> I knew what you were doing, I might come up with an idea. >> >> >> I have 10 servers which I deploy applications on. I just copy the >> file >> to the server, validate the md5sum, rm the old application, and untar >> the new one. > > OK. Here's something I haven't used myself, but I think it is the > sort of > thing you'll be wanting to do. You can set up ssh so that you can > log in > securely without a password. Read about "ssh-keygen" and related > programs. There are man pages and there should be plenty of step-by- > step > guides on the web (maybe someone else on this list will know which are > best). You can then use scripts to run commands on the remote > systems: > > ssh system1 "command args filenames" > ssh system2 "command args filenames" > ssh system3 "command args filenames" > > I think you will discover that this makes your life a lot easier > than use > of PuTTY on Windows. You can even do this kind of stuff with > stdin/stdout: > > cat file.tgz | ssh system "rm oldfiles ; cat - > file.tgz ; md5sum > file.tgz ; tar zxf file.tgz ; whatever" > > The stdout from md5sum goes to you on the local machine. I have > tested > this and it works. I had to enter my password though, but you can > set it > up with keygen and avoid that step. > > Using a bash script, you can make it so that you maintain a list of > system > names in a file, then tell bash that for every system in the file it > should do the following... > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list --- Eric Crist From mbmiller at taxa.epi.umn.edu Fri Nov 28 15:25:14 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Fri, 28 Nov 2008 15:25:14 -0600 (CST) Subject: [tclug-list] sending commands to multiple windows In-Reply-To: <6EDA4087-D3BE-44F1-BC48-3616FC471E09@secure-computing.net> References: <6EDA4087-D3BE-44F1-BC48-3616FC471E09@secure-computing.net> Message-ID: On Fri, 28 Nov 2008, Eric F Crist wrote: > I think drue's suggestion of clusterssh was probably the most helpful... > Just my two cents. A couple more cents - like a reason -- wouldn't hurt, but thanks for reminding us about the ClusterSSH suggestion. I just looked it up: http://clusterssh.wiki.sourceforge.net/FAQ I'm not sure of how certain aspects work, but it looks to me like the ssh-keygen is something he'll have to do for ClusterSSH unless he wants to type 10 passwords every time. After that he gets to see 10 windows at once all doing the same thing -- for no good reason? -- and he types commands instead of executing scripts. That might be better, but I don't see how. It sounds like it is more similar to what he is used to with PuTTY though. On the other hand, if his task were more ad hoc and less automated, I can see where ClusterSSH would be handy. But would it still be a good solution for 100 servers? Or even 30 servers? Mike > On Nov 28, 2008, at 2:35 PM, Mike Miller wrote: > >> On Fri, 28 Nov 2008, Kevin Lombardo wrote: >> >>> On Fri, Nov 28, 2008 at 1:11 AM, Mike Miller >>> wrote: >>>> On Thu, 27 Nov 2008, Kevin Lombardo wrote: >>>> >>>>> On my Windows box, I have a program called Putty Command Sender, which >>>>> will execute a command on all existing Putty instances, or a subset of >>>>> them based on a filter. >>>>> >>>>> Is there a good way to do this in Gnome? Whether with gnome-terminal >>>>> or another term program? >>>> >>>> >>>> Would you mind telling us what you use it for? I'm curious. Also, if >>>> I knew what you were doing, I might come up with an idea. >>> >>> >>> I have 10 servers which I deploy applications on. I just copy the file >>> to the server, validate the md5sum, rm the old application, and untar >>> the new one. >> >> OK. Here's something I haven't used myself, but I think it is the sort of >> thing you'll be wanting to do. You can set up ssh so that you can log in >> securely without a password. Read about "ssh-keygen" and related >> programs. There are man pages and there should be plenty of step-by-step >> guides on the web (maybe someone else on this list will know which are >> best). You can then use scripts to run commands on the remote systems: >> >> ssh system1 "command args filenames" >> ssh system2 "command args filenames" >> ssh system3 "command args filenames" >> >> I think you will discover that this makes your life a lot easier than use >> of PuTTY on Windows. You can even do this kind of stuff with >> stdin/stdout: >> >> cat file.tgz | ssh system "rm oldfiles ; cat - > file.tgz ; md5sum file.tgz >> ; tar zxf file.tgz ; whatever" >> >> The stdout from md5sum goes to you on the local machine. I have tested >> this and it works. I had to enter my password though, but you can set it >> up with keygen and avoid that step. >> >> Using a bash script, you can make it so that you maintain a list of system >> names in a file, then tell bash that for every system in the file it >> should do the following... >> >> Mike >> >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > --- > Eric Crist > > > From ecrist at secure-computing.net Fri Nov 28 15:38:06 2008 From: ecrist at secure-computing.net (Eric F Crist) Date: Fri, 28 Nov 2008 15:38:06 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: <6EDA4087-D3BE-44F1-BC48-3616FC471E09@secure-computing.net> Message-ID: <9D307FE0-5DB7-452C-8B41-1A4BBF718D2C@secure-computing.net> On Nov 28, 2008, at 3:25 PM, Mike Miller wrote: > On Fri, 28 Nov 2008, Eric F Crist wrote: > >> I think drue's suggestion of clusterssh was probably the most >> helpful... Just my two cents. > > A couple more cents - like a reason -- wouldn't hurt, but thanks for > reminding us about the ClusterSSH suggestion. I just looked it up: > > http://clusterssh.wiki.sourceforge.net/FAQ > > I'm not sure of how certain aspects work, but it looks to me like > the ssh-keygen is something he'll have to do for ClusterSSH unless > he wants to type 10 passwords every time. After that he gets to see > 10 windows at once all doing the same thing -- for no good reason? > -- and he types commands instead of executing scripts. That might > be better, but I don't see how. It sounds like it is more similar > to what he is used to with PuTTY though. > > On the other hand, if his task were more ad hoc and less automated, > I can see where ClusterSSH would be handy. But would it still be a > good solution for 100 servers? Or even 30 servers? Kevin's original post stated he wanted something to execute a command on existing instances, or a subset of them. I would say that clusterssh fits that criteria most directly. Writing a shell script to execute a series of commands on remote systems wasn't something he asked for. There's your 'reason.' As far as ssh keys and such being set up, that's really out of the scope of his question. I've used clusterssh to edit the same file (vipw, for instance) on 30+ hosts at the same time. It gets a bit cumbersome, but at least I can see what's going on in each instance, without writing a complicated script to do the same. Kevin's original post: > On my Windows box, I have a program called Putty Command Sender, which > will execute a command on all existing Putty instances, or a subset of > them based on a filter. > > Is there a good way to do this in Gnome? Whether with gnome-terminal > or another term program? --- Eric Crist From mbmiller at taxa.epi.umn.edu Fri Nov 28 17:36:07 2008 From: mbmiller at taxa.epi.umn.edu (Mike Miller) Date: Fri, 28 Nov 2008 17:36:07 -0600 (CST) Subject: [tclug-list] sending commands to multiple windows In-Reply-To: <9D307FE0-5DB7-452C-8B41-1A4BBF718D2C@secure-computing.net> References: <6EDA4087-D3BE-44F1-BC48-3616FC471E09@secure-computing.net> <9D307FE0-5DB7-452C-8B41-1A4BBF718D2C@secure-computing.net> Message-ID: On Fri, 28 Nov 2008, Eric F Crist wrote: > As far as ssh keys and such being set up, that's really out of the scope > of his question. That was my mistake, I guess, but I think it is good to discuss related topics. It isn't as if all of us know every way of doing everything and can't profit from hearing about something we are not using. If he knew already all the stuff I wrote about and couldn't do anything with it, I'll be surprised. It wouldn't be much of a list if everyone sent one-liners as answers. Someone could reply... clusterssh ...and someone else could chime in... rsync ...and that would be the full content of two messages. I prefer to have discussions about how to do things and I especially liked Adam's reply because I could learn something from it. Mike From florin at iucha.net Fri Nov 28 19:09:23 2008 From: florin at iucha.net (Florin Iucha) Date: Fri, 28 Nov 2008 19:09:23 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: <20081129010923.GE20101@iris.iucha.org> On Thu, Nov 27, 2008 at 09:00:03PM -0600, Kevin Lombardo wrote: > On my Windows box, I have a program called Putty Command Sender, which > will execute a command on all existing Putty instances, or a subset of > them based on a filter. > > Is there a good way to do this in Gnome? Whether with gnome-terminal > or another term program? There is something that I've stumbled upon last week. I have yet to use it, but it might be just what you want: https://fedorahosted.org/func/ Cheers, florin -- Bruce Schneier expects the Spanish Inquisition. http://geekz.co.uk/schneierfacts/fact/163 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20081128/b4112a37/attachment.pgp From kevin.lombardo at gmail.com Fri Nov 28 21:26:35 2008 From: kevin.lombardo at gmail.com (Kevin Lombardo) Date: Fri, 28 Nov 2008 21:26:35 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: On Thu, Nov 27, 2008 at 9:00 PM, Kevin Lombardo wrote: > Hello- > > On my Windows box, I have a program called Putty Command Sender, which > will execute a command on all existing Putty instances, or a subset of > them based on a filter. > > Is there a good way to do this in Gnome? Whether with gnome-terminal > or another term program? > > Kevin > Thanks for all the replies. I guess I should have mentioned I need this for alot of ad hoc commands as well as standard deployments. Cluster SSH seems to work great for what I need it to do, now to just fiddle with the script a little to get the tiling to work as I like ;) Kevin From gabe at msi.umn.edu Sat Nov 29 03:30:53 2008 From: gabe at msi.umn.edu (Gabe Turner) Date: Sat, 29 Nov 2008 03:30:53 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: <20081129093053.GB12220@blackice.msi.umn.edu> On Fri, Nov 28, 2008 at 09:26:35PM -0600, Kevin Lombardo wrote: > On Thu, Nov 27, 2008 at 9:00 PM, Kevin Lombardo > wrote: > > Hello- > > > > On my Windows box, I have a program called Putty Command Sender, which > > will execute a command on all existing Putty instances, or a subset of > > them based on a filter. > > > > Is there a good way to do this in Gnome? Whether with gnome-terminal > > or another term program? > > > > Kevin > > > > Thanks for all the replies. I guess I should have mentioned I need > this for alot of ad hoc commands as well as standard deployments. > Cluster SSH seems to work great for what I need it to do, now to just > fiddle with the script a little to get the tiling to work as I like ;) Another option, if you're haven't entirely settled on ClusterSSH, is pdsh: http://sourceforge.net/projects/pdsh/ We use it extensively and are quite happy with it. HTH, Gabe -- Gabe Turner gabe at msi.umn.edu UNIX System Administrator, University of Minnesota Supercomputing Institute http://www.msi.umn.edu From tclug at lizakowski.com Sun Nov 30 22:33:42 2008 From: tclug at lizakowski.com (Jeremy) Date: Sun, 30 Nov 2008 22:33:42 -0600 Subject: [tclug-list] sending commands to multiple windows In-Reply-To: References: Message-ID: <200811302233.42429.tclug@lizakowski.com> Check out Capistrano. It's used in the Ruby on Rails world to deploy servers and updates, but it also works outside rails. You can define a set of servers and credentials, the just say run "some_linux_command --options" or sudo "some_linux_command --options" Jeremy On Thursday 27 November 2008 9:00:03 pm Kevin Lombardo wrote: > Hello- > > On my Windows box, I have a program called Putty Command Sender, which > will execute a command on all existing Putty instances, or a subset of > them based on a filter. > > Is there a good way to do this in Gnome? Whether with gnome-terminal > or another term program? > > Kevin > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list