/srv/irclogs.ubuntu.com/2011/11/17/#edubuntu.txt

=== alkisg1 is now known as alkisg
highvoltagehey las08:40
highvoltage(ah he left)08:41
TheProfGood day everyone. I hope you are all well.  So yesterday I did a stupid beginner's mistake and entirely screwed up the OS.  Thankfully /home was a different partition and not affected.18:16
TheProfI redownloaded the OS for 11.04 and I would like to do an in-place reinstall.  Is there a guide or recommendation on how to do this?18:16
TheProfI have backed up all the /etc/passwd, groups, installed package list, etc. so I'm ready from that site.18:17
TheProfside I mean.18:17
HedgeMageTheProf: If /home is unencrypted, it sounds like you are ready.  If it's encrypted, you'll have a tad more work to do (I hope you have the raw key that your passphrase is used to encrypt, or can still get it)18:18
TheProfHedgeMage: It is unencrypted.18:19
TheProfIt is also on a separate drive in the server.18:19
HedgeMageTheProf: It should be pretty straightforward then... back up any configs you've tweaked (if you still can) and re-install.  Just remember when you tell the installer which partition to use for /home to also un-check the box for formatting it!18:20
TheProfHedgeMage: I have copied any configuration files I made modifications to (I put a comment below or above with my name and then I grep for my name and it lists all the files that I've tweaked) and copied those onto USB stick.18:21
TheProfSo the part I am stuck is exactly that - the installer partition.18:21
HedgeMageTheProf: Are you using the standard or alternate installer?18:22
TheProfI saw 4 options: 1) install alongside 2) upgrade 3) erase and reinstall 4) Something else.18:22
TheProfHedgeMage: I'm not sure which one I'm using -- It is the edubuntu 11.04 DVD installation disc.18:22
TheProfit is a graphical installer.18:22
TheProfI am not sure if there is a way to identify which installer it is?18:26
HedgeMageTheProf: then it's the standard one18:26
HedgeMagethe alternate one is console only18:26
HedgeMage:)18:27
TheProfah. I was going to say it looks like this: http://i1-news.softpedia-static.com/images/extra/LINUX/large/ubuntu1104installation-large_003.jpg18:27
HedgeMageIn the standard one, you choose custom partitioning when you get to the point about wiping the whole disk or not... then if you understand how a partition table looks it's pretty straightforward.  You can just choose the existing home partition to mount at /home, select the correct filesystem, and uncheck the box for formatting it.18:27
TheProfOK I do have a good understanding of partition tables.  The issue is that it doesn't show me what the existing partition options are in order for me to change them.  Let me get what it says..18:33
TheProfSo it says "allocate drive space" as the title, then it is showing me the SSD (Boot and OS drive) and /dev/sda (/home) but it shows me no mount points.18:35
HedgeMageOh, the interface is a littel different with multiple drives... click on /dev/sda and see what it has to say for itself18:35
HedgeMageI haven't used this in ages, so my memory of it is a little fuzzy18:36
TheProfIt looks like this: http://i1-news.softpedia-static.com/images/extra/LINUX/large/ubuntu1104installation-large_004.jpg18:36
HedgeMageIt seems to have (correctly?) identified sda4 as your /home18:39
HedgeMageand it's not asking to format it18:39
TheProfsorry that's a generic screenshot not mine - but it's close.  I'll get the details in a moment -- just on the phone18:40
HedgeMagenp18:40
HedgeMageI'll be afk to get food soon, but I'll catch up when I return, or others here can help18:40
TheProfthank you18:41
HedgeMagenp18:42
TheProfOK sorry - crazy day at school today.  So the screen shows two devices: /dev/mapper/longcrazystring which is the SSD and /dev/sda which is the /home SATA drive19:06
TheProf/dev/mapper/longcrazystring1 is ext4 and size=37153 MB.  No mount point listed, and used says "unknown"19:07
TheProf/dev/mapper/longcrazystring5 is swap and sized 12875 MB and used says 0MB, No mount point listed.19:08
TheProf/dev/sad1 is ext4  and 1000204 MB and used is 56592 MB19:08
TheProfso I take those to be, in order, /, swap, and /home19:08
TheProfcorrect?19:08
TheProffor each of longcrazystring1, longcrazystring5, and sda1 I set their mount points to /, nothing, and /home.  I left the format boxes UNCHECKED for all.19:11
TheProfFinally at the bottom it says "Device for boot loader installation" and I selected "dev/mapper/longcrazystring1"19:11
stgraberhighvoltage: I sent the team status for edubuntu to ubuntu-release@lists.u.c19:15
TheProfAny options before I lose all the report cards? :)19:25
TheProfHedgeMage: Any chance you're back? :)19:33
=== JanC_ is now known as JanC
TheProfHmm...shouldn't I specify that / be formatted else I'll have some files new some files old?19:36
HedgeMageTheProf: Yes, it's safest19:38
TheProfHedgeMage: OK I have set that "/" be formatted.  Do the rest of the settings look OK?19:40
HedgeMageTheProf: Sounds good. :)19:42
TheProfOK here we go.19:42
TheProfnote to self: set up baremetal backup system19:44
HedgeMage:)19:49
TheProfAny recommendations on bare metals backup?19:59
HedgeMageAre you looking for a local or net-based solution?19:59
TheProfLocal I believe is better for bandwidth.20:07
* HedgeMage nods20:10
HedgeMageWell, then there are really a few things you can do:20:11
HedgeMage1) Set up RAID with redundancy (pros: as reliable as you can get without georedundancy, constantly updated... cons: if the server catches fire all the disks are toast, not cheap to set up unless you have disks lying around, takes a little expertise to get going)20:12
HedgeMage2) Get a good external hard disk and use rsnapshot to take space- and bandwidth-efficient back-ups (pros: cost effective, easy,  cons: not georedundant so if the room catches fire both original and back-up are toast)20:14
HedgeMage3) Removable media-based storage (tapes, DVDs, whatever) (pros: georedundant... cons: you have to actually remember to change out the media and store it somewhere offsite)20:15
TheProfthanks for those options.  I do have RAID 1 on /home (or as soon as the disk comes in).20:23
TheProfrsnapshot is great also so I hope to run that again.20:24
TheProfoption 3 - the DVDs, etc. is the part i need.20:26
TheProfI used to use mondoarchive for creation of bare metal DVDs but for some reason in this case it didn't like this distribution.20:33
highvoltageheh @ second comment on http://tech.slashdot.org/story/11/11/17/1928203/windows-8-secure-boot-defeated :)22:13
stgrabernice :)22:18

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!