[00:05] somebody can help me? my log files e.g. auth.log syslog mail.log are all empty except the same files with a trailing number e.g. auth.log.1 [00:06] is this wrong? :/ [00:08] daniel_-: a great many of my log files are also size 0, seems normal enough [00:08] daniel_-, that just means nothing has happened that needs logging since the last time logrotate ran [00:08] daniel_-: I think there was an update to the standard syslog rules that reduced the number of logged files, and probably logrotate doesn't know to stop making new ones... [00:09] (though my empty wtmp is surprising..) [00:09] but there happened alot to auth.log, but all goes into auth.log.1 [00:10] I mean like sshd attempts [00:11] daniel_-, it goes into auth.log, but nothing has happened since the last time logrotate ran [00:11] daniel_-: the .1 version gets _new_ entries?? [00:11] which could have been a minute ago [00:13] sarnold: yes the .1 gets new entries [00:14] all *.1 get the new entries. But I guess then its the default [00:20] so still having this problem, ter in #udev suggest ubuntu support. :) [00:20] (unable to enumerate usb disk at boot) [00:21] daniel_-: if new entries are going into the .1, that is a mistake. rsyslog _should_ have closed those files after the logs rotated. Hrm. [00:23] daniel_-: which log files are open in: sudo lsof -p `pidof rsyslogd` ? [00:24] mkeys: some more options, you could try askubuntu.com or file a bug in launchpad (if you can be confident of which package is failing you in which way) [00:25] sarnold: alot of *.1 are open [00:25] daniel_-: I'd suggest filing a bug. That's not supposed to happen. [00:25] (perhaps someone already has filed a bug?) [00:26] alright! thx for your help sarnold!! [00:26] daniel_-: in the meantime, a "kill -HUP `pidof rsyslogd`" _should_ fix those. [00:28] now a writing to auth.log has begun [00:28] *.1 are killed [00:29] thx man! [00:29] daniel_-: check your logs for anything from logrotate; there _may_ be some more details in the logs [00:30] e.g., if logrotate is confined by AppArmor and does not have capability kill, it may not have been able to alert rsyslogd about the rotated files [00:30] (only one of many potential reasons for failure) === cpg is now known as cpg|away === matsubara-afk is now known as matsubara === n0ts_off is now known as n0ts [00:58] hallyn: is an up to date quantal container booting for you? [01:02] stgraber: in q i assume? [01:02] my q laptop is over (waves) there [01:02] get back to you in a bit [01:03] hallyn: yeah, on q. All I'm getting at startup time are mountall Event failed errors [01:05] I'm also getting a whole bunch of errors from upstart in dmesg [01:05] [40355.415061] init: Failed to spawn mounted-proc main process: unable to change root directory: No such file or directory [01:05] (wgetting) [01:08] hallyn: hmm, looks like something with the pivot root went quite wrong here... it also wiped the content of my laptops' /tmp at startup... rebooting [01:09] hooooly cow [01:09] hm mine failed on debootstrap. what on earth? [01:10] oh, bad network [01:12] hallyn: found the issue, it's totally my fault [01:13] hallyn: I'm using lxc from staging which doesn't have a default lxc config (doesn't read /etc/lxc/lxc.conf) which means my container didn't have any networking config [01:13] which explains why mountall failed (well, kinda) [01:13] then I turned off apparmor to see if that was the issue and that triggered the rest of the mess [01:14] * stgraber really needs to push that lxc-create change upstream and get a default lxc.conf implemented there too, not sure all of our users could debug that kind of weird mess :) [01:14] defualt lxc.conf upstream - still not sure how we can swing that [01:14] unless we default to an empty netns [01:14] which wouldn't be that bad i guess [01:15] we could also add a script "lxc-add-dev brX -n containerX" to create a new veth pair, hook one end up on bridge brX, and pass the other into the named containerX [01:16] I think we should ship a default lxc.conf that includes a bit of documentation as comments, ensures that a veth pair is setup but simply not bridged to anything [01:17] that way you get your eth0, the container is happy and you don can always bridge it to whatever you want later on [01:46] stgraber: just to be sure, q container started fine for me in q just now :) [01:50] hallyn: good to know that the distro package is fine and it's indeed just my daily build that's missing some bits [01:55] stgraber: so the kernel seems to have built fine in ppa:serge-hallyn/lxc-natty. i haven't tested it for the netns leak yet [03:55] hi all [03:55] I could finally setup ubuntu mail server using postfix and dovecot [03:57] I tried using Thunderbird on Windows and Android's IMAP email clients. It worked fine but with disable_auth= no in dovecot.conf. I dont know what would be if auth is enabled. === cpg|away is now known as cpg === n0ts is now known as n0ts_off [04:32] stgraber: eh never mind, my silly idea didn't work. depending on what smb shares with us in the morning i may see about bisecting === dendrobates is now known as dendro-afk [04:48] who is using ubuntu mail server for production environment like spanning 100 or 1000 multiple domains across the globe. I would like to be shared such kind of knowledge. As my office is just using windows server globally, I could never have such experience === n0ts_off is now known as n0ts === matsubara is now known as matsubara-afk [05:08] linocisco: "mail server" is hard to pin down. Web mail? SMTP/IMAP? More? [05:08] SpamapS, SMTP/IMAP. I have never tried webmail. [05:10] linocisco: dovecot and postfix can scale to many thousands of domains [05:12] SpamapS, is there any scenarios on step by steps setup on how to? [05:12] linocisco: https://help.ubuntu.com/12.04/serverguide/ [05:12] specifically [05:13] https://help.ubuntu.com/12.04/serverguide/email-services.html === n0ts is now known as n0ts_off [05:16] SpamapS, yes. I read it already === n0ts_off is now known as n0ts [05:17] linocisco: ok, so, whats your question? [05:18] SpamapS, how to archive emails in portable readable format without needing email clients? [05:18] is Maildir an option? easy, piece of cake, downside is it may eat too many inodes if you've got tons of tiny mails [05:19] SpamapS, in novell groupwise, there is ArchiveToGo software , which can download emails and burn on CD or USB stick into readable format. [05:19] sarnold, what are inodes? what does this mean? [05:19] mbox is another option that might be tolerable, it's easily human-readable, but may lead to huge files if you're not careful [05:19] sarnold, mbox is only text only one single file as far as I learnt [05:19] linocisco: an 'inode' is the basic unit of unix filesystem storage. every file has an inode. [05:19] linocisco: indeed, that's what makes mbox so awesome. [05:20] linocisco: they're just ways to store email on disk [05:20] linocisco: I suspect you want a comprehensive system.. [05:21] linocisco: different filesystems can be optimized for different tasks; you may have fewer inodes if you expect your filesystem to contain nothing but gigabyte-sized files, you may have more inodes if you expect it to contain many small files. [05:22] sarnold, so which could be better option to archive and how to ? Actually administrator should delete email accounts of transfered staff after archiving and giving him a copy. At another duty station, another administer will create a new email account for him. [05:23] sarnold, that is what my org is doing not to keep a person's email for so long. I dont know what is more intelligent idea [05:23] linocisco: if you're just keeping all your mail in spool files (a little odd, since you don't get folders that way, but the example is easy) then you just archive /var/spool/mail/sarnold and move on. If the person does have folders, it'll typically be stored in e.g. ~sarnold/Maildir or ~sarnold/Mail or some similar place. tar and rm as you see fit. [05:25] linocisco: if you want to intentionally throw away mail, that takes a bit more effort. Probably a weekly / monthly cronjob run of procmail with appropriate rules over the mailboxes in question could do it. That feels pretty ugly though. [05:25] SpamapS, in your point of view, what should be comprehensive system in my case? [05:25] sarnold, that means email policy. [05:25] linocisco: GroupWise is.. massive. So. something else massive. Zimbra maybe. [05:27] SpamapS, groupwise has calendar sharing and other intelligent business options. so alternative is Zimbra to be used with ubuntu mail server? [05:28] linocisco: sure, take a look [05:28] * SpamapS goes afk [05:28] SpamapS, any other alternatives else? [05:29] linocisco: if you want an MS Exchange-alike, look at these guys: http://en.wikipedia.org/wiki/Open-Xchange [05:31] sarnold, actually I want to hear success stories on what Linux admins are doing on mail servers in their enterprise. I tried to find on full cycle magazines and whitepapers on ubuntu .com . I found a few [05:32] sarnold, so that I can learn their tips and tools in stories like their night mare headache. reading documents like wiki is just boring. [05:32] linocisco: heh, I know the feeling. [05:34] linocisco: everyone I know runs something like postfix+dovecot or postfix+uw-imapd, except for one guy who runs postfix+powermail (downloads.powerdns.com/documentation/powermail/html/) [05:34] linocisco: I don't know anyone who runs email for 100K+ user organizations though, so... [05:35] sarnold, thanks anyway === n0ts is now known as n0ts_off [06:43] sarnold, http://summit.open-xchange.com is cool === n0ts_off is now known as n0ts === linocisco is now known as gason === gason is now known as linocisco === smb` is now known as smb [07:34] SpamapS, Not sure whom you sent email yesterday. But it may not have been me... ;) [08:37] Daviey, So what is the problem with xen (nobody caring to upload it)? [08:40] smb: no, not that! [08:41] smb: I did bounce a question to you on Friday.. can't remember what it was [08:41] Daviey, I guess you mean the warning about email address not being ubuntu [08:41] hmm [08:42] * Daviey re-reviews [08:44] smb: Ah yes.. it was conflict/replaces [08:44] Daviey, Which I answered that I left them in as they were left in with the previous rc1 upload [08:45] ok, ok! [08:45] * smb growls [08:46] smb: libxen3 was dropped in natty? [08:47] which means that lucid->precise is the only upgrade path.. meaning this can be dropped. [08:49] Daviey, Yeah I thought so too when doing the merge at the beginning of the cycle. zul kept them in. And I would not change that right now. It should not matter really [08:49] We should drop those for R [08:50] true [08:50] ok [08:51] smb: so i updated changelog to point to quantal, and updated the maintainr [08:52] Daviey, Ok, yeah, quantal was my fault and the maintainer something that was always "wrong" before [08:53] eh no [08:54] Daviey, You are right, messed that up and ignored it as I thought it complained about canonical [11:08] hi guys, I have just set my first ubutu serv and wanted to completely switch of the logs related to eth0 I am working on. Any help would be appreciated. === n0ts is now known as n0ts_off === cpg is now known as cpg|away === JamesJRH_ is now known as JamesJRH === n0ts_off is now known as n0ts [11:46] Hi. In ubuntu 12.04 server, gnome-control-center's 'unlock' button is inactive if logged in through Xrdp or through an LTSP thin client (works if logged in locally). It says "system policy prevents changes. contact admin" on hover. Anyone know how to enable it or what could be causing this? === Noob is now known as Guest4020 === matsubara-afk is now known as matsubara [11:58] va: it's caused by policykit. There's likely a policykit rule file that needs you to be on the console to get appropriate permissions. [11:59] va: look in /usr/share/polkit-1/actions [12:00] va specifically in org.freedesktop.accounts.policy [12:00] If i have a server on let's say 192.168.0.1 and I want to redirect all user to this IP if they try to reach me at 10.5.24.10x would the following Code do the job with Iptables? [12:00] iptables -t nat -A OUTPUT -d 10.5.24.10x -j DNAT --to 192.168.0.1 [12:01] Or how about this iptables -t nat -A PREROUTING -i eth1 -j DNAT --to 192.168.0.1 [12:05] Well is there anyone able to solve my problem ? [12:06] So you are able to change my username but answering is impossible [12:06] Great why am I even here === dendro-afk is now known as dendrobates [12:09] Hello ? [12:09] Guest4020: iptables -t nat -A PREROUTING -i eth1 -d 10.5.24.101 -j DNAT --to 192.168.0.1 seems what you want [12:10] Great thank you man :) [12:10] whether this will work if 192.168.0.1 is on the same machine that does the nat i'm not sure [12:10] u might need some additional trick [12:10] That would be ? [12:11] But actually it is one the same machine, I'm just curious :o [12:13] Guest4020: hm, ye u probably wouldnt even want to do this NAT if the IP was on the same machine idk why i thought about it, god confused with tricks myself [12:13] *got [12:20] It's just about testing, I know it does not make enormous sense at all :D [12:33] Can someone tell me if 'bzr builddeb' is used frequently to build off LP branches ? [12:34] just wondering if I should get used to use it or continue manually === mcclurmc_away is now known as mcclurmc === n0ts is now known as n0ts_off [13:18] Hm, I see that an automated bring-up of an Ubuntu server has stopped on this debconf query: http://codepad.org/aBgISt20 [13:19] The command that start this was: apt-get upgrade -y [13:19] Seems like "-y Assume Yes to all queries and do not prompt" isn't quite working as advertised. [13:21] Ah: http://askubuntu.com/questions/146921/how-do-i-apt-get-y-dist-upgrade-without-a-grub-config-prompt [13:22] Oh! New AMIs shouldn't have had this problem? [13:22] I must have gotten a stale AMI ID just now then. Whoops. [13:23] zooko: you using cloud-images.ubuntu.com ? [13:23] SpamapS: I used alestic.com. [13:24] Wait, no I didn't. [13:24] Hrm. [13:24] Yeah, I used this: http://cloud.ubuntu.com/ami/ [13:25] Is http://cloud.ubuntu.com/ami/ not the right place to find AMI ids? [13:29] zooko, those should be up to date [13:29] jcastro_: they say 20120424 on them, [13:29] but yeah, http://cloud-images.ubuntu.com/ is much nicer imo [13:30] and the lp ticket says the bug was fixed 201206 [13:31] man, these look way out of date [13:31] And, the AMI ID I got from http://cloud.ubuntu.com/ami/ has the bug. [13:31] daker, ping [13:31] Daily builds? Yikes, that doesn't sound like what I want! [13:31] http://cloud-images.ubuntu.com/precise/ [13:33] http://cloud-images.ubuntu.com/releases/precise/release/ [13:33] is what you want [13:33] (they're under a releases directory) [13:33] though, why the dailies are in the root instead of under /dailies is beyond me [13:35] Thanks! [13:37] I filed a bug, thanks for bringing it up! [13:37] Thank you! [13:37] Bug # please? [13:37] Or URL... [13:38] Found it. [13:38] https://bugs.launchpad.net/ubuntu-cloud-portal/+bug/1060199 [13:38] Launchpad bug 1060199 in ubuntu-cloud-portal "Cloud images are out of date" [Undecided,New] [13:41] Okay, in a minute or so https://leastauthority.com should be back in operation using the recommended Precise AMI. Thanks for your help! [13:46] zooko, wow, that's really cool === n0ts_off is now known as n0ts [13:47] jcastro_: thanks! I'm excited about it! [13:47] It's just me and two other folks. ☺ [13:47] that is quite excellent [13:47] Doing a test signup to see if the resulting Precise server comes all the way up... [14:01] Whoops... EC2Error: Error Message: The AMI ID 'ami-32845d2f' does not exist [14:01] * zooko investigates... [14:02] I wonder where that AMI ID came from. Oops... [14:02] zooko: most common problem is you chose the wrong region [14:05] SpamapS: yep. sa-east-1 [14:05] sa? [14:05] South America. Neat. But yes, that was the problem. [14:05] Thanks! === niemeyer_ is now known as niemeyer [14:06] Daviey, what's the status of https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1052056 ? [14:06] Launchpad bug 1052056 in freeipmi "[FFe] [MIR] freeipmi" [Undecided,In progress] [14:07] jcastro_: pong [14:07] daker, I filed a bug on it, the images are out of date in the AMI browser? [14:09] oh yeah :( [14:09] i need to fix that [14:24] Hm, so linux-ec2 and linux-image-ec2 are no longer present. I'm changing my setup from lucid to precise. [14:24] Is there a new package that I should install instead? [14:24] doko: looking [14:24] doko: it's In Progress :) [14:25] roaksoax: Have you been able to do the things jdstrand requested for freeipmi? [14:25] Daviey, I'd say rather incomplete ... [14:27] doko: No, the bug report has enough information to allow a developer to undertake the work, and it is assigned. :) [14:28] Daviey: howdy, no not completely [14:29] Daviey, no, in-progress is not a status for a developer to finish the mir. but anyway, if it's being worked on ... [14:40] Daviey: the only thing missing is fixing the compiler warnings... if someone could give a hdn with that would be great :) http://paste.ubuntu.com/1256058/ [14:48] stgraber: d'oh, the grub update failure in lxc is real. [14:49] roaksoax, these are about unused results. so check the result, and error out in case that an error is returned [14:50] doko: will do [14:55] doesn't dh do that automagically? [14:57] hallyn: yeah I ran into that yesterday [14:57] hallyn: have it on my TODO to report the bug [14:58] hallyn: patch should be simple enough.. does it ever make sense to install grub in a container? === zz_KristianDK is now known as KristianDK [14:58] hallyn: or rather.. to configure it in a container. [15:10] zul: can you check bug 1059907 isn't a binary depends? [15:10] Launchpad bug 1059907 in nova "python-nova depends on python-setuptools-git?" [Undecided,Won't fix] https://launchpad.net/bugs/1059907 [15:11] SpamapS: it might, if you're using a loopback block dev as backign store and intend to later boot it in kvm [15:11] zul: a source depends is no problem, but if there is a binary dpeend, we should fix it. [15:11] but in general the answer is no [15:11] Daviey: build depends [15:11] zul: certain? [15:11] its not a binary [15:11] yes checked it before i wrote that response [15:12] Daviey: very certain [15:14] zul: thanks [15:14] hallyn: so perhaps the answer is not to fail postinst if root is not a block device. [15:15] SpamapS: or even if no access to the device [15:15] right now, no access would mean cgroups. Next cycle, it might mean different user namespace [15:15] changing locale, biab [15:16] doko: do you have a sample code for the unused result check? [15:16] i haven't touchd C in years [15:22] Daviey: i just uploaded stevedore to binary new can you please review it (dep for ceilometer) [15:22] ok [15:25] roaksoax, no, not at hand. afk today early, and tomorrow is bank holiday [15:41] hey all, i am looking for an easy to run and configure web server distro that i can just put in a VM on ubuntu.. our company needs a mail server with a fqdn but i am trying to avoid a lot of config pain. any ideas? [15:52] skrite: yeah that should work === n0ts is now known as n0ts_off [16:08] hallyn: i havent been able to reproduce the libvirt hostname thing [16:08] hostname? [16:19] <_yac_> i'm fiddling with xen in ubuntu server 12.04. i have a working bridged network setup but want to try a routed setup. is it safe for the dom0's networking to alter the xend-config.sxp to this effect? also comment out xenbr0 and comment back in the standard eth0 fare. pifalls? [16:20] is there still an ubuntu directory server project? [16:22] zul: i'm not sure what you're talking about [16:23] stgraber: ubuntu containers don't have grub installed. ubuntu-cloud containers (both precise and q) do, and updates are failing [16:23] the thing we were talking about yesterday [16:23] zul: with nova? [16:23] hallyn: yeah [16:23] zul: cool, thanks for the info [16:23] he did say 'once a month or so' :) [16:23] iow bug reproducer's nightmare [16:24] dah [16:25] doo [16:36] jamespage: hey, about OVS 1.4.3.. i'm going to propose lp:~gandelman-a/ubuntu/quantal/openvswitch/1.4.3 for uploading. theres a 1.4.3 package in ppa:gandelman-a/ppa available for testing. any chance you can give that a run through your autmoated testing first (and possibly sponsor the upload:)? [16:36] adam_g, yes [16:36] lemme get my sprint out of the way for today and I'll test and upload later on [16:36] jamespage: great, thanks. shall i propose the merge and subscribe you to the bug? [16:37] sure - sounds good === e11bits_ is now known as e11bits [16:54] anyone offer assistance with maas? [16:56] mercsniper_, there s a #maas channel as well. [16:58] melmoth: thank you, I asked the question there and I can ask it here, is the cloud-init package still out of date? [16:59] SpamapS, stgraber, Ok, so the v2 test kernel is up on people. If you got time I'd be quite interested to see how that goes. :) [16:59] stgraber: so were you going to file thtat as a bug against grub? [17:00] i'm wondering whether we do a simple 'is-container' check at top of update-grub, or check deeper inside grub whether we have write access to the root dev [17:01] hallyn: I vaguely remember smoser or SpamapS mentioning that bug on #ubuntu-devel yesterday, maybe they already have a bug report for it somewhere [17:01] smb: thanks, will update and reboot soon [17:01] i did not mention such a hting. but that would be nice. [17:01] stgraber: i dont' think so. SpamapS said it was on his todo [17:02] It was on my todo to report it as a bug and suggest a patch to cjwatson [17:02] and still is actually [17:02] hallyn: as LXC doesn't really support full disks but instead only partitions, I guess it's fine to just exit 0 if is-container returns 0 [17:04] i'd say that supporting partitions has nothing to do with it. [17:04] stgraber: i do fear that eventually we'll find there are cases where we want to support it, but for now it seems best [17:04] i'll whip up a patch this afternoon [17:04] even if it worked on a partition it isn't going to have an affect [17:05] SpamapS: if you report the bug, please give # here, else i'll report it after lunch [17:05] * hallyn bbl === josePhoe1ix is now known as josePhoenix [17:12] smoser: well, I was thinking of a case where someone would use LXC to fix/upgrade an existing system (VM/external disk), but as LXC won't let you see the whole device anyway grub won't be able to update the mbr === Malediction_ is now known as Malediction === mcclurmc is now known as mcclurmc_away === dendrobates is now known as dendro-afk [17:46] zul: where does the 'websockify' python module come from? [17:48] adam_g, universe ? http://packages.ubuntu.com/quantal/i386/websockify [17:49] adam_g: what do you mean? [17:49] # apt-get -y install websockify ; python -c 'import websockify' [17:49] import error [17:50] w...t...f\ [17:50] also [17:50] why does novnc provide an init script that starts nova-novncproxy? [17:50] adam_g: i have no idea that area is a big mess [17:51] i realised both packaged conflicted one with another the hard way last week. [17:51] melmoth: is there a bug? === dendro-afk is now known as dendrobates [17:52] https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1055505 [17:52] Launchpad bug 1055505 in nova "nova-vncproxy conflicts with novnc" [Undecided,Fix released] [17:52] melmoth: thanks [17:53] ugh [17:53] ohhh, it s fixed :-) [17:56] melmoth: no, its not [18:07] zul: consider yourself subscribed: bug #1060374 [18:07] Launchpad bug 1060374 in websockify "websockify installs no importable python module" [Undecided,New] https://launchpad.net/bugs/1060374 [18:18] thanks [18:20] adam_g, openvswitch tested OK [18:20] preparing the upload now [18:22] smb: the little bit of stress test I did on your kernel here didn't show any hang, though I'm not nearly as good at reproducing the bug as SpamapS :) [18:23] jamespage: super thanks [18:24] stgraber, I hope he won't be successful this time. ;) And interestingly proposing this variation seems to have refreshed some memory upstream. And I got some pointers to 3 patches in linux-next... [18:24] adam_g, its in the unapproved queue [18:25] Daviey, ^^ [18:25] * jamespage goes for food [18:27] jamespage: reviewing === KristianDK is now known as zz_KristianDK [18:45] adam_g: websockify wasnt actually a python-module per say...anyways its fixed upstream just need a FFE [18:45] Daviey: ^^^ [18:59] zul: yea... [19:00] zul: are you uploading something? [19:01] adam_g: yeap its pending review [19:01] zul: okay [19:02] zul: as i predicted, that tgt config change broke nova-volume [19:03] SpamapS: filed bug 1060404 [19:03] Launchpad bug 1060404 in grub2 "update-grub runs and fails in containers" [High,Confirmed] https://launchpad.net/bugs/1060404 [19:03] adam_g: the upgrade or just everything? [19:05] zul: the removal of the '--conf' option from calls to tgt in nova-volume breaks nova-volume [19:06] adam_g: looks like we are going to have to carry at patch [19:06] er....a patch [19:06] zul: ? [19:06] blah....*grumble* *grumble* [19:06] zul: specifying --conf causes other bugs, which is why it was removed [19:07] zul: the real problem is chaning the 'include' statements in tgt's config. includes can only be specified in /etc/tgt/targets.conf, not from within included files in /etc/tgt/conf.d/ [19:07] so dropping nova_tgt in /etc/tgt/conf.d/ to inclue /var/lib/nova/volumes/ doesn't work, and never really did :| [19:08] adam_g: but i have been running fine with it [19:09] zul: no, you ahave never been using it. if --conf is specified to tgt-admin, /etc/tgt/targets.conf is never even consulted [19:09] i havent [19:18] hallyn: thanks for filing that. I only have one bit of feedback on your debdiff, which is to consider using debconf so that it can be internationalized [19:18] hrm [19:18] actually thats daft [19:19] I wonder if there is a simple way to access 'templates' from maintainer scripts without telling debconf to nag the user with a question [19:19] SpamapS: priority [19:20] but remember, debconf isn't a registry :) [19:20] Daviey: what I'm saying is, I want it to print out text that translators have a chance at internationalizing [19:20] its silly [19:21] server.. containers.. we can skip i18n for now :) [19:21] Yeah, only en_GB matters TBH [19:22] :-) [19:22] adam_g: do you want to prep an upload [19:23] zul: yes im filing a bug [19:24] adam_g: k prep one for the cloud-archive and ill ack it [19:24] zul: also, i've committed the missing xvpvnc / novnc stuff [19:24] adam_g: good [19:24] but i'd like some input from someone who knows htf this is supposed to be packaged [19:25] hallyn: ok forget my previous comment, but also the language needs some work. "not running because it is in a container" is a bit.. weird [19:25] adam_g: check with vishy [19:26] hallyn: "Declining to perform automatic grub install in container." might make more sense. [19:29] my sysadmin gave me a ipv6 adress and a ipv6 gateway how do I use these to things to enable ipv6 on this server? [19:29] (I was able to use ipv6 for a couple of minutes but after closing my ssh session it was disable or so) [19:30] (by editing /etc/network/interface) === acidflash_ is now known as acidflash [19:33] Poapfel: Just configure another ethX [19:34] Instead of 'static inet', you configure it as 'static inet6' [19:35] I did that... [19:37] Jeeves_: this is what my /etc/network/interfaces looks like http://paste42.de/4183/ [19:37] Your gateway is wrong [19:38] That should be just an address [19:38] what is with this /48? [19:38] Also, it suggests that you are in a /48, not a /64 [19:38] That's your netmask [19:38] but the address had a /64 at the end [19:38] therefore I thought the netmask is 64 [19:39] and not not 48 [19:39] should I change the address to xxx:xxx:xxx:xxx:xx:0:0:0/64? [19:39] and the netmask to 48? [19:40] SpamapS: I'm fine with wahtever :) if you come up with something good, could you post it in the bug? [19:41] Poapfel: What did your admin tell you? [19:41] at this point I'm waiting for cjwatson input :) [19:42] hm. I'm not sure I've done a static gw in v6 actually. but I would tihnk that that was just an IP, not an IP with netmask [19:43] Poapfel: typically the adress ends in something not 0 [19:43] like 2001:6b0:e:2018::163 [19:44] I'm running a minecraft server on Ubuntu Server. I am remotely connected with putty. I would like to be able to exit putty without shutting down the server. Is there any way to do that? [19:44] and gateway should just be the ::1 stuff, no /whatever [19:44] I think [19:44] Indeed [19:44] Just an address [19:44] the same for 'address' [19:44] netmask goes in the netmask field in network/interfaces [19:44] THe netmask is only mentioned in 'netmask' :) [19:44] Anyone? [19:45] which you already have there [19:45] Kinda makes sense! :) [19:45] DataCruncher: start it inside screen(1) [19:45] DataCruncher: screen [19:45] hm [19:45] I am going to change the netmask to 48 [19:46] and to be more specific my sysadmin gave me the following two informations(without any comments): [19:46] 2a00:12c0:1015:100:44:0:0:0/64 [19:46] Poapfel: Almost all the time the netmask is going to be 64 on ipv6 [19:46] GW: 2A00:12C0:1015::1/48 [19:46] I guess the first one is the adress and the second on is the gateway, right? [19:46] ok, that seems to be a network definition for router setup [19:47] Maswan/jeeves: I'm confused, how would I do that? [19:47] And what exactly does it do? [19:47] maswan: well... [19:47] DataCruncher: first you start screen, then you get a new shell inside that and then you can start the minecraft server process inside there. then you can detatch screen by hitting ctrl-a d and logout. later you can login and use "screen -x" to re-attach to the running server [19:48] it is still a ipv6 address then, isn't it? [19:48] yeah [19:48] hm [19:48] well, 2A00:12C0:1015::1 is an ipv6 adress [19:48] 2a00:12c0:1015:100:44:0:0:0 is a network, you have to choose an IP inside of that [19:49] like 2a00:12c0:1015:100:44::5 [19:49] oh [19:50] but I thought that 2A00:12C0:1015::1 is my gateway [19:50] * Poapfel is a total noob when it comes to networking [19:50] yeah, that's what he said it was [19:51] but I don't really understand that bit either, since usually you need the gateway to be inside your network [19:51] maswan: I am pretty much confused now... [19:52] what should I enter as a ip adress now? [19:52] Poapfel: yeah, so am I. could that be instructions for setting up a router for a whole subnet? [19:52] maswan: no, I don't think so [19:53] Poapfel: I'm pretty confused at the instructions too then. :/ [19:53] :( [19:53] and I've done ipv6 admin on ubuntu for a few years now [19:53] hm [19:53] well...it is a kvm based vserver which is part of a big data center, but I don't know if this informations matters [19:54] (probably it doesn't) [19:54] you could try choosing an IP in 2a00:12c0:1015:100:44::, like 5. and try the gateway 2A00:12C0:1015::1 and readjust the netmask to 48 and see how that works [19:54] because that's confusing, a network has a mask, not an IP. and the gw is just an IP === guntbert_ is now known as guntbert [19:57] maswan: You disappoint me :) [19:58] 2a00:12c0:1015:100:44:: is just as much an ip as 2a00:12c0:1015:100:44::1 [19:59] Jeeves_: so is 2a00:12c0:1015:100:44::1 my ip? [20:00] Poapfel: yes, possibly [20:00] But, the gateway-address you've got is outside the /64 you're configuring [20:00] hm? [20:01] Poapfel: Your /64 network starts at 2a00:12c0:1015:0100:0000:0000:0000:0000 en ends at 2a00:12c0:1015:0100:ffff:ffff:ffff:ffff [20:02] Your gateway is at 2A00:12C0:1015:0000:0000:0000:0000:1 [20:02] Jeeves_: wouldn't the network adress be a bad idea for a host adress in ipv6 still? [20:02] Which you cannot reach from 2a00:12c0:1015:100:: [20:02] maswan: ipv6 doesn't have network or broadcastaddresses [20:02] Jeeves_: ah [20:03] link-local [20:05] btw: what is the correct way to reload the /etc/network/interfaces configuration /etc/init.d/networking restart seems to be deprecated [20:05] maswan: Just got it working, thank's for the help. [20:05] besides I always get the error "RTNETLINK answers: File exists. Failed to bring up eth0." [20:11] stgraber: smb: you know, in the end eth0 is just a nic like any other - i wonder if the dnsmasq preventing clean shutdown bug is actually also to do with routes not being cleaned out at shutdown [20:11] probably not... === zz_KristianDK is now known as KristianDK === cpg|away is now known as cpg [20:56] stgraber: temporarily assigned bug 1017847 to you to make sure i grok it - is the failing case meant to be caught? [20:56] Launchpad bug 1017847 in qemu-linaro "qemu segfaults when creating an armhf container on an amd64 host" [High,Confirmed] https://launchpad.net/bugs/1017847 [21:01] hallyn: well, the problem is that we can't really know what architectures are supported by the running kernel [21:01] hallyn: at least not in an easily parsable form for a bash script [21:01] hallyn: so the code simply always call qemu-debootstrap if it's installed and deboostrap if it's not [21:02] so the actual failure to mount is probably in debootstrap's code [21:05] stgraber: no, it's during the 'chroot $container apt-get update' [21:05] (i believe) [21:05] so actually, maybe it's just because qemu-arm's dependencies are no longer in our path? [21:05] hallyn: that's surprising, it should fail way before that... [21:06] hallyn: it could happen if you have a container in the cache but qemu-user-static isn't installed anymore [21:06] then there isn't much we can do really... [21:06] not sure what you mean [21:06] you could get that kind of failure if you do: [21:06] what i'm saying is it works with qemu-user-static but not qemu-user, [21:07] lxc-create -t ubuntu -n p1 -- -r precise -a armhf [21:07] apt-get remove --purge qemu-user-static [21:07] lxc-create -t ubuntu -n p2 -- -r precise -a armhf [21:07] so i guess it has to do with kernel tries to fire off qemu-armel in the container's namespace, but does'nt find the libs [21:07] as p2 will copy from cache but can't execute as the binfmt handler is no longer there [21:07] yeah that would happen too... doesn't seem any wors than the original reported case [21:08] so, what do we do? :) [21:08] zul: are you going to take care of a new websockify? [21:13] hm, rsyslog keeps SEGVing in the armhf container [21:14] hallyn: i saw a new rsyslog in the quantal queue btw [21:15] hm [21:15] this container ws *just* created [21:15] oh [21:17] adam_g: I'll accept the new nova, but please can we have the man pages complete before release? [21:17] perhaps track it via a bug? [21:26] gotta say, today unity in qemu over spice looks nice === dendrobates is now known as dendro-afk [21:51] Embarassingly easy question: can anyone spot what I am doing wrong here: [21:51] ssh -t -K server1.domain.com 'sudo -v' && ssh -t server2.domain.com "stty -onlcr; sudo tar czf - /etc/ldap/ 2>/dev/null" | tar xvf - [21:56] Daviey: maybe. the manpages that sphinx generates are no less "stubby" === dendro-afk is now known as dendrobates [22:02] hallyn: were you able to test smb's latest kernel? [22:02] smb`: still failing w/ smb2 btw [22:03] is that the 'netns' kernel thread reporting that? [22:04] if we have a kernel thread, can't we tell it to go look for deadlocks? === cpg is now known as cpg|away [22:14] SpamapS: no, i haven't. and i wont given it doesn't work for you :) [22:15] SpamapS: eod here, i gotta run but will be back on later tonight [22:47] New bug: #1059459 in maas "Existing DHCP server not stopped" [Undecided,New] https://launchpad.net/bugs/1059459 [22:47] New bug: #1059556 in maas "/etc/init/maas-celery.conf not removed on upgrade" [Undecided,New] https://launchpad.net/bugs/1059556 [22:47] New bug: #1059899 in nova (main) "nova fails to configure dnsmasq, resulting in DNS timeouts in instances" [Medium,Confirmed] https://launchpad.net/bugs/1059899 [22:47] New bug: #1060053 in qemu-kvm-spice (universe) "Audio starts working several hours after starting Windows Vista guest" [Medium,Incomplete] https://launchpad.net/bugs/1060053 [22:47] New bug: #1060237 in maas (main) "apt-get install maas maas-dhcp maas-dns fails" [Undecided,Fix committed] https://launchpad.net/bugs/1060237 [22:47] New bug: #1060319 in juju (universe) "FFE - Juju" [Undecided,Triaged] https://launchpad.net/bugs/1060319 [22:47] New bug: #1060336 in nova (main) "nova-novncproxy does not install binaries or any running services" [Undecided,Fix released] https://launchpad.net/bugs/1060336 [22:47] New bug: #1060422 in nova (main) "nova-volume volume creation fails, tgt config not loaded" [Undecided,Fix released] https://launchpad.net/bugs/1060422 [22:48] New bug: #1060238 in logwatch (main) "unmatched entries for sshd" [Undecided,New] https://launchpad.net/bugs/1060238 [22:49] New bug: #1035320 in libvirt (main) "free(): invalid pointer" [High,Fix released] https://launchpad.net/bugs/1035320 [22:49] New bug: #1058760 in logwatch (main) "unmatched entries for dovecot login" [Undecided,Confirmed] https://launchpad.net/bugs/1058760 [22:49] New bug: #1059907 in nova (main) "python-nova depends on python-setuptools-git?" [Undecided,Won't fix] https://launchpad.net/bugs/1059907 [22:49] New bug: #1059973 in maas (main) "purging packages can't remove files because dirs are not empty" [Undecided,New] https://launchpad.net/bugs/1059973 [22:49] New bug: #1060175 in libvirt (main) "Libvirt not creating sockets anymore." [Undecided,Invalid] https://launchpad.net/bugs/1060175 [22:49] New bug: #1060184 in puppet (main) "puppet client init script pid file error" [Undecided,New] https://launchpad.net/bugs/1060184 [22:49] New bug: #1060218 in maas (main) "error deleting maas user removing the maas package" [Undecided,New] https://launchpad.net/bugs/1060218 [22:50] New bug: #994476 in libvirt (main) "libvirt-bin : error : virExecWithHook:328 : Cannot find 'pm-is-supported' in path: No such file or directory" [Low,Fix released] https://launchpad.net/bugs/994476 [22:50] New bug: #1058987 in network-manager (main) "In Quantal, the root filesystem is not cleanly unmounted at shutdown or reboot" [High,In progress] https://launchpad.net/bugs/1058987 [22:50] New bug: #1059943 in lxc (universe) "lxc-start-ephemeral masks process exit code (dup-of: 1050351)" [Undecided,New] https://launchpad.net/bugs/1059943 [22:50] New bug: #1059979 in nova (main) "novnc quantal packages are incomplete" [Undecided,New] https://launchpad.net/bugs/1059979 [22:52] whoa [22:52] uvirtbot: clock skew? [22:52] SpamapS: Error: "clock" is not a valid command. [22:53] New bug: #1059272 in php5 (main) "php5-fpm init.d script does not return when php5-fpm is started or stopped" [Undecided,New] https://launchpad.net/bugs/1059272 [22:53] New bug: #1059453 in maas "The celery cluster worker is not properly stopped" [Critical,Triaged] https://launchpad.net/bugs/1059453 [22:53] New bug: #1059485 in maas (main) "maas_local_celeryconfig.py is world readable" [Critical,Fix released] https://launchpad.net/bugs/1059485 [22:53] New bug: #1059567 in cyrus-sasl2 (main) "update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1) " [Undecided,New] https://launchpad.net/bugs/1059567 === cpg|away is now known as cpg [22:54] New bug: #1057325 in glance "Error when starting glance-api - unable to redeclare queue" [Undecided,Fix released] https://launchpad.net/bugs/1057325 [22:54] New bug: #1058669 in php5 (main) "htmlentities returns nothing" [Undecided,New] https://launchpad.net/bugs/1058669 [22:56] Hi is anyone around :) [22:57] irc tends to work better if you just ask :) [22:57] I am having problems setting up a damn cron job... I have a lamp server (uOS 12.04.1) with php5-cli installed [22:57] SERVER API = apache [22:58] i "sudo vim /etc/cron.hourly" [22:58] created a i.sh file [22:59] inserted * * * * * php /var/www/cron/t.php [23:00] and saved file, but I it looks like its not working. I did do research and have come to the conclusing that i need to include the path to php binary which is typically /usr/local/bin [23:00] *conclusion [23:00] hopefully not /usr/local/bin/php, but /usr/bin/php -- check 'which php' for details there [23:00] my question is how do I include this path, do i include in the i.sh or the actually php script? and how to i include it [23:01] but you've typed t.php and i.sh so far -- which are you running? [23:01] i.sh is the shell script inside cron.hourly folder [23:01] t.php is the script i want to run on a cron cycle [23:02] adam_g: already have [23:06] its /usr/bin/php [23:06] do i put that in my shell script of in my php script? [23:06] *or [23:07] xymantec: I would. Most cron problems come from improperly specified paths [23:07] xymantec: though it just strikes me; if you're using cron.hourly, you don't need the * * * * * time specifcation [23:07] look at cron.daily or something for inspiration :) [23:07] you only need the time specification for the "main" crontabs, not the "helper" crontabs [23:07] (I hope that makes sense) [23:08] gotcha well i really wanted to use it ever hour, but for test purposed i have it clocked at every minute ;) [23:08] well, the thing is, you've got a syntax error in your file :) [23:08] hey since I have you helping, can you answer this. i tried using sudo crontab -e and it open up a default file, the problem is i could never figure out how to save it. [23:09] which file? [23:09] the shell script? [23:09] xymantec: depends on which text editor it started. if it started vi, use :wq to save and exit [23:09] if it started something else, you'll have to figure out how to drive taht other editors [23:09] how to i setup the system default editor, because i think that part of the problem [23:10] i installed vim-nox but for some reason it always uses some other crappy editor [23:11] xymantec: I think I uninstalled nano or whatever just to get the /etc/alternatives/ to use vim always [23:11] I am assuming the correct syntax inside my shell script should be '* * * * * usr/bin/php x/path/phpscript.php '? [23:12] forget those ***** [23:14] i understand you dont want me to have those but for testing purposes (every minute) is it ok to leave them on temporarily? [23:15] I just want to make sure the script works [23:15] script => cron [23:15] xymantec: it's not a matter of testing [23:15] if you want them in every minute, then put it into the /etc/crontab file directly [23:16] if you want it every hour, take them out, and put it into the /etc/cron.hourly file :) [23:16] ok let me try sudoing that [23:16] lol ok [23:21] ok wrote to main crontab [23:22] do i need to restart cron service or do i just restart apache? [23:22] i guess ill see in a min if it works! :D [23:22] YES it works [23:23] sweet thanks a mil sarnold :) [23:24] i can now go put ice on my forhead...(bangin my head against my desk lol) [23:24] xymantec: woo :) === Ursinha is now known as Jorjao === Jorjao is now known as Ursinha [23:43] SpamapS: had a chance to test smb`'s new kernel?