=== Havenstance is now known as Haven|Home === RaptorJesus is now known as RaptorJesus_____ [00:06] sarnold: hey, seems like something you'd know - do you remember koneko, the old program that turned your cursor into a mouse and drew a cat chasing the mouse if it moved, and sleeping otherwise? [00:06] wondering if that code is sitting around anywhere :) [00:06] maybe i should check the old sunsite or whatever it was [00:07] hallyn: haha, that does sound vaguely familiar, but I couldn't tell you the name of the thing... [00:08] !info oneko [00:08] oneko (source: oneko): cat chases the cursor (now a mouse) around the screen. In component universe, is optional. Version 1.2.sakura.6-9 (trusty), package size 36 kB, installed size 126 kB [00:08] sarnold: the name was koneko, [00:08] d'oh [00:08] Pici: you rock, thx [00:08] Pici: haha, nice :) [00:08] hallyn: np :) [00:08] yay! there's a cat on my screen [00:09] hallyn: catbuntu? :) [00:09] I think we can all agree that mir won't really take off until this thing has been ported [00:09] alas it's not changing my cursor, but i can live with that [00:09] sarnold: hear hear! [00:09] my phone needs oneko === RaptorJesus_____ is now known as RaptorJesus [00:10] now i can get back to getting Xspice to work [00:28] hm, i honestly don't see how this was ever meant to work. 'qxl->st->dispatcher = some_fn(qxl)', where some_fn dereferences qxl->st_dispatcher->somefield [00:30] changing dispatcher from deadline to noop or similar? [01:12] it's at startup, qxl->st->dispatcher = red_dispatcher_init(qxl); [01:12] anyway my laptop's being comandeered, will have to look later [01:46] sarnold: ah, i see, the newer upstream git doesn't do it that way [01:46] hallyn: haha, good :) [01:46] what we need is a maintainer for this stuff [01:47] sarnold: you're bored right? :) [01:47] hallyn: lol [01:49] well i don't see how this ever worked anywyere. i suppose i could grab fedora pkgs and see what they do there, [01:49] but i guess best bet is to figure out how to make a pkg from git (bc they haven't done a new release tarball; but ther eare empty directories in git) [01:50] hallyn: which package is this? [01:50] sarnold: it's in libspice-server1, [01:51] though to exercise it you use xserver-xspice [01:51] my goal is to run ubuntu-desktop from a container [01:51] it's gonna ROCK [01:51] ooo [01:51] * hallyn does a king julian dance [02:11] bah git submodules are stupid [02:12] bc if i git clone git://a/b, then git clone b b-1, then i can't go into b-1 and do git submodule update [02:12] or maybe that's just bc this site is abbreviating in .gitmodules.. [02:14] does ubuntu have some web-based rss reader as a package? [02:17] not sure how you mean web-based. [02:17] you mean you'd run a server which fetches rss content, and you read it with a browser from your server? [02:17] ppl seem to like liferea, i use rss2email myself === Lcawte is now known as Lcawte|Away [02:18] then i have a cron script pushing the resulting emails to pocket [02:19] so i read them from my ereader and sometimes from fireefox with the pocket plugin [02:24] hallyn, I mean like news plugin for owncloud, but not ownloud [02:25] hallyn, meaning I can open gui ina browser from anywhere and read use rss. [02:26] hallyn: fwiw red_dispatcher_init() doesn't ring any alarm bells for me.. [02:26] red_dispatcher = spice_new0(RedDispatcher, 1); [02:26] init_data.qxl = red_dispatcher->qxl = qxl; [02:26] those two lines make it feel kosher [02:27] hallyn, ahh - i see - there is a tiny tiny rss plugin or something as a web gui? [02:28] sarnold: red_dispatcher_add_memslot() [02:28] it gets dispatcher which is the qxl->st [02:28] then it sends &dispatcher->dispatcher to dispatcher_send_message [02:29] dispatcher was NULL, so it's sending 0x88, which is the offset of dispathcer in RedDispatcher [02:29] then dispatcher_sned_message() dereferences that [02:29] hallyn: http://paste.ubuntu.com/7272383/ [02:29] hallyn: how on earth does -that- work? [02:30] it works like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729054 :) [02:30] Debian bug 729054 in xserver-xspice "Xspice fails to start (segfaults)" [Grave,Open] [02:31] hallyn: I'd expect that could only work if QXLWorker looked like struct QXLWorker { struct RedDispatcher foo; .. } [02:31] hallyn: hahahahaha [02:32] hallyn: such sadness :( [02:33] much corrupt [02:34] ddsss: there are a ton of options... but the nature of rss is that something has to fetch and/or store it; yeah you can run ttrss [02:34] http://s3hh.wordpress.com/2013/09/13/rss-over-pocket/ that's what i do. works great for me [02:35] maint.mk: found non-public submodule commit [02:35] oh for pete's sake [02:35] hallyn: the gift that keeps on giving... [02:36] haha, i just rm -rf the .git and then Makefile.am skips that annoying check [02:37] and... i've got packages. i'll wait a minute to take wagers about how badly they perform [02:37] 2 beers for "hoses the container entirely", 1 for "works worse than before", 3 for "fixes the bug" [02:39] IT WORKS [02:40] three beers for hallyn! [02:43] three beers >> three cheers :) [02:43] yes! :) [02:45] goodnight hallyn :) have fun breaking things :) [02:45] :) thx - good ngiht === zz_nhayashi is now known as nhayashi === sz0` is now known as sz0 === sz0 is now known as sz0` [04:28] any success installing phalcon on ubuntu 14.04? phpinfo not showing phalcon...have tried several times following same instructions i used to install on 12.04 and it worked for it === sz0` is now known as sz0 [07:42] Good morning. [08:08] Hello. Is it possible to have a smb mount act like a synced folder? (so that files are still there after umount) One way could be rsync every minute with another folder but I guess there is some better way :) === sz0 is now known as sz0` === sz0` is now known as sz0 === nhayashi is now known as zz_nhayashi === psivaa is now known as psivaa-afk === sz0 is now known as sz0` === TheBurgerKing_ is now known as TheBurgerKing === sz0` is now known as sz0 [13:09] hi all. This might be a stupid question, but I am setting up a mail-server following this: https://www.exratione.com/2012/05/a-mailserver-on-ubuntu-1204-postfix-dovecot-mysql/ and editing the amavis content_filter_mode file. It says to uncomment the lines in that file. [13:09] what I want to know is that does the @ serve as comments? [13:10] I would’ve thought the # were the comment lines and would be readily commented except in the files they’re not [13:15] DarkStar1: looks like they are already uncommented in the example, you are right, the # are comments [13:15] DarkStar1: Better follow this guide: http://ubuntuguide.org/wiki/Mail_Server_setup [13:16] Thanks guys. I just wanted to be sure because I know some setup files have 2 comment delimiters [13:16] DarkStar1: you are jumping in deep with that tutorial. While I think amavis is useful for protecting clients, something has to be said for just getting you major systems working first and adding things from there, if you are new? [13:17] mardraum: I am new. [13:17] work on understanding postfix first then [13:17] work out how you want to use php [13:17] for example, these days I prefer using php-fpm and nginx [13:18] Hello, can someone help me install something on my mount using apt-get ? [13:18] don't think because of that tutorial it's the only way [13:18] mardraum: I wish I had that luxury to understand postfix. But I am only a newbie admin and my boss insists on me setting this thing up within the next few days. [13:18] ugh [13:19] all of it? or does he just need mail coming in for now? [13:19] he/she [13:19] mardraum: no. I am meant to migrate a client’s email onto our system [13:19] ok [13:20] so after this setup I need to copy the db and the mail directories over [13:20] well the ubuntu defaults are useful. so question why you are changing something if the tutorial says you should, and try to understand the config files [13:20] for your testing, I still think you need to work on getting each service running where can [13:20] mardraum: you’re right [13:21] else you be trying to debugging clamav issues when your mail server can't even write to the filesystem :p [13:21] good louck [13:21] luck [13:21] mardraum: it’s just the timescale I have involved. I wanted to install everything first then test by sending emails. [13:22] I'd also suggest starting with 14.04 if you are comfortable with ubuntu itself [13:22] ok I will test the mail service first then install spam assassin and stop there I guess [13:23] mardraum: I am comfortable with ubuntu but can’t get 14 so I have to stick with the 12.04 for now [13:23] that's a shame [13:23] DarkStar1: how are you doing the client auth? [13:24] DarkStar1: are you planning to offer them webmail too? [13:25] mardraum: client-auth is via mysqldb, and yes they want roundcube or something better that at least allows users to change their password [13:25] are you ok with mysql/ [13:26] in terms of admin [13:26] Ok ish [13:28] I'm looking at moving to Ubuntu from Debian but I'm seeing some weird performance characteristics with regard to memory. [13:29] Using sysbench, block sizes below 512K are twice as fast on Debian as they are on Trusty. I don't understand why [13:29] mardraum: I’m a dev with basic admin experience. [13:30] DarkStar1: why did your boss give you sich a tight timeline for all thise new stuff? [13:30] this* [13:33] mardraum: because as far as he’s concerned I should be able to do it. Because some dev he hired elsewhere told him that these sort of things are easy. [13:33] DarkStar1, sounds like my boss, you sure we don't work for the same company? [13:33] lol [13:34] initech? [13:34] Havenstance: Knows squat about admin and development and insists everything is easy? They must’ve been manufactured at the same place :D [13:34] DarkStar1, exactly what I was thinking :) [13:35] my boss always wants to make windows do things linux can do and says oh it should be easy, my favotire one was when he told me to open the command line in windows and apt-get install it [13:35] I was like uhhhhh apt-get is a linux only command does not work with windows bro [13:35] rofl [13:35] well fix it, because it should be easy enough to do.... [13:36] *facepalm* [13:36] so I fixed it alright, machine in question runs ubuntu server as a base and has a windows VM on it :) [13:36] Havenstance who do you work for may I ask [13:36] a little grocery store up in Michigan [13:37] Why does your boss want apt-get [13:37] well hardware/grocery/gas station... [13:37] he had a linux only program he wanted me to run on windows [13:37] What is his ultimate goal [13:37] what linux-only program [13:37] told me to apt-get install it from the windows command line... [13:37] hell if I remember its been over a year ago now [13:37] kk [13:37] at the time it didn't have a windows version [13:38] was this a back-end server or what [13:38] no actually it was a windows client machine [13:38] Havenstance I can top that [13:38] had a couple programs on it for sales. [13:38] I put ubuntu server on it because I like the installer for server [13:39] DarkStar1, really? [13:39] so now everyone has to deal with balls slow windows VM [13:39] nszceta, sure, but it fixed the problem [13:39] epic [13:39] virtualbox? [13:39] he got his precious apt-get on windows [13:39] nszceta, yes, with winxp as a backdrop [13:40] well client [13:40] omfg [13:40] Me : “when I install this mail server, I will install spamassassin because I’ve been advised to, and it may take sometime for it to learn as I’ve been told so let the client be aware that some mails may not get through whilst it’s learning” [13:40] its actually not that slow cuz all of a our cash registers are quad core machines [13:40] noob managers + technology is just mind boggling [13:41] DarkStar1 why would it block while learning? [13:41] nszceta, I have since upgraded all of them to w7 at the time we had lots of XP disks floating around so I threw it together to see if it'd work [13:41] doesn't make sense. should be permissive and increasingly stringent [13:41] Havenstance makes sense [13:41] Boss : “That’s not true. Spam filtering has been around for years and everybosy does it now. Google will not say these kinds of things. Can’t you just download one that already exists?” [13:42] DarkStar1 just use google mail for business then [13:42] that was my thought lol [13:42] boss clearly gives no shits, get google [13:42] nszceta: I was just repeating what I was told. that the spam filter may target some mail as spam. [13:42] nszceta: I told him that mail service is not an easy thing and I didn’t want it on my plate [13:42] and its true it may, some things as it becomes more restrictive may get blocked and you have to add custom filters in [13:42] but he went ahead and got it [13:43] got what [13:43] the client’s contract to manage their mails [13:43] now outsource that contract to google [13:43] take the cut in the middle [13:43] why stress? [13:44] nszceta: He won’t “We’re an IT company. we shouldn’t be buying IT services from elsewhere" [13:44] So I’m playing admin and dev. [13:44] wow do you still work for those shills? [13:44] yeah I was gonna say he'd be down an admin guy [13:44] email is surprisingly difficult to do well. using an established provider isn't just lazy, it's actually a good idea [13:44] exactly [13:45] at least with my boss I can usually figure out some bullshit scheme that will work for what he wants and moving on [13:45] there are 2 important things that anybody wants when you for for them [13:45] 1) you have to make them look good [13:46] 2) you have to make your customers look good in front of others [13:46] *when you _work_ for them: [13:46] how you get there is irrelevant [13:47] DarkStar1 so how is the mail contract [13:47] is your boss still hazing you with mail server implementation [13:47] yup, that's was the case with this guy, he wanted something windows couldn't do [13:47] nszceta: All I know is that I have a few days to do all of this. [13:48] You have to outsource the solution to something already established and wire it up in the next 1-2 days [13:48] nszceta: has had me put the email server with the web server [13:48] because they paid for one server. [13:48] how far along are you [13:48] so I gave him windows over linux so he could run linux programs and since there is only one real program that runs on that vm it isn't too bad. been thinking of trying to get WINE to take it and getting rid of win totally [13:49] nszceta: well webserver is up and running. [13:49] DarkStar1, have you looked at zentyal? I use that here for our web mail and the such [13:49] this looks shady but might work http://www.iredmail.org/ [13:50] man I hate that kind of situation [13:50] Havenstance: I have to do as he says. [13:50] support for it sucks so i've had to get a crash course myself but it seems to work well, supposidly its a complete replacement for exchange server and also has a built in apache server [13:50] DarkStar1, what OS is he forcing you to use? [13:51] Havenstance: I use whatever I want [13:51] as long as we’re not outsourcing anything [13:51] so I’m using ubuntu [13:51] okay, give zentyal a test in a vm, it might do just what you want [13:51] it runs over server 13.10 right now, afaik it hasn't been tested on the new lts [13:52] but that's the community edition, the commercial edition runs over lts distros and gets fairly decent support in terms of you can call someone and they'll call you back within a set time frame [13:52] http://www.zentyal.org [13:53] its got a firewall, av, and it uses openstack as the email client. makes it all fairly simple to setup, i just deployed a new network controller here in a little over two hours [13:54] brb coffee break [13:55] I updated my server from 13.10 to 14.04 and my wordpress no longer works but my apache is still running and seems to work just fine any ideas? [13:55] Havenstance: not sure I can get the 13.10 os templates for the VM yet. + I have the web server running perfectly and I don’t want to spend my 3 day weekend working on this if I am tbh :( [13:55] check the apache logs, Kawaiola [13:56] How would I check the apache logs I'm pretty new to linux to be honest haha [13:56] Kawaiola, they are in /var/log/apache2/ by default. [13:57] Okay I'll go look [13:59] There is nothing in the logs does that mean it reset when I updated the server maybe? [13:59] Kawaiola, is access.log empty too? [13:59] i have an ubuntu 14.04 live cd customized with a new package and everything goes well into it executes a post install script that calls "ldconfig".. it appears that this program is not available in the environment that's spawned by the installer.. any hints here? :-/ [14:00] funcoland1 ldconfig must be run with elevated privs [14:00] Meerkat, Let me check [14:00] Meerkat, Yeah those are empty too [14:01] nszceta: there is no sudo inside the shell that's created during the installation of ubuntu server.. and when i hit ALT + F2 to drop into a shell calling the "ldconfig" program manually makes it says "ldconfig: not found" [14:02] Meerkat, So I think maybe all of the services reset mysql and php are back to defult too but I can't even find my wordpress files at all [14:02] Meerkat, So basically I think I'm going to have to rebuild them at this point. [14:03] funcoland1 type 'which ldconfig' [14:03] and give it the full path [14:04] does any body knows how to use apt-get to install something on a specific mount ? [14:04] nszceta: i did /usr/bin/which which and it's telling me /usr/bin/which is not found [14:04] wtf [14:04] you are missing the most basic utilities [14:04] i'm wondering, if i should just have it install the packages during the post installation script [14:04] Does Ubuntu Server use a different version of the Linux kernel than Ubuntu Desktop? [14:04] yeah i know [14:05] i think what it is is during the installation of ubuntu server the shell is limited.. i think it's called busybox [14:05] I don't know which ubuntu package can help you. I usually use Arch, CentOS,and OS X [14:05] Stats_Ethan: No. [14:05] Kawaiola, enter 'a2query -s' and tell me what it returns. [14:05] yeah the installation has a limited envir [14:06] I've never remastered a linux image [14:06] Meerkat, 000-defult (enabled by site administrator) [14:06] thanks anyways [14:08] Meerkat, That is all it came up with when I typed that command in [14:08] Kawaiola, now enter a2ensite and press tab a few times until it shows some files. Which files are shown? === TheBurgerKing_ is now known as TheBurgerKing [14:08] Meerkat, 000-default.conf defaultssl.conf [14:09] Meerkat, That is all that came up over and over again when I ran that one [14:10] nice one, update fails on slapd [14:10] now ldap is no longer working [14:12] Kawaiola, enter 'a2dissite 000-default'. Then 'a2ensite 000-default.conf'. Then reload apache, 'sudo service apache2 reload'. [14:12] Meerkat, Okay [14:13] Kawaiola, apache 2.4 requires sites to have the .conf file ending. So people have to fix this manually, I guess. [14:13] Kawaiola, does the site run now? [14:14] Meerkat, Let me check I just reloaded it [14:14] Meerkat, Yeah! it is thank you would you mind explaining to me what I did and why that fixed the issue I was having [14:16] Meerkat, Was it because of the order of which apache goes and looks for the file directory because I know I had to put .php before .html in the beginning because it would still load the default apache webpage [14:17] In apache 2.4, which comes with ubuntu 14.04, all site configuration files must end with .conf. You disabled the old site (000-default) with the properly named site (000-default.conf). [14:18] Meerkat, Oh okay that makes sense [14:18] Meerkat, Thanks for your help [14:18] Meerkat, I was freaking out I thought I was going to have to rebuild the entire thing. [14:22] why the fuck did the upgrade delete /var/lib/ldap content === TheBurgerKing_ is now known as TheBurgerKing [14:23] Aison language! family friendly channel here ... [14:24] yeah, but it is a little bit ennoing, that an upgrade can delete a whole database [14:24] indeed. still need to be polite and professional in here though [14:26] anyway, no idea what to do now [14:27] there's a no-cursing rule in a server chat? [14:27] wt* [14:30] Aison: restore the backup? [14:30] !guidelines [14:30] The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [14:30] bekks, yes, that's one possibility, but an ennoing one [14:31] the point is, the fucked up server IS the backup server. So I have to move the backup media to another server first [14:31] Imagine how annoying it would have been if you didn't have the backup [14:31] Aison: you were asked nicely to not swear [14:32] Please don't do it again [14:32] !guidelines|Aison these are the rules - for everyone. [14:32] Aison these are the rules - for everyone.: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines === Lcawte|Away is now known as Lcawte [15:15] ok, when I playback the /var/lib/ldap directory and do apt-get dist-upgrade to upgrade slapd, it always removes the whole content of /var/lib/ldap [15:15] nice one... [15:16] to be concrete, It is moved to /var/backup [15:34] has anyone installed phalcon php on 14.04 yet? [16:13] Aison: what sort of upgrade are you talking about? [16:17] pmatulis, trusty (slapd version is the same as before, but upgrade failed) [16:19] but removing the ldap database before upgrade and add it back after upgrade works [16:36] Bon weekend a tous [17:12] how to remove plymouth safely? === mjohnson151 is now known as mjohnson15 [17:43] I just installed Ubuntu Server 14.04 and it ignores static IP assigned by router's DHCP server altogether. On every boot it picks a new address. Any help is appreciated. [17:54] I'm working on getting a MAAS server setup. Is there anyway I can check the progress of the boot image import? I've been waiting over an hour and it doesn't seem to have completed. [17:54] There's no appreciable net traffic on the box, and the logs in /var/log/maas aren't terribly enlightening [17:54] anywhere else I can look? [18:02] qhartman, unless its changed recently, you should see some wget's running in the background [18:11] Morclye: I saw a bug report recently about a dhcp client sending the literal string .. [18:14] Morclye: see if this looks similar https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1308968 [18:14] Launchpad bug 1308968 in isc-dhcp "isc-dhcp-client sends string literal "" instead of hostname" [Undecided,New] [18:17] anyone know of a good linux backup solution? [18:17] im running 13.10 server if that helps [18:17] rsync [18:18] duplicity? [18:18] dd [18:18] tar [18:18] I have a server here that hosts samba shares I want to back those shares up off site to another server [18:18] samba with acl's? [18:19] amanda and bacula seem popular among 'larger' installations [18:19] patdk-wk, yes, the server actually uses zentyal as a front end [18:19] but sounds like a job for rsync or duplicity depending on how yo uwant it [18:19] okay thank you i'll look into both of them and see if they fit our needs [18:19] sarnold, depends on the backup target, really [18:20] one day, Iwill get amanda or bacula setup [18:20] the boss was interested in URbackup but trying to get it to run on linux is like pulling teeth don't wanna spend too many "man hours" on it [18:20] or maybe Inever will, and will dump all my lto3 stuff, and buy all new lto6 [18:20] Havenstance, that would be amanda/bacula :) [18:20] duplicity will give you simple backups over like ssh with versions [18:21] rsync will give you a backup, but only current copy [18:21] yeah that's what he wanted actually almost to a t [18:21] I use backuppc for workstation backups, but I stick to rsync scripts for servers [18:21] i'll look into the 3 and see what I can come up with, maybe a combination of 1 or 2 would actually suffice. wouldn't matter much as long as I can set the backup location. [18:22] duplicity uses rsync [18:22] the versions can be stored on the server locally then we could back the entire location up at a set time off site so either way it should work. [18:22] but instead of just dropping the files exactly like it read them, it packages them up [18:22] how about a way to restore the backups in event of a failure? [18:23] rsync? yo ujust rsync it back, or copy it how ever you want [18:23] duplicity, you just extract it [18:23] Yep [18:23] perfect [18:23] duplicity basically wraps rsync into *tape files* [18:23] sounds exactly like what i'm looking for i'll check em out thank you [18:24] it's how I backup my laptop [18:35] sarnold: Thank you. I will try for now modifying /etc/network/interfaces and set static IP on server end instead of router, at least for now. Hopefully that'll work. [18:35] Morclye: heh, yeah, if that doesn't work we're all in big trouble :) [18:39] the only way dhcp wouldn't work right is, config error, or rouge dhcp server [18:41] patdk-wk: heh I wish that were true, we went through quite a few rounds of updates for dhcp clients, especially in the face of udp checksum offloading and virtio-based nics, iirc.. [18:41] patdk-wk: I had a suspicion Morclye's run into this: https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1308968 just based on his description of the symptom he saw.. [18:41] Launchpad bug 1308968 in isc-dhcp "isc-dhcp-client sends string literal "" instead of hostname" [Undecided,New] [18:42] you'd have thought that we'd have dhcp down by now. guess now. :) [18:42] oh, I only assign static ip via mac address [18:42] never had an issue [18:43] :) [18:44] My router has hostname and MAC address required when assigning static IP outside automatic DHCP range. [18:44] Can't tell which is primary though [18:44] normally they do it via mac, and use hostname for a local dns lookup [18:53] sarnold: After finding how to assign static IP to server end things started to work. Thanks againg for helping out relatively new Ubuntu user :] [18:53] * again [18:53] Morclye: nice :) have fun [18:53] yay, got mod_spdy for trusty compiled [18:54] now nothing holding me back from upgrading my webservers [19:11] Hi, what solution is better and easier. A tower server or a qnas as a webserver? im going to have like 5 diffrent domains with wordpress [19:11] qnap* [19:13] NAS systems are usually built "just enough" for their own storage processing needs. If your needs are light it might do okay but I'd make sure it even has the grunt to handle wordpress and mysql and soforth. [19:14] Aison: an upgrade from Precise or from Saucy? [19:16] Aison: and the only thing that saved you was the backup that was placed under /var/backup ? [19:22] adam_g, Thanks for the tip. I didn't see anything like that when I looked, but apparently something worked, I have them now that I've come back from lunch. [19:24] hmm, you could run like 1000 wordpress sites on a tiny nas [19:24] the question is how much rps it will hve, and how large the wordpress db's will be [19:35] pmatulis, from saucy to trusty. The backup in /var/backup was corrupt also. The only thing that saved my database was the one from the dayli backup to the tape drive [19:36] pmatulis, I upgraded now two machines. Both ldap databases were completely killed during the update [19:36] pmatulis, I had to playback both from the tape backup (bacula) [19:37] pmatulis, the only way to finish the upgrade was even to remove all ldap config files from /etc/ldap, then I finished with dist-upgrade [19:38] dist-upgrade failed always [19:38] when there was some ldap database data === markthomas is now known as markthomas_afk [19:44] sarnold, my sites have like 2-3000 unique users/month [19:45] and i need the storage for my videos :P [19:45] so can i use it as a web server + storage [19:46] i see that they have like 2-3 GB ram and a bad dual core :P.. is this enough? [19:47] Hi, i did "do-release-upgrade" on my ubuntu server and now my log daemon diappeared. What can I do to reinstall the daemon? [19:47] DonRichie, do you mean rsyslogd? [19:48] I had klogd and sysklogd running [19:49] looks like for klogd you need to install busybox-syslogd [19:49] aside from that, I'm not sure, it's not apackage I use [19:50] busybox sounds wrong to me. Its this multi purpose binary. [19:50] ahmadgbg: ah maybe it'll do well, that's pretty quiet.. [19:50] I wonder what happened to klogd [19:50] I thought this daemon runs to log kernel messages [19:50] aptitude says it's provided by busybox-syslogd [19:52] if you really want to use that one, I think that's what you need. That said, I find the default rsyslog to be a very flexible and reliable system, so unless you have a particular reason to use klogd it might be worth investigate switching [19:52] I will install rsyslog daemon instead. Do you have information about how the kernel log daemon (klogd) works and how I can restore it? [19:52] I am a little bit unsure how the gears work together [19:53] sarnold, its better to build a computer and install linux right :P [19:53] I know about the syslog daemon and that he listens on the device /dev/log but never heard about this kernel log daemon [19:55] rsyslog should replace all the functionality that klogd provides. I suspect it's already there and working with a default install. If you need it to collect remote logs, you only need to uncomment the appropriate lines near the top of /etc/rsyslog.conf [19:59] Thanks for the answers qhartman. I installed rsyslogd now and a little test with logger succeeds again now as espected. If you say I don't miss any functionality from klogd I am fine with it :) [19:59] You shouldn't. klodg is a very minimal logger. I would be surprised if it does naything that rsyslog does not [20:00] It came with the basic ubuntuserver 12.4 installation [20:00] ah, that makes some sense. That install is targeted to low-spec machines, so they would have chosen the most light-weight logger available [20:00] Then I upgraded to 13.10 and it was still there. Now on 14.4 it disappeared during the upgrade [20:01] klogd died when rsyslogd came in [20:01] I think I can dispense some little resources for a good logging daemon^^ [20:02] indeed. Any rate, glad you're going again [20:03] Thanks for your help [21:10] sarnold, how do I get someone to look at a bug? [21:10] i have a cronjob which just sends an OK message via send_nsca to nagios, verifying that my crons are running, but sometimes it times out and generates email, even though i’m redirecting output at the end with 2>&1 >/dev/null, any idea what obvious mistake i’m making that i should be immune to after 15yr of using cron? ;d [21:10] seems like this one is just getting missed, due to people not testing it [21:10] bug #1286911 [21:10] Launchpad bug 1286911 in xtables-addons "Kernel Panic using 14.04" [Undecided,Confirmed] https://launchpad.net/bugs/1286911 [21:11] suprised it made it to release, since I reported it awhile ago [21:28] Patrickdk: hrm, that one might be difficult; to get the thing updated through the security team, it'd be best to get some CVEs assigned for the crashes and just put together specific fixes for the crashers [21:29] Patrickdk: we might also be able to handle this as an SRU update if the changes between 2.3 and 2.4 were entirely bugfix and reliability fixes [21:29] I only went over a quick diff of it [21:29] looked like it to me [21:30] I gave up attempting to track down what specific module caused it to crash === markthomas_afk is now known as markthomas [21:32] ya, I could try it sometime [21:32] my firewall doesn't load just the ones it needs, currently, it just loads all [21:46] ok, updated bug report, crashs when iptable_rawpost is loaded [21:47] hah ,that's why 2.4 fixes it, it just removes the whole thing [21:48] :) [21:56] atleast that should be an easy sve, just tell it not to install that module anymore, simple [21:59] When I change interface configuration in the MAAS interface, should I expect that to actually make changes to the network config on the server? It does not seem to... === RaptorJesus_ is now known as RaptorJesus [23:52] Hi I need help from a permissions expert. I have a Ubuntu 12.04 server. Just installed Plesk, and went to change permissions on a directory from read and write (700) to read only. I was still in SU mode, and typed chmod 0544 -R/Music. It appears to have changed my permissions for the entire file system. I googled the info for read only. Can anyone help me get back to a normal state please? [23:54] Guest67771: can you pastebin the output of ls -l / ? [23:57] guess he didnt like you