/srv/irclogs.ubuntu.com/2014/05/28/#ubuntu-devel.txt

=== jono is now known as Guest50754
Chipmadnessanyone here?04:49
=== ted is now known as tedg
xnoxpitti: adt tests are feeling sad, it seems.06:20
pittixnox: morning06:20
xnoxpitti: insserv: warning: script 'S02autopkgtest' missing LSB tags and overrides06:20
xnoxinsserv: Service udev has to be enabled to start service nut-server06:20
xnoxinsserv: exiting now06:20
xnox =))))06:20
xnoxpitti: morning. =) where is autopkgtest init script comming from?! =)06:20
pittixnox: yep, just saw; looking at mdadm now (breaking udisks2)06:20
xnoxpitti: i guess autopkgtest is in $ debcheckout -a ?!06:21
pittixnox: that's from adt-virt-qemu06:21
xnoxoh, ok.06:21
pittixnox: on my list, but the warning is less urgent06:21
pittixnox: nut's autopkgtest show unhappyness with udev's06:21
pittiinsserv: Service udev has to be enabled to start service nut-server06:22
pittixnox: so I suppose we are missing some corresponding update-rc.d calls?06:23
pittixnox: or rather, we need to fix bug 1312836 in debhelper and rebuild the packages06:25
ubottubug 1312836 in sysvinit (Ubuntu) "[systemd] dh_installinit does not create /etc/rc*.d/S??foo if there is an /etc/init/foo.conf" [Undecided,In progress] https://launchpad.net/bugs/131283606:25
xnoxpitti: true.06:27
pittixnox: ah, mdadm-raid is also just from udev.init (Provides:)06:27
dholbachgood morning06:29
dholbachlarsu, HAPPY BIRTHDAY! :-)06:29
xnoxpitti: ok. let me upload debhelper, and then we'd rebuild systemd, check postinst is sane (and calls update-rc.d) and depends on the right version lsb-base.06:30
pittixnox: so we already call dh_installinit -R --no-start06:30
pittixnox: in theory that ought to craete an /etc/rcS.d/Snnudev, but it seems it doesn't; that's exactly this bug, right?06:30
xnoxpitti: it doesn't, because of above bug, yes. Uploading now.06:34
pittixnox: right, just cross-checking that I'm understanding this right06:34
xnoxpitti: not bug, but intentional change in debhelper.... but yeah, now it became a bug.06:35
=== tedg is now known as ted
pittixnox: I'm building systemd now with the change reverted locally06:40
=== ted is now known as tedg
TheMusoc06:41
pittixnox: FYI, I added block-proposed again; even if we fix it for udev and the few others which are spotted by autopkgtests, we probably still need to rebuild a few other packages06:47
xnoxpitti: ack.06:49
=== charles is now known as charles``
=== charles__ is now known as charles
=== Ursinha-afk is now known as Ursinha
xnoxrebuilding systemd.... slowly.....06:54
pittixnox: my first attempt was broken, I forgot to change postinst-init-norestart too06:56
pittinow I changed them all, like in https://patches.ubuntu.com/d/debhelper/debhelper_9.20140228ubuntu2.patch06:56
pittimvo: halp07:01
mvopitti: holp!07:01
pittimvo: what was the magic option to apt-get to say "force refresh through proxy"? this is totally not googleable :(07:01
sarnoldpitti: Acquire::http::proxy::192.168.122.1 DIRECT;07:01
pittisarnold: wow, I've never seen that one07:01
sarnoldreplace IP as needed :)07:02
pittiI rememvered something like acquire::http:blaproxybla=refresh or similar, not with IP numbers07:02
sarnoldpitti: it's the only way to test packages from a local repository and still use a local caching proxy sanely. :)07:02
sarnoldoh :) there might be something better then? hehe07:02
mvopitti: oh, this is the one you are look for ? yeah, what sarnold said, but you may need -o Acquire::http::No-Cache=1 for transparent proxies07:02
pittiI mean, the proxy has broken/outdated _Packages, and I want to circumvent it / tell the proxy "refresh your files, d***it"07:02
sarnoldpitti: ahhh. no idea there, sorry.07:03
rbasaksarnold: I do that sort of thing at proxy level. You can tell squid.conf to always refresh.07:03
pittimvo: thanks; still didn't help, but I'll experiment further07:03
rbasak(only for Packages|Release etc)07:03
sarnoldrbasak: that would make creating new VMs a little easier :)07:03
mvopitti: hm, the no-cache sends a cache-control: no-cache header, so if the cache is not honoring this its … broken07:04
xnoxpitti: actually, with such a change rebuilding systemd i get strange postinst.07:04
pittisarnold: so your command wouldn't work for the transparent proxy on the canonical network supposedly?07:04
xnoxpitti: http://paste.ubuntu.com/7534673/07:04
rbasaksarnold: http://paste.ubuntu.com/7534674/07:04
mvorbasak: squid-deb-prroxy  uses that too07:04
pittixnox: oh? it looks quite alright here; and if I ever get rid of the hash sum mismatches I could even test it..07:04
pittixnox: ah, I get the same07:05
rbasakpitti: does that help you?07:05
sarnoldrbasak: oww my eyes glaze over a bit :)07:05
xnoxpitti: it should (a) only one section added by dh_installinit (b) only one call to update-rc.d with the right arguments, i believe.07:05
rbasakJust lines 28 and 29 are what matter.07:05
pittirbasak: sorry, what is "that"?07:05
rbasakThey cause squid to always check for updates to Release and Packages.07:05
mvopitti: *cougt* there is a plan to fix the hashsum mismatches that involves rbasak :)07:06
rbasakpitti: my squid.conf in above paste07:06
pittirbasak: (and I don't know what the canonical network uses, presumably squid?)07:06
rbasakDoing this completely prevents hash sum mismatches from propogating through a proxy.07:06
pittirbasak: ah, I suppose it's out of my powers to fix that; I'll try the hotel network07:06
pittibrb07:06
mvopitti: or talk to is maybe?07:07
rbasakIS also altered the way the files are packaged, so hash sum mismatches should never get cached anyway.07:07
sarnoldrbasak: oh, I've already got that. I wonder why I needed the DIRECT apt-get configuration..07:07
rbasakErr...s/packaged/published/07:07
pittixnox: I know why07:10
pittixnox: /usr/share/debhelper/autoscripts/postinst-upstart-replace07:10
pittixnox: that needs to go07:10
pittixnox: for testing we can just empty the file, for the upload it shold also be dropped from dh_installinit07:11
xnoxpitti: \o/ yes!07:12
pittixnox: as in the current diff07:12
pittimvo: hotel network also didn't help, so I suppose it's something else; I'll try a different mirror07:13
sarnoldpitti: it might be worth reporting in #ubuntu-mirrors -- they can sometimes poke a refresh07:14
pittisarnold: well, I'm still sceptical -- it happens on de.archive and archive alike07:14
sarnoldpitti: oh, interesting07:15
* pitti tries it.archive07:15
pitti\o/07:15
pittiok, that and local apt-cacher-ng == ♥ again07:15
pittixnox: my diff -u /var/lib/dpkg/info/udev.postinst /tmp/x/DEBIAN/postinst looks good now07:18
pittixnox: where /tmp/x is dpkg-deb -R udev_204-10ubuntu6_amd64.deb /tmp/x07:18
pittixnox: and installing that I now have /etc/rcS.d/S02udev -> ../init.d/udev and /etc/rcS.d/S03udev-finish -> ../init.d/udev-finish07:18
pittixnox: mdadm and nut install fine07:19
pittixnox: so this is looking good \o/07:19
xnoxcool.07:19
* xnox is still building07:19
xnox(my laptop is slow, i should fix my connection to my server)07:20
LocutusOfBorg1Hi, can anybody please explain why of a build failure and retry it?07:21
LocutusOfBorg1tomcat8 ---> missing libeasymock-java (>= 3.0)07:21
LocutusOfBorg1easymock --> missing libobjenesis-java07:22
LocutusOfBorg1objenesis in the archive since one month or so07:22
LocutusOfBorg1why easymock didn't find it?07:22
pittixnox: do you understand http://paste.ubuntu.com/7534786/ ?07:28
pittixnox: it's apparently because of the new Provides: mdadm-raid07:29
pittixnox: ah no, due to Provides: lvm lvm207:29
xnoxpitti: i still don't like the postinst.07:35
pittixnox: what's wrong now?07:35
* rbasak agrees with LocutusOfBorg107:35
rbasakCan someone hit the rebuild button on https://launchpad.net/ubuntu/+source/easymock/3.2+ds-2/+build/5937740 please?07:35
rbasakI can do tomcat8 but not easymock.07:35
pittirbasak: done07:36
rbasakThanks!07:36
rbasakLocutusOfBorg1: hmm. It failed again.07:39
* rbasak looks deeper07:39
pittirbasak: easymock is in main, libobjenesis-java in universe07:39
pitti easymock | 2.5.2+ds-1       | utopic/universe | source07:39
rbasakOh07:39
pitti easymock | 3.2+ds-2         | utopic-proposed | source07:39
pittiapparently someone promoted it to main in -proposed07:40
pittiwhich looks odd07:40
pittiGunnarHj: copied PPA to -proposed FYI07:42
=== oSoMoN_ is now known as oSoMoN
LocutusOfBorg1so rbasak pitti how can we fix this?07:44
rbasakI think an archive admin will need to untangle it07:45
rbasakOh..pitti is one :)07:46
mardypitti: hi! I'm trying out https://code.launchpad.net/~pitti/ubuntu-system-settings-online-accounts/py3tests/+merge/221118 on the desktop07:48
xnoxpitti: meeting at the moment.07:48
mardypitti: it works fine, but if I pass the "-v" option to autopilot3-sandbox-run, then it complains07:49
mardy(getopt: invalid option -- 'v')07:49
pittimardy: oh, hang on, that's odd -- is that in my MP?07:55
mardypitti: yes, in debian/tests/autopilot07:55
pittiLocutusOfBorg1, rbasak: I figure we need to find out why it was promoted to main, whether it was an error or an ongoing MIR07:55
pittimardy: checking07:55
pittimardy: ah, I probably mixed that up with autopilot3 -v07:56
pittimardy: right, needs an extra -a; re-running test now07:57
pittimardy: odd that the whole test didn't fail; that sounds like a mis-handling of exit codes, thanks for pointing out07:58
pittixnox: found it08:01
GunnarHjpitti: Thanks! ( as regards the langpacks :) )08:02
rbasakdoko: looks like moving to lua5.2-dev regressed apache2: bug 132393008:06
ubottubug 1323930 in apache2 (Ubuntu) "mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))" [Undecided,New] https://launchpad.net/bugs/132393008:06
rbasakSeems to me that not much supports lua5.2 yet. I think nginx was the other one. From my perspective, anyway.08:06
rbasakGoogling around it looks like other distros have had this issue too.08:07
pittimardy: branch updated, confirmed to work now08:08
pittimardy: I'll see to fix the wrong ap3-sandbox-run exit code08:08
sarnoldrbasak: I think what you're remembering is that nginx didn't support lua 5.2: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/126271008:11
ubottuLaunchpad bug 1262710 in nginx (Ubuntu) "[MIR] nginx" [Undecided,Fix released]08:11
rbasaksarnold: right08:13
rbasakSo neither does apache2 AFAICT.08:13
dokorbasak, jamespage: please fix it08:14
rbasakdoko: er...please don't regress packages? You want me to upload a new apache2 to build against liblua5.1-0-dev again, since that's still in main?08:18
rbasakLooking at https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1262710/comments/25 here - strikes me that this is the same.08:18
ubottuLaunchpad bug 1262710 in nginx (Ubuntu) "[MIR] nginx" [Undecided,Fix released]08:18
pittixnox: ok, I fixed udev's dependency loop with the lvm2 error; standing by for adding a versioned debhelper build dep and uploading the fix08:24
pittixnox: can you ping me when you are done with your meeting? I'll join you08:24
LocutusOfBorg1pitti, https://bugs.launchpad.net/ubuntu/+source/easymock/+bug/58919308:26
ubottuLaunchpad bug 589193 in easymock (Ubuntu) "Sync easymock 2.4+ds1-4 (main) from Debian unstable (main)" [Wishlist,Fix released]08:26
LocutusOfBorg1is this the reason?08:26
pittiLocutusOfBorg1: that's not a MIR; let me demote it for now, if it's needed it'll reappear in component-mismatches08:27
LocutusOfBorg1don't know what a MIR means :) sorry08:27
pittimain inclusion report08:27
pittirequest08:27
LocutusOfBorg1ah ok yeah08:27
pittidone08:28
sarnoldeasymock has been in main from lucid-trusty, in universe in utopic...08:28
pittineeds a publisher cycle, then the build should auto-start (it's depwait)08:28
LocutusOfBorg1so the next tomcat8 will be in universe?08:30
sarnoldI think that'll be the default disposition unless someone files a MIR and steps to up be a bug subscriber08:31
pittimardy: thanks for approving; do I need to do anything, or will the landing happen magically?08:31
pittimardy: where "magically" means "the landers will pick it up at some point" (it's not urgent of course)08:31
mardypitti: we'll land it ourselves, soonish :-)08:32
pittidpm: do we know that the current PPA langpack fixes that? (for -sv)08:33
dpmpitti, I don't know, let me clarify that on the e-mail and ask them to test it08:33
pittidpm: I'll search the current .deb from the archive and ask on the bug08:34
dpmawesome, thanks pitti08:34
cyphermoxxnox: bottom device is your usb dongle, top one is the integrated chip in my laptop: http://paste.ubuntu.com/7535167/08:46
pittidpm: .. if LP wouldn't keep timing out09:09
dpmpitti, I know, I've pinged wgrant about it, but it seems it's not a trivial fix09:10
wgrantdpm, pitti: Which timeout?09:10
pittiI reloaded https://launchpad.net/~ubuntu-langpack/+archive/ppa?field.series_filter=saucy about 15 times, it seems it's finally working now09:11
dpmwgrant, it's not possible to finish any translations in LP without getting a timeout at some point09:12
wgrantdpm: Yeah, a lot of that will go away with the new DB servers in a couple of weeks, and we're actually planning on working on the stuff that *won't* be fixed later this afternoon.09:12
wgrantWe haven't worked on it in a couple of years, as there are fundamental flaws in the schema which make it impossible to perform well on HDDs09:13
wgrantWe'd have to spend either 9 months on reengineering rosetta from the inside out, or moving to SSDs09:13
wgrantAnd the new DB servers have SSDs.09:13
wgrantThere are other issues on top of thse DB performance problems, but it wasn't worth spending time on them until we had a solution to the underlying DB problem.09:13
wgrantAnd now we do, so we're spending time this week on sorting it out.09:14
wgrant*Hopefully* most of the timeouts will be gone in a month ish.09:14
pittidpm: ah, we never actually built saucy langpack updates, it seems09:14
dpmwgrant, that sounds great, looking forward to that, thanks for the details!09:14
pittidpm: for swedish, any way09:14
pittihttp://ppa.launchpad.net/ubuntu-langpack/ubuntu/pool/main/l/language-pack-sv/09:14
dpmwgrant, not sure you saw the ping in lp-ops, but do you have any updates re: opening the utopic translations?09:14
pittidpm: so we need to identify the particular fix, and manually SRU the package for saucy09:15
dpmpitti, what do you mean by "identify the particular fix"? Would the last exported .po file for software-properties-gtk not include the fix already?09:16
stgraberxnox, pitti: where are we with fixing nut so we can get all those packages finally migrating from proposed?09:16
wgrantdpm: I tried to get webops time for that yesterday, but failed. I'll try again this afternoon.09:17
dpmthanks wgrant09:17
shadeslayerpitti: https://jenkins.qa.ubuntu.com/job/utopic-adt-kde4libs/ARCH=amd64,label=adt/lastBuild/console < could you tell me what the error is? I can't quite figure out what went wrong09:20
shadeslayerthe hook works locally here09:20
dobeydpm: do you know when a new version of calculator will go into the image btw?09:20
dpmdobey, some time this week. I need to release all core apps to include the new translations done for the MAE image09:21
dobeydpm: great. i've been waiting for translations to show up :)09:21
dpmdobey, cool :) - btw, I noticed a side effect whereby if the .desktop file is in /usr/share, the Name is shown translated as well. You can see it in action switching to the zh_CN locale and looking at the System Settings and Media Player icons in My Apps09:23
dpmin 'es' they appear translated too09:23
dobeydpm: yes09:24
dobeydpm: those are not click packaged apps though09:24
dpmyeah, I know, I just thought I'd mention it09:24
dobeydpm: it would be nice to get the translations into the .desktop files for those too, but we are currently using the gettext domain for them (we can, because they're debs and more predictable)09:24
xnoxstgraber: yes, there will be ~25 more uploads to go together.09:30
xnoxstgraber: we want to rebuild those, such that they gain update-rc.d call, cause they are dependencies of other packages and insserv might break if one has those installed.09:30
xnoxstgraber: (that's part of the fix for nut as well, plus 24 others....)09:31
pittistgraber: sorry, my network hung for a while, I missed your ping; but I'm sitting next to xnox, we are doing the rebuilds09:33
stgraberpitti: ok, do we need all of them to go in at once or can we start with nut so adt is happy and we stop building broken packages in PPAs?09:42
stgraberpitti: also, where are you sitting? :)09:43
pittistgraber: we have all 25 prepared now, but we can bump the score of nut of course09:43
xnoxstgraber: we can land it as soon as debhelper & systemd rebuilds.09:43
xnoxstgraber: to unbreak the world/ppas09:43
pittistgraber: because potentially all of them can break upgrades09:43
xnoxstgraber: waiting for debhelper at the moment.09:43
pittistgraber: (in -proposed; we have a block there)09:43
xnoxstgraber: we are in 3C or something.09:44
pittistgraber: in studio 2b09:44
xnoxstgraber: 2b09:44
pittistgraber: once debhelper is published, we can upload the lot09:44
ogra_mterry, https://lists.ubuntu.com/archives/kernel-team/2014-May/043153.html ... so now the next beer is due for apw and/or rtg to fast-path this ...09:44
mterryogra_, awesome09:45
pittistgraber: we'll most probably need to ignore the openvswitch failure, that started failing on infinite hangs a few weeks ago09:47
shadeslayerpitti: any idea?09:50
pittishadeslayer: about what? sorry, I missed some parts of IRC due to disconnect09:52
shadeslayerpitti: https://jenkins.qa.ubuntu.com/job/utopic-adt-kde4libs/ARCH=amd64,label=adt/lastBuild/console09:52
shadeslayerpitti: all it says is adt-run: unexpected error: test dependencies are unsatisfiable , but I don't know what it could not satisfy09:53
pittishadeslayer: that looks like a conflict between iputils-ping and inetutils-ping?09:53
dpmpitti, not sure you saw the question earlier, you were saying you got disconnected -> <pitti> dpm: so we need to identify the particular fix, and manually SRU the package for saucy09:53
dpm<dpm> pitti, what do you mean by "identify the particular fix"? Would the last exported .po file for software-properties-gtk not include the fix already?09:53
pittishadeslayer: http://paste.ubuntu.com/7535513/09:53
shadeslayerhm, true09:53
shadeslayerthanks, didn't see that09:53
pittidpm: well, I hope; that's what my question was09:53
shadeslayerpitti: it's odd that it worked in my pbuilder09:56
dpmpitti, so I guess we'll have to scan through the deltas here to find out the one with the fix: https://translations.launchpad.net/ubuntu/saucy/+language-packs09:58
dpmlet me see if I can find it...09:58
dpmpitti, ah, luckily the latest delta export includes the fix already :)10:00
dpmpitti, updated the bug with the info10:04
dpmhi GunnarHj, around?10:15
GunnarHjdpm: Yes10:15
dpmGunnarHj, hey, thanks so much for getting the langpack schedule and the workflow back in shape!10:16
GunnarHjdpm: You're welcome. It was the question from the Swedish team that made me wonder...10:16
dpmyeah, we're trying to get that sorted10:17
GunnarHjdpm: I suppose we don't need that much of organizing with respect to the releases between the LTSs.10:18
dpmGunnarHj, I think it'd still be good to plan a couple of updates, but we can keep it light10:19
GunnarHjdpm: Right.10:19
dpmGunnarHj, also, you were saying you were looking for some feedback: so everything looks perfect, the only thing I'd suggest is to do the call for testing after the uploads to -proposed have been finished, so that folks can start testing straight away.10:19
GunnarHjdpm: Yeah, actually it has already been on the main server for a while; I'm not sure about the mirrors, which is why I said "soon".10:21
dpmGunnarHj, ah, perfect10:21
rbasakinfinity: around? May I have an opinion on bug 1323930 please, from the perspective of https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1262710/comments/25? Is it OK for Apache to depend on lua 5.1 also, for the same reason as nginx?10:22
ubottuLaunchpad bug 1262710 in nginx (Ubuntu) "[MIR] nginx" [Undecided,Fix released]10:22
ubottubug 1323930 in apache2 (Ubuntu) "mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))" [Undecided,New] https://launchpad.net/bugs/132393010:22
rbasakdoko or anyone else: ^^10:22
rbasakI've tested a fix with lua 5.1 locally - it fixes the regression.10:23
rbasakI'm also wondering about SRUing Trusty10:23
infinityrbasak: Without reading the bug, I'd say that's fine.10:23
rbasakOK, thanks.10:24
infinityrbasak: Yeah, after reading the bug, my opinion hasn't changed.  I think we need to sort out a way forward for lua between now and 16.04, but since we're supporting it in 14.04 already, that's fine for apache2 in 14.04 as well, and for the next few short-support releases, if we don't have a better solution right away.10:25
infinityrbasak: But let's no forget about this before 16.04, cause supporting lua 5.1 forever seems ungood.10:25
rbasakinfinity: OK. Perhaps I should file a bug for lua 5.2 support with tasks for apache2 and nginx.10:26
rbasakI get the impression that lua 5.2 is a bit more like python 2.7->3.0 than python 2.6->2.7, IYSWIM10:26
infinityrbasak: On the C side, it certainly has some "fun" API changes, but nothing world-ending.  It just needs someone with both time and carefactor to port things.10:27
* rbasak filed bug 132406210:32
ubottubug 1324062 in nginx (Ubuntu) "No lua 5.2 support" [High,Triaged] https://launchpad.net/bugs/132406210:32
rbasak(with apache2 and nginx tasks)10:32
rbasakdoko: ^^ I guess you'll want to track this?10:33
dokorbasak, jamespage: this is called +1 maintenance, so please forward this to the person in the server team doing +1 maintenance10:35
dokofor now, assigned to the server team10:35
=== Ursinha is now known as Ursinha-afk
=== oSoMoN_ is now known as oSoMoN
=== Ursinha-afk is now known as Ursinha
seb128dholbach, hey, can you commit your gnome-settings-daemon upload from yesterday to the vcs?11:35
dholbachseb128, urgh, ok12:35
=== _salem is now known as salem_
seb128dholbach, danke12:38
dholbachseb128, done12:42
seb128dholbach, danke12:50
mardyrsalveti: hi! Does the emulator work in Utopic? I can't install it ("ubuntu-emulator-runtime:i386 : Depends: libgl1-mesa-glx:i386 but it is not going to be installed")12:51
mlankhorstmardy: so figure out what is going on there ;-) try apt-get install libgl1-mesa-glx:i386 ?12:53
mardymlankhorst: it depends on libudev{0,1}:i386, but neither are installeble (the "0" does not exist, the "1" seems to be wanting to remove libqt5gui, and consequently half of the system)12:55
mlankhorstugh :/12:59
mlankhorstbut it needs libudev to do anything useful.. probably some multiarch issue then?13:00
mlankhorstare you running -proposed by any chance?13:00
TheMusoS/quit13:08
seb128RAOF, thanks13:15
pittistgraber: hm, I think the openvswitch block didn't work: http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#lsb13:34
pittistgraber: what's interesting there is that this shows the previous version of openvswitch (smells like another britney bug)13:34
pittithat might explain why your ignore doesn't work?13:34
pittistgraber: that's now holding up the entire stack as it seems13:36
stgraberpitti: you should be in #ubuntu-release ;)13:36
stgraber(britney appears confused, cjwatson suggested a workaround which I know just pushed, we'll see with the next run)13:36
pittistgraber: merci13:37
=== alexisb_bbl is now known as alexisb
wgrantdpm: utopic translations are importing14:47
dpm\o/14:47
dpmwgrant, so what's the next step? Opening the translations in the LP UI?14:51
=== psivaa-sprint is now known as psivaa
=== Ursinha is now known as Ursinha-afk
brendandanyone know what this really means? insserv: Service dbus has to be enabled to start service <x>18:26
brendandi've had a rough upgrade and getting that for several packages18:26
brendandlightdm18:26
brendandavahi-daemon18:26
brendandetc18:26
brendandthis is probably clearer: http://paste.ubuntu.com/7538356/18:27
geniiMight be missing symlink to /run from /var/run18:49
=== jono is now known as Guest96631
=== Ursinha-afk is now known as Ursinha
=== Ursinha is now known as Ursinha-afk
=== salem_ is now known as _salem
LLKCKfanHello22:30
LLKCKfan How can someone who is almost 30 and never had a job get one? I have been applying just to be told I am not what they are looking for (We have reviewed your application for this position and will be proceeding with other candidates at this time.) or they are not hiring.22:30
geniiLLKCKfan: Please stop spamming the same stuff about not finding a job in every channel you go to. It's annoying and usually offtopic for the channels you're doing it in.22:43

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