/srv/irclogs.ubuntu.com/2013/08/21/#ubuntu-server.txt

=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
adam_gjamespage, http://people.canonical.com/~agandelman/ca/grizzly/python-eventlet-0.12.1-0ubuntu1.1~cloud0/01:24
adam_gzul, ^01:24
zuladam_g: +101:25
adam_gjamespage, also, i guess i broke the script last time i fixed it :) https://code.launchpad.net/~gandelman-a/cloud-archive-utils/better_version_query/+merge/18118401:25
adam_gzul, thanks01:25
xibalbaah very nice to find this01:44
xibalbatrying my hand w/LVM for the first time, gernerally have avoided it01:44
xibalbai hot-added a 2nd disk to my system, but i'm not seeing /dev/sdb01:44
sarnoldxibalba: check dmesg | tail, the kernel might pick a different name..01:45
xibalbaah i grepped for sdb01:45
xibalbachecking01:45
xibalbadoesnt appear to have shown up yet01:46
xibalbavirtual machine btw, not that it makes much difference01:46
xibalbait should show up as a /dev/sd* though01:46
xibalbaright?01:46
sarnoldxibalba: maybe /dev/virtio*? I'm not positive there..01:47
xibalbahmm i think that'd be for KVM, though I will check. This is a vmware guest01:47
xibalbarebooting to see if it pulls it in, though it shouldn't require a reboot01:48
xibalbayeah now it shows, drats01:48
xibalbaso i want to expand my / volume onto /dev/sdb01:48
xibalbak i need to part it first01:49
josePhoenixPostgreSQL 9.1 on 12.04 insists on installing with default encoding LATIN1. What magic locale incantation do I need?01:54
josePhoenixI've done update-locale en_US.UTF-801:54
josePhoenixor LANG=en_US.UTF-8 rather01:54
xibalbaso when adding a 2nd disk to my LVM01:58
xibalbado i need to make another logical volume for it?01:58
xibalbahow do i instruct lvcreate to use the whole disk01:59
sarnoldjosePhoenix: this thread may be helpful: https://lists.ubuntu.com/archives/ubuntu-devel/2013-June/037216.html02:01
josePhoenixthanks02:01
josePhoenixsarnold: the thing is, I'm not seeing template1 with SQL_ASCII... or UTF-802:03
josePhoenixI'm not sure where it's picking up LATIN102:03
josePhoenix/etc/default/locale and /var/lib/locales/supported.d/local both reflect my choice of en_US.UTF-8 so I'm flummoxed :\02:04
sarnoldjosePhoenix: if you can apt-get purge postgresql and then re-install, that _might_ be a help. At least, that's how I'm reading this...02:05
sarnoldjosePhoenix: it looks like it uses whatever locale was in place for the process that starts the install02:05
sarnoldjosePhoenix: or, apparently, set the locale per-database in postgres once it's running?02:06
josePhoenixI have done the purge and reinstall thing a couple of times after trying different ways to set the locale for dpkg02:06
josePhoenixor apt-get rather02:06
josePhoenixlooks like I can create a UTF-8 db off template0?02:07
sarnoldjosePhoenix: ooh, how about /etc/postgresql/version/cluster/environment  ?02:07
josePhoenixdoesn't exist on here02:07
xibalbaany LVM experts here?02:07
josePhoenixah, sorry02:07
josePhoenixno, I think template0/template1 are created at the same time that file is written :\02:08
sarnoldjosePhoenix: hey! comment #12: https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/96946202:08
uvirtbotLaunchpad bug 969462 in postgresql-common "fails to start after install if invalid locale is set" [Low,Fix released]02:08
sarnoldjosePhoenix: turns out nearly everything pitti said in that mail thread is incorrect now. sorry.02:09
josePhoenixhaha02:09
josePhoenixno worrie02:09
josePhoenixs02:09
sarnoldjosePhoenix: so, I guess check /etc/environment and make sure that doesn't override /etc/default/locale, or the other way around..02:10
xibalbahow do i grow the LVM after doing a lvextend ubuntu /dev/ubuntu/root02:10
josePhoenixoy vey02:10
sarnoldjosePhoenix: oh. that's unstable. debian unstable. wonder if that's made it to ubuntu yet? sheesh, maybe it's time for me to be done for the night. :)02:11
josePhoenixwell thanks for helping me look into this02:11
josePhoenixit looks like some kind of voodoo no matter how you slice it :\02:11
xibalbai used resize2fs /dev/ubuntu/root 8G02:12
xibalbabut its telling me on-line resizing required02:12
josePhoenixMaybe I need to actually reboot for locale changes to take effect?02:12
josePhoenixThat would not work if I'm trying to do this in a vagrant provisioning script :\02:12
sarnoldjosePhoenix: that'd be unfortunate but possible :(02:12
josePhoenixwell, worth checking at least02:13
sarnoldjosePhoenix: you could probably set the locale in a preseed file02:13
sarnoldxibalba: did you resizefs before or after growing the physical space available?02:13
xibalbai extended it to a 2nd disk02:13
josePhoenixI'm not even sure how I'd do that :)02:13
xibalbai just figured out one piece02:13
xibalbadid a lvresize -L +8GB /dev/ubuntu/root02:13
xibalbawas resized successfully, now need to grow the FS02:14
josePhoenixIf it'd require making a new box, I might as well override the locale on this db and call it a day02:14
sarnoldxibalba: aha; you can't resize filesystems that are mounted read-write, only read-only, and .. I'm not even sure which ones you can re-size online while mounted read-only...02:14
xibalbaso it said "extending logical volume root to 23.24GB"02:14
xibalbaoh damn i thought LVM can resize online02:14
xibalbawell i guess it can but not the filesystem02:14
sarnoldjosePhoenix: sounds fair to me..02:15
sarnoldxibalba: that's my understanding02:15
xibalbafuckin a, windows can do it! =P02:15
sarnold       assuming the kernel supports on-line resizing.  (As of this02:17
sarnold       writing, the Linux 2.6 kernel supports on-line resize for02:17
sarnold       filesystems mounted using ext3 and ext4.).02:17
sarnoldxibalba: looks like i was wrong. :D02:17
xibalbahmm, but how is the grand question02:17
xibalbaresize2fs -p /dev/ubuntu/root 8G isn't working for me02:18
xibalbajust says on-line resizing required, can't find that mentnioned in the man page02:18
xibalbamentioned*02:18
xibalbarunning 3.2.0-2902:18
* xibalba hmmms loudly02:19
sarnoldxibalba: how about just "resize2fs /dev/ubuntu/root" ?02:19
xibalbaoh02:20
xibalbawell how aobut that02:20
xibalbathanks buddy02:20
* xibalba sends sarnold a virtual high five02:20
sarnoldwoo!02:20
sarnoldxibalba: darn. now I wish I'd suggested trying without the 8G and then again without the -p.02:21
sarnoldwhich one was it? now we'll never know..02:21
xibalbawithout the -p for whatever reason02:30
xibalbathis is going to be sweet, not i can through this into a bash script w/vmware customization02:30
xibalbaand call the PREINIT portion of the customization, and resize the disks for my dingleberry devs on the fly02:30
xibalbaw/out their bitching and moaning about having to do anything sysadmin related02:30
xibalbatime for food, bbl02:31
josePhoenixsarnold: well, it wasn't pretty, but I just overrode every locale setting I could when creating the db and that seems fine02:48
josePhoenixthanks for your help :)02:48
=== bitnumus is now known as Guest74220
xibalbaany gotchas or issues to be aware of when using LVM?04:23
xibalba!lvm04:25
ubottuTips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto04:25
MunyDoes anyone here know how I could proxy connections from a server with no firewall to a server with a firewall (unable to portforward)?05:39
=== markthomas1 is now known as markthomas
=== Guest74220 is now known as bitnumus
=== b0rg is now known as B0Rg666
=== smb` is now known as smb
jamespagesmb, hey - I have an openvswitch module built from upstream trunk with some fixes for 3.11 broadley working08:10
jamespagebut I'm getting a kernel oops when de-registering devices....08:10
smbWould it be worth opening a bug for it. Usually its simpler to have all output and info together08:11
jamespagesmb, I'll append to the existing bug report08:11
jamespagesmb, my plan is to fix this in upstream trunk then backport the required commits for our package08:12
smbjamespage, Ok, and remind me of its number. Right, Oh and maybe a place to have your copy of upstream trunk to look at.08:13
jamespagesmb, sure08:13
jamespagesmb, https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/121387908:13
uvirtbotLaunchpad bug 1213879 in openvswitch "kernel fault ovs 1.10.1 + linux 3.11" [Critical,New]08:14
jamespagesmb, I have an inkling as to where the problem is08:45
smbjamespage, Well crashing on removal usually is some structures or resources used after free08:47
jamespagesmb, yeah08:47
jamespagesmb, its a WARN_ON08:47
jamespagerather than BUG_ON08:47
smbOh, ok not as drastic as I thought then08:48
jamespagesmb, ovs uses its own workqueue implementation08:48
jamespagesmb, I'm wondering whether is something racey going on between the ovs workqueue and the main system_wq08:48
smbjamespage, hm, i'd need to look closer at the code and the error/warning08:49
smbOf course I find that any level of my machinery may get updated before proceeding08:50
=== HisaoNakai_ is now known as HisaoNakai
webwursthi! i have an ubuntu-cloud-image configured and running fine with qemu via cloud-localds. but booting lasts quite long when i don't provide the second disk with the cloud-init data. do i have to provide this disk all the time?09:17
ivokswebwurst: cloud images usually look for cloud-init (userdata) data09:24
ivokswebwurst: if they can't find it, they keep trying really hard for 2 minutes09:24
ivoksthen they give up09:24
webwurstivoks: is it possible to change this behavior after i have configured my image?09:26
ivokswell, you can edit the image and remove cloud-init upstart jobs09:26
ivoksbut, what's the point of using cloud image then?09:27
ivokshow would you loing into that machine then?09:27
ivokslog in09:28
* ivoks needs coffee09:28
webwurstivoks: it seems i can log in via ssh without cloud-init-userdata. after i started once with the data provided..09:41
xkernelwhats the most secure IRC application server?09:42
ivokswebwurst: oh, so you initially start with cloud-init, and then want to disable it?09:44
webwurstivoks: i just want to have stand-alone virtual ubuntu image with easy and fast setup. cloud-init seemed to be fine for that. will try to disable cloud-init upstart and see if it works for me09:44
webwurstivoks: yes :)09:45
ivokswebwurst: in that case, after first boot, just disable cloud-init upstart jobs09:45
jamespagesmb, OK - so I tried my patch against the 1.12 branch and I don't see that kernel warning when running the test with 3.1109:56
jamespagesmb, hmm- might consider a version jump to support 3.11 - its late but 1.12 is much closer to supporting this that 1.1009:57
smbjamespage, *sigh* and I still wait on the update of my VM... But agreed if 1.12 is actually already released upstream, it might be worthwhile to jump there09:58
jamespagesmb, yeah - gonna ask about status of 1.1209:58
jamespageit might just be a dev branch09:59
smbjamespage, Yes as there seems not to be a tag of same name, but neither there would be for a 1.1110:21
jamespagesmb, no tags - branch-1.1210:21
jamespagesmb, I queired upstream anyway10:22
smbjamespage, Yes, that was what I tried to say. :) Sounds good10:22
jamespagesmb, I'll prepare a package update to 1.12 on the assumption that even if we go with a snapshot, its a better place than we are right now with 1.10 on 3.11 kernel10:22
jamespagethats OK10:22
smbYeah, at least this does not seem to cause warning/issues in your testing.10:23
jamespagesmb, lp:~james-page/ubuntu/saucy/openvswitch/1.12-snapshot if you want to try it11:05
smbjamespage, I can look at compile and load/unload. Not making much use of it normally for what I do11:07
jamespagesmb, the package contains dep-8 tests that exercise the module - see debian/test/openflow11:13
zuljamespage:  erm adt failures?11:13
smbjamespage, Ah ok, will do11:13
jamespagezul, I just saw a heat one - importing yaml? wtf11:14
zul*boggle*11:14
jamespagezul,11:17
jamespage    import simplejson as json11:17
jamespageValueError: bad marshal data (unknown type code)11:17
jamespagethat sounds like a fundamental problem with simplejson to me11:17
jamespageall on amd6411:17
zulummmm..11:17
jamespageivoks - whats up with the horizon packaging?11:36
jamespagecontext - bug 121025311:36
uvirtbotLaunchpad bug 1210253 in cloud-archive "With Havana 2 installed, Launching horizon UI results in the error " NameError: name 'Dashboard' is not defined"" [Undecided,Confirmed] https://launchpad.net/bugs/121025311:36
=== cyphermox_ is now known as cyphermox
=== dosaboy_ is now known as dosaboy_afk
=== cosmin is now known as hit
=== hit is now known as cosmin
=== psivaa is now known as psivaa-afk
=== cosmin is now known as hit
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
jamespagerbasak, hallyn_, zul, roaksoax, adam_g: if any of you have time I'd appreciate it if you could test bug 121302112:24
uvirtbotLaunchpad bug 1213021 in openvswitch-lts-raring "[SRU] openvswitch 1.4.0 not compatible with lts-raring HWE kernel" [High,Fix committed] https://launchpad.net/bugs/121302112:24
jamespageits in precise-proposed awaiting verification12:25
jamespageI'm using it on one of my machines OK12:25
zuluvirtbot: i would if i had the hardware :(12:25
uvirtbotzul: Error: "i" is not a valid command.12:25
zuljamespage:  i would if i had the hardware :(12:25
jamespagezul, cloud instance?12:25
zuljamespage:  good point12:26
smbjamespage, Ok, so fwiw the 1.12 snapshot compiles, succeeds in compiling the dkms package, and runs those tests with the 1.12 userspace installed12:29
jamespagesmb, w00t!12:30
jamespagesmb, OK _ I'm just waiting from a statement back from upstream on 1.12 status and I'll upload...12:30
smback12:30
jamespagesmb, the package still has two patches cherry picked from trunk12:30
jamespagewell one from trunk and the other is my 3.11 support patch  (not yet accepted!)12:30
smbjamespage, I see. Ah yeah that one has the weird move of a hunk of code removed. The rest kinda looked like expected on a glance12:33
smbjamespage, Hm, that comment about dom0 networking... Wonder whether that is always or only if allowing the xen scripts to configure bridges (which is one of those things deprecated but probably still possible)12:36
ivoksjamespage: some files missing; zul is already on top of it12:48
=== psivaa-afk is now known as psivaa
disposablei've been compiling my kernels for 12.04 since the original 3.2.0 one. However, as soon as I go above 3.8, i.e. 3.9 in this case, I only get black screen after grub (unless i manually specify vgamode). what changed after 3.8 kernel that i have to do this?14:02
disposablesame story for 3.1014:02
zuljamespage/roaksoax: https://code.launchpad.net/~zulcss/horizon/1210253/+merge/18131114:12
jamespagezul, +1'ed but still " 163. By zulcss@ubutu.com 7 minutes ago "14:17
jamespagedisposable, you know that Ubuntu supports the 3.5 and 3.8 kernels from quantal and raring on 12.04 as well right?14:18
zuljamespage:  crappers ill fix that after14:18
jamespagezul, fix that before you merge it14:18
jamespageotherwise the commit will have wonky info14:18
zuljamespage: k14:19
disposablejamespage: yes, but the patches i need are only for 3.7 and 3.9.14:21
jamespagedisposable, are they bugs or features?14:22
jamespageadam_g, hey - the ncc redux is installing the -agent packages for quantum plugin14:32
jamespageit just need to install the -plugin package like it does for NVP14:32
jamespageadam_g, also fwiw I think we should deprecate and ignore the quantum network configuration stuff14:33
jamespageits awkward14:33
jamespagemaybe that should be policy14:33
disposablejamespage: it doesn't matter (it's linux-vserver), i just need to understand why booting up 3.9 kernel with 'gfxmode $linux_gfx_mode' gives me black screen and works without it14:42
jamespagedisposable, try in #ubuntu-kernel14:43
disposablejamespage: thanks, i didn't know such channel existed14:43
brendan-anyone know the differences between libreadline6-dev & libreadline-gplv2-dev?14:47
brendan-where did the gplv2 package come from?14:47
=== freeflying is now known as freeflying_away
roaksoaxrbasak: howdy!15:00
roaksoaxrbasak: could you please verify this sru bug #117296615:00
uvirtbotLaunchpad bug 1172966 in maas "SAY command in config.local.template breaks local boot on highbank" [High,Fix committed] https://launchpad.net/bugs/117296615:00
rbasakroaksoax: I don't have access to a highbank maas installation any more15:01
jamespagezul, bah - samba snuck in a new bd from universe on the last merge I did15:02
roaksoaxrbasak: ack! thanks15:02
zuljamespage:  oh?15:03
jamespagelibtevent-dev15:03
rbasakroaksoax: I was going to ask matsubara but I can't find him. He used to manage the MAAS QA lab - not sure if he still does.15:03
roaksoaxrbasak: he does, but I think he is on vacation or something15:03
rbasakAh OK15:03
zuljamespage:  gah..15:04
zuljamespage:  want me to do a MIR15:09
jamespagezul, samba includes an embedded version15:09
jamespagejust looking at why that is no longer enough15:09
zuljamespage:  cool ok15:09
=== Ursinha is now known as Ursinha-afk
Davieyjcastro: "Ubuntu Server Guide - LTS only ( Community )" might struggle for attendance with the clashes?15:16
jamespagezul, yeah - might want to mir that15:17
Davieyjcastro: If you could swap it with, say - Flavors Quality Assurance ( Community ).. I imagine you'll get better coverage15:18
zuljamespage:  cool ill do it this afternoon15:18
jcastroDaviey: sure, what day is it?15:18
=== Ursinha-afk is now known as Ursinha
jamespagezul, thanks v much15:18
jamespagezul, should be trivial as its a breakout of embedded code to a sep library15:19
jcastroDaviey: ok I see it15:19
jcastroI'll ask to swap it15:19
jamespageso its technically already in main15:19
jcastroDaviey: Done!15:21
Davieyzul, jamespage, adam_g, We have a "Openstack steps for saucy" and a "openstack charm for saucy".. I think it made sense to have both for the last vUDS, but do you think there is enough content for both at this one?15:21
zulDaviey:  im sure there is15:22
DavieyWell, currently we are oversubscribed by one session.. If there is one session that can be cropped, that would be helpful.. Not not necessary if we use the 3rd room.15:22
jamespageDaviey, I think we could squash into a single session15:23
DavieyYeah, that is what i was thinking..15:24
zuli though vuds was wed thur friday15:32
zulhallyn_:  ping16:12
* hallyn_ lays low16:22
hallyn_zul: .16:23
zulhallyn_:  can you run lxc-create with the template?16:24
hallyn_what do you mean?16:24
zulwell say i have a config already and a fstab in my /var/lib/lxc/<container> and if i run lxc-create -n <container>  will it work?16:25
hallyn_zul: you're wanting to run *just* the template then?16:25
zulhallyn_:  right since i already have an image16:26
zulmounted via loopback16:26
hallyn_zul: the template is the thing that creates the rootfs (and fills in some config details like devices.allow).  If you alredy have both a config and a rootfs...  why do you need to lxc-create at all?16:27
zulthats what i was thinking16:27
hallyn_zul: is your config a full config?16:27
zulhallyn_:  yeah its going to be16:28
hallyn_then i guess just use what you've got :)16:28
zuli intend to :)16:31
hallyn_then what was your question?16:31
hallyn_fg16:32
zulhallyn_:  you already answered it16:52
hallyn_zul: ok :)16:52
=== psivaa is now known as psivaa_
=== psivaa_ is now known as psivaa-
=== psivaa- is now known as psivaa
tgunrI'm trying to install ubunto server 12.10 onto a VM, got it up and running but having network issues, can only ping from vm->host and host->vm and am forced to use the vmware workstation console. My thought is if I can see the VM I could login to it via ssh, alas sshd is not installed on the server. I now have the iso mounted at /mnt/cdrom but how does one install a package like sshd from the iso image?17:34
smoserhallyn_, "I'm not sure.  It might be worth it for users.  But it's starting to sound like enough code that it might not be justified"17:35
smoseri'm willing to accept that.17:35
smoserrbasak's plan is to wrap lxc invocation, so we can put alias like things there.17:36
smosertgunr, sshd is not on the server cdrom17:36
smoser'apt-get install sshd'17:36
tgunrcan't do that, no network connection , see above17:37
tgunronly from vm->host, host->vm17:37
smoserget the sshd package to the host17:37
smoserand scp it from the guest17:37
smoseror fix your networking :)17:37
tgunrI'm trying to, but working thru this workstation console is painful17:38
tgunrcan;t scp if no network17:38
tgunrrather, can;t scp if no sshd on VM17:39
smoseryou said you can get to host17:39
tgunryes17:39
smoserlog into vm via console17:39
smoserscp user@host:/tmp/*.deb .17:39
smosersudo dpkg -i *.deb17:39
* tgunr DOH!17:40
* tgunr is an idiot, thinking inside the box17:40
smoserfwiw, your network is probably broken at the host level17:40
smoseryou've problably configured host only networking or something.17:40
tgunryeah, but where, ip forwarding on, but i see no new config on interfaces like i supposed would be there17:41
smoserits a vmware config option17:41
smoseri haven't touched that in years17:41
smoserbut there is a config.17:41
tgunrhmm, ok, will look, thanks for tip17:41
tgunrone would think that would kind of be up front as everything needs a network these days17:42
smoserhttp://www.vmware.com/support/ws55/doc/ws_net_configurations_hostonly.html17:43
smoserthats what i think you have ienabled.17:43
hallyn_smoser: the longer answer is, i'm going to work on converting all commands to api right now and then re-vsiit18:00
plarsjamespage: around?18:46
plarsjamespage: I'm seeing what looks like https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1125408 still on 12.04.318:46
uvirtbotLaunchpad bug 1125408 in ubuntu-meta "12.04.2 minimal virtual install is oversized" [Undecided,New]18:46
plarsjamespage: except now the size is not fine, it's 741M after install, and the modules are eating 158M18:46
plarsjamespage: ah, wait, I'm remembering now... because there's no -virtual, that's why the module install footprint was still so large18:50
plarsjamespage: it does kind of raise the question of whether or not it makes sense to even have a minimal virtual install now though...18:56
=== cp is now known as Guest90522
TJ-dnssec-tools for 13.10 seems to be broken when signing with NSEC3; donuts reports bad NSEC data20:55
TJ-Any DNSSEC experts around to help point me in the direction to debug/fix it?20:55
tgunrfinally got network up on 12.10 server, now trying to install sshd so i can get out of console on workstation but alas, http://polymicro.clarify-it.com/d/q29maj  how do you install sshd?e21:27
sarnoldtgunr: does apt-get update run without error?21:29
tgunrtrying21:29
tgunrYES! Thanks!21:30
sarnoldwoo :)21:32
tgunri really need a nap21:32
TJ-13.10 server is looking quite stable for me so far; aside from this glitch with the DNSSEC tools21:44
* Patrickdk never cared for dnssec tools21:54
sidneismoser, hallyn_: seems there is a bug in daily lxc (maybe the ubuntu-cloud template?) that causes the container to end up with hostname 'ubuntu' when using with juju local provider?22:25
koolhead17hello all22:59
hallyn_sidnei: meaning 'lxc.utsname' in the container config says 'ubuntu' ?23:09
sidneihallyn_: nope, that's correct: lxc.utsname = sidnei-local-machine-8, but /etc/hostname ended up as ubuntu inside the container23:18
hallyn_sidnei: can you put up a pastebin showing the basic commands juju does that i could use to reproduce?23:19
hallyn_(setting up a saucy container with the ppa in which to test)23:19
sidneihallyn_: i suspect it is not doing anything to set up the hostname, let me see if i find the cloud-init config23:21
hallyn_dinner, bbl23:22
sidneihallyn_: it's doing lxc-create -n ... -t ubuntu-cloud -f config-file -- --hostid -r precise --userdata (with https://pastebin.canonical.com/96192/)23:29
xibalbai have a virtual machine, started with 8GB disk (testing, so dont ask me why so small)23:31
xibalbai expanded it to 16GB, trying resize2fs now. doesn't seem to be expanding23:32
xibalbadid resize2fs /dev/sda1 8G23:32
sarnoldxibalba: hey, I thought you got that working last night?23:32
xibalbai did with LVM23:33
xibalbatrying it w/out LVM now23:33
xibalba=D23:33
sarnoldah! :D23:33
sarnoldtry again without the 8G? or try with 16G?23:33
xibalbatrying both, uno momento23:33
sarnoldor try spelling out $((16 * 1024))23:34
xibalbayou can login to my box if you want and screen w/me23:34
xibalbaoh nm i nated it23:34
sarnoldoh, $((16 * 1024 * 1024)) -- sigh I'm confusing my megabytes and gigabytes these days. just this morning I confused gigabytes and terabytes. sheeeesh.23:34
xibalbaHW or SW megabyte?!23:35
xibalba=P23:35
xibalbaor a network megabyte23:35
sarnold"network megabyte"? :)23:35
xibalbahow many bytes till your bit in the ass23:35
xibalbayeah in networking we use 1,000 like hardware/HDD guys23:35
xibalbahang on ill move thit o my EXT network23:36
xibalbasarnold, hop in23:39
xibalbak i see you23:39
xibalbasarnold, fdisk shows 17.223:40
xibalbasize shows that its option23:43
xibalbaoh f me23:45
xibalbai didn't fdisk that shit23:45
xibalbai dont think this is the route i want to go sarnold as it appears i can't do this while the system is live23:47
xibalbaResizing single physical partition to occupy entire drive space is done using fdisk by first deleting your existing patition and then recreating it with EXACTLY SAME STARTING SECTOR NUMBER.23:49
xibalbanot gonna work for me23:49
xibalbaalrighty23:49
xibalbathrowing that idea out23:49
xibalbathanks sarnold23:49
sarnoldxibalba: aww. is using lvm a suitable answer?23:50
xibalbayea it is fine, just wanted to try the way i'm more use to which is non-LVM23:51
xibalbalvm is fine though23:51

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