=== ming is now known as Guest53326 === markthomas|away is now known as markthomas === zz_DenBeiren is now known as DenBeiren === markthomas is now known as markthomas|away === markthomas|away is now known as markthomas === markthomas|away is now known as markthomas === wolsen_ is now known as wolsen === markthomas is now known as markthomas|away [07:23] How do you guys update your server kernel without rebooting? [07:23] Or is that not possible [07:23] There is ksplice but not widely used [07:23] !info ksplice [07:24] ksplice (source: ksplice): Patching live kernel without having to reboot. In component universe, is optional. Version 0.9.9-5 (utopic), package size 527 kB, installed size 3525 kB (Only available for i386; amd64; arm; armel; armhf) [07:24] Do you have any idea if there's any side effects doing this compared to a full reboot, [07:24] Will take a look at ksplice [08:09] pmatulis: Research about what? === Lcawte|Away is now known as Lcawte === bladernr_ is now known as bladernr-malta === kickinz1|afk is now known as kickinz1 === Lcawte is now known as Lcawte|Away [09:36] https://en.wikipedia.org/wiki/Kpatch === kickinz1 is now known as kickinz1|afk [09:51] in 4.0 ye :) === Lcawte|Away is now known as Lcawte === kickinz1|afk is now known as kickinz1 [10:29] Good afternoon === kickinz1 is now known as kickinz1|afk [11:17] Hi! I'm trying to lease a prefix from my service provider using "dibbler-client". When i start it i just get a segfault. [11:19] I know there is a newer release of it where this bug seems to be fixed. But when are the ubuntu maintainers going to update the package from the currently very unstable 1.0.0RC release? This launchpad.net bug report have been inactive for a year... [11:20] https://bugs.launchpad.net/ubuntu/+source/dibbler/+bug/1313215 === DenBeiren is now known as zz_DenBeiren === ahasenac` is now known as ahasenack === zz_DenBeiren is now known as DenBeiren === acidflash_ is now known as acidflash === kickinz1|afk is now known as kickinz1 [11:58] hi guys [11:58] what is this happening on Ubuntu 14.04 every time ? percona-xtradb-cluster-server-5.6 : Depends: percona-xtrabackup (>= 2.2.5) but 2.1.8-1 is to be installed [12:05] PPA? [12:06] YamakasY: do you have any PPAs enabled? === Lcawte is now known as Lcawte|Away === DenBeiren is now known as zz_DenBeiren [12:32] teward: nope, but should I ? [12:32] I have the percona repos [12:32] lordievader: ^^ [12:32] * YamakasY was doing some dishes :D [12:33] teward: What is the output of 'apt-cache policy percona-xtradb-cluster-server-5.6 percona-xtrabackup'? [12:34] lordievader: that would be me ;) [12:35] Err, yes. [12:35] lordievader: hehe [12:35] lordievader: failping :p [12:35] my internal repo is higher, so the ubuntu mirror [12:35] lordievader: needs some coffee :D [12:35] YamakasY: May I see the output? [12:37] lordievader: what do you pay for it ? :P [12:38] http://pastebin.com/m529Gfrs [12:38] I don't, you do ;) [12:38] hehe [12:38] But to answer your question, different sources. [12:39] It tries the pull package A from repo.percona and package B from mirror.domain. [12:39] yap as local is higer [12:39] higher === jvwjgames_ is now known as jvwjgames [13:05] merci lordievader and teward === kickinz1 is now known as kickinz1|afk === Lcawte|Away is now known as Lcawte [13:44] is there a way to wipe out mysql server and redo it from scratch on a given system (my laptop)? [13:44] is it just a purge of the mysql-server packages and a reinstall? [13:46] teward: Yep. [13:49] teward: I would remove /etc/mysql and /var/lib/mysql also [13:49] YamakasY: shouldn't an apt-get purge do that? [13:52] teward: not for /etc/mysql [13:54] ok thanks [13:56] well apparently it's not working right... it can't start after installing now [14:24] YamakasY: apparently removing /etc/mysql will break everything, such that you have to remove all mysql components with purge then reinstall. Then you have to beat the configuration for server until it works. Might just nuke /var/lib/mysql next time. [14:25] teward: What are you trying to accomplish by abuseing your server? [14:25] teward: read backlog [14:26] teward: yes it is, purge will do that [14:27] OpenTokix: it's not abuse - it's in a VM :P [14:27] trying to reset the mysql database to factory settings :P [14:27] databases* [14:27] teward: no, purge and than remove :) [14:27] which i did, still exploded [14:28] OpenTokix: no purge will leave /etc/mysql [14:28] can't I do this on daily base and doing now atm also [14:28] meh fixed now === kickinz1|afk is now known as kickinz1 === bilde2910|away is now known as bilde2910 === rattking_ is now known as rattking === kickinz1 is now known as kickinz1|afk [15:45] so /mnt is chownd to a group ... a user in that group however .. cant make a directory in /mnt/ without sudo [15:45] why [15:45] ? [15:47] because the directory does not have group write privileges [15:58] Questions guys, i have done apt-get remove syslog-ng. after i did updatedb and locate syslog-ng and files are left. how can i clean them? === zz_DenBeiren is now known as DenBeiren [15:58] apt-get purge === markthomas|away is now known as markthomas [16:05] patdk-wk: its still there === essembe is now known as sbeattie [17:32] for the server side, is there a specific partitioning scheme I should use compared to the desktop? [17:35] it's common to have different filesystems for / /boot /home /var /tmp on servers, to make it more difficult for users to fill important filesystems or make cross-filesystem hardlinks, etc. [17:36] but feel free to partition however you wish, if you dn't want to deal with /boot filling up before the autoprune feature removes older kernels, I'd understand ) [17:37] and if you don't have multiple users you likely don't care about them filling a filesystem, so maybe not a need for separate /home [17:37] sarnold: that is the answering I'm looking for [17:37] its really up to you. [17:38] I'm typically follow / /boot /home swap [17:38] that is how I set it up on the desktop version [17:38] what is the purpose of the server? That'll help you decide how you may want to partition it up? [17:39] I want to install openstack because I want to be able to run cloud foundry [17:39] in order to run it, you need to setup qemu, open stack and then install cloud foundry [17:39] that is why I'm using ubuntu server [17:39] plus, understand the server side too [17:39] for example mysql dbs are stored in /var/lib/mysql. you may want to make that partition larger than others [17:40] right [17:40] I'm not too familiar with openstack, but kvm stores images in /var/lib/images i think, so that could be a partition. Thats how I'd think of it [17:40] right [18:07] net drops out every day at very same time, 19.49 and has been so for 7 days... verified that it occurs on wan side of router (pc with ubuntu server 14.04 and shorewall) any idea how to debug this.. can't see anything in logs [18:11] cron job? [18:12] automatic sprinkler system soaking your internet connection? [18:23] devster31 how would cron job cause it ? [18:24] I don't know, I don't know what cron jobs you have, I suggested it simply because you said exactly at 19:49 every day for 7 days, seems pretty specific and consistent with a cron job [18:28] devster31 can't see anything suspicious in /var/log/ files [18:28] then I have no ida [18:28] idea [18:45] i upgrade to 14.04.2 or whatever with the do-release upgrade [18:45] now my bridge comes up but no packets flow [18:45] possible causes? === kannan__ is now known as kannan [18:49] oh, no network interfaces work period! [18:50] you first need to feed us details before we do tricks [18:51] oh good. looks like a virtio-net bug [18:54] disregard [18:57] sorry - Monday here. ;) [18:59] Hi! i’m trying to get https://code.launchpad.net/~d-jj/ironic/ironic-conductor/+merge/257565 merged due to a regression we found. cc zul, jamespage or coreyb any advice? [19:15] hm in bash reverse-search mode, how do you 'reset' ? [19:16] Sling: delete? [19:17] and ofc im on a macbook :p [19:17] damn you apple === Pupeno_ is now known as Pupeno [19:39] is anyone using gosu as a standard sudo replacement? [19:51] Hi all. I've configured my ubuntu for routing /proc/sys/net/ipv4/ip_forward = 1; masquerading in post routing -o eth0.. I'm tunneled into it and I've configured my route to use this gw. but it not works :/ what I'm wrong ? [19:57] http://paste.ubuntu.com/10915472/ [20:00] I'm an idiot! for testing purpose I've configured filter FORWARD policy to DROP [20:01] Some day ago [20:01] woo :) I'm glad you found it, the pastebin looked alright.. [20:18] j^2, is there a bug report for that? [20:18] * jamespage looks [20:18] jamespage: honestly dunno, it was brought up via the openstack-chef project [20:18] j^2, https://bugs.launchpad.net/ubuntu/+source/ironic/+bug/1429962 [20:18] yep [20:19] that’s it [20:19] looks like it’s linked too jamespage [20:20] Good evening, can't you guys please help me. I have no logging to my messeags/syslog file. I have rsyslog running. [20:21] j^2, ok - taking a look now [20:21] jamespage: thanks! [20:21] j^2, as vivid has now released, will probably deliver list alongside the stable update to kilo release later this week [20:21] list/this [20:22] jamespage: no worries, i just want to make sure it’s in the pipeline and i haddent missed anything [20:22] j^2, I think that changelog was a bit inaccurate :-( [20:22] which one? === kickinz1|afk is now known as kickinz1 [20:44] j^2: I don't think the update to the init.in was ever actually made - reapplying now [20:44] jamespage: heh, lovely. Thanks for looking into this :) === bilde2910 is now known as bilde2910|away [20:50] j^2, no problem === kickinz1 is now known as kickinz1|afk [20:54] jamespage: nice thanks! === kickinz1|afk is now known as kickinz1 === kickinz1 is now known as kickinz1|afk === kickinz1|afk is now known as kickinz1 === kickinz1 is now known as kickinz1|afk === Lcawte is now known as Lcawte|Away === Pupeno_ is now known as Pupeno