=== studentloans is now known as dax === HeadlessHorseman is now known as Unit193 === phunyghost is now known as phunyguy === dax is now known as rokosbasilisk === rokosbasilisk is now known as dax === infinity0 is now known as Guest79735 === infinity0_ is now known as infinity0 === strawfeminist is now known as el === [plutey0105] is now known as plut [10:38] Hey folks, anyone else having this problem with nautilus in ubuntu 17.10: [10:38] https://www.dropbox.com/s/pvywye6alea76j4/nautilus_undo_history_bug.movie.mp4?dl=1 [10:38] It seems ctrl+z undo tries to undo the last file opperation rather than the last text edit. [10:38] nautilus devs have fixed this behoaviour previously, so it's probably an Ubuntu patch that's causing the problem. [10:40] Have you filed a bug? [10:41] And are you sure that the upstream fix is included in the version shipped in 17.10? [10:42] probably an Ubuntu patch that's causing the problem> seems like a pretty unsubstantiated claim to me. [10:45] rbasak: https://gitlab.gnome.org/GNOME/nautilus/commit/bf6b1e2c2f0cd3d882f99029af79a3439bdacec1 [10:45] there's the patch that was released. [10:45] nautilus devs can not reproduce the bug. [10:46] I'm trying to determine where to post the bug report. [10:48] If this bug is only showing up in Ubuntu 17.10 build of nautilus, and Ubuntu patches nautilus then what other conclusion should I draw? :) [10:50] It's not a reasonable conclusion to draw unless you have found that the same area of code is being patched. [10:53] FWIW, it looks like that commit is included in Artful. [10:57] rbasak: You're saying that some other patch could not affect the behaviour of this code? [10:58] Nope. I'm saying that more commonly there are other interactions that cause "can't reproduce upstream" type bugs, such as different dependency versions, so jumping to the conclusion of "it's because Ubuntu patched" is premature - especially for those unfamiliar with the code. [11:01] rbasak: that's just the info I got from the nautilus devs. I guess you can argue with them about code specifics. [11:01] https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1729264 [11:01] Launchpad bug 1729264 in nautilus (Ubuntu) "Ubuntu-patched nautilus causes regression of file rename popover bug" [Undecided,New] [11:02] there's your bug report. Please let me know if I can help in any way. [11:02] Feel free to rename it if you don't like the title. :) [11:03] Done. Your claim is unsubstantiated and unconfirmed and does not belong in the bug title. [11:03] Thank you for filing the bug. [11:03] rbasak: no problem. :) [11:04] happy to help. [11:04] Otherwise we might as well rename *all* bugs that cannot be reproduced in the same version upstream. That would be pointless :) [11:05] rbasak: Thanks for the feedback. It will help me produce better bug titles in the future. [11:06] crogers: you're welcome. It's best to focus on exactly what behaviour is wrong. Feel free to speculate, but please keep that in the details and make it clear what is fact vs. what is speculation. [11:07] rbasak: Noted. Again, just passing on what nautilus devs told me. I'm not qualified to draw proper conclusions. I'm just happy if I can get enough information for a useful bug report. :) [11:07] I'm sorry I can't spare the time to debug this further. Hopefully someone from the desktop team can do it. [11:07] But a bug report is definitely the first step :) [11:08] rbalint: no problem. It's not a major issue for me, just a minor annoyance. [11:08] er oops [11:09] rbasak: ^ [11:09] rbalint: Sorry for the noise. [11:11] Thanks everyone for making ubuntu better! [12:26] hi, does anybody know if the systemd network-online.target includes wireless networks that only come up after a user logs in on a desktop? === ZarroBoogs is now known as Pici [13:03] I do #pull-lp-source imagemagick zesty [13:04] but get this warning: [13:04] gpgv: Signature made Mon Jul 31 13:52:14 2017 BST using RSA key ID A744BE93 [13:04] gpgv: Can't check signature: public key not found [13:04] what do I need to verify the key [13:11] LaurenceLumi, try this "sudo gpg --keyserver keyserver.ubuntu.com --recv-keys A744BE93" [13:11] and retry [13:19] no joy, if I run sudo gpg --fingerprint I can see it was added [13:32] sudo? LaurenceLumi you don't need it, maybe you are adding to the root keyring, not to the current user one? [13:42] I think the files in ~/.gnupg ended up being owned by root, if fixed that, [13:42] gpg --fingerprint shows: [13:42] pub 4096R/A744BE93 2014-06-16 [revoked: 2016-08-16] [13:42] Key fingerprint = 2445 F8BC A621 74B9 2DFF 04E3 F021 0224 A744 BE93 [13:42] uid Marc Deslauriers [13:42] pub 4096R/A744BE93 2010-09-30 [13:42] Key fingerprint = 50C4 A0DD CF31 E452 CEB1 9B51 6569 D855 A744 BE93 [13:42] uid Marc Deslauriers [13:43] uid Marc Deslauriers [13:43] uid Marc Deslauriers [13:43] uid Marc Deslauriers [13:43] uid Marc Deslauriers [13:43] sub 4096R/37AD7647 2010-09-30 [13:45] Am I getting the error becuase the key is revoked? [13:50] LaurenceLumi: that's not my key [13:50] LaurenceLumi: my key has fingerprint 50C4 A0DD CF31 E452 CEB1 9B51 6569 D855 A744 BE93 [13:50] you imported two keys with a short id collisio [13:50] short id collision [13:51] LaurenceLumi: you probably need to remove the revoked one from your keyring [13:51] Ok, how do I delete, and import them correctly [13:51] much appreciate the help [13:51] That's incredibly unlucky. [13:52] That's not unlucky - somebody generated collisions for the whole strong set in bulk, essentially as an argument that everyone needs to stop using short 32-bit key IDs [13:52] gpg --delete-key 2445F8BCA62174B92DFF04E3F0210224A744BE93 to delete the collided one, and then you have the correct one already [13:53] slashd: please don't recommend that anyone uses 32-bit key IDs for anything [13:55] Ok, I just deleted both, just for fun... [13:55] how do import it correctly [13:55] you already did [13:55] orginally i did [13:55] gpg --keyserver keyserver.ubuntu.com --recv-keys A744BE93 [13:55] oh, you deleted it, "just for fun" [13:56] well just learning... [13:56] trying to figure how to do things properly, i.e. how do get the correct on in first go [13:56] what I recommend is that you put "keyid-format long" in ~/.gnupg/gpg.conf (or ~/.gnupg/options if that file exists) [13:58] Ok, I think I am getting it, [13:58] (testing) [13:58] sigh, that still doesn't cause gpgv to output the long key ID. Not helpful, gpgv! [13:59] I mean, you don't actually have to verify this, since it's already been verified by virtue of being in Launchpad and otherwise you have to figure out whether the key it was signed by is one authorised to upload to Ubuntu [14:00] since you don't have a trust path to the key in question, there isn't much value in you independently verifying it [14:01] but to get the key in a safer way, the simplest way I can find is to run "gpg --verify imagemagick_6.9.7.4+dfsg-3ubuntu1.2.dsc" which says "using RSA key 6569D855A744BE93", and then you can run "gpg --keyserver keyserver.ubuntu.com --recv-keys 6569D855A744BE93" [14:01] (slashd shouldn't have recommended "sudo gpg" here - it's just gpg) [14:02] after having done that you can then run "gpg --verify imagemagick_6.9.7.4+dfsg-3ubuntu1.2.dsc" again [14:03] gpg's UI is fairly nasty though, and I do recommend thinking about whether verifying the signature in fact buys you anything meaningful in this particular case. Obviously you do need to do it if you've acquired a package in a way that could have been man-in-the-middled [14:04] cjwatson, noted [14:06] is there anything I have to do to resync a package that had a source rename in Debian? [14:09] cjwatson thanks, I went through those steps thoroughly I can verify the package with "gpg --verify imagemagick_6.9.7.4+dfsg-3ubuntu1.2.dsc" but why does [14:10] pull-lp-source imagemagick zesty still throught an error [14:10] gpgv: Can't check signature: public key not found [14:11] is that becauase This key is not certified with a trusted signature! [14:11] ? [14:18] gpgv uses a separate keyring, apparently [14:18] ~/.gnupg/trustedkeys.gpg [14:18] honestly I wouldn't worry about it if you've separately verified the package [14:22] OK, now I get thanks [14:47] bdmurray: What is "Install updates" in ubiquity supposed to do? [14:48] because I just installed Ubuntu GNOME 17.04, rebooted, ran sudo apt update, and apt list --upgradable and I am surprised that there are lots of security updates in that list [14:50] my interpretation of the ubiquity wording was that it should install all updates, security or not; but maybe it's not even doing either? [14:56] jbicha: I'm not positive - cyphermox or xnox may know. [14:58] jbicha, that tick box, downloads updates in the background whilst the system is installing / configuring. [14:58] ahem [14:58] jbicha, expectation is that a system after such an install, is booted without network, but should have loads of debs in /var/lib/archive [14:59] jbicha, but it all depends on how slow/fast install is, cause i think on ssd the install will finish before that option can do anything useful. [14:59] So installing is misleading? [14:59] bdmurray, possibly became obsolete due to much faster hardware these days - all laptops circa 5-10 years are ssd now? [14:59] oh I guess I was misreading the actual wording: https://github.com/googlei18n/noto-fonts [15:00] It used to be titled "Download updates while installing". Is it not still? [15:00] https://www.linuxtechi.com/ubuntu-17-10-installation-guide-screenshots/ [15:00] obviously not noto [15:01] cjwatson: It is worded that way [15:01] that seems surprising that "download updates" may only download a few updates [15:01] it confused me that "download updates" and "install third-party software" are on the same page. I expected it to install updates [15:02] I don't understand how it's useful to just download .debs without installing them [15:03] and I don't understand your hypothetical example where the installer has networking but there isn't networking a few minutes later upon reboot [15:03] jbicha: its useful in the way it says "saves time after installation" [15:03] it doesn't really save time if it's not going to bother installing them [15:05] since we install other packages (language packs, optional mp3 support), why don't we install at least security updates too so it's fairly secure "out of the box"? [15:05] jbicha, it saves a lot of time when using e.g. 16.04.0 but there are a lot of things to upgrade post install. [15:05] jbicha, the 3rd party stuff is actually installed, i.e. nvidia [15:07] would it be better if I open a bug or start a list discussion? I don't think the question we ask during the install is worth asking [15:08] we don't need permission to download security updates by default and IMO we don't even need permission to install them by default either [15:09] hrm, I'm not sure how well installing security updates would work during the installer, since it's not the real system [15:10] the same way as installing and uninstalling language packs? [15:10] those don't really have complex maintainer scripts [15:10] those are super-specialised [15:10] I mean seriously, the installer in fact relies on how simple they are [15:11] it can "uninstall" them by ignoring all their files while copying the system and then doing a bit of tidy-up at the end [15:11] which makes a serious speed difference for some images [15:12] am I wrong in thinking that ubuntu-restricted-addons shouldn't be an especially simple set of packages to install either? [15:15] question everything I do inside pbuilder login is thrown away while I exit correct? [15:16] jbicha: I think that's basically dropping files in place and doesn't tend to e.g. involve maintainer scripts that interact with services [15:17] jbicha: anyway IMO the question should be between downloading updates or not doing so, not between installing them or not; there's a general principle that we need to get out of the installer ASAP and let the user do useful work [15:17] LaurenceLumi: yep, as the documentation says [15:18] That's what I thought but when I read this https://wiki.ubuntu.com/PbuilderHowto#dpkg_setting [15:18] it sort of suggests otherwise :-) [15:19] or have I mindunderstood what the guide is saying [15:20] cjwatson: ok, do we even need to bother asking for permission to download updates in the background? since that's done by default after install anyway [15:20] https://launchpad.net/~gagarin/+maintained-packages why is there not the Aa and Bb stuff listed? [15:22] LaurenceLumi: should perhaps recommend --save-after-login to make it permanent [15:22] jbicha: yeah, I'm not sure [15:23] tarzeau: I think that only lists the initial upload target, not wherever the packages in question may have been copied to since then [15:24] cjwatson: and it's not just it doesn't bother about uploaders, but only maintainers (teams mainly for my pkgs)? [15:24] haha so I could just excepted all the defaults, just did a pbuilder create, then logged in with --save-after-login and made my changes manually and carried on? [15:24] thanks, I'll file a bug about the download question [15:24] cjwatson: because it still seems to list packages that i'm maintainer (not team maintained in debian), and not those (team maintained) as described above [15:25] and somehow this changed, some months ago (thus breaking kinda the karma counter) [15:25] where would the debian team pages on lp be? to check? [15:27] tarzeau: I'm pretty certain none of that has changed for years [15:27] Debian teams aren't necessarily represented on LP at all, although you can search by email address on https://launchpad.net/people [15:28] karma is pretty arbitrary and not every possible action is guaranteed to be credited there [15:30] LaurenceLumi: there are often a few different possible ways to set things up, yes [15:30] jbicha: cjwatson re:Download question. I prefer it there and usually don't enable it. The reason being I want the network's package proxy/mirror to be configured to prevent un-necessary external network activtiy. [15:31] I would suggest my why is probably the beginners way, but I get it now [15:31] jbicha: if there's an easy to see/set option to add the proxy address though :) [15:31] TJ-: at a minimum, I think we'd want to enable the download option by default [15:32] jbicha: as long as I still have the control to disable it :) [15:32] I think it's funny that for as many times as I've installed Ubuntu, I didn't really read that page carefully enough [15:33] jbicha: when doing repeated VM-based testing it's a pain having it always want to pull in additional packages [15:42] hi, does anybody know if the systemd network-online.target includes wireless networks that only come up after a user logs in on a desktop? I'd say no, but wanted to check [15:42] Probably depends on whether you're on networkmangler or not. [15:43] I believe most machines wait for network online before starting a login manager, due to most services being poorly written. [15:43] the wifi would be managed by network-manager, yes [15:44] https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ ? [15:46] andreas: NM-wait-online.service appears to be before network-online.target [15:46] andreas: *but* it sounds like the user has configure that wireless network to onnly be available for their user? [15:47] I am getting loads of ln: failed to create hard link '/var/cache/pbuilder/build/17130/var/cache/apt/archives/libustr-1.0-1_1.0.4-5_amd64.deb': File exists from a pbuilder create, what't the cause and can I ingore these? [15:49] My artful laptop seems to have delayed network-online.target for the wifi to come up, but it hasn't delayed the DM starting. [15:50] * Faux sighs at postfix not starting until the wifi is up; why would that even be a thing. [15:50] There's a bug on that I think. [15:51] I don't see it as particularly important (personally) though I think others were making progress in the bug. Why is postfix running on a system where the connectivity is wifi a thing? [15:51] So I get mail from cron? [15:51] You don't need postfix for that. [15:52] The actual answer is because all my machines is configured the same, although I thought it was necessary for local mail delivery like that. [15:52] You need a working sendmail. It doens't have to be postfix (as I suppose the name implies :-) [15:53] But also, cron jobs that matter on a machine with limited connectivity? [15:53] Debian #854475 explains that postfix is configured to be After=network*.target just in case a user has changed the configuration, which is an argument I'm not a big fan of. [15:53] Debian bug 854475 in postfix "postfix: systemd needs postfix@.service to have "After=network.target"" [Important,Fixed] http://bugs.debian.org/854475 [15:53] Things run in cron jobs. I need to work out what went wrong. Until everything is running as a systemd timer, this involves digging through mail as well as journald. [15:53] Ultimately defaults cannot work for people with weird configurations in the general case. By definition. [15:54] It's override-able. You should override it. [15:54] I could. But, as it doesn't block the DM (for me), it's not a big issue. I have overriden whatever it was that was causing it to block the DM. [15:55] nacc: thanks for that link, reading [15:58] looks like pulling in network-online is even frowned upon for server software [16:03] Faux: i used to have to restart postfix all the time, whenever i would go to the office, or go home, etc. It was dumb, but postfix felt dumber for not being able to handle the network changing. [16:27] Junk. [16:28] Faux: it's possible that has improved since then [16:29] The bug is pretty recent. Although iirc the C changes are trivial. [16:50] following one of the guides on pinning, I do #apt-get -b source debhelper [16:50] it compiles, but how do I correctly install it? [16:51] LaurenceLumi: what are you actually trying to do? [16:51] follow this guide https://help.ubuntu.com/community/PinningHowto#Recommended_alternative_to_pinning [16:53] actually I am trying to built imagemagick from zesty source on xenial, but I am trying to follow some of the basic guides which a full of little errors [16:54] I did #apt-get -b source debhelper which created to packages debhelper_10.2.2ubuntu1_all.deb dh-systemd_10.2.2ubuntu1_all.deb [16:55] My experience is that trying to backport anything deb/dpkg related ends in sadness; it's probably not a good idea. [16:56] doing #apt-get -b source -t zesty debhelper as suggested by the guide did not work at all [16:57] I can create packages, both using pbuilder and following the guide here https://help.ubuntu.com/community/PinningHowto#Recommended_alternative_to_pinning [16:57] so I have lots of packages, but I am not sure how to install them probably. Not keen on destroying my machine, [17:02] LaurenceLumi: whey can't you use debhelper in x-b? [17:03] what is x-b? [17:03] LaurenceLumi: xenial-backports [17:05] I could, it as example to when following the guide, if I guide worked for debhelper I coudld tackle imagemagick [17:05] ^I choose it as an example [17:06] LaurenceLumi: why not just use a ppa for this? [17:07] LaurenceLumi: do you need some feature from the zesty imagemagick? [17:07] yes [17:08] yes connected-components functionality [17:08] LaurenceLumi: why not just run zesty or artful in a VM? [17:09] I grabbed the source and compiled it, but I thought I should learn how do learn some of ubuntu, [17:09] so I am working my way through some of the suggested ways of doing things [17:11] so far I have setup pbuilder, and sucessfull build imagemagick_6.9.7.4+dfsg-3ubuntu1.2.dsc which gave me loads a deb files [17:11] LaurenceLumi: ok, so istall those debs [17:12] but I am not sure how to install them, and wasn't in a hurry until I understood what was going on [17:12] LaurenceLumi: you don't know how to install debs? [17:12] no [17:13] I am guessing it dpkg -i package name, but I don't understand how the depenedecy bit works [17:13] hence trying to follow guides [17:14] LaurenceLumi: fwiw, you probably wanted to properly adjust the versionning of that [17:14] LaurenceLumi: dpkg doesn't do dependency resolution itself [17:15] LaurenceLumi: you'll need to isntall all the packages at the same time, or use somethign like gdebi [17:17] sudo apt install ./foo.deb to install foo is useful too (the ./ is important) [17:17] Ok I get it now [17:17] jbicha: ah thanks, i forgot apt can do that [17:18] Ok so the guide I linked before is missing that step... [17:18] LaurenceLumi: i feel like any guide that is about *building* packages, assumes you know what to do with packages [17:19] just feedback, from a newbe [17:19] one more question, what about the previous version of ImagaMagick I installed [17:19] LaurenceLumi: IMO, a newbie probably should not be tryig to do this backport :) [17:19] LaurenceLumi: at least not on their machine [17:20] use a PPA or somethig [17:20] LaurenceLumi: what about it? [17:21] actually before I go on, so as a newbie, how should I be using a PPA? [17:22] LaurenceLumi: the backportpackage tool [17:26] OK, wish I found that before I started :-) [17:26] LaurenceLumi: yeah :) [17:26] Ok back to hypothetical question, because I think I will investigate the backportpackage [17:28] apt install ./foo.deb ./bar.deb ./foofoo.deb, what about previous versions of foo bar and foofoo? [17:28] i.e. should I purge the previous release before attempting a manual install with deb packages [17:29] LaurenceLumi: do you purge previous versions when you upgrade normally? [17:31] no, but I am not using packages directly [17:33] LaurenceLumi: in general it should be fine. If it is a very large jump, it's possible some upgrade paths have been dropped in the new packaging. [17:36] Just looking backportpackage, am I right the big difference is that will load the *.deb that get build into a PPA so that apt-get will see them as normal packages to upgrade and everything works as expected, plus I can let other know about my PPA? [17:37] as compared to using pbuilder to build the debs? [17:38] LaurenceLumi: it builds it in the PPA [17:38] LaurenceLumi: nothing runs on your system at all [17:38] LaurenceLumi: i believe it also will do the versioning correctly [17:39] (note that PPA response times aren't going to be great just now as we have a lot of stuff going on in our build farm) [17:40] cjwatson: yeah :) [17:40] was goingn to mention that next [17:41] that's fine, will 100x faster, than the time I already spent, but at least I did learn something [17:41] maybe [17:41] LaurenceLumi: yeah :) [17:41] LaurenceLumi: in your case, it doesn't seem like you really needed to learn quite as much about source packages, yhou just wanted to do a backport [17:42] how do I make suggestions regarding guides, both the pinning and backports page don't mention the backportpackage [17:42] LaurenceLumi: and you ca configure your ppa (before doing the backportpackage) to have xenial-backports as a dependency, so that it can build with a newer debhelper, e.g., on xenial [17:43] thanks nacc, I will do that [17:44] LaurenceLumi: which pages are you referringn to? [17:46] this https://help.ubuntu.com/community/PinningHowto one and this https://wiki.ubuntu.com/UbuntuBackports [17:46] LaurenceLumi: the latter is a wiki page [17:46] but actually the second does have [17:46] and i think the first is too [17:46] and the first shouldn't mention backportpackage, it's onnly about pinninng [17:48] but the pinning actually has an alrtenative method i.e. build from source [17:48] but I guess it is there, [17:48] ugh, that's dumb [17:48] I absolutely do not thing building a deb from source is a "recommended alternative to pinning"! [17:49] *think [17:49] I agree! [17:49] jbicha: maybe i'm wrong, though, thoughts? [17:49] I think that is what actually started me of whole pbuilder thing [17:50] when I probably wanted was backportpackage [17:50] LaurenceLumi: yeah, i can imagine that [17:50] uh, there's different levels of recommendations. Ordinary users shouldn't need to build any packages, especially not low-level ones like imagemagick [17:51] but yeah, backportpackage is a lot easier than settings up a build environment [17:52] jbicha: i meant specifically the pinning page recommending that users build packages from source as an alternative to pinnning (and citing libc6 as a (good?) example of such a package!) [17:53] uh, I think backportpackage is better than a recommendation to pin packages from a totally different Ubuntu release, yes [17:54] pinning may be useful where you only want one package from a large ppa [17:54] right [17:54] is there a way to follow throught with that suggestion, i.e. who do I email/ping? [17:54] i think the pinning community page shouldn't mention source packages at all [17:56] if you're going to work on it, you should kill or heavily edit the Pinning Methods section where it encourages people to pick and choose Ubuntu releases to install packages from [17:56] that's why there's that whole libc6/backports warning [17:57] jbicha: yeah, it just seems like ... bad advice :) [17:57] LaurenceLumi: it's a wiki page, so you just need to login and have rights [18:29] nacc: Gah. Wow. That page's suggestion that "pinning libc6 doesn't work, so try backporting!" is amazingly irresponsible. [18:29] And also shows that whoever wrote it doesn't grasp pinning. [18:29] Cause if you pin *all* of glibc's binaries, it works great. [18:30] Of course pinning one binary from a source package will end in tears. [18:36] is -that- how we get so many bug reports from folks trying to install different versions of a package in both i386 and amd64 flavours? [19:36] infinity: yeah, it's terrible! [19:36] sarnold: i'm starting to think it's at least part of it [19:42] nacc: it'd be nicest if the tools could recognize that step before taking it :) [19:47] sarnold: Some sort of Ubuntu Clippy that pops up and says "It looks like you're trying to do something stupid"? [19:48] "Would you like me to turn off all your bug reporting tools?" [19:48] heh === Foxtrot is now known as foxtrot [23:02] infinity: haha :) I love turning off the bug reports rather than not installing the update.. hehe [23:03] sarnold: As to your original comment, the biggest source of arch/version skew appears to be people who install arch_X from a repo, disable said repo, then wonder why things are broken. [23:03] sarnold: When that's a PPA, I can sort of (but not overly) sympathise, but I see it a LOT with people who install from -updates, then disable -updates and file a bug report next time something breaks. [23:03] Like, wat? [23:03] infinity: ohhh, that'd be hard to spot without magic version numbers.. [23:04] oof. with -updates disabled??? [23:04] sarnold: Yep, see it a lot more than seems reasonable. You'll see something complaining about "can't install foo because depends foo-common=1, but foo-common=1.1 is installed". [23:05] sarnold: Which means they got 1.1 from -updates, then disabled updates, then whee. [23:05] sarnold: And that, apparently, is our bug, not theirs. [23:05] I really want to be able to change a package task to a person. [23:06] infinity: thanks for pointing it out, I like to be able to help folks along when I can, and this one ought to be cheap enough to spot [23:14] sarnold: It tends to confuse users more than it should probably because apt spells the above "is installed" as "is to be installed". [23:14] sarnold: Since it's reporting the final state it's trying to achieve, not the current state. [23:14] infinity: hrm. did I know this? I'm .. curious :) [23:15] infinity: of course there's loads of errors our users report that I have never seen before because users make great testers :)