/srv/irclogs.ubuntu.com/2011/09/13/#ubuntu-server.txt

alaska13I'm having trouble with setting up a l2tp/ipsec-psk server on 11.04, client connections seem to fail in phase 2 of ipsec connection.  Any suggestions?00:03
samthemanhi guys\00:22
samthemanjust need some ideas please00:23
samthemani wanted to add more ubuntu servers to my network00:23
samthemani have monitoring and all that00:23
itshello00:23
itswhats a good app for remote connections?00:24
samthemanany production servers you can suggest??00:24
samthemanrdesktop is a good and simple one00:24
itsi have x11vnc installed right now...00:24
samthemanuse it to remote to windows clients00:25
samthemanrdp client00:25
itswhat about mac?00:26
samthemanmmmm00:26
samthemannot sure about that one00:26
SpamapSsamtheman: you mean what hardware do we recommend?00:26
samthemannever realy tried00:26
samthemanno00:26
samthemanlike apps00:26
samthemanmmmm00:26
SpamapSits: what do you mean "remote connections" ?00:26
itslike, screen sharing00:27
samthemanlike i have nagios cacti00:27
itsI want to be able to rack mount my server00:27
itsand then remote into it using another machine00:27
SpamapSits: ssh is all you need. :)00:27
samthemanyeah ssh00:27
itsyeah ssh00:27
SpamapSsamtheman: ahh, well I think servers should probably use all that electricy they have going through them to solve problems .. what problems do you need to solve?00:28
samthemani dont have any atm00:28
samthemanjust trying to implement more ubuntu in the networ00:28
samthemani was think instant messaging00:28
itsmore ubuntu? Thats odd.00:28
samthemani dont like windows00:29
samthemanim working on network load balancing00:29
samthemanbut that project is not due for ages00:29
itswell i think linux is really good00:30
samthemanhaproxy for that one ---- thats good one rite??00:30
itsim super new to ubunter server edition00:30
SpamapSsamtheman: again, thats like saying do you guys know where any nails are that I can hit with my hammer? .. more appropriate to find reasons to use nails. :)00:30
samthemando you know how i can install webgui cms00:31
samthemani thought that could be better than my knowldgetree document sharing00:32
SpamapSIf you want a CMS, Drupal is the current powerhouse there00:33
samthemanit does intranet, document sharing stuff like that??00:35
SpamapSIts a CMS, so it... manages.. content. :)00:35
patdk-lapI always perfer the ones that self-manages :)00:39
adam_gRoAkSoAx: are you still around?00:42
twb`Will someone tell me why this watershed crap is still trying to run a vgchange -ay *12 hours* after a reboot?00:47
twb`http://paste.debian.net/129693/00:47
SpamapStwb`: thats run by /lib/udev/rules.d/85-lvm2.rules on my oneiric system..00:49
twb`Yeah00:50
SpamapStwb`: is it possible you have an intentionally not-activated pv somewhere?00:50
twb`I was going to blame that for locking my lvm layer, but apparently it's not his fault00:50
twb`root     20379  0.0  0.0  32208 15844 ?        D<Ls 08:18   0:00 lvcreate --quiet --snapshot --size 64G --name understudy /dev/omega/collectd00:51
SpamapSI don't recall exactly what sets ID_FS_TYPE .. but if its from the partition table.. maybe you have one thats marked inactive and has no defined vg00:51
twb`^^ still stuck in D state00:51
uvirtbottwb`: Error: "^" is not a valid command.00:51
twb`Stupid bot.00:51
samthemansorry what are we talking about??00:51
samthemanwatershed???00:51
twb`OK, the actual problem is that "lvs" and all other LVM commands act like this: http://paste.debian.net/129695/00:52
twb`This issue arose after deploying a backup solution that works by taking an LVM snapshot of each LV in turn, fscking the snapshot, mounting it, rsync the data off, then unmounting and lvremoving it.00:52
SpamapStwb`: I've used that scheme before and its pretty effective usually (as long as your daemons stop writing while you snapshot)00:54
SpamapSor all write atomically00:54
twb`I think the problem is collectd REALLY likes writing00:55
SpamapStwb`: so the lvcreate for thes napshot just sits there forever in disk wait?00:55
twb`And I didn't realize lvsnapshot needs the system to be quiescent00:55
twb`Yeah00:55
SpamapSyes thats true00:55
twb`10:54 <twb> Evidence: http://paste.debian.net/129696/00:55
twb`On other systems I was calling "sync & sync & wait" before each lvcreate --snapshot IIRC00:55
SpamapSI've always found the handwaving people do about collectd's every-5-seconds-write-like-its-1999 behavior to be unconvincing :)00:56
SpamapSIts not that it has to be totally quiescent00:56
twb`SpamapS: do you use collectd yourself, and if so do you know how to make it be less write-happy?00:56
twb`SpamapS: I'm thinking either crank up the buffering options and/or deploy rrcached or whatever it's called00:57
SpamapStwb`: I've only evaluated it. I found the writing too intense for most light weight servers.00:57
twb`Yeah, I'm getting completely reamed here by its default config and about 20 servers sending it stats over UDP00:57
SpamapSthe rrd caching daemon is a must00:57
twb`OK, I will make that a priority00:57
twb`(afk few minutes, talking to $boss)00:58
SpamapStwb`: I'd be curious to hear if your snapshots complete and how full they are right after they do complete. It shouldn't be as painful as you're describing, even with a tiny write every 5 seconds.00:59
twb`Let me show you an iostat01:03
twb`Hmm, that's actually not too bad01:03
twb`http://paste.debian.net/129697/01:03
twb`dm23 is /var/lib/collectd01:04
twb`I have seen that up around 6000 when everything else was more like 128.01:04
uvirtbotNew bug: #828719 in glance "glance/common/config.py find_config_file() loads config files from "."" [Low,Fix committed] https://launchpad.net/bugs/82871901:11
twb`SpamapS: OK explain this to me, I tried "lxc-freeze --name hugin" (the collectd container), and I also tried kill -STOP all the procs in that container, and the I/O write load is unchanged on that LV01:15
twb`OK what the shit, even after I stop the entire container and all its procs are gone, the I/O write load is still high01:17
twb`OK, *now* it's finally gone down01:20
lifelessdirty pages being flushed ?01:20
twb`The lvcreate --snapshot that was hung in D state is also gone, BUT I ran "lvs" and that's not in uninterruptable D state01:20
RoAkSoAxadam_g: im here01:33
RoAkSoAxwhat's up01:33
twb`I also noticed that I'm getting write amplification at the md layer (compare md1 with its underlying sda/b/c)01:37
twb`lucid's parted and kernel don't support --alignment optimal, but Debian Sid's does -- I'm wondering if I should have a flag day, turn everything off, and reprovision everything on top of partitions created from a sid live environment01:37
samthemanhi guys01:41
samthemanquick one01:41
samthemantheres a user here who is going to pay 5k for an app that changes pdf to flipbook01:41
samthemanis there a linux free app thats does the same??01:42
twb`samtheman: define "flipbook"01:44
samthemanso it looks like a book01:45
samthemanruns on flash i think\]01:45
samthemanu can turn pages01:45
samthemananyone got any ideas please:)02:00
Martyn"Fried Oreo Sandwiches"02:00
MartynThere's a doozy of an idea for oyu02:00
samthemanthanx02:01
MartynAlso, here's a recycled one -- fried peanut butter, honey, and banana sandwiches02:01
Martyn"The Elvis"02:01
MartynI think I'll convince the people at the Royal Caribe to make them this time :)02:01
twb`samtheman: sorry, I don't do flash.02:05
T3CHKOMMIEhey everyone, im trying to modify my grub menu. i made the changes i believe i needed. but the grub menu is not changing. any ideas?03:19
T3CHKOMMIE:(03:19
ascheelCan someone tell me why r8169 is still loading even though I've blacklisted it?  http://pastebin.com/5VRVwzci03:22
=== ehw_ is now known as ehw
stgraberascheel: try running "sudo update-initramfs -u" and then reboot03:34
crasshallyn: did you ever make a patch for https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/691590 ?03:43
uvirtbotLaunchpad bug 691590 in libvirt "libvirt should not take ownership of ISO images" [Low,Triaged]03:43
crasshallyn: I see now that you made the patch, but did it ever get accepted upstream?03:46
twb`WTF?04:02
twb`"This filesystem will be automatically checked every 0 mounts or 0 days, whichever comes first.  Use tune2fs -c or -i to override."04:02
twb`Gee, thanks, mke2fs.04:03
twb`This is why we can't have nice things04:03
jmarsdentwb`: That just means someone set the fs to not do mount checks.  setting to 0 or -1 disables them, IIRC.04:23
twb`I just made it04:25
twb`"mke2fs /dev/sdc"04:25
twb`I mean: I didn't ask it not to04:25
jmarsdenHmm... OK.  Did you accidentally ask it not to, in   /etc/mke2fs.conf ??04:26
linociscohi04:54
twb`Don't think so04:54
twb`Hmm enable_periodic_fsck = 004:54
twb`No idea how that got there tho04:54
linociscoAfter one unpropershutdown and reboot, I lost my ssh with putty to my ubuntu 10.04 LTS server. what would be the most likely problem ? If I use on server, it is fine. From terminal with ssh client is not fine04:55
linociscossh localhost is fine04:55
twb`etckeeper says it changed Sat Jul 23 01:47:19 EST 2011  twb04:55
twb`During the upgrade -e2fsprogs 1.41.12-4 +e2fsprogs 1.42~WIP-2011-07-02-104:56
jmarsdentwb`: Aha, I was (sort of) right.  So, a package upgrade changed the mke2fs defaults to doing no checks!  That's... bad.  Although the ~WIP... numbering scheme suggests it may not have been exactly the most refined/tested/stable version of e2fsprogs ever :)05:01
twb`Maybe I got it out of experimental or something -- this is a debian sid/experimental host btw05:03
twb`nope, that's sid05:04
jmarsdenAh, OK, that would make more sense... I was wondering what version of Ubuntu would use that, since oneiric is still only at 1.41.14-1ubuntu305:04
twb`Sory about that05:05
jmarsdenlinocisco: Is the server at a static IP address?  If it uses DHCP, maybe the reboot gave it a new and different IP address?05:07
linociscojmarsden: sure05:07
linociscojmarsden: it is with static05:09
linociscojmarsden: IP05:09
jmarsdenlinocisco: OK.  So, from the server console can you ssh to its network IP (not localhost) OK?05:10
twb`http://bugs.debian.org/63263705:14
linociscojmarsden: yes. it is I can ssh to it's network ip if I ssh on server desk05:26
linociscojmarsden: the thing is it can't be ssh from other machine05:26
jmarsdenlinocisco: OK, so do you have any firewalling or packet filtering on the server?  ufw, perhaps?05:35
jmarsdenlinocisco: You can do     sudo ufw status     to check if it is turned on, and    sudo ufw disable   to turn if off if you need to.05:36
koolhead17hi all05:37
linociscojmarsden: status = inactive05:46
linociscojmarsden: what do I do ?05:46
twb`Oh lame05:47
twb`debootstrap --limit-priority avoids downloading optional/extra packages, but it still LISTS them in its Packages file05:47
jmarsdenlinocisco: That means ufw is not the issue.05:47
jmarsdenlinocisco: Basically you need to troubleshoot this as a networking issue.  Can you ping from workstation to server, and from server to workstation?05:48
linociscojmarsden: yes. it is fine vice versa05:49
jmarsdenOK.  From the workstation if you    telnet 1.2.3.4 22     (where 1.2.3.4 is the IP of the server), what happens?05:50
linociscojmarsden: not ok05:53
jmarsdenlinocisco: Be specific!  What error message do you see?05:53
linociscojmarsden: I did telnet 1.2.3.4 22 from my windows XP.  no error message found. just cursor blinking and after one more keystroke. back to command prompt. I didn't see any telnet prompt or login prompt05:55
linociscojmarsden: i have rebooted server 3 times.05:55
jmarsdenlinocisco: I need to go away from the computer soon... Windows telnet should (I think) either show you a connect message and the SSH version number in the banner, or it should (after a minute or so) give yu an error message.  So I am not sure what the issue is.05:58
linociscook05:59
jmarsdenlinocisco: wait... you did change the 1.2.3.4 into the real local IP of your server, right?05:59
linociscojmarsden: what do you mean ?05:59
jmarsdenInstead of 1.2.3.4 use the actual local IP address of your server.05:59
linociscojmarsden:  on server, I tried both ssh localhost and ssh server-ip . not ok.06:00
linociscojmarsden: then again from client XP, i tried telnet server IP 22 . not ok06:00
linociscojmarsden: i didn't change server 's IP06:00
jmarsdenOK.  I don't know what the issue is.  I need to go; hopefully someone else can help you some more.06:00
linociscojmarsden: thanks anway06:04
jmarsdenlinocisco: You're welcome.06:04
=== RudyValencia- is now known as RudyValencia
uvirtbotNew bug: #848643 in nova (universe) "eucatools not working" [Undecided,New] https://launchpad.net/bugs/84864306:21
linociscofter one unpropershutdown and reboot, I lost my ssh with putty to my ubuntu 10.04 LTS server. what would be the most likely problem ? If I use on server, it is fine. From terminal with ssh client is not fine [11:25] <linocisco> ssh localhost is fine06:45
dravekxi need some help. I enabled the admin group for sudoers, and now I cant use my administrator user to sudo anything. If i try to sign in as root, it tells me bad password. anyone have a clue how to fix this?07:50
sms_I can't ftp into my server while logged out, (Response:331 Please specify the password. Command:PASS ******** Error:Connection timed out, is as far as it goes) And rtorrent keeps seeding, but halts downloading in a detached screen session if I log out. What could this be?07:50
SpamapSsms_: possibly some kind of restriction in your pam rules.07:52
sms_What are pam rules?07:53
SpamapSheh.. not something you probably tweaked on your own07:54
sms_I installed rtorrent, then noticed it won't keep downloading, and then I couldn't ftp into it either. If I'm logged in locally/via ssh everything works07:55
sms_"File chunk write error no such file or directory" was on one of the torrents in rtorrent07:57
sms_but not always07:57
dravekxugh. I think I'm screwed07:58
sms_The harddrive is connected via a sata pci card, if that could mean something08:00
sms_My home directory is encrypted too, and rtorrent was downloading into my home directory08:15
ersiYou probably have some magic which locks your home directory when you log out then.08:17
sms_I hate magic :-/08:18
ersiIt's not magic08:19
sms_Maybe I'll reinstall without encryption, I haven't gotten much configured yet08:23
ersiOr you could spend some time to unroll this and learn a little in the progress, if you got time (Meant in the most sincere way, realized it might sound snotty)08:24
sms_No I have time :), just that I'm completely lost08:25
_GoRDoN_sms_: Are you using full disc encryption or Ubuntus home-dir encryption? I also had some problems with home-dir encryption so I switched to full disc encryption.08:33
sms_home encryption08:34
_GoRDoN_sms_: Check your processor usage when you add a new torrent. I think the problem is that rtorrent tries to allocate new space for torrents and that takes too long so it fails.08:37
_GoRDoN_sms_: But there is no problems with full disc encryption08:38
sms_hmm ok08:39
_GoRDoN_sms_: And you can test if the encryption is problem by running rtorrent from /tmp, that should work without problems08:39
DavieyGood Day People!08:40
DavieyEverything looking dandy on the ship?08:40
twb`It's not that kind of ship, mate08:43
ersi_GoRDoN_: He did mention logging out.08:43
* ersi sticks https://help.ubuntu.com/community/EncryptedHome#Caveats into the channel08:44
sms_hehe I love how the installer mentions "seamlessly"08:46
ersiIt's seemless if you do not wander into the Caveats08:48
sms_Indeed08:48
lynxmanDaviey: g'day o/08:50
koolhead11hey all08:54
koolhead11why the alpha release gives no information about the same in lsb-release file :(08:55
koolhead11am inserting it on my pressed to do it for me now08:55
koolhead11i want the reason for the same.08:56
sms_Yeah, _GoRDoN_, ersi, rtorrent kept going in /tmp. I don't exactly need encryption, can I remove it?08:57
* koolhead11 looks at Daviey 08:57
Davieyhey lynxman08:59
Davieyand koolhead1108:59
koolhead11Daviey: what is a reason for not mentioning alpha/beta with release dates :(09:01
koolhead11it becomes troubling when we are testing things on daily build. :(09:03
* koolhead11 wonders whom he should run after for the answer :P09:04
Davieykoolhead11: uh?  I don't follow09:04
koolhead11Daviey: i wanted to know why lsb-release file doesn`t make/give exact information about the distro, like alpha/beta with release date09:05
koolhead11:D09:05
Davieykoolhead11: Maybe you are looking for. https://wiki.ubuntu.com/OneiricReleaseSchedule :)09:05
ersikoolhead11: Uh, there's no field for date in /etc/lsb-release09:05
koolhead11ersi: indeed09:06
ersiOr do you mean that alpha/beta should preferebly be in DISTRIB_DESCRIPTION?09:06
Davieykoolhead11: part of the problem, is that we don't /exactly/ know what version of an archive snapshot will be the alpha / beta or even release09:06
koolhead11ersi: yeah it should be there with the date of built :P09:06
DavieyOnce the archive has changed from what is on the released ISO, it's no longer THE alpha or beta.09:06
ersikoolhead11: uname -a :P09:06
ersior uname -v09:07
koolhead11ersi: that does not solve my issue :D actully09:08
sbeattiekoolhead11: /var/log/installer/media-info should have the specific information about what build it was installed from.09:08
koolhead11sbeattie: yeah, i found the date. :) but more detailed description needed09:20
koolhead11:D09:20
linociscohi . i have WDmybookworld  NAS. I want to console log in to this. I dont want to reset. Do I know how I can know it's IP without knowing its IP range ?09:21
ersilenios_: You could check the manual. Or do a broadcast ping. There's several methods. If you can log onto your router/switch, you could check the ARP tables/ports09:26
sbeattiekoolhead11: the date + nearby milestone is all that there is for daily snapshots (it will include a respin revision if such things happen); what are you looking for or are trying to solve?09:28
koolhead11sbeattie: testing some apps on the daily built of oneric :D09:28
rbasakDoes apt-get --download-only require a -y? I can't test right now as everything is up to date :-/09:28
koolhead11sbeattie: yeah, i think lsb-release should have more detailed description09:29
sbeattiealas, it would require updating the base-files package for each respin.09:29
koolhead11sbeattie: redhat on the other hand gives much detailed description on the same  i think09:33
rbasakkoolhead11: what it sounds like you need is a list of all installed packages and their versions. Would that help? dpkg-query -W will give you that09:36
koolhead11rbasak: thanks. I got what i wanted. :D09:37
uvirtbotNew bug: #848844 in asterisk (universe) "application PickupChan failure" [Undecided,New] https://launchpad.net/bugs/84884410:36
RoyKSpamapS: there's a -server and a -generic kernel - IIRC the -server kernel uses 100Hz and not preempt, both better for server stuff, while the -generic uses CONFIG_PREEMPT_VOLUNTARY10:50
RoyKthat is, seems both are using 100Hz10:50
euphor][ahi guys, I'm having issues with install 10.04 on a Dell PowerEdge 2600 server. It seems the kernel version causing panics with the raid controller. Anyone come across this and/or got any suggestions please?10:52
RoyKeuphor][a: never seen that - make sure you're using the latest release - 10.04.310:53
garymcHow do I make a launcher  load a page in firefox or google chrome. some sites i use I want to launch in chrome as they display better in my FAT clients10:58
garymcor should I ask elsewhere?10:58
RoyKgarymc: I somewhat doubt that's server related...11:00
garymcyeah ok11:00
garymcim LTSP11:00
euphor][aRoyK: thanks, I have the latest release -- ironically an older release works as it has an older kernel11:00
RoyKeuphor][a: then you've hit a bug11:01
RoyKeuphor][a: what do you mean older? older 10.04 or older distro?11:01
euphor][aolder distro, 8.04, having an older kernel11:01
euphor][aRoyK: yes, it does seem to be a bug11:02
RoyKeuphor][a: there's a backported 2.6.35 available for Lucid as well, but I doubt there's an install CD with it11:04
RoyKeuphor][a: you may try to boot without acpi or apic (press f6 in the initial grub menu)11:09
euphor][aRoyK: thanks, I'll give it a shot11:11
euphor][aRoyK: the bug persists up until 2.6.35 afaiaa, so it's 2.6.29 or older only I believe11:11
euphor][a(that I have to use(11:12
RoyKhave you tried 10.10 or 11.04?11:13
RoyKnot optimal if you want to run LTS, but then, 12.04 isn't that far off11:13
euphor][alooking at LTS only unfortunately11:14
TheEvilPhoenixwell 10.04 is an LTS build.  You could theoretically try that11:15
euphor][aAs opposed to 10.04.3?11:15
TheEvilPhoenixsorry, i interchange them.  10.04.3 is the LTS build11:15
TheEvilPhoenix10.04 - 10.04.3 are all LTS11:16
TheEvilPhoenixbut its in the 10.04 family :P11:16
TheEvilPhoenixregardless, its an LTS.11:16
euphor][aI have tried 10.04.3, it kernel panics randomly11:17
euphor][aI'll try 11.04 now, just to see11:17
TheEvilPhoenixwell if 10.04.3 kernel panics randomly11:17
TheEvilPhoenixthen its likely that 11.04 will as well11:17
TheEvilPhoenixis this, say, ancient system hardware you're on?11:17
TheEvilPhoenix>= 4 years of age?11:18
euphor][ayes11:18
euphor][aDell PowerEdge 2600, EOL11:18
TheEvilPhoenixheh11:19
euphor][aI could run 8.04 LTS, but had trouble accessing EFI partitions11:19
TheEvilPhoenixEFI?  *loads google*11:23
euphor][aEFI GUID Partition support (NEW)11:23
TheEvilPhoenixEFI = ....?11:23
euphor][ato access 4Tb partitions11:24
TheEvilPhoenixyou still havent explained what EFI is :P  *resorts to google*11:25
TheEvilPhoenixahh11:25
euphor][ait's a partitions schema11:32
CluelessPersonHello11:45
CluelessPersonHow do you completely reinstall something when you've F**** up all the config files and etc?11:45
CluelessPersonand need it ALL completely reset?11:46
CluelessPerson?11:48
euphor][ahi guys, I have a 4Tb external firewire drive that, when connected to 8.04, says 'sdb: unknown partition table'12:12
euphor][aIt was created and worked fine on Gentoo, but doesn't mount on Ubuntu?12:13
=== ServerTech is now known as ServerTechLaptop
hallyncrass: I don't recall what happened with that.12:33
hallynsomehow I think I thought I was waiting for an update from hggdh12:33
hallyncrass:  take it you see libvirt still doing that?12:33
hallynhggdh: bug 691590, do you still see that behavior?12:37
uvirtbotLaunchpad bug 691590 in libvirt "libvirt should not take ownership of ISO images" [Low,Triaged] https://launchpad.net/bugs/69159012:37
hggdhhallyn: I *think* so -- but there is a setting on qemu.conf that disables it, as long as you are running libvirt as root12:39
hggdhwhich I have been doing since12:39
hggdhI can test it easily, though -- right now I am jumping off the fire to land in the frying pan (ISOs changing ownership and blowing out ISO update, or libvirt-as-root and blowing up security)12:41
uvirtbotNew bug: #848932 in cloud-init (main) "chef support has static mapping for ruby version -> packages" [Undecided,New] https://launchpad.net/bugs/84893212:41
hallynhggdh: does that mean the bug is still worth fixing for your end?12:42
hggdhhallyn: ISOs should not change ownership, mostly should not have ownership set to a system account. Yes, if it still happens, certainly is worth fixing12:44
zulgood morning12:47
hggdhmorning zul12:47
zulhey hggdh12:48
hallynhggdh: i'll follow up, thanks12:48
hallynhggdh: well, to be clear - you're saying that running as root is giving you its own set of problems, right?12:49
hallyn(so i can prioritize)12:49
hallyni'm forgetting what the core of the problem was.  a mirror updating the cdrom backing file seems problematic regardless of uid changes12:50
hallynoh well.  patch -> list12:53
hggdhhallyn: sorry, wife called12:54
hggdhhallyn: we should not need to run libvirt as root. I am rerunning my scenario to see if it still is a problem12:55
Davieyhohoho13:01
hallynhggdh: 'should not need to' where need is defined by special cases doesn't really help to prioritize :)13:02
hggdhhallyn: out default install does not run libvirt as root. Having to do so is a deviation13:03
hallynIOW, the behavior you want can be argued either way.  So my question was whether the workaround does in fact cause you different problems13:03
hggdhhallyn: no problems, except running libvirt as root. I am personally confortable there, this is *my* machine13:04
hallynhggdh: I honestly believe that having the user provide an iso which is specific for the VM makes more sense, than designing libvirt to handle isos being overwritten by a mirror13:04
=== nihe_ is now known as nihe
hallynbut if the workaround caused problems, then it would be worth it13:05
hallynHowever, it appears I really dropped the ball by neither marking the bug wontfix, nor forwarding the bug to upstream13:05
hggdhhallyn: OK. It is a question of usage and of interpretation. I accept it, and I have a workaround. I am cool, no matter what you decide13:05
hallynhggdh: cool, thanks - so i'll fwd it upstream, but if they don't take it, then i'll mark it wontfix rather than patch in ubuntu.13:07
hggdhhallyn: certainly13:07
kpettitGood morning.13:32
kpettitWhat's considered the best VNC version latetly?   Wanting to put something on all the PC's here so I can remotly monitor/support and such.13:33
cr3what would be the recommended way to use cloud-init to deploy an application in ec2 using one shared configuration, revision controlled, and one private configuration, containing my access token and secret for launchpad?13:39
zulDaviey: where do you see this block-migration stuff in Openstack?13:51
=== chuck_ is now known as zul
* pmatulis wonders why samba's testparm did not pick up 2 contradicting 'passdb' entries...14:09
rbasakSo I'm looking at cobbler, and the docs are very RHEL-centric. If I just follow the instruction but with an Ubuntu ISO and preseed file with cobbler from oneiric, will it work, or are there other docs I can use?14:22
jamespagerbasak: i think there are some on help.ubuntu.com14:22
jamespagehttps://help.ubuntu.com/community/Cobbler14:23
rbasakjamespage: aha, thanks! I searched wiki.ubuntu.com; didn't realise that help.ubuntu.com was separate14:23
jamespagerbasak: np14:23
=== kentb is now known as kentb-afk
jamespagezul: have the fixes errant qemu-nbd processes landed in nova yet? and do you want me to test if so?14:28
zuljamespage: not yet...it landed in trunk...it should land in ubuntu this friday14:28
jamespagezul: ack - lemme know when14:29
andreserlrbasak, if you find something not working from the docs or anything just let me know14:29
zuljamespage: sure14:29
RoAkSoAxrbasak: errr if you find something not working from the docs or anything just let me know14:29
RoAkSoAx\lol14:29
rbasakok, thanks :)14:31
=== kentb-afk is now known as kentb
uvirtbotNew bug: #795930 in apache2 (main) "When using function get_domain_by_name() from libvirt-php i get segmentation fault 11 and apache crashes. " [Medium,New] https://launchpad.net/bugs/79593014:56
uvirtbotNew bug: #812028 in apache2 (main) "apache2 crashed with SIGSEGV in _zend_hash_add_or_update()" [Medium,New] https://launchpad.net/bugs/81202814:56
lajjrkim0, are you online ??15:04
kim0lajjr: yep15:04
lajjrgreat...15:04
kim0what's up15:04
lajjrI have a ??15:04
kim0shoot :)15:04
DavieyDoes anyone want to smoke test the openstack dashboard?15:04
kim0Daviey: do I have to install a full openstack env for that ?15:05
lajjrcan I also take 15 - 16 ?!?15:05
Davieyzul: How is the migration looking?15:05
zulgetting there15:05
zulnow that i understand it15:05
kim0lajjr: heh sure! You can take whatever you want as long as you promise to complete it :)15:05
Davieykim0: hmm, pretty much - but should be possible on an all in one node.15:06
Daviey(or VM)15:06
lajjrchapters that is.. I also am going to kill bugs for the mail part..15:06
lajjrheh of course..15:06
kim0lajjr: AWESOME .. please add yourself to http://pad.ubuntu.com/serverguide15:06
al-maisanhello there, how do I pass the "--master" flag to "/etc/init.d/mongodb start" ?15:06
Davieyzul: are you taking notes?15:07
lajjrOK ..also file server is done and didn't look at the bugs my bad... :(..15:07
zulDaviey: yep15:07
lajjrkim0, add, you mean to said chapter I mentioned right???15:08
kim0Daviey: Is there any doc on how to install this all in one openstack to test the dashboard ?15:08
kim0lajjr: I mean write your name on http://pad.ubuntu.com/serverguide besides those chapters (like the rest of the chapters)15:08
lajjryep doing it right just making sure was in the right frame of mind LOL..15:09
kim0lajjr: hehe cool :)15:09
lajjrkim0, added...15:11
lajjrwill try to complete ASAP.. bugs too...!.15:12
lajjrheh..15:13
cr3smoser: ^^^ what would be the recommended way to use cloud-init to deploy an application in ec2 using one shared configuration, revision controlled, and one private configuration, containing my access token and secret for launchpad?15:15
Davieykim0: not off the top of my head, sorry15:15
cariboulajjr: I just saw that you signed in to update the chat chapters on the Server Guide15:17
=== bigjools is now known as bigjools-otp
cariboulajjr: I was about to do it myself (just set up the bzr branches). If you want, I can take care of the chat chapter. I'm not too good with version control15:17
jamespagesmoser: any plans to add arch=arm support to cloud-utils15:20
smosercr3, "access token" == "ec2 credentials" ?15:20
jamespagecloud-publish-image is reluctant todo it at the moment - "arch must be i386 or x86_64"15:20
smoserfor ec2 credentials you most certainly should use 'iam' , and create some credentials that can only do what you want.15:20
Davieysmoser: for ec2 creds, or aws creds? :)15:21
cr3smoser: not ec2 credentials, just credentials specific to the application being deployed so that it can connect to launchpad without prompting for openid and oauth credentials15:22
RoAkSoAxis anyone free to try a PXE boot atm?15:22
RoAkSoAxI'm getting an endless loop15:22
smoserthen, i would probably seed those (and your launchpad credentials) into the instance via '#include-once' that lynxman wrote.15:22
lynxmansmoser: \o/15:23
cr3smoser: is #include-once supported in lucid running on the instance where I'm deploying?15:23
smoserjamespage, you want to open a quick bug ? and we can get it fixed.15:23
smoserinclude-once is not supported by lucid. :-(15:24
jamespagesmoser: sure15:24
smosercr3, so i would recommend doing some one-time url (or expiring) and maybe that would work with lucid...15:24
smoseri'm wondering what would happen on subsequent boots.15:24
Davieyjamespage: Yeah, i edited mine in-place15:24
smoserif that url is still there to be #included, but just with other data (not the secret from the first time) it would probably be OK.15:25
smoserjamespage, so euca-bundle-image wont complain about arch as arm ?15:27
cr3smoser: not sure how that would work: I could probably commit the url pointing to my credentials but couldn't people then access that url?15:27
smosercr3, yes. so you need a one time use or expiring url15:27
smoserand you pass it a url like myhost.com/<some long secret here>15:27
smoseryou can use s3 expiring urls.15:28
jamespagesmoser: might do - Daviey might know the answer (I have not "fixed" mine locally"15:28
smoserlet it live for 10 minutes15:28
Davieyi'm pretty sure i was able to bundle whatever i wanted.15:29
DavieyI might have 'fixed' it locally :)15:29
smoserso i guess i'll just ditch the 'arch' sanity check.15:29
jamespagesmoser, Daviey: bug 84909315:30
smoserand, let it fail later if it does15:30
uvirtbotLaunchpad bug 849093 in cloud-utils "ARM tarball/image support" [Undecided,New] https://launchpad.net/bugs/84909315:30
Davieysmoser: Hmm, for aws your logic still makes sense15:30
smoseryeah, but no way to really know.15:30
smoserthat sucks15:30
smoserbut what can you do15:30
Davieysmoser: for this release --force-arch=arm ?15:31
smosernah.15:31
cr3smoser: the content of the url would be a cloud.init script, right? ideally, it would preseed the credentials I need, right?15:31
Davieyhmm15:31
Davieythat is crappy15:31
smoserits not like you're going to do that more than once.15:31
smosercr3, right. it can be any cloud-init supported content.15:31
jamespageis it possible to have an openstack cloud running both arm and x86 hardware i.e. can it tell where to locate instances based on architecture?15:32
Davieysmoser: as long as you support commodore64, i am happy15:32
jamespageor is it one or the other15:32
Davieyjamespage: no15:32
Davieyjamespage: currently nova assumes everything can run on what it is thrown at.15:33
cr3smoser: I'm not seeing anything about preseeding on the wiki page, do I just make it a script and preseed as if I were on the command line? https://help.ubuntu.com/community/CloudInit15:33
jamespagehmm - that makes me a little sad15:33
smoseri just let it fail for the user.15:33
DavieySo, throwing an amd64 image at an i386 compute node will just fail.15:33
smoserit sucks, that the failure actually happens on 'register'15:33
smoserafter you've potentially uploaded hundreds of megabytes of useless garbage15:33
smoser:)15:33
smoseri just tested ec2-bundle doesn't complain, but ec2-register does.15:33
Davieyjamespage / smoser: Did you see the arch type on this bug i raised? 83170415:33
Davieybug 83170415:34
jamespagethat makes me a little more sad15:34
uvirtbotLaunchpad bug 831704 in nova "No validation of arch type on image upload" [Wishlist,Confirmed] https://launchpad.net/bugs/83170415:34
jamespagenope15:34
smosercr3, what do you mean ? preseed ?15:34
smoseroh..15:34
smoseri said 'seed'.15:34
smoseri just mean however you would insert data. there is no specific support in cloud-init for ec2 credentials15:34
Davieyjamespage: Yeah, i uploaded a bundle decalred as type commodore64 to our openstack deployment :)15:35
jamespageAs there is no real ARM server hardware this is all a bit hypothetical anyway15:35
jamespageDaviey: nice...15:35
Davieyjamespage: Well i hoped to land the branch i had that would support arm via qemu arm emulater.15:36
DavieyBut we've not had great success in starting arm images outside of openstack.. right utlemming / rbasak ?15:36
cr3smoser: preseed as in debian shove my own values into the configuration of a package at install time :)15:36
jamespagethat might actually be OK - so long as it won't try to run it on a nova-compute node unless its the right arch.15:36
rbasakDaviey: I still need to sync with utlemming on that15:37
rbasakNot sure what the current status is15:37
smoserpreseed as in debian, cloud-config has support for doing that.15:37
Davieyjamespage: No, it should matter of the arch type.  libvirt handles starting of kvm or qemu emulator.15:37
cr3smoser: a quick search shows that it's been postponed for natty though, probably got introduced in oneiric: https://launchpad.net/ubuntu/+spec/cloud-server-n-cloud-init15:37
utlemmingDaviey: correct, everything that I am seeing is that qemu is broken for OMAP15:38
Davieyutlemming: rocking!15:38
jamespageDaviey: think libvirt is currently borked on ARM unless zul has fixed it - have not tried to test it yet15:38
Davieyutlemming / rbasak: you two probably need to grab hold of the arm team to try and find out what to do :/15:38
smosercr3, http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config.txt15:38
smosersee 'debconf_selections'15:38
cr3smoser: cheers!15:38
jamespagehave been trying to reproduce the java task hang I've seen a few times15:38
smoserand that was backported to lucid15:39
Davieyjamespage: Hmm.. No, we are at cross-wires.15:39
Davieyjamespage: libivrt on amd64/i386, starting qemu to virtualise a fake arm cpu.15:39
jamespageDaviey: yeah - I got that15:39
jamespageI was really talking about lxc containers under openstack on ARM hardware15:40
cr3smoser: I was grep'ing around for preseed but debconf returns exactly what I was looking for, thanks again15:40
smoseryeah.15:40
smoserthat sucks. i did the same.15:40
smoseri should add those strings to that doc.15:40
smoserdebconf does hit, though, cr315:40
=== bigjools-otp is now known as bigjools
utlemmingrbasak: I think I may have a handle on booting qemu arm images16:34
rbasakcool16:34
utlemmingrbasak: hopefully, I'll have something shortly16:34
rbasakOK I'll leave you to it then!16:34
tvaldesI need help with fstab (I believe). There are 3 drives that I swap in and out of a swap drive bay. I would set it up to auto mount sda1 or sdb1... but it's not always the same for some reason (I believe due to a new raid controller). So I have 3 seperate lines mounting the UUID's to the same point. The problem is if the first one isn't present, it gives an error on boot and never mounts. If I sudo mount -a, it works but shows 17:36
koolhead17hi all17:40
defghanistanGood morning, I am trying to mount an NFS share onto an ubuntu server box using /etc/fstab, via ip address (not dns). When I run mount -a it says that DNS resolution failed for //(ip address): Name or service not known. I have googled this to death, any suggestions?17:44
just-a-visitordefghanistan: Try to include the Ubuntu box's IP address into the NFS server's (providing the share)  /etc/hosts file.17:53
=== al-maisan is now known as almaisan-away
uvirtbotNew bug: #849230 in clamav (main) "package clamav-daemon 0.97.2+dfsg-1ubuntu1.11.04 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 128" [Undecided,New] https://launchpad.net/bugs/84923018:02
itshello18:26
itscan someone help me screen share my ubuntu server from a mac laptop?18:26
itsI have x11vnc installed and all but, I'm not sure how to get the screen sharing set up on the mac18:27
uvirtbotNew bug: #849255 in vsftpd (main) "package vsftpd 2.3.2-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3" [Undecided,New] https://launchpad.net/bugs/84925518:27
itsif anyone can help me I'll give them a cookie18:27
pmatulisits: what kind?18:37
itswhat kind of what?18:37
pmatulisits: of cookie18:38
itschocolate chip18:38
pmatulisits: i'm sorry i can't help you18:43
itsoatmeal raisin?18:44
its:/18:44
Piciits: #ubuntu would probably be a better place to ask, as the Server install doesn't even have a gui installed normally.18:45
itswell18:45
itsi installed the gui18:45
itsubuntu-desktop18:45
dravekxanyone running an IRC BOT on ubuntu server? I kinda want to, but not sure where to start.18:49
genii-aroundMaybe start by experimenting with the eggdrop bot18:50
dravekxIm reading about eggdrop bot, still a little confused. :S18:51
PiciI found supybot a lot simpler myself.18:51
pmatulisyes, i run supybot too18:55
dravekxI guess I can setup a user account on ubuntu for the bot and run it from the home directory?18:57
dravekxahh found a tut18:58
dravekxi wonder if i should make a user account just for the bot.19:00
dravekx:S19:00
=== almaisan-away is now known as al-maisan
dravekxhow do you clone download something?19:08
Picidravekx: What do you mean?19:08
dravekxPici, supybot instructions says "Now clone download Supybot from git"19:09
dravekx*after opening a terminal.19:09
dravekxah I got it.19:10
pmatulisi usually just install the ubuntu package...19:12
kirklandsoren: ping19:21
jfb_h20anyone have a pointer on setting up postfix to work as the mail server for mediawiki? It seems an 'apt-get install sendmail' worked, but postfix doesn't.19:30
sorenkirkland: wazzup?19:38
kirklandsoren: -> pm19:38
j0nrhey folks...I am having problems installing video driver so that I can just run xbmc in an X window session (I do not want to install a desktop environment on my server)20:01
j0nrbut I do want to be able to run xbmc on my tv which is plugged into my server20:02
hallynzul: is 811951 aimed at you?20:04
zulbug #81195120:05
uvirtbotLaunchpad bug 811951 in xen "Failure to create HVM DomU at  Xen 4.1 ( kernel 3.0.0-5-generic) " [Undecided,Fix released] https://launchpad.net/bugs/81195120:05
hallynzul: bc it doesn't make any sense to me20:05
hallyn(i.e the version # he's talking about)20:05
zulhallyn: kind of...i know what he is talking about though20:06
hallynzul: ok, cool20:14
j0nrcan anyone help me get video driver installed on my server so I can run graphical programs remotely20:22
genii-around!info xvfb20:24
ubottuxvfb (source: xorg-server): Virtual Framebuffer 'fake' X server. In component main, is optional. Version 2:1.10.1-1ubuntu1.2 (natty), package size 791 kB, installed size 1944 kB20:24
=== al-maisan is now known as almaisan-away
j0nrgenii-around: would that actually output via my vga port though? to a monitor?20:38
warzauwynnj0nr: no, it's a virtual frame buffer.  nothing is displayed on the monitor.  it's useful for remote graphics.20:42
warzauwynnj0nr: http://en.wikipedia.org/wiki/Xvfb20:42
j0nrok when I try and launch xinit, I get a few errors, mainly saying no supported AMD display adaptors were found.20:42
j0nrI just have fglrx installed20:42
j0nrif I uninstall that and install xserver-xorg-video-radeon then I get errors when runngin xinit that it cant find fglrx components...20:43
warzauwynnj0nr: you said remote… do you need local too?20:43
j0nrI'm lost20:43
j0nrremote as in I will control it remotely.20:43
warzauwynnj0nr: so you don't need local?20:43
j0nrVery basically, it is a laptop with ubuntu server on it, sitting under my telly. I want to plug my telly into it and run xbmc20:43
j0nrI don't want a full on desktop env because it will slow the machine down20:44
warzauwynnj0nr: that's not remote, that's considered local because no network is involved.20:44
j0nrwarzauwynn: ok, sorry for that20:44
warzauwynnno worries.  uninstall xvfb and just install the normal xorg stuff20:44
j0nrwarzauwynn: i never installed xvfb.... would would the 'normal' xorg stuff be?20:45
j0nrI think all I am missing is the correct video driver20:45
warzauwynnyou already have a graphical environment running?20:45
j0nrno, just ubuntu-server20:46
warzauwynninstall xserver-xorg20:46
j0nrthink I have done that20:46
warzauwynnwell… actually there might be an approved way to do this for xbmc.20:46
j0nryes I have20:46
warzauwynnxbmc might not need everything like the wm and stuff.20:46
warzauwynndid you install gnome / kde / xfce / or anything else?20:46
j0nrwell it will need a working display adaptor at least20:46
j0nrwarzauwynn: nope, nothing like that installed20:47
j0nri've run graphical programs from a server before via ssh and tunneling... I see it as similar to that20:47
warzauwynnwhat verison of ubuntu?20:47
j0nralthough it is all local, but it needs a working display adaptor right?20:47
j0nrwarzauwynn: 11.0420:48
warzauwynnj0nr: nah, it's not like that.  those apps send the GUI information over the net, then your client renders them.  here we need the pc itself to render them.20:48
j0nrwarzauwynn: ah ok20:48
warzauwynnj0nr: did you do this? http://forum.xbmc.org/showpost.php?p=786004&postcount=820:49
j0nrwarzauwynn: http://pastebin.com/hbcGAeej  current output when I run xinit20:49
warzauwynnreason i ask is that installing xbmc might auto-resolve all the dependencies to make it work.20:50
warzauwynnperhaps… not certain.20:50
warzauwynnreally though, this is less of a server question and more of a desktop question.  you might ask in #ubuntu20:50
j0nrI used this: sudo add-apt-repository ppa:team-xbmc/unstable    which is meant to be what you should use for natty20:51
warzauwynnin fact, you'd probably have much better luck in there.  i can't remember the last time i installed xorg and graphics stuff.20:51
j0nrwarzauwynn: oky dokes... thanks anyway!20:51
aarcanehow can I force dpkg/apt-get/aptitude to accept that a package is properly configured when the configure script fails regularly.  it's failing to start a service, which I've configured not to start (and indeed successful starting would be disastrous) and everything else is properly configured.20:55
drbobbhello20:56
drbobbI was installing 11.04 on a 2TB pristine clean hard drive20:57
drbobbI created a LVM PV, and 2 LV's, for root fs and swap20:57
drbobbat the end of installation, boom: error installing grub20:58
drbobbunbootable system20:58
drbobbnothing works20:59
aarcanedrbobb, you should probably try with a GPT partition table and make sure there's a bios-grub partition.  it sounds like grub probably couldn't install due to a bad partitioning scheme.  and yes, you can use LVM atop gpt seamlessly.20:59
=== almaisan-away is now known as al-maisan
drbobbyes after poking around a little I discovered the installer had used GPT on the drive20:59
drbobband this definitely did not work, seamlessly or at all for that matter21:00
drbobbhow do I make a bios-grub partition? the installer offered no such option21:01
drbobband I definitely suspect that if I want to dual-boot windows, I should stay away from GPT21:02
aarcanedual boot windows works from gpt on 64 bit for both vista and 7.21:03
drbobbwell for the moment booting ubuntu doesnt work for me, how do I fix that?21:03
aarcanealso: you use gparted or parted from the installer.  the server installer excludes parted for some reason, as well as apt-get, so you need to use the desktop installer to partition your disks prior to installing ubuntu server.21:04
drbobbactually I worked around it by using grub-install --force, but I got some dire warnings21:04
aarcanecan you pastebin your dire warnings?21:04
drbobbaarcane: I don't understand you21:05
drbobbI was definitely able to partition the drive in the server installer21:05
drbobbparted sees nothing wrong with those partitions21:05
aarcanedrbobb, parted and gparted are utilities that give you detailed control over partitioning and allow you to manually inspect your partitions and ensure that a bios-grub partition exists.21:05
drbobbaarcane: I can't pastebin, the said pc is half-installed and in my office, and I'm at home21:06
drbobbbut it said something about blocklists21:06
aarcanedrbobb, these utilities are erroneously absent from the ubuntu server install, so you must use the desktop install to access them if you don't have access to a working environment.21:07
drbobbaarcane: I booted the server cd in rescue mode, and was able to access parted in that environment21:07
aarcanedrbobb, alright then.  create a small partition at the beginning of the GPT volume and set the bios-grub flag and the boot flag.21:08
drbobbI mean when chrooted to the server root fs21:08
aarcaneerm..  that might not work then.21:08
drbobbdamn, why isn't that documented anywhere?21:08
drbobbI lost like 2 hours trying to figure this crap out21:09
aarcanedrbobb, I don't know.  Most people don't use GPT partitions though, so it's uncommon.21:09
drbobbbut I never asked for GPT, the installer applied it silently21:09
drbobbI guess I need to start over then, a couple of hours more down the drain21:10
aarcaneit's not that bad.  now that you know what you're doing it'll go faster.21:10
drbobbbut how do I ensure that the installer won't use GPT?21:11
aarcaneon a 2TB drive you want (might need, must fact check) GPT partitions.21:11
drbobbI guess I should start by partitioning from a rescue environment21:11
aarcanejust use the ubuntu desktop live cd.  it's very simple to use and provides gparted which will let you properly configure the bios-grub partition.21:12
aarcaneonly create the one partition, let the installer handle the rest of the procedure.  the bios-grub partition should be small (8MB should be enough) with the flags bios-grub and boot enabled near the beginning of the drive.21:13
drbobbbut the desktop installer won't let me configure LVM iirc21:14
drbobbthis doesn't make any sense to me, I go through the installer with no error or warning even, and end up with an unbootable system21:21
warzauwynndrbobb: what hardware and what software version?21:22
drbobb11.0421:22
drbobbthe hw is pretty common21:22
warzauwynnpretty common as in BIOS?21:22
drbobbnothing special about it21:22
drbobbyep21:23
warzauwynnwhat motherboard?21:23
drbobbpretty common as in a PC, not a blade or rack server21:23
warzauwynnonly one disk, 2tb?21:23
drbobbright21:23
warzauwynnpc's have EFI.  i just built a mini-ITX with efi.21:23
drbobba pc like a pc you get from a pc store21:23
warzauwynnlike an asus motherboard?21:24
drbobbyeah might be an asus, can't check right now21:24
warzauwynnasus makes EFI motherboards.21:24
drbobbthere is no EFI on that PC21:24
warzauwynnok.21:24
warzauwynndisks?21:24
drbobbnothing remotely resembling EFI21:25
warzauwynnare you sure your install media burned correctly?21:25
drbobba 2TB SATA drive, seagate or something21:25
warzauwynni've done installs where the install media silently corrupted during burn, and i beat my head for hours over it.21:25
warzauwynnactually more than once, which is why i try not to use CDs anymore...21:26
drbobbI seriously doubt that is the issue21:26
warzauwynn=/21:26
warzauwynnok.21:26
warzauwynn64 or 32 bit OS?21:27
=== aarcane is now known as visix6
drbobb64bit21:29
=== visix6 is now known as aarcane
adam_gRoAkSoAx:  http://paste.ubuntu.com/688646/21:32
adam_gRoAkSoAx: cloud-init wont consume the hostname and domain name from there, will it? and it will consider no hostname from metadata, and update /etc/hosts with localdomain21:32
RoAkSoAxadam_g: that's the issue I found and we agreed with smoser that cloud-init should probably respect that21:34
RoAkSoAxadam_g: and tht's why he did the change on cloud-init and that's why hostname is setting correctly21:34
RoAkSoAxadam_g: because it used to set itself to ubuntuhost21:34
RoAkSoAxadam_g: so I think he'll probably have to do the same he did for hostname, for domain21:34
adam_gRoAkSoAx: so cloud-init was modified recently to look for hostname in the kernel paramters?21:37
RoAkSoAxadam_g: smoser what did you do to make cloud-init not set the hostname to ubuntuhost?21:37
RoAkSoAxsmoser: remember we discussed that few days ago, because it was changing what was provided in the kernel parameters21:37
drbobbIs the use of LVM what's causing my install to fail? or is it something else?21:42
warzauwynndrbobb: which partitioning method did you use?21:42
drbobbmanual21:42
RoAkSoAxadam_g: we just need to make sure that cloud-init is not overwriting that, and that --hostname when adding a system is set21:43
drbobbI was never aware that GPT would be used on the drive21:43
RoAkSoAxadam_g: and that should be enough to set the hostname21:43
warzauwynndrbobb: did you create a reserved bios boot area?21:43
drbobband I have no idea of its (in)compatibilities or requirements21:43
warzauwynndrbobb: i'm playing with it now, it looks like gpt is the default and you need a 1mb reserved bios boot area at the beginning of the disk.21:44
drbobbthere is not a single mention of that in the ubuntu install guide21:44
drbobbthere is no warning in the installer, wither21:44
drbobbeither21:44
drbobbto me that is seriously broken21:45
warzauwynndrbobb: incidentally, i can't find any mention of either MBR or GPT.21:47
warzauwynnhowever, the automatic installer does create a GPT with the necessary BIOS boot area.21:47
crasshallyn: thanks for looking at this again. I think my problem is more common than hggdh's, though philosophically we're on the same page.21:48
drbobbok, so the solution would be to create this boot area with parted, and re-apply grub install?21:49
drbobbgood, I'll give that a try21:49
crasshallyn: I just have an iso that will never be updated or sync'd to some mirror, but that was downloaded by the user and so is owned by the user and her default group21:49
crasshallyn: I don't think that running libvirt as root is a good solution, for security reasons, and there's no reason why libvirt shouldn't be able to read the iso if there's world read perms set on it. I'm not sure why it should ever try to change the ownership for any RO media.21:51
warzauwynndrbobb: you may want to play with it in a virtual environment where things go quicker and non-destructive.21:51
drbobbwarzauwynn: I don't really need to, the PC is pristine and there is no data to lose21:54
warzauwynnok.21:54
drbobbI just don't have the time to redo the install over and over21:55
warzauwynnyeah, i know what you mean. =/21:55
drbobbI must say I'm very disappointed with how the ubuntu installer behaves wrt this, though21:56
hallyncrass: just updated the bug with a link to my email to upstream.  we'll see waht they say21:59
XpticalI just installed Cherokee and I'd like some advice on how to manage my directories.  Should I move /var/www to /home/user/www?  Or should I give that user a symlink and permissions to /var/www?22:02
XpticalSo that a user can FTP to his virtual host?22:02
uvirtbotNew bug: #831496 in Ubuntu Oneiric "[FFe] Add cobbler enrollment support to server cd image" [High,New] https://launchpad.net/bugs/83149623:03
=== al-maisan is now known as almaisan-away
=== JoeGazz84 is now known as AFK
=== koolhead17 is now known as koolhead17|afk
=== AFK is now known as JoeGazz84

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