=== havanami_ is now known as havanamint === kirkland is now known as Guest45646 [04:37] hi,.. still someone awake :-) [04:37] i’m having problems purging old kernels [04:38] anyone able to help out? === wendar_ is now known as wendar [05:30] May I ask a crontab ? on here? [06:10] Good Morning ... i'm still havin problems running Ubuntu 14.04 on HyperV (2012 R2). It becomes unavailable after some time (6-10 hours). i have setup a cronjob so see if mysql comes up again ... http://paste.ubuntu.com/8611033/ [06:10] but i'm now more worried about the last line [06:11] "HV_FCOPY: open /dev/vmbus/hv_fcopy failed;" <- is this causing the server being unavailable, (no ssh, no apache).... === _ruben_ is now known as _ruben [06:43] Good morning. [06:52] Hellp ! I'm wondering if there Is someone who can help me? I'm trying to compile to PHp 4.5.33 in Ubuntu 14.04. Everything works till make-intall then I got the error: I got the error: cp: cannot stat 'sapi/cli/php.1' : No such file or directory. Make: *** [install-cli] error 1 [06:57] I'm sorry PHP 5.4.33 [07:51] <_ruben> I'm still at a complete loss as how to get a properly functioning cluster using pacemaker/corosync (or any alternatives for that matter) .. none of the howtos I've found sofar match what's available on 14.04 === peter is now known as Guest66437 [10:31] anyone here using etckeeper with git on any of their servers? [12:03] zul, jamespage: 2014.1.3 has been released to -updates [12:03] coreycb: cool i know :) [12:03] coreycb, I saw it flush through to the CA staging area as well - zul - there are xen and libvirt updates which ftbfs as well right now [12:04] jamespage: ill get that today [12:04] zul, awesome [12:04] jamespage, ah good, the movement to the CA is at least semi-automatic [12:04] zul, thanks === kickinz1 is now known as kickinz1|afk === shredding_ is now known as shredding === kickinz1|afk is now known as kickinz1 === nathema is now known as nath|off [14:38] jamespage/coreycb: xen and libvirt updated [14:44] zul, thanks === freeflying__ is now known as freeflying [15:19] hi guys i have install ubuntu sererv 14.0 LTS ---> is it possible to chnage my default web directory..? how to do it..? [15:19] smb, hey. https://bugs.launchpad.net/cloud-init/+bug/1377308 [15:19] Launchpad bug 1377308 in cloud-init "booting cloud image without initramfs broken" [High,Triaged] [15:21] you have any ideas what would do that ? essentially, boot without initramfs hangs on ppc64el and arm. see comment 3 for the cause of the regression. [15:22] i tried diffing kernel configs http://paste.ubuntu.com/8616137/ [15:22] but there is a lot of stuff. [15:23] smoser, not right away. give a minute to read through stuff [15:23] i was hoping for CONFIG_DEVTMPFS is not set [15:23] but did not get so lucky. [15:24] ruben23: Change the DocumentRoot in whatever sites you have enabled in /etc/apache2/sites-enabled/ === Lcawte|Away is now known as Lcawte [15:29] smoser, was 3.13.0-30 actually the last good kernel? As for bad you have a 3.13.0-36 version [15:30] no. its not kernel related. [15:30] its cloud-init's botched expectation [15:30] on intel, somehow /run ends up getting mounted correctly. [15:31] where on ppc64 and arm it doesnt. and thus blocks boot [15:32] * genii ponders /run versus /var/run [15:32] genii: Isn't one a symlink to the other? [15:33] Supposed to be, AFAIK [15:33] smoser, Have you tried adding a "debug" to the kernel command line and maybe initcall_debug as a second step. MAybe that shows more clearly where it stops [15:33] debug or --debug [15:34] smb, The only next thing in the current logs is probably a message caused by the udev failsave gfx device script. "debug" makes the kernel more verbose [15:39] smoser, So actually, do you say it probably never worked on arm64/ppc64el without initrd? [15:41] If so that might be some module (maybe framebuffer) that is in the initrd for those arches... [15:43] probably. [15:43] smb, really. you think fb module could cause that ? [15:45] smoser, wild guess. mostly because of the "* Stopping Send an event to indicate plymouth is up" as the first event later than those in the bad case. [15:47] smb, just attached full '--debug' logs. [15:47] smoser, But "initcall_debug" maybe shows better what is going on [15:47] you want initcall_debug also ? [15:47] is that upstart or kernel ? [15:47] smoser, I did not want --debug in the first place :-P [15:48] alright . debug initcall_debug coming [15:48] smoser, But give me a sec, maybe upstart debug is doing enough [15:49] smoser, Erm.... that looks like it was with initrd (or at least came up) [15:50] ? [15:50] why do you say that ? [15:51] the kvm line is there. you can see '-append' is honored (ie, it came from qemu loading kernel) [15:52] smoser, Because if you could give me the log with --debug from a start that hangs it would be simpler to figure out what the last thing started was [15:54] smb, i gave you that, no? [15:54] hallyn: any progress on getting the qemu and libvirt SRUs accepted? [15:54] hallyn: I'm waiting for security updates [15:54] https://bugs.launchpad.net/cloud-init/+bug/1377308 [15:54] Launchpad bug 1377308 in cloud-init "booting cloud image without initramfs broken" [High,Triaged] [15:54] i have a suspicion [15:55] smoser, meh, my fault you gave me amd64 and ppc64el and I looked at amd64 thinking it to be arm64 [15:56] ah. [15:56] yeah, those strings are way to similar. [15:56] i think this is it: [15:56] [ 0.258368] init: plymouth-upstart-bridge main process (76) terminated with status 1 [15:56] [ 0.258506] init: plymouth-upstart-bridge main process ended, respawning [15:56] https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1370913 [15:56] Launchpad bug 1370913 in plymouth "init: plymouth-upstart-bridge respawning too fast, stopped (dup-of: 1309617)" [Undecided,New] [15:56] Launchpad bug 1309617 in plymouth "plymouth-upstart-bridge main process (189) terminated with status 1 at boot" [Medium,Confirmed] [15:57] and this smells related. [15:57] smoser, apparently that happens more often than not. may mean nothing [15:57] https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1370913 [16:00] see comment 17 at https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1160079 [16:00] Launchpad bug 1160079 in plymouth "plymouth aborts in cloud images" [Medium,Fix released] [16:03] mdeslaur: i'll takea look in a bit and see if i can push it along [16:08] smoser, So maybe it is in some way related to something about console. As it is working with initrd this sounds something is in there that makes it work. Though I am not that familiar with those two arches [16:08] I 'll ask around [16:15] thanks hallyn [16:24] I have a question on how packaging is commonly handled with regard to repositories -- e.g., if I want to maintain a package (for several OS releases) for a git project that has no /debian dir... what is the normal way to set up my own repo? [16:46] Is there an ubuntu or debian packaging channel? [16:48] "unexpectedly shrunk window" <-- anyone that knows how I can stop the kernel from logging this? === zz_satyag is now known as satyag [18:42] do i have to source /etc/fstab.d/*.conf in /etc/fstab for it to work? [18:44] hah, never seen that before.. [18:45] I suspect it should work without any modifications to /etc/fstab [18:45] hmm [18:45] not so [18:46] http://askubuntu.com/questions/168290/why-cant-mount-read-files-in-etc-fstab-d [18:46] not sure what this means: [18:46] • The feature has been added in the latest util-linux 2.21 (the https://www.kernel.org/pub/linux/utils/util-linux/v2.21/v2.21-ReleaseNotes say "Use filter arg of scandir* to pickup /etc/fstab.d/*.fstab files") [18:47] just tried a file called /etc/fstab.d/data.fstab [18:48] ah [18:48] right under it [18:48] "The /etc/fstab.d support has been reverted from mount(8) after upstream http://marc.info/?l=util-linux-ng&m=132740311801201&w=2" [18:48] thought it was too good to be true [18:49] interesting [18:49] i'll do it in upstart i guess [18:49] same post roughs out a way to mount from a fragment of an fstab [18:50] i'm generally liking the .d of things lately [18:52] it took me a while to come around to it [18:52] when it was xinet.d I hated it, I really liked inetd :) [18:52] makes so much more sense from a packaging aspect [18:52] Makes upgrades a lot easier [18:53] Package maintainer can change his files without affecting mine [18:53] being able to sneak an interface.d file in is so much nicer than having scripts to mangle interfaces file [18:54] has anyone found a nice way to clean up a package repo from old packages [18:55] hello, I have two libc6's installed and it is causing dep issues [18:57] How did you manage to install two of them? [19:01] bekks: it came like this [19:16] bekks: it seems to be actually some name issue [19:17] raijin: Can you be way more precise please? :) [19:20] bekks: http://paste.ubuntu.com/8618614/ [19:22] raijin: Can you pastebin "apt-cache policy libc6" too, please? [19:22] http://paste.ubuntu.com/8618628/ [19:22] ok [19:23] raijin: Can you pastebin "apt-cache policy libc6" too, please? [19:23] bekks: http://paste.ubuntu.com/8618643/ [19:24] raijin: That looks like an odd package source. [19:25] it is correct, I was having resolution issues as well [19:25] It's (one of) us.archive.ubuntu.com's IP address(es) [19:26] s/was/am [19:26] my vps was corrupted and I am attempting to configure the new one, and it came with all these issues [19:27] raijin: Can you pastebin a "sudo apt-get update && sudo apt-get dist-upgrade" then? [19:28] I will try it [19:30] same error [19:31] Whats the output of the commands asked? === satyag is now known as zz_satyag [19:32] how to know what OS is running on current machine, i am in ssh, but i dont know what it is running, because apt-get doesnt work for me:-/ [19:34] no nano as well :-/ [19:36] Alina-malina: lsb_release -a [19:36] maybe? [19:37] no that doenst work as well :-/ [19:37] bekks: i posted the pastebin [19:38] Alina-malina: cat /etc/*release* [19:38] oh super [19:38] it is centOS [19:38] :-/ [19:38] how i do the stuff there eh [19:38] raijin: The last pastebin isnt showing the commands I gave you. [19:38] yes it is [19:38] Alina-malina: iirc, yum install [19:38] bekks: http://paste.ubuntu.com/8618643/ [19:38] sarnold_: you're right but the package names vary substantially [19:38] oh [19:38] what is iirc ? do i need to add thate everytime? [19:38] !centos | Alina-malina [19:39] and there is no nano:( [19:39] oh [19:39] sorry [19:39] Alina-malina: sorry, "if I recall correctly" [19:39] bekks: you want the dist-upgrade results? [19:39] Alina-malina: `iirc` is "I I Recall Correctly" [19:39] or "If I Remember Correctly" [19:39] booo ubottu [19:39] raijin: I want the output of: "sudo apt-get update && sudo apt-get dist-upgrade" [19:39] oh:) [19:39] hehe [19:39] alreayd:)) [19:39] alright [19:39] * [19:40] bekks: sorry , here it is http://paste.ubuntu.com/8618794/ [19:41] sarnold_: quick question - is there any harm in running `do-release-upgrade -s` to see what breaks and stuff? [19:41] durig the upgrade process, that is [19:41] (LTS-to-LTS, that is) [19:41] teward: sorry, no idea, never tried it.. [19:41] * teward shrugs [19:41] meh, i'll backup my home dir... i'm going to need a new hard drive first... [19:41] hmm [19:41] (this is on my server :P) [20:25] Hmphh. Gmail's thoroughly unhelpful refusal to connect to my SMTP server continues to annoy me. "We are having trouble authenticating with your other mail service" explains nothing, especially since STARTTLS connections from desktop clients work fine. Sigh. [20:41] jdstrand, i think you can just answer. [20:41] i'm looking to do a sru to trusty of curtin [20:42] curtin is at 0.1.0~bzr190-0ubuntu1 in utopic [20:42] and want to bring the same (0.1.0~bzr190) to trusty [20:42] trusty is now at 0.1.0~bzr126-0ubuntu1 [20:42] what version string should i use for trusty-prposed upload ? [20:42] 0.1.0~bzr190-0ubuntu1~14.04 ? [22:01] i run ubuntu machines in exhibition / kiosk type scenarios, where process monitoring is key - i'm looking for a monitoring agent and server - any i should avoid or marry? [22:02] apart from opennms which should be taken out back and shot [22:04] hey, i have ubuntu server 12.04. I am missing /usr/bin/Mail. so i tried to apt-get install update-alternatives, but the package doesn't exist. anyone know what i'm talkin about? [22:06] sauce, try "sudo apt-get install mailutils" [22:09] dine909 sorry for the confusion, /usr/bin/mail is installed. I am missing the /usr/bin/Mail (upper M) [22:10] not sure what package that might be, definitely not a standard ubuntu package [22:10] opsview requires that path. no idea why. there is some historical reason for it [22:10] even opsview's apt packages from their repo [22:12] try running it under strace [22:12] see if you can work out exactly why it needs it and then symlink in the required file [22:13] or make a decision based on the strace output [22:13] pastebin it === Lcawte is now known as Lcawte|Away === IdleOne is now known as Guest88208 === Guest12816 is now known as IdleOne [23:28] Hey All, can I use any desktop distro as a desktop environment for ubuntu server?