[01:24] no worries Fudge === King is now known as Prince === Prince is now known as princ === princ is now known as prince === prince is now known as Prince === Prince is now known as king === king is now known as King === lynxman_ is now known as lynxman === inteus_ is now known as inteus === ptx0_ is now known as ptx0 [03:04] ty [03:15] how do i find the multiarch directory [03:15] like i386-linux-gnu/ [03:15] programmatically? === dandyd449 is now known as dandy === dw2 is now known as dw1 === uaa is now known as Guest79721 === mnaser_ is now known as mnaser === marlinc_ is now known as marlinc === sarnold_ is now known as sarnold === bradm_ is now known as bradm === Guest79721 is now known as damascene === Sling_ is now known as Sling === diplo_ is now known as diplo [08:28] I want to set up automated updates on servers because the amount of server that I have to update now is getting quite out of hand [08:29] I've been thinking of using unattended-upgrades to automatically install updates except for packages that are important for the functioning of the system [08:29] Like for example mysql-server on a MySQL server, I was thinking of setting those on 'hold' [08:30] Any thoughts on doing it that way, is there a different route I should look at? [08:33] marlinc: just do security so ssl kerns etc are done when they need doing [08:33] how many servers? [08:33] About 20-30 I'd say [08:34] Its not that much but its quite a lot to manually update every time I get a notification from our monitoring system [08:34] Although in general its only security updates which I could put on auto update safely right? [08:34] hallyn_, I wasn't doing a "merge" after FF but I'll keep an eye on the bug report. Jamie did already reply, so right now its waiting for more info. [08:35] isn't landscape free till 20 servers [08:35] and like 300 dollars per year starting [08:35] for more === hgl is now known as Guest55494 [08:36] https://landscape.canonical.com/ [08:37] https://www.youtube.com/watch?v=yaFE4g8EcvI [08:39] I'd say the video is quite comprehensive of it's features [08:43] I'd say it's a huge timesaver, you can do it yourself but still why invent the wheel again (especially if it saves time = money) [08:44] Hello there. I have a problem with upstart. There is a process which has been defuncted/zombied. And upstart won't clear it so that i can start a new process [08:44] The current issue with using Launchpad is mainly that we're a small company (a few students) doing this in our spare time. We don't have huge amounts of money to spend on managed systems like that [08:45] The process is linked to init/pid 1, so i can't kill it's parent, and i prefere not to reboot [08:45] well then I'd start by dividing the servers in separate groups [08:46] and start listing what each group has to do and what are critical to which functions for each one [08:46] makes it way easier to plan so you can create different timetables and routines what to update and when [08:48] smb: obviously :) (not a merge) [08:48] gnight [08:48] hallyn_, :) night [08:49] Okay sivir, I'll look into doing that. Thoughts on doing automated updates for only security updates? [08:49] Our monitoring system will still notify about any regular updates which we can do manually [08:50] yes, if it's maintained it's all good [08:50] sometimes people leave the automated updates for only security updates but other software gets unattended [08:57] Good morning. [08:58] Good morning [09:00] sarnold, I guess I just found out what happened yesterday, though I have no idea why it behaves like that. Just tried to ssh with my old key and I got a prompt to unlock the new key... So apparently even if I explicitly pass the old one it uses the new one. [09:01] *with unlock I mean that I have to enter a password since my keys are also password protected. === nodouble` is now known as nodoubleg [09:22] Siilwyn__: depends on the order in which they are listed I think. SSH client will try all keys it has available until it finds one accepted by the SSH server, and will reuse the encryption password if it can [09:37] Walex2, oh wow I didn't know that! That explains what was happening yesterday. [09:37] It even does that when I pass a key with the `i` flag? === Odd_Blok1 is now known as Odd_Bloke === hgl is now known as Guest60437 === hgl_ is now known as hgl === lool- is now known as lool === bleepy_ is now known as bleepy === jdstrand_ is now known as jdstrand === Pici` is now known as Pici === rcj` is now known as rcj === icey_ is now known as icey === Razva is now known as razva [15:18] is it possible to stop a shellscript with start-stop daemon? I can start it fine but when trying to stop it says: No myscript.sh found running; none killed. [15:48] skylite: sure. It's probably easier if your script creates a pid file. [16:48] hello [16:49] i am going to install EHCP on my ubuntu server [16:50] my friend use this panel for accessing to server how can i determine a username and password for him on this panel? [17:02] linuxlove: i don't see any panel [17:18] rbasak: so, we've updated twig (in xenial) to 1.23.1-ubuntu4, which builds and passes all tests (with a short-term workaround). But it's still in excuses because there was an old binary package (php5-twig) which we no longer generate. Do I need someone to manually intervene and delete the old binary package? [17:27] nacc: yes, please ask in #ubuntu-release. [17:27] rbasak: ok, thanks [17:35] rbasak: if you have a moment, i've hit a rather tricky issue with php-imagick [17:38] nacc: go ahead. [17:38] rbasak: as one would expect, there's some dependency on imagemagick from that extension. imagemagick has some "known" issues with openmp & threads. In particular segfaults (per google, not per imagemagick themselves). At some point Debian started experiencing test segfaults (https://ci.debian.net/packages/p/php-imagick/unstable/amd64/ between 12/17 and 12/21). We see those on Ubuntu too with the latest [17:38] builds. To test, I rebuilt imagemagick without openmp support and the tests stop segfaulting. There is an environment variable for imagemagick to only use one thread (MAGICK_THREAD_LIMIT=1), but it seems to not help and I still see threads in the test (and one of the threads is the one that is segfaulting). So far, the only "workaround" I've found is disabling openmp in imagemagick. [17:40] rbasak: i'm going to see if maybe the latest imagemagick fixes anything (but need to rebuild php-imagick against it). In which case maybe it's a matter of backporting [17:42] but as I was explaining to jgrimm the other day, backporting with imagemagick is a "bad idea" -- there is an exported version string in the imagemagick headers, which php-imagick uses for various version checks (functionality existing or not, etc.) But when we/Debian backport, we don't bump the version, so it loses its meaning. [17:42] Backporting what exactly? A bugfix for the segfault, or more stuff? [17:43] How reproducible are the segfaults in Ubuntu? [17:43] 100% [17:43] :/ [17:43] but only in the tests [17:43] which is where it matters, of course [17:43] and 100% reproducible in Debian, for that matter [17:43] gdb is useless, sadly (doesn't show the segfault) [17:43] and valgrind just points to a trashed address [17:43] in theory, it'd be backporting just the fix, but that presumes I can find the fix :) [17:44] my concern is, though, what that in turn breaks [17:44] How sure are you that the bug is in imagemagick and not in the PHP bits? [17:44] i (and the upstream php-imagick maintainer) are fairly sure it's not in php -- the stack isn't deep enough :) [17:45] and like i mentioned, disabling just imagemagick's openmp support makes it work [17:45] How long have you spent on this so far? [17:45] rbasak: far too long :/ [17:46] :-/ [17:46] rbasak: but it's what's holding up php7.0 migration [17:46] in excuses [17:46] because php-imagick is failing its tests [17:46] and that's considerd a regression [17:46] Would it be difficult to do a bisection if it is fixed upstream? [17:46] since the old version (which had far fewer tests) passed [17:46] rbasak: of imagemagick? probably not, as it's in git. That's what I'm hoping I can get to next [17:46] rbasak: but if it's a race, i have to run the tests a few times to see it happen [17:46] How far behind is our packaging of imagemagick? [17:47] (behind upstream's latest release that is) [17:47] Sorry, many questions :) [17:48] I think that ideally we'd find the cause and fix it. Failing that, if it's not fixed upstream, then file a bug there, and file a bug in Ubuntu regardless with instructions on how to reproduce. [17:48] 6.8.9.9-7ubuntu1 is what we have in xenial; debian exp is at 6.9.2.10+dfsg-2; upstream is 6.9.3-6 [17:48] If we really can't fix it, I think it might be reasonable to build imagemagick in the archive with threading disabled. [17:48] rbasak: oh, the other issue in all of this, the upstream php-imagick maintainer doesn't think we are doing the right thing in debian/ubuntu and doesnt' support us in any way :) [17:48] so he's helping for now out of his generosity [17:48] What does he think we should be doing instead? [17:49] rbasak: we should never be backporting [17:49] rbasak: as it breaks assumptions [17:49] and means you can't reliably know what is in a version of imagemagick, across all bases [17:49] In what way are we backporting? He means we shouldn't be backporting a bugfix? [17:49] rbasak: yeah, so we are on 6.8.9 base with patches [17:49] well, we/debian [17:49] when we/debian patch, we just backport the fix [17:49] we don't bump th eversion string [17:50] so if some code in, say, php-imagick is conditional on the version to do one thing or another [17:50] it stops doing the expected thing, potentially [17:50] I see. Well, that's what all distros must do after feature freeze, unless he maintains a stable (no features) branch of the version we have at feature freeze time. [17:50] rbasak: we could alter the version string; or we should alter php-imagick in coordination [17:50] rbasak: in that the API dependencies are being forcibly chagned by the backports [17:50] php-imagick should not be doing anything conditional based on bugfixes. [17:51] so let's say imagemagick X has an API that looks one way, or behaves one way [17:51] and imagemagick Y does it differently [17:51] php-imagick checks for X vs. Y and does the right thing [17:51] it sort of has to [17:51] That's fine, assuming that X and Y are different feature releases. [17:51] but the values of X and Y don't mean the same thing in the ubuntu versions as they do upstream [17:51] and that's what's broken [17:52] Debian is backporting features? [17:52] fixes [17:52] (or feature changes?) [17:52] which might change functionality, in some sense? [17:52] i may not be explaining this very well [17:52] I think I follow. [17:53] If distros patch, it's their responsibility to get it right. [17:53] basically, php-imagick (from git) is *only* supported on upstream imagemagick [17:53] so once we patch one or the other, we have to patch them both :) [17:53] But we also have the power to fix php-imagick, or express versioned dependencies on imagemagick. [17:53] How can i set default root on ftpd, i have apache installed and I wanna upload file via ftp on /var/www/ [17:53] ? [17:54] Ideally, distros wouldn't have to patch, because upstreams would maintain stable branches. [17:54] rbasak: yeah, the issue is I don't know what to fix and where yet :) and it means we carry more delta (which is appropriate in this case) -- but this is really broken on debian and we're just inheriting it [17:54] If they're not maintaining stable branches, then we have no choice _but_ to patch. [17:54] rbasak: right [17:54] rbasak: i'm not saying we shouldn't backport fixes [17:54] rbasak: i'm saying that in this case, it breaks assumptoisn in the code [17:55] You think these assumptions are causing segfaults? Or unrelated behavioural changes? [17:55] I need to run in five minutes. [17:55] i'm not 100%. I think they could be leading to segfaults (and note that I found an actual bug in the debian backport that was missing 3 upstream commits ... so not sure how much i trust the backports to begin with at this point :( [17:56] but it also just puts us in this gray area that is harder to figure out :) [17:56] i might try to just build imagemagick from source at the latest git and see if it goes away [17:56] and then that might be my best indicator of where the issue is [17:56] That's a good idea. [17:56] ok, i'll do that next, just to levelset [17:57] rbasak: really, the issue isn't so much all this background, it's that the error is nonsensical :) and i don't know how to debug it at this point [17:57] If it does go away, then try bisecting if it's not too much effort. [17:57] yep [17:57] Let me know how it goes! [17:57] rbasak: thanks === razva is now known as Razva [18:16] Errors were encountered while processing: [18:16] nginx-core [18:16] nginx [18:16] E: Sub-process /usr/bin/dpkg returned an error code (1) [18:17] i get this error from sudo apt-get autoremove what should i do? [18:24] i get this error W: Failed to fetch cdrom://Ubuntu 15.10 _Wily Werewolf_ - Release amd64 (20151021)/dists/wily/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs after updating what shou;d i do? [18:25] linuxlove: for the first one, i'd try a `apt-get -f install` to let dpkg get to a good state [18:25] not sure how/why you got to that state, with what you pasted, though (and please use pastebin rather than in the channel)O [18:25] linuxlove: for the second, why is there a cdrom line in your apt config? did you try to add it back after installing? [18:26] nacc, i just tried to install ehcp on my ubuntu and i get this errors after apt-get update [18:27] nacc, what should i do now? [18:27] linuxlove: i don't know what ehcp is and i don't see it in the ubuntu archives [18:28] nacc, http://pastebin.com/8pKY43Sq [18:28] nacc, i tried to install that from a external source [18:28] linuxlove: we can't help you with random external sources, sorry [18:29] it was from ubuntu comunity [18:29] please help me to fix [18:29] linuxlove: as to the apt config, it seems like your /etc/apt/sources.list or a file under sources.list.d references the cdrom, comment them out, presuming you're on the network and have well-defined sources [18:29] linuxlove: i don't know what that means [18:29] "from ubuntu community"? [18:30] did you see nacc yes [18:30] linuxlove: did i see what? [18:30] linuxlove: what do you mean "from ubuntu community" [18:32] i said about pastbin that i sent [18:32] linuxlove: i've answered that already [18:33] linuxlove: please read above [18:33] i did what you said [18:33] but i get new error [18:33] W: Duplicate sources.list [18:34] that's a warning not an error (hence W: prefix) [18:34] and it's pretty clear [18:34] you have two entries in sources.list that are identical [18:34] nacc, http://pastebin.com/4VaxbFQ1 [18:35] linuxlove: yes? [18:35] linuxlove: read it, think about what it says and fix it ... remove the duplicate line [18:35] do i remove i386? [18:36] what? [18:36] var/lib/apt/lists/archive.canonical.com_ubuntu_dists_wily_partner_binary-i386_Packages) [18:36] linuxlove: can you pastebin your source.list file? [18:36] i am un ubuntu 64 bit [18:37] nacc, okay [18:39] nacc, http://pastebin.com/SU4brQSW [18:41] nacc, did you get it? [18:43] linuxlove: do you have anything under /etc/apt/sources.list.d ? [18:43] nacc, are you there [18:44] nacc, what do you mean [18:45] linuxlove: are there any files in /etc/apt/sources.list.d/ ? [18:45] linuxlove: When you add external repositories, they make a file in the directory /etc/apt/sources.list.d/ [18:45] nacc, http://pastebin.com/JubnAJMb [18:46] linuxlove: that doesn't help, is there anything *in* sources.list.d ? [18:46] nacc, http://pastebin.com/HdTKZEUm [18:47] linuxlove: ls /etc/apt/sources.list.d/* | pastebinit [18:47] genii, http://pastebin.com/HdTKZEUm [18:47] linuxlove: the duplicate messages are what you get when you run apt-get update? [18:48] nacc, yes [18:49] grep partner /etc/apt/sources.list.d/* ? not sure i see the duplicate otherwise [18:49] what should i do? [18:51] `grep partner /etc/apt/sources.list.d/*` [18:51] in any case, it's just a warning, it doesn't mean anything is fundamentally broken [18:52] nacc, http://pastebin.com/BFgKPwDr [18:53] linuxlove: and there are the duplicates [18:53] see how your sources.list and skype.list have the same lines? [18:55] i dunno [18:56] i am confused [18:56] please help to fix [18:56] i have not installed skype [18:57] my apt-get update was working without warning before installing ehcp [18:57] linuxlove: you clearly added skype as a repository [18:57] yes [18:57] linuxlove: did you append the partner repositories in sources.list as part of that process? [18:57] i added it [18:57] no [18:58] it was a ./install.sh script [18:58] and it did everything itself [18:59] what is solution now? [19:00] i installed skype but i removed it [19:00] because it was hang on my 64 bit ubuntu [19:00] linuxlove: so .... "i have not installed skype" wasn't true. And you added a duplicate entry to sources.list and are wondering why apt complains about duplicate entries? [19:00] yes [19:00] and an 'install.sh' script means you've altered your system to not be ubuntu any longer [19:01] i meant i have not skype now [19:02] i was wrong about external source installation [19:02] linuxlove: you shouldn't do stuff as root if you don't know what they are doing. and you don't seem to understand the package management side of things in this case. if you do not need skype, you could delete / rename the skype repositories and it should stop complaining. [19:03] yes you are right [19:07] nacc, excuse me for getting time [19:08] What server control panels are available for Ubuntu Server? [19:08] i want one [19:08] define "server control panels" [19:08] i dont want external sources [19:09] teward, what do you mean? [19:09] linuxlove: what do you mean by "server control panels"? [19:09] i mean one with sudo apt-get install [19:09] what do you expect it to do? What do you expect to see? etc. [19:10] teward, i want some controling on server [19:11] teward, my friend needs to access to my ubuntu server from him phone and he want accessing to web contents and phpmyadmin [19:11] i found one named ehcp [19:11] linuxlove: skip those; they're universally terrible, they're reponsible for something like 50% of the reason why machines get hacked, and they prevent you from learning how to do things yourself [19:11] i agree with sarnold [19:11] i said to my friend this [19:12] sarnold: btw, i have something to poke you on, unless you tell me I should got to -hardened and poke there, for an old php5-fpm bug in Precise [19:12] (one I poked a patch onto, but wanted Sec Team review first) [19:12] but he is not familiar with ssh and terminal commands [19:12] teward: hmm got a bugnumber handy? [19:12] sarnold: standby [19:12] teward: we were just talking about that bug on today's triage :) [19:13] nacc: heheh [19:13] nacc: you mean 1352617 ? [19:13] he wants a panel but you are right [19:13] teward: yep [19:13] i said to him that i cant provide a panel for him [19:13] rbasak decided you had a handle on it :) [19:13] sarnold: 1352617 is the bug in question, the patch I wrote back then would 'work' but i wanted sec team review before, in case it introduces poor changes [19:13] nacc: "had a handle on it" as in "wanted sec team review" [19:13] now I get to actually req. it :) [19:14] teward: yeah :) [19:14] nacc: the big problem being a sec update was the cause of that regression, though I need to test it now [19:14] yep [19:14] make sure it still exists [19:14] teward: Son_Goku may be able/willing to help test too [19:14] nacc: oh good, 'cause i don't have a Precise machine to test with until i rebuild that VM on my hypervisor xD [19:15] teward: not sure if they do either, but wouldn't hurt to ask [19:15] indeed [19:15] linuxlove: sorry, i don't think we want to help you make your computer less secure. I still don't fully understand what you mean by "panel" but it's quite clear that ehcp is not something pacakged by ubuntu and thus would not be supported here. [19:16] linuxlove: finding random things on the internet and installing them is not a good idea [19:16] teward: oh man I rememer this from ages ago :) heh [19:16] sarnold: i wasn't kidding about 'old" either :) [19:16] came up during a recent php7.0 discussion in -devel :) [19:17] :) [19:18] sarnold: basically, i wanted the sec team to review the approach and determine if that was acceptable as a response to the regression. at the time i never looked into how the security update related to it was ever "fixed" to fix the regression of "too tight permissions" [19:19] nacc: it did drop off my radar since I updated everything to Trusty+ shortly after that [19:19] unfortunately [19:19] now it's on it with php7 and such on the radars [19:20] yep [19:20] honestly if it affects -only- precise it's probably not worth spending time on. we wouldn't want to issue an update that might break installed systems that are only one year away from retirement :) [19:20] what's the deal with php7? [19:21] sarnold: php7.0 i thin was going to get a MIR? nacc might know more than I [19:21] * teward only tracks it in-so-much-that nginx defaults point to php-fpm locations in the default configs' comments [19:21] I think php7 is just going in without review on the condition that php5 come out :) heh [19:23] sarnold: it's migrated to main, now, we're help up in excuses due to imagemagick [19:23] i hope to have that fixed today [19:23] and then we need to proceed with rebuilding th eworld :) [19:23] nacc: oh congratulations :) [19:24] nacc: they threw you right into the deep end when you joined, hehe [19:24] yeah, it's been a bit hairy :) [19:24] learning a lot (too much, sometimes? :) [19:24] nacc, you are right [19:24] it was my friend suggestion [19:25] i say that i cant do this for him [19:46] sarnold: with regards to precise, it *did* affect trusty and others [19:46] Security team overlooked [19:46] sarnold: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1334337 was the one where it was fixed Saucy, Trusty, Utopic + [19:46] Launchpad bug 1334337 in php5 (Ubuntu Utopic) "Regression: php5-fpm's socket should be accessible by www-data by default" [Undecided,Fix released] [19:46] and Marc handled htat one [19:46] the regression was never addressed in Precise [19:46] i hear you that it might not be worth the time spent on it [19:46] but, it was fixed by the Sec team in later ones [19:46] and Precise was never looked at [19:46] teward: ahhh [19:46] (at the time I had precise servers) [19:47] not why the bug dropped off my radar, but why i'm poking now [19:47] if it were a month to PRecise going EOL i'd not care [19:47] but that's not the case, so... [19:47] no idea who still uses Precise *shrugs* [19:48] * teward tasks his "sbuilder" VM on his hypervisor to build all the tools necessary for sbuild and schroots [19:48] teward: i'll kick it along to marc; we're feeling more than a bit overwhelmed lately so I can't promise anything but he doesn't like breaking old releases :) [19:50] indeed [19:50] sarnold: thanks, i don't expect any heavy movement [19:50] but that's an old regression [19:52] sarnold: i'm not sure if subsequent updates addressed or not though [19:52] i was going to test [19:52] * teward is downlading the latest 12.04 server ISO now to his hypervisor [20:01] teward: are you sure this is an issue? in a blank precise vm, apt-get install php5-fpm, sudo lsof | grep www | grep -v REG -> http://paste.ubuntu.com/15276027/ [20:05] sarnold: as i said, when i filed it it was an issue [20:05] it may be resolved since then [20:05] hence my needing a blank Precise to test [20:05] * teward doesn't keep one around [20:05] ah, wait [20:05] right, i have a non-standard setup [20:05] sarnold: there were documents around the time which configured FPM to use a UNIX socket [20:05] the issue exists when FPM is configured to use a UNIX socket [20:06] so, still a regression, but not a regression of the defaults [20:06] (yet) [20:06] SINCE Precise, it was a big one since in Debian they switched FPM to unix sockets by default [20:08] teward: aha, that makes more sense [20:49] heh, any idea how I can troubleshoot shutdown? [20:49] so far I just get kicked off the network and console, so I cannot see what is stuck [20:53] beisner, when you get a chance, 1:5.0.2-0ubuntu1~cloud0 and 2:7.0.3-0ubuntu1~cloud0 are ready to promote to trusty-liberty-updates [20:54] beisner, and 1:2014.1.5-0ubuntu3~cloud0 is ready to promote to precise-icehouse-updates [20:57] coreycb, ceilometer + neutron for liberty; neutron for icehouse? [20:57] beisner, yep [21:01] coreycb: just tested ceilometer and aodh, alarms do not work for me (mitaka) [21:04] coreycb, ok, pushed neutron+ceilometer proposed-->updates for liberty, and neutron proposed-->updates for icehouse [21:06] beisner, thanks [21:07] EmilienM, ok if you have a bug please point me to it and we'll look into it === thumper is now known as thumper-afk [21:10] Hello, where can I find the logs for tftpd? i am not seeing anythign in the usual places like syslog [21:13] I am trying to debug a pxe boot problem. its getting a dhcp addr but not connecting to the tftp server on the same machine [21:16] coreycb: so the tests failures: http://logs.openstack.org/02/288102/1/check/gate-puppet-openstack-integration-scenario001-tempest-dsvm-trusty/9fdafe4/console.html#_2016-03-03_20_46_38_634 [21:17] all logs/config are here: http://logs.openstack.org/02/288102/1/check/gate-puppet-openstack-integration-scenario001-tempest-dsvm-trusty/9fdafe4/logs/ [21:19] rattking: You could try to start the tftpd daemon manually and not fork into the background for more clues. [21:33] avid_fan good idea! I figured it out.. firewall, its always the firewall :) but now who changed it [21:34] I want migrate website with mysql from old Ubuntu 7 to new ubuntu-14.04.4 server. I had Installed, latest apache mysql with phpmyadmin and proFTPD. With PhpMyAdmin I Imported backuped mysql on new Ubuntu, i copy files to new root apach dir.... [21:34] i need small help [21:35] I don't understund how DOMAIN work... My old Ubuntu server had folder of domain name /var/www/www.domain.com [21:35] but my new have /var/www/ [21:36] with local IP I can open website on new server [21:37] got my team interface fixed up [21:37] if i have domain www.domain.co.uk, i must have /var/www/www.domain.co.uk ???? [21:38] on apach my default root is /var/www/ [21:38] please help me [21:39] rattking: Ha! It wasn't me. [21:40] hi, I'm seeing a hang with upstart, I tried init=/sbin/init --verbose on the kernel command line with 14.04 to get additional info but that's not working, any ideas? === thumper-afk is now known as thumper [22:10] hi [22:11] I can't seem to be able to install htop-2.0 and apache-2.5 with apt-get, it can't find it within the repositories. Aren't they released now? [22:13] rbasak: sigh, thanks for your help, it does appear imagemagick 6.9.3 fixes the segfault. will see if i can find & backport the fix easily [22:31] rbasak: only 10 bisection steps, so hopefully won't be too bad [22:33] Executioner, 2.5 doesn't exist, so, unlikely to happen === King is now known as Prince