/srv/irclogs.ubuntu.com/2011/10/14/#ubuntu-server.txt

david_trying to get phpmyadmin going and get this message "Cannot load mysqli extension. Please check your PHP configuration" . Where do I configure for mysqli? I've cheked and php works, apache2 works and mysql is ok. thanks for any help ...been hours searching myself on internet00:14
h0rjulfdavid_: is it installed ?00:16
david_I don't know where to look exactly.... have been in00:17
david_have been in /etc/php5/conf.d and it is there00:19
h0rjulfand whats inside the file00:20
david_h0rjulf: ; configuration for php MySQL module00:20
david_extension=mysqli.so00:20
h0rjulfis uncomented, so it should be loaded00:21
smosermjfork, around ?00:21
david_h0rjulf: that is my thought00:22
h0rjulfyou can check by creating a file with the phpinfo() function00:22
smosersoren, a few weeks ago you asked about booting images outside of a "cloud"00:22
smoserand i didn't have much doc for you.00:22
smoseri just wrote some: http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/ovf/README00:23
david_h0rjulf: I may see something here...is uncommented mean no ";" ?00:23
david_h0rjulf: becasue even though it does not show up in my paste in IRC I see a ";" at the beginning of the line (; configuration for php MySQL module00:24
h0rjulfdavid_: yes00:24
david_h0rjulf: oo! let me try that...I am very new to Linux00:25
h0rjulfdavid_: the "extension=mysqli.so" part is what counts00:26
h0rjulfdavid_: the first line is only a comment00:26
david_ok let me look again....no there is not comment just "extension=mysqli.so"00:34
david_h0rjulf: what file calls the extension?00:40
david_h0rjulf: in config.inc.php exists "$cfg['Servers'][$i]['extension'] = 'mysqli';"00:44
david_h0rjulf: thanks for the help. must go cheers00:51
enmandHi, all. Is there a specific package for Juju charms to deploy in Oneiric? Namely for OpenStack deployment?01:07
=== macrocosm_ is now known as macrocosm
smoserenmand, you might want to ask in #juju01:10
enmandOkay, I will give that a shot01:11
enmandI guess the bigger question is the Ubuntu Cloud Infrastructure stuff -- does that all use Orchestra and Juju to deploy Openstack?01:11
enmandI mean, I've installed juju in Oneiric, but there doesn't seem to be any predefined charms?01:13
wipi am doing a do-release-upgrade on hardy i get this warning: Failed to read mirror file?01:58
wiphow bad it is01:58
wiplibpam0g : Services to restart for PAM library upgrade: postgresql-8.3 but not mysql? is this normal?02:13
wipstill upgrading, desinstalling and installing... hopefully everything will work02:21
uvirtbotNew bug: #873800 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87380002:31
mjforksmoser: yes02:35
smosermjfork, i'm still around .02:35
smoserwhats up?02:35
mjforki was talking with dustin about cloud-init and using it to install the proper set of packages based on machine role02:36
mjforkit sounded as if there may be a repository of ready-made scripts for some common ones (apache web server, mysql db server, etc)02:37
smoserhm..02:38
smoserwell, not so much.02:38
smoserthere are some things in awstrial (which backs http://try.cloud.ubuntu.com)02:39
smoserthey're likely to partially exist in the form of "cloud-config" snippits.02:39
smoserand you definitely *can* do such things with cloud-init02:39
smoserhowever i think the way most people turn a stock image into something useful is puppet, chef, or juju or something like that.02:40
smoserthey'll use cloud-init to bootstrap them into one of those and let that take over.02:40
mjforkok03:06
wipso far so good!! only postgresql doesn03:07
wipdoesn't work, something about pg_upgradecluster...03:07
mjforkwip: what was your old vresion of postgres?03:09
wip8.3 = hardy default03:09
mjforkand the new one?03:09
wipdo-release-upgrade removed it and installed 8.403:09
wipmajor update, but now no more database (data)03:09
wipi don't know what to do now03:10
mjforkdid you have a database there you needed migrated?03:10
wipmjfork: yes, i have a dump_all03:10
wipnot sure if i need to do pg_upgradecluster!?03:11
mjforkok, so you dumped it to a text file and can load from that. you don't need the existing data director?03:11
wipi would love to avoid using the backup and simply tell pg to use the "old" data03:11
mjforkok03:11
wipis that what pg_upgradecluster do?03:11
mjforki believeso, but have never used it.03:12
wippg_upgradecluster -v 8.4 8.3 main not sure about main03:12
mjforkhttp://ubuntuforums.org/showthread.php?t=1473404#303:13
mjforkcheck out that thread.03:13
* wip reading03:13
mjforkthen this one03:13
mjforkhttp://ubuntuforums.org/showthread.php?t=148789503:13
wipmjfork: i don't want to install 8.3 but keep 8.4 and have the data03:15
mjforkright, i read that to mean the pg_upgradecluster requires both 8.3 and 8.4 to be installed03:16
mjforkyou can try and upgrade03:16
mjforkpg_upgradecluster 8.3 main03:16
mjforkrun that, lets see if it works.03:16
wipmjfork: Error: specified cluster is not running03:18
mjforkright, looks like you need to have both postgresql 8.3 and 8.4 installed.03:18
mjfork"I could not use the 'pg_upgradecluster' utility to upgrade postgresql 8.3 to 8.4 because 8.3 is replaced by 8.4"03:19
mjforkbaed on the first link, you need to stop postgresql, run "apt-get update && apt-get install postgresql-8.3"03:20
mjforkand then try upgrade03:20
wipis it possible to have 8.3 and 8.4 install at the same time?!03:20
mjforkthats how i read the the first link03:21
* wip install pgsql8.303:24
wipdamn so close:  * The PostgreSQL server failed to start. Please check the log output:03:25
wipFATAL:  invalid value for parameter "lc_messages": "en_CA"03:25
mjforkwas that in the upgradecluser?03:26
wipmjfork: no just trying to start 8.303:26
wiplocale -a there's no en_CA03:29
twblocale-gen en_CA.UTF-8 en_CA03:30
wiptwb: THX!03:32
twbYou really should be using en_CA.UTF-8, not en_CA03:32
wipCreating new cluster (configuration: /etc/postgresql/8.4/main, data: /var/lib/postgresql/8.4/main)...03:32
twbThe latter will use an obsolete encoding.03:32
wiptwb: ok will see where i should change this in pgsql03:33
twbwip: update-locale LANG=en_CA.UTF-8 or so03:33
twbwip: it's in /etc/default/ or so, not pg specifically03:33
wiptwb: is this pgsql related?03:33
wiptwb: ok03:33
twbNo, it's system-wide03:33
wipit works!! i have my data03:36
twbShrug03:36
uvirtbotNew bug: #873816 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87381603:46
smoserhallyn_, around ?04:04
pukekohowdy al, i am wanting to migrate the OS (Lucid) of a physical file-server with soft-raid /dev/md0 /dev/md1 etc to a VM on another box -- i was thinking about using Clonezilla but from memory last time i tried to clone partitions of a raid i ran into problems ... any advice04:05
pukeko*?04:05
rnigamhi I have a bunch of host os's running debian and all the guest vm's running on ubuntu 10.10 . I am primarily using open source Xen Hypervisor. I have been wondering if I should upgrade them all to 11.10 . I basically want to keep the same os for guest and host and I want to be able to switch from Xen hypervisor to KVM whenever needed. Just wanted to check if there are any obvious hurdles or major changes that I might have to worry 04:12
The_TickI performed an apt-get upgrade ruby04:12
The_Tickand now none of my ssh users can authenticate04:12
The_Ticknothing seems wrong in the ssh config, but I'm lost04:12
The_Tickany ideas?04:14
rnigamjust to addto my earlier post above, I am using the server edition. Any comments or suggestions will help.04:14
rnigamwow any one?04:46
The_Ticklet me look04:47
The_Tickis it broken? :)04:48
The_Tickif it isn't, why are you fixing it? ;)04:48
=== sdfsad is now known as macrocosm
Hdale85Hi guys, I just did a dist upgrade to upgrade my server from 8.04 to 10.04 and now my raid array is no longer attached to md0, any help on how to recover my array?06:00
SinnerNyxi'm trying to install fluxbox on ubuntu-server06:08
SinnerNyxdo i need to install xubuntu-desktop first?06:08
twbSinnerNyx: you do not06:10
SinnerNyxtwb. how do i start it after i do apt-get install fluxbox06:10
twbSinnerNyx: however you probably want to install the X server as well (apt-get install xserver-xorg or so)06:10
SinnerNyxok and will that start automatically?06:11
twbNo06:11
twbI suppose in that case you also want to install a display manager06:11
uvirtbotNew bug: #873859 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87385906:11
SinnerNyxtwb, not to be a pester, but is there a standard one?06:12
twbWell, gdm would probably Just Work, but pull in a lot of shit06:13
twbOf course you could instead just install xinit, log in at the tty, then start your GUI session by hand06:13
SinnerNyxtwb, i think i'll go xinit. i'll try to research how to get it working. thx for all the help06:14
twbhttp://cyber.com.au/~twb/.xinitrc06:14
twbThat's an elaborate example, you really only need something like "xterm & exec fluxbox"06:15
SinnerNyxsweet. thx06:15
twbWhy do you want a GUI in the first place?06:18
twbIf it's just to run an app, you might be better to e.g. install the app and run it remotely with "ssh -X your-server the-app"06:19
SinnerNyxtwb, actually I run bg %1 and bg 1 and the background app still is STOPPED06:19
SinnerNyxi've tried everything, and I need to be able to switch between apps06:20
twbuh that's because your app is daft06:20
Hdale85Alright I'm back. I'm trying to figure out how to recover my raid array after doing a dist-upgrade. I thought it would just save all my setup from before and let me mount md0 like I always have.06:20
SinnerNyxthe app is grep06:20
twbYou probably just want nohup, or if you want to be fancy, GNU Screen06:20
Hdale85my array was built with mdadm by the way06:20
SinnerNyxits a virtualbox and i'm using ttys06:20
twbSinnerNyx: pastebin the command or whatever that you're doing06:20
SinnerNyxgrep -r "https://...." /06:21
twbHdale85: so what, you're stuck in the initramfs?06:21
SinnerNyxgrep -r "https://...." / > inittest06:21
SinnerNyxthats the actual command06:21
Hdale85twb, i just did the dist upgrade and it's logged in but there is no md0 device now. I'm just not sure how to recover the array without losing the data that's on it.06:22
Hdale85or if recover is even what I want to do?06:22
Hdale85i did a dist-upgrade from 8.04 to 10.04 to stay on the newer LTS06:22
twbHdale85: oh, so you aren't booting from the array?06:22
Hdale85nooo i have a separate OS drive06:22
twbOK, pastebin /proc/mdstat's contents06:22
Hdale85ok give me a sec06:23
twbubottu: eol06:23
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades06:23
twbHdale85: AFAICT some packages within 8.04 are maintained until 13.0406:24
Hdale85I was trying to add some features to the server and was running into issues which is what prompted the upgrade, until now it's mostly just been a file server so I haven't cared much06:24
twbShrug06:25
Hdale85http://pastebin.com/4yrCw6Un06:27
Hdale85looks like it's listing 4 drives06:27
Hdale85out of 606:27
twbNow see if the drives are in /proc/partitions06:28
Hdale85the OS drive is IDE so I believe the array was sda-f06:28
twbOh, I see what has happeend06:28
twbYou raided partitions, right?  That paste shows it trying to assemble drives, not partitions06:29
Hdale85no I believe I raided the drives and then built a partition on top of it?06:29
Hdale85I could be wrong though it's been about 3 years since I've messed with it06:29
twbHm, OK, that is unusual06:29
Hdale85http://pastebin.com/eNp74ZHP06:30
twbI have seen this kind of problem before, where what happens is this: you have partitions, and then RAID the partitions together.  Then later on, mdadm sees the *disks* as being part of the array, and never looks at the partition table06:30
twbSo then it tries to assemble the whole disks, and explodes06:30
Hdale85hmm06:30
twbThis is because the partition goes all the way to the very end of the disk, and the mdadm metadata (used to) live at the end of the parittion06:31
twbSo when it sees stuff at the end of the disk, it could be either disk or partition, and at at lucid, the former "wins"06:31
Hdale85so if I did raid the partition rather then the disks, how do we make it see the partitions instead of the disks?06:31
twbHmm, but there are no partitions on your disks (according to /proc/partitions), so it looks like you are seeing something different06:31
Hdale85oh06:32
twbWhat I would try is this: mdadm /dev/md_d0 --stop ; mdadm --assemble /dev/md0 /dev/sda /dev/sdb ...06:32
Hdale85:( I really hope I don't lose everything, 5TB's of data pretty much as the array was almost full06:32
twbhopefully that will give an error, or work06:32
Hdale85if they weren't originally assembled in that order would it matter?06:32
twbOrder doesn't matter06:33
twbspares vs. active might matter, I don't normally have spares.  I don't THINK it matters06:33
Hdale85i didn't have any spares, just a raid 5 array with a single redundancy drive06:33
=== ENOSLEEP is now known as greppy
twbafk pub06:34
Hdale85hmm failed to create /dev/md006:34
Hdale85ok06:35
Hdale85mdadm: cannot open device /dev/sda: Device or resource busy06:36
Hdale85mdadm: /dev/sda has no superblock - assembly aborted06:36
Hdale85ugh....I'm worried now lol06:45
SinnerNyxsudo xterm & exec fluxbox returns: "Warning: failed to open file(/usr/share/fluxbox/nls/en_CA.UTF-8/fluxbox.cat)"06:49
Hdale85seems all my drive letters are 1 off what they used to be, would that matter for anything?06:56
Hdale85used to be /dev/sdb-g but now it's /dev/sda-f06:58
Hdale85WOOT! got it on my own haha. Ok so I did a mdadm --examine each device to check they were all good and ok, then a did an mdadm -- assemble --uuid=cecc1b14:18a97724:462a36bb:f8f383a4 /dev/md007:08
Hdale85with that it mounted all 6 drives and started the array07:08
Hdale85so I guess if you build an array with drives instead of partitions it's best to mount with the uuid07:09
trapmaxi think you should usually use uuid except when using lv partition (snapshot has same uuid)07:11
Hdale85hmm well everything I read said to just assemble by listing each drive07:12
Hdale85either way though glad that worked I was freaking out a bit and now I know a bit more about mdadm again....hopefully it's not 3 years before I use it again or else I'll just forget07:12
koolhead17hi all07:12
Hdale85although should be adding new drives soon as I'm getting a bit desperate for space07:13
sorensmoser: Cool, thanks!07:31
uvirtbotNew bug: #873899 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87389907:36
uvirtbotNew bug: #873903 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87390307:41
cocoongg08:07
twbHdale85: don't forget to check that it is still working after a reboot08:08
Hdale85yeah, I'd definitely notice lol08:09
cocoongghow can i launch my software with the terminal after i install it using ape-get08:09
Hdale85it should save the assembly though right?08:09
twbDepends, hence check08:09
Hdale85lol08:10
cocoonggtwb: do you know how can i launch my software with the terminal after i install it using ape-get08:11
twbcocoongg: plonk08:11
_rubenape-get: the apt-get for monkeys!08:11
twbape-get does not have sun wukong powers08:11
twb!zh08:12
ubottu如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw08:12
cocoongg。。08:12
cocoonggsorry08:12
w00Non-working upgrades are so frustrating :[08:16
cocoongg英语还是不行阿,交流有问题08:16
twb!english08:20
ubottuThe #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList08:20
cocoonggsorry08:25
paltIs there a way of looking at the mail sent from an exim server?08:33
_rubenweird .. reading from a raid1 mdadm array only seems to touch 1 of the 2 disks according to iostat08:37
twbWell, duh08:39
twbwhy would it need to read both08:39
_rubenincreased performance, when done properly ... then again, as in this case it should be all pretty linear, it wouldn't help much anyway indeed08:42
uvirtbotNew bug: #873969 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87396909:02
uvirtbotNew bug: #873993 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87399309:42
progre55hi guys. I'm using Lucid server for a couple of machines, and I've come across the consolekit memory leaking bug. I've read that it's safe to simply remove consolekit on servers, as they dont require any X processes. Just wanted to make sure, before uninstalling it, as I dont have physical access to the machines if it fails. So, is it safe to remove consolekit?09:44
progre55the current consolekit version: 0.4.109:44
jamespagesmoser: Merged you branches for ec2 testing - also did *alot* of tidyup and pushed a new version of the package to ppa:ubuntu-server-ec2-testing-dev/testing for oneiric09:45
uvirtbotNew bug: #874047 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87404710:31
uvirtbotNew bug: #874050 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87405010:36
jamespagerbasak, did that work on the samba post-removal script get included in oneiric?10:36
rbasakjamespage: no10:37
rbasakjamespage: so I sent it to debian to see what happens there as we have time now this cycle10:37
jamespagerbasak, what was the bug id? *lots* of 11.10 upgrade errors in the new queue this morning - think they might be related10:38
webirc1231I have a question, on my ubunu linux server with postfix, dovecot and mail-stack-delivery, everything was woking fine, but now dovecot's sasl for postfix smtp stopped working unexplicably to me. dovecot-auth is not created anymore in /var/spool/postfix/private/10:38
webirc1231how can i fix it? it appears /etc/dovecot/auth.d/01-mail-stack-delivery.auth is not included in dovecot's config anymore10:39
rbasakjamespage: bug 86212910:39
uvirtbotLaunchpad bug 862129 in samba "samba postrm depends on packages not guaranteed to be configured" [High,Triaged] https://launchpad.net/bugs/86212910:39
jamespagerbasak, yep - its the same problem10:39
rbasakjamespage: yeah I agree10:40
jamespagewebirc1231, which version of ubuntu are you running10:41
webirc123111.10, have set up everything on the beta about ten days ago10:42
webirc1231i cannot say with certainty that an update broke the configuration...10:42
jamespagewebirc1231, hmm - well it might have done10:43
jamespage11.10 introduced a new version of dovecot10:43
patdk-lapgot 2.x?10:43
jamespageand the mail-stack-delivery configuration was borked for a while10:43
jamespagepatdk-wk, yep10:43
webirc1231yes, but I have been using 11.10 from the start, so no major version jumps in my config10:43
patdk-laphe doesn't mean version bumbs10:44
webirc1231I should have backed up the working config files, then I could have run a diff....10:44
patdk-laphe means configuration and package setup changes, without dovecot versionchanges10:44
webirc1231something must have changes, that's for sure, before dovecot-auth was created in postfix' private directory now it isn't10:45
webirc1231I will just purge the mail packages and start over again, then I will see if it's working and what the difference is, but I don't have a lot of time to do that. i have searched the bugDB, could not find similar reports10:49
webirc1231unfortunately because the structure of the configuration files has apparantly changed so much, I cannot find a lot of info10:50
jamespagewebirc1231, before you do please let me take a look; I did the fix on the mail-stack-delivery config for oneiric - it may have been an oversight on my behalf10:51
webirc1231My guess would be /etc/dovecot/auth.d/01-mail-stack-delivery should be included somewhere. As the listeners appear to be created by 10-master.conf i would put the commands there, but i don't have a clue really...10:53
patdk-lapwhat does the last lines of your dovecot.conf file contain?10:55
webirc1231at the end two files are included: !include conf.d/*.conf !include_try local.conf10:58
jamespagedovecot 1.x included - !include_try /etc/dovecot/auth.d/*.auth10:58
koolhead17lynxman: hey10:58
jamespage2.x does not10:58
webirc1231i have searched for any inclusion of 01-mail-stack-delivery or auth.d/*.auth there is none10:59
webirc123101-mail-stack-delivery.auth .conf is included10:59
webirc1231i had to edit some files to use pgsql as a backend by the way, could that have broken an update?11:00
patdk-lapediting any file, will cause updates to that file to break11:01
patdk-lapif that matters or not, largely depends on the update11:01
patdk-lapand it will prompt you what you want to do11:01
webirc1231No prompts, I suppose it should still have worked if any update did not changed the edited files, except if there are some interconnections that were changed, but I suppose filling in db-passwords and commenting out auth-sql should not break things like that11:03
uvirtbotNew bug: #874059 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87405911:03
uvirtbotNew bug: #874061 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87406111:03
patdk-lapjust add: !include_type /etc/dovecot/auth.d/*auth11:03
patdk-lapto the end of dovecot.conf11:03
jamespagepatdk-lap, I think that the  01-mail-stack-delivery.auth won't work with 2.x (looking at my test install anyways)11:04
patdk-laphmm, if he installed from beta, shouldn't he have always had 2.x?11:05
patdk-lapwebirc1231, you installed dovecot from 11.10 right? you didn't install it from something else, then upgrade to 11.10?11:06
webirc1231no, I installed from beta, so no previous versions, i can check in the apt-log what versions of mail-stack-delivery were installed11:07
jamespagepatdk-lap: hmm11:07
jamespageDaviey: lots of samba 11.10 upgrade errors BTW on postrm11:08
webirc12312.0.13-1ubuntu3  no updates to that package in the logs11:08
webirc1231mail-stack-delivery:i386 2.0.13-1ubuntu3 for clarity (no samba ;) )11:09
jamespageThat version landed on the 29/0911:10
jamespagesorry 27/0911:10
jamespageup until that point mail-stack-delivery was broken; the config mean't that dovecot would not start11:11
webirc12312011-10-03 was the date I installed11:12
webirc1231wait a second.... the log is not complete... probably there is an update as I remember in sebtember11:13
webirc1231first installation of mail-stack-delivery on 28-9 mail-stack-delivery:i386 (2.0.13-1ubuntu2) but I purged that version...11:15
webirc1231and reinstalled, updated on 28-9 (UTC) and purged that one again on 2011-10-03 so I suppose the base for my setup is a clean 2.0.13-1ubuntu311:16
jamespagewebirc1231, and postfix -> dovecot sasl auth was working?11:17
webirc1231yes11:17
* jamespage scratches his head11:17
webirc1231no issues at all, but I cannot recall if/what I (had to) edit11:18
webirc1231I will just purge again and set it up again11:18
webirc1231if it does not work i will mention it here (or as a bug report) again, but it can take some time, I have to leave the channel now, duty calls! Thank you for your feedback11:19
jamespageDaviey: think dovecot will need an SRU to fix that up ^^11:24
* jamespage goes to work on that11:24
=== twister004_ is now known as twister004
szymon_ghi11:36
szymon_gi know it's probably a stupid question: but how can i fix logical volume? i've freshly installed ubuntu /not server version: but i recognise that here i'm most likely to receive help/, during firs start i got problems with /dev/lg_linugrat/lv_home /its on /dev/md1- raid10/- lvdisplay shows that this logvol is not available. any ideas what could go wrong?11:38
szymon_gok, fixed. bye11:48
smoserjamespage, bah. i just saw that the install laid down a link in /usr/bin.12:14
smoseri had documented modifying path to /usr/share/ubuntu-server-ec2-testing/python/12:14
jamespagesmoser: ah - I missed that for some reason12:15
uvirtbotNew bug: #874130 in krb5 (main) "Canonicalize fallback only works for different realm (MITKRB RT #6917)" [Undecided,New] https://launchpad.net/bugs/87413012:16
smoserjamespage, source code is mjuch less confusing now.12:17
smoserwith only one program that looks like it will run tests in src/12:17
jamespagesmoser: yes it will12:17
jamespageI had left all the different ways I though about running tests in the branch - sorry12:17
jamespageit did confuse things12:17
jamespagebut you are the first person other than me to look at the code - I think I just blanked them out12:18
smoserjamespage, and i just saw my inbox. . hooray for core dev.12:19
jamespagesmoser: ta12:20
jamespagezul: when you start your day could do with a review of bug 87413512:20
uvirtbotLaunchpad bug 874135 in dovecot "mail-stack-delivery does not install postfix->dovecot sasl authentication with dovecot 2.x" [Undecided,New] https://launchpad.net/bugs/87413512:20
jamespagezul: a bit of a pita but I think the fix is good12:21
uvirtbotNew bug: #874135 in dovecot (main) "mail-stack-delivery does not install postfix->dovecot sasl authentication with dovecot 2.x" [Undecided,New] https://launchpad.net/bugs/87413512:21
* RoyK tried upgrading his home server to 11.10 and found netatalk failing completely, rolling back to lucid....12:24
enmandHi, all. I'm a little confused about the Ubuntu Cloud Infrastructure stuff. If I wanted to deploy OpenStack to a group of servers, do I use Orchestra and Juju? Or is there another way that I'm missing entirely for Ubuntu Cloud Infrastructure?12:36
zuljamespage: you dont need me to upload it anymore :)12:37
jamespagezul: I don't - I just want your opinion on the changes to the mail-stack-delivery configuration12:37
zuljamespage: ahhhh thats different12:37
zuljamespage: lemme know when you have something12:41
jamespagezul: http://paste.ubuntu.com/707967/ is my proposed dovecot configuration12:43
jamespagebased on reading: http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL12:43
jamespageand reviewing the 1.2.x configuration in natty12:43
enmandOr is there a specific CD image for Ubuntu Cloud Infrastructure?12:45
zuljamespage: looks good12:48
jamespagezul: appears to work OK12:48
jamespageI can see the socket being created and suchlike12:48
=== med_out is now known as medberry
nijabaenmand: we are a little behind on the documentation of the process for orchestra and juju.  I believe kim0 is working on this as we speak12:52
jamespagezul: OK - I'm pretty happy thats all working OK12:55
zuljamespage: ok fire one off12:55
nijabaenmand: watch for a blog post on cloud.ubuntu.com about this in the next few hours12:56
enmandnijaba: ah, great. That would have notes on Ubuntu Cloud Infrastructure and OpenStack and all that as well13:04
orudiewhat do brackets mean in output of ps ?13:06
uvirtbotNew bug: #874192 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87419213:13
RoyKorudie: kernel process13:14
=== MagicFab is now known as Guest82646
hallyn_smoser: was out yesterday, here today13:21
smoserhallyn_, is it possible to make 'shutdown', 'poweroff', 'halt' or 'reboot' work correctly in lxc container ?13:22
_rubenorudie: from the manpage: "Sometimes the process args will be unavailable; when this happens, ps will instead print the executable name in brackets."13:22
hallyn_smoser: in a *lxc* container, yes.  libvirt-lxc, perhaps not.13:24
hallyn_a piece of kernel functionality is missing, so lxc emulates it by watching the guest's utmp13:25
hallyn_libvirt-lxc probably doesn't do that, so it has no way of telling what a guest is doing13:25
koolhead17weekend begins!!13:26
smoserhallyn_, you gonna fix that by the end of the day ? or should i give you till Monday. :)13:27
zulno rush or anything :)13:32
uvirtbotNew bug: #874209 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87420913:37
hallyn_smoser: no, if you want that fixed, push dlezcano on #lxcontainers to push the kernel container reboot patchset13:37
hallyn_(or use, as stgraber calls it, "a real lxc" :)13:38
smoserhallyn_, i was willing to give you till monday13:38
smoserdont' be rude13:38
smoser:)13:38
hallyn_i appreciate that13:38
hallyn_smoser: let me think a bit on whether there might be an easy way to fake it13:39
hallyn_(but i suspect not, else lxc woldn't go tot he trouble to watch utmp)13:39
smoseri'd think that 'kill -9 1' would result in "halt"13:40
DavieyAhhhhhhhhhhhhhhhhhhhhhhhhhh13:41
* koolhead17 pours a glass of water to coll down Daviey !!13:42
* RoyK hands Daviey a towel13:43
w00So i did an do-release-upgrade in natty, seemed to complete ok until after reboot where it freezes after adding swap ( http://dl.dropbox.com/u/30654423/oneiric_bootfail.PNG ) how could i debug this? I tried recovery mode and it went with remount and resume :[13:44
w00*went ok13:44
* RoyK thinks 11.10 isn't really good enough yet13:46
hallyn_smoser: kill -9 from inside the container will not kill the init process.13:46
hallyn_biab13:47
smoserw00, your issue is probably not related to swap13:51
smoseryou can try booting with 'verbose', which will flood you with much more information.13:52
w00hm, let's see13:53
uvirtbotNew bug: #874245 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87424514:11
uvirtbotNew bug: #874251 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87425114:17
=== JanC_ is now known as JanC
kpettitGood morning.  Anybody have a good suggestion for a GUI Database program that can connect to MySQL and MSSQL?14:50
uvirtbotNew bug: #874339 in openldap (main) "package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/87433915:36
* koolhead17 wonders what happened to bzr branch lp:openstack-dashboard 15:55
koolhead17:(15:55
koolhead17soren: around15:56
zulit moved to github15:57
koolhead17i thought we had planned to sync the same on launchpad :(15:59
koolhead17zul: so i should modify the docs pointing github now?16:01
koolhead17k16:01
zulyes16:01
uvirtbotNew bug: #874368 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87436816:02
=== medberry is now known as med_out
uvirtbotNew bug: #874389 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87438916:16
genii-aroundSure are a lot of duplicates of that samba bug.16:18
uvirtbotNew bug: #874414 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87441416:41
=== MagicFab is now known as Guest60106
hallyn_jamespage: could I get you to sponsor http://people.canonical.com/~serge/bacula-gawk.debdiff for me (for bug #645082)?17:21
uvirtbotLaunchpad bug 645082 in bacula "bacula misses requirement of gawk" [High,In progress] https://launchpad.net/bugs/64508217:21
* hallyn_ biab17:21
zulutlemming: ping the arm images are armv7 right?17:25
utlemmingzul: yup17:26
utlemmingthe arch type is "armel"17:26
uvirtbotNew bug: #874439 in krb5 (main) "canonicalize fallback bug in krb5-user prevents ssh with older KDC" [Undecided,New] https://launchpad.net/bugs/87443917:28
zulutlemming: thanks thats what i thought17:28
utlemmingzul: are they not working for you?17:28
zulutlemming: they are...im just going to get nova to recognize it as an armv7 rather than i38617:29
utlemmingzul: ah, that might be a prudent idea :)17:30
smoserhallyn_, SpamapS why do you think https://code.launchpad.net/~serge-hallyn/ubuntu/natty/lxc/fix-restart/+merge/70064 should be marked merged?17:59
smoserwhere was it fix-commited to?17:59
hallyn_smoser: i don't understand your question.18:01
smoserSpamapS, said "Serge, please mark this as merged.. I don't know why but LP won't let me do it."18:01
smoserwhere was it merged to ?18:01
smoserit seems to me fixe dno where.18:01
hallyn_it was pulled fixed from upstream18:01
hallyn_i don't know why we would care about marking it merged or not at this point18:02
hallyn_just leave that lie i'd say18:02
SpamapSI think it would be equally valid to just delete the MP, since the upload is now in the archive18:02
smoserwhy do you think the upload is in the archive?18:03
hallyn_smoser: devpts is not in the templates (except the fedora one, which is new)18:03
hallyn_the fix came in bc i sent hte patch upstream18:03
hallyn_hmm, is jamespage out for the week?18:04
=== jdstrand is now known as jdstr
smoserhallyn_, ok, then, do you expect that to be SRU'd to natty ?18:05
=== jdstr is now known as jdstrand
smoserjames was in earlier today.18:05
hallyn_smoser: i think we tried already SRUing to natty, but noone would test?18:08
smoserah. i see that now.18:09
hallyn_zul: could I get you to sponsor http://people.canonical.com/~serge/bacula-gawk.debdiff for me (for bug #645082) in place of jamespage?18:10
uvirtbotLaunchpad bug 645082 in bacula "bacula misses requirement of gawk" [High,In progress] https://launchpad.net/bugs/64508218:10
ebachleHi all, bear with me as this is actually my first ever experience with IRC (and yeah this is pretty sad for being decently tech savvy).  But anyways, I'm looking for a bit of an idea as to what is the best way to set up one's partitions on a ubuntu server to enable data migration, updating, physical server migration, data backup/recovery, security, and all that kind of good stuff.18:19
ersiI'm sorry to say, that it's sort of a "how long is a string?" question.18:20
ersiAlso, welcome aboard on IRC - we're still "kickin' it" ;)18:20
ersiI'd definitely utilise LVM if data migrations are your primary consern18:20
ebachleI guess they generally aren't a major concern18:21
ebachleso i guess let me give you some context to this issue18:21
ebachlemaybe that'll help18:21
ersimight :)18:21
=== hazmat is now known as hazaway
ebachleI'm a student working as the primary web app (and associated server) developer at my college and several of the open source solutions (specifically Kaltura and BigBlueButton) are linux only.  I personally wouldn't like to use the canned vmware images (servers are all vmware instances) because I want to know what's going on.18:23
ebachlePlus i have to be able to explain how to do all of this because in a year when i graduate (if they don't hire me) that leaves them with nobody with linux knowledge18:23
ebachlethere are several people who could figure out stuff but in terms of doing it from scratch i've got to write all the guides and manuals to explain to them how to deal with it18:24
ebachleand as the problem is that if it breaks they don't have anyone i want to design it rock solid so it A) doesn't break and B) if it does break is easily recoverable and/or movable18:25
ebachleany thoughts @ersi?18:31
nibalizerare you guys the ones who do the oneric-server netboot images?18:53
nibalizeri've been trying all morning to pxe oneric and it consistently fails on network interface detection, and locks up my keyboard, can't switch to a tty or sysreq18:54
nibalizerany ideas?18:54
uvirtbotNew bug: #874518 in openssh (main) "ssh fails after upgrade to 11.10" [Undecided,New] https://launchpad.net/bugs/87451818:56
uvirtbotNew bug: #874520 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87452018:56
=== hazaway is now known as hazmat
=== koolhead17 is now known as koolhead17|zzzZZ
=== erichammond1 is now known as erichammond
=== med_out is now known as medbrry
=== medbrry is now known as medberry
kajeI'm trying to allow a user to execute "sudo blkid" without a password. I've added this line to the sudoers file: joe ALL= NOPASSWD: /sbin/blkid      But, it still is prompting me for a password. Anyone see my mistake?20:24
guntbertkaje: if I remember correctly sudo /sbin/blkid   should work fine in this case - so the command must match exactly20:25
kajeTried that… sudo is still asking for a password20:27
kajeGah, it was because of where I was putting the line in the sudoers file20:30
kajeI was putting it above the %admin ALL… line and the %admin line was wiping out previous lines20:31
uvirtbotNew bug: #491637 in asterisk (universe) "SIP responses expose valid usernames" [Undecided,Confirmed] https://launchpad.net/bugs/49163720:32
=== skrewler_ is now known as skrewler
guntbertkaje: thx for reporting back - I didn't know about that either :-)20:36
uvirtbotNew bug: #705014 in asterisk (universe) "CVE-2011-0495: AST-2011-001: Asterisk: Stack based buffer overflow by forming an outgoing SIP request with specially-crafted caller ID information" [Medium,Fix released] https://launchpad.net/bugs/70501420:37
uvirtbotNew bug: #874611 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87461120:51
=== Guest60106 is now known as MagicFab
=== MagicFab is now known as Guest43626
RoyKfor i in *; do echo hi $i ; done21:40
uvirtbotNew bug: #849669 in glance "api.log has incorrect permissions" [Undecided,Fix released] https://launchpad.net/bugs/84966921:47
blackxoredHello guys, I'm setting a PPPD server, mgetty is continuosly restarting, anyone has a clue on why?21:49
blackxored"Peer is not authorized to use remote address" kind of msg21:50
=== medberry is now known as med_out
uvirtbotNew bug: #874661 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87466122:52
TheycallmeishmaeBonjour hello. Someone has given me a complete .tar of server. I'm curious of how i am supposed to use this. Is there a way i can compile it into a ISO or something?22:52
enmand_Theycallmeishmae, you can download an ISO at http://www.ubuntu.com/download/server/download22:59
Theycallmeishmaeenmand_ that's not my problem. I have a full server backup of Ubuntu. How do i use it? Like a .tar of the entire OS23:00
enmand_Oh, sorry, I misunderstood23:00
enmand_You have a full .tar backup of everything?23:00
TheycallmeishmaeCorrect enmand_23:01
enmand_i.e. you did something like tar xzf backup.tar.gz /23:01
enmand_?23:01
TheycallmeishmaeIt wasn't mine enmand_ someone gave it to me.It has the full OS in it.23:02
enmand_OK. I would suggest installing Ubuntu server from the ISO download above, then pick and choose the files you want from the .tar file23:02
TheycallmeishmaeI need the whole OS. It's highly customized. :/23:04
qman__boot live, mount /, tar xzf to /23:04
qman__then grub-install23:04
qman__done deal23:04
qman__assuming you only have one partition, multiple partitions will be more complicated23:05
qman__and if /etc/fstab uses uuids, you'll have to change them23:05
qman__but otherwise23:05
qman__a tarball isn't the best way to do a full server backup though23:06
enmand_Still no word on documentation for Orchestra and Juju deployments of OpenStack or the Ubuntu Cloud Infrastructure stuff?23:06
qman__much easier if you make an image23:06
enmand_Or really any Ubuntu Cloud Infrastructure deployment docs23:15
enmand_Heh23:15
uvirtbotNew bug: #874677 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration  cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/87467723:21

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