Marcus Furlong

Results 150 comments of Marcus Furlong

Updated in 71eaaf4 > After adding "import sys", now script just stop cleanly without saying anything - no traceback at all :/ That is very odd. Added a bit more...

``` > MultipleObjectsReturned with oldpackage=vim-minimal-2:7.4.629-5.el6-x86_64 | newpackage=vim-minimal-2:7.4.629-5.el6_10.2-x86_64: > vim-minimal-2:7.4.629-5.el6-x86_64 -> vim-minimal-2:7.4.629-5.el6_10.2-x86_64 (Bugfix) > vim-minimal-2:7.4.629-5.el6-x86_64 -> vim-minimal-2:7.4.629-5.el6_10.2-x86_64 (Security) > vim-minimal-2:7.4.629-5.el6-x86_64 -> vim-minimal-2:7.4.629-5.el6_10.2-x86_64 (Security) ``` Definitely multiple objects returned here. 2 security...

Maybe I need to add a message here recommending a workaround of `patchman -d`. I thought the daily cronjob with `patchman -a` should handle that, but maybe it's not working,...

@julienleboeuf out of curiousity - do you specify the `-u` option to `patchman-client`?

Closing as issue has not recurred. Feel free to reopen if it does, and we can investigate further.

Just checking - is `DEBUG=True` set in your local settings file?

Seems to be a memory issue. Feel free to reopen if you have more details.

For clients, EL6+ should work fine. Ubuntu 14:04+, Debian etch+, Suse 15+ but Suse 12+ works too, and any opensuse from Leap onwards, Arch. There's a branch for Gentoo but...

For servers, I add support the latest release upstream as they have the latest django releases, but it's a balancing act, as different upstreams do their major releases on different...

On OpenSUSE, it seems that python is compiled without bluetooth support because the compilation introduces a circular dependency. https://lists.opensuse.org/archives/list/[email protected]/message/J65TRIE7UA5G37DWEGRRW7GH2KISLY62/ The solution suggested in that thread is to use pybluez BluetoothSocket:...