[Bug 1521173] Re: AER: Corrected error received: id=00e0

2017-04-13 Thread Greg Lutostanski
Hitting this with zesty Linux doe 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1521173 Title: AER: Corre

[Bug 1611078] Re: Support snaps inside of lxd containers

2017-04-13 Thread Greg Lutostanski
And in some cases squashfuse may not have the proper dep of fuse. And you may need to manually: apt install fuse # in addition to squashfuse looks like squashfuse is missing a dependency on "fuse" which is part of the official Ubuntu images but not in the community images so if you use "lxc l

[Bug 1683508] [NEW] touchpad not working (elan_i2c invalid report id data)

2017-04-17 Thread Greg Lutostanski
Public bug reported: Sometimes upon boot mouse is not responsive. I get spammed the following in syslog every time I move the pointer: elan_i2c i2c-ELAN1000:00: invalid report id data (1) workaround: sudo rmmod elan_i2c sudo modprobe elan_i2c fixes it until next reboot, then it is a crapshoot a

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-04-25 Thread Greg Lutostanski
Good find cxreg! Indeed does look the same, happens when I am running chromium, cxreg found bug happens in Chrome. So some path with the i915 there does appear to be flaky. Workaround seems to not be super effective given post https://bugs.freedesktop.org/show_bug.cgi?id=99295#c27 unfortunately.

[Bug 1665102] Re: Snap refresh not working as expected on devmode snaps

2017-02-23 Thread Greg Lutostanski
Thanks for the well thought out explanation. I would proffer and alternative until either #1 or #2 can be decided upon. Refresh for all snaps that stay in the same confinement mode. I.e. one --devmode snap to a more recent --devmode snap, which currently does not happen. I agree that upgrades ac

[Bug 1607710] Re: Home directories listed in /etc/passwd should be honoured

2017-05-22 Thread Greg Lutostanski
*** This bug is a duplicate of bug 1594904 *** https://bugs.launchpad.net/bugs/1594904 ** This bug has been marked a duplicate of bug 1594904 Snaps fail to run when user's home directory is not under /home -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1659719] Re: ssh can't call a binary from a snap without the full path

2017-09-19 Thread Greg Lutostanski
Still hitting this with... jenkins@juju-6f7422-solutions-qa-integration-1:~$ snap version snap2.27.6 snapd 2.27.6 series 16 ubuntu 16.04 kernel 4.4.0-83-generic jenkins@juju-6f7422-solutions-qa-integration-1:~$ snap list Name VersionRev DeveloperNotes conjure-up 2.3.1

[Bug 1659719] Re: ssh can't call a binary from a snap without the full path

2017-09-20 Thread Greg Lutostanski
Yes it obviously works for login shells. To make it work for non-login shells /etc/environment would need to include /snap/bin -- an issue for foundations to decide upon. Thanks for the insight. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-11-28 Thread Greg Lutostanski
Confirmed with Drew that this bug has not been hit since the pacemaker fix released. Can remove field-high team, but keep for the discussion on init-system- helpers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1302963] Re: Calendar() class can not be initialized

2014-04-25 Thread Greg Lutostanski
Glad to hear it was updated upstream. The two commits that need to be cherry-picked into a patch for the deb from upstream git repo at https://github.com/bear/parsedatetime.git to fix this directly are: 51d47dd57a8ac 692168f4bd336 Also making a note that this package needs to be updated in debi

[Bug 1302963] Re: Calendar() class can not be initialized

2014-04-21 Thread Greg Lutostanski
parsedatetime has an optional dependency on a specific version python- pyicu, which is not documented -- it seems that the current trusty version 1.5-2ubuntu4 does not play nice. Workaround is to explicity disable pyicu, for example use: import parsedatetime.parsedatetime as pdtal = pdt.Calendar(

[Bug 1302963] Re: Calendar() class can not be initialized

2014-04-21 Thread Greg Lutostanski
Hi bear, Good point, looks like disabling PyICU is not a good workaround then. If we can get it to work with the python-pyicu version (1.5) currently in trusty I think that would be best for now. I know its quite a bit outdated, I will look into getting that updated to a more recent version as w

[Bug 1302963] Re: Calendar() class can not be initialized

2014-04-21 Thread Greg Lutostanski
I don't think you need to install pyicu-1.7, the released packages for pyicu are at https://launchpad.net/ubuntu/+source/pyicu I can setup a ppa if needed. But if you are on trusty or saucy you should just be able to: apt-get install python-pyicu and then go about seeing if a fix works. What rel

[Bug 1665102] [NEW] Snap refresh not working

2017-02-15 Thread Greg Lutostanski
Public bug reported: So yesterday I installed the juju snap... $ sudo snap install juju --edge --devmode then today... https://paste.ubuntu.com/24002666/ Does snap refresh just not work on devmode snaps, what is going on here? And why are they not auto-downloaded. lutostag@cia:~$ snap --versio

[Bug 1665102] Re: Snap refresh not working

2017-02-15 Thread Greg Lutostanski
Thanks for quick reply. Documentation is ambiguous on this point and therefore confused me. Filed a bug @ https://github.com/ubuntudesign/snapcraft.io/issues/281 Appreciate the awesomeness that is snap*! ** Bug watch added: github.com/ubuntudesign/snapcraft.io/issues #281 https://github.com/u

[Bug 1680904] [NEW] zesty unable to handle kernel NULL pointer dereference

2017-04-07 Thread Greg Lutostanski
Public bug reported: Upgraded to zesty about a week ago. Ran into this on latest kernel. (during high load, nothing in particular seems to cause it to happen). Did not happen with previous (4.10.0.14.16) kernel. Only after update to 4.10.0.15.17, has happened about 3 times since then (or other cr

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-04-10 Thread Greg Lutostanski
Unable to reproduce unfortunately. In fact it has not reoccurred, since I filed this bug. Will reopen if it happens again, but I am moving to the more recent released kernel... 4.10.0-15 -> 4.10.0-19. Not sure what status to mark this bug as until I can get a repro of it. -- You received this bu

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-04-10 Thread Greg Lutostanski
Speak of the devil... happened again on, will try with upstream kernel. Linux doe 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux ** Attachment added: "kern.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1680904/+attachment/4859878/+files

[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-04-10 Thread Greg Lutostanski
Only time I have been able to cause it was high load with lxcs and graphics load (via unity). The mainline does not seem to let my lxd instance load. Unfortunately my lxd setup does not work with the mainline, [due to snaps/lxd/zfs, one of the above probably](so it will make repro much harder, and

[Bug 1581236] [NEW] Power state does not drop lower than pc03 for package (Haswell i7-4500U)

2016-05-12 Thread Greg Lutostanski
Public bug reported: So similarly to bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579917, I am also not able to get into pc10, as described there. I am using a sata drive, and after setting min_power to /sys/class/scsi_host/*/link_power_management_policy still does not get me into an

[Bug 1582802] [NEW] quassel isn't in repos for xenial or yakkety (because broken build)

2016-05-17 Thread Greg Lutostanski
Public bug reported: Build for IBM z-series (s390x) is broken as shown by https://bugs.launchpad.net/ubuntu/+source/quassel/0.12.2-0ubuntu1/+build/8381039 that should be removed from the list of arch supported by the quassel package until the build can be fixed for it. I'll see if I can get a p

[Bug 1580279] Re: maas-cli 2.0 doesn't find 1.0 api

2016-05-20 Thread Greg Lutostanski
** Tags added: oil -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580279 Title: maas-cli 2.0 doesn't find 1.0 api To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/

[Bug 1621229] [NEW] snap upgrade to 2.14.2~16.04 in xenial lxc hangs

2016-09-07 Thread Greg Lutostanski
Public bug reported: Ran into this with deploying a juju charm to a local lxd controller. Recreates with: https://paste.ubuntu.com/23147333/ Related bugs: * bug 1576692: fully support package installation in systemd ** Affects: snapd (Ubuntu) Importance: Undecided Status: New -

[Bug 1621336] Re: snapd.boot-ok.service hangs eternally on cloud image upgrades

2016-09-08 Thread Greg Lutostanski
** Tags added: oil -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1621336 Title: snapd.boot-ok.service hangs eternally on cloud image upgrades To manage notifications about this bug go to: https://b

[Bug 1639031] [NEW] dh_link is not latest

2016-11-03 Thread Greg Lutostanski
Public bug reported: When building a package for a ppa I ran into an issue where I expected the functionality from https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=438601, fixed upstream in 2011. The dh_link I was hoping for is the same version from http://http.debian.net/debian/pool/main/d/deb

[Bug 1639031] Re: dh_link is not latest

2016-11-03 Thread Greg Lutostanski
Sorry, seems you are on latest, there is just a regression in the upstream... ** Changed in: debhelper (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1639031 T

[Bug 1646625] Re: on first boot rpi2 cannot configure (core16)

2016-12-07 Thread Greg Lutostanski
Steps: 1) Proceed with normal rpi2 install with working dongle (and verified bad dongle still saw problem). 2) Enabled user-password login. 3) Was on core rev 396, changed to edge (645). 4) Plug in bad dongle 5) reboot 6) login locally 7) sudo console-conf Confirmed there is no crash (could not c

[Bug 1628247] [NEW] yakkety 1.8.2+nmu1ubuntu1 does not install due to changed chrome keys

2016-09-27 Thread Greg Lutostanski
Public bug reported: We should sync from 1.8.3 version https://packages.debian.org/search?keywords=pepperflashplugin%2Dnonfree which works for me. ** Affects: pepperflashplugin-nonfree (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are

[Bug 1587594] [NEW] mouse lost sync byte, then failed to enable mouse

2016-05-31 Thread Greg Lutostanski
Public bug reported: Running xenial. Relevant details from dmesg: [ 2458.075708] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1 [ 2458.085063] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1 [ 2458.086384] psmouse serio1: TouchPad at isa0060/serio1/i

[Bug 1587594] CurrentDmesg.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673672/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594

[Bug 1587594] AlsaInfo.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673670/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title:

[Bug 1587594] Dependencies.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673673/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594

[Bug 1587594] CRDA.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673671/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title: mouse

[Bug 1587594] IwConfig.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673674/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title:

[Bug 1587594] ProcEnviron.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673679/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594

[Bug 1587594] ProcInterrupts.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673680/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/158

[Bug 1587594] Lspci.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673676/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title: mous

[Bug 1587594] PulseList.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673682/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Titl

[Bug 1587594] RfKill.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673683/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title: mo

[Bug 1587594] ProcCpuinfo.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673678/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594

[Bug 1587594] JournalErrors.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673675/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/15875

[Bug 1587594] Lsusb.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673677/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title: mous

[Bug 1587594] UdevDb.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673684/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title: mo

[Bug 1587594] ProcModules.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673681/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594

[Bug 1587594] WifiSyslog.txt

2016-05-31 Thread Greg Lutostanski
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1587594/+attachment/4673685/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Ti

[Bug 1587594] Re: mouse lost sync byte, then failed to enable mouse

2016-06-09 Thread Greg Lutostanski
Nope, just in xenial. Did not happen in wily. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587594 Title: mouse lost sync byte,

[Bug 1587594] Re: mouse lost sync byte, then failed to enable mouse

2016-06-09 Thread Greg Lutostanski
Also looking at https://lists.launchpad.net/kernel- packages/msg17719.html, my governor is set to powersave. And I can confirm that scaling is actively happening in the background when I see this issue of the sync bytes lost (well at least /proc/cpuinfo shows different MHz before and after I see th

[Bug 1587594] Re: mouse lost sync byte, then failed to enable mouse

2016-06-09 Thread Greg Lutostanski
Setting governor to performance did not help. Problem also evident with Xenial installation media (kernel 4.4.0.21 I believe). Going to try with Wily installation media to ensure it is not there and it is not a newly found hardware issue (like if I bumped my laptop touchpad cable loose). -- You r

[Bug 1587594] Re: mouse lost sync byte, then failed to enable mouse

2016-06-09 Thread Greg Lutostanski
Showed up when I tested with Wily, which I know did not previously have the issue. Will consider it a hardware fault. Sorry for the inconvenience. ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu) Importance: High => Undecided -- You received thi

[Bug 1190986] Re: ERROR Nonce already used

2014-08-29 Thread Greg Lutostanski
** Description changed: + + SRU for secondary fix (branch lp:~julian-edwards/maas/nonce-fix-bug-1190986) + [Impact] + * Minimize possibility of hitting a nonce collision by using a longer nonce (uuid4) in both python-maas-client and commissioning scripts. + + [Testcase] + * Do some api calls

[Bug 1337437] Re: maas needs utopic support

2014-08-29 Thread Greg Lutostanski
** Description changed: - It looks like maas needs support added for utopic. Could you also - consider implementing this so that it is configurable in a config file? - It would be much better than needing a hard-coded update each release. + [Impact] + * Remove no longer supported distro releases

[Bug 1315154] Re: [SRU] doesn't support booting ppc64el hardware

2014-09-01 Thread Greg Lutostanski
** Summary changed: - doesn't support booting ppc64el hardware + [SRU] doesn't support booting ppc64el hardware -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315154 Title: [SRU] doesn't support bo

[Bug 1325640] Re: test_prepare_holds_startup_lock() still fails spuriously

2014-09-01 Thread Greg Lutostanski
** Description changed: + [Impact] + * Previously Django's aggressive connection closing policy would prevent session-level locks from being maintained. + + [Testcase] + * Run included tests + + [Regression Potential] + * Minimal, potentially an issue as it deals with releasing a lock (it co

[Bug 1325759] Re: start_up uses database lock outside of transaction

2014-09-01 Thread Greg Lutostanski
** Description changed: + [Impact] + * When using new locking code, this is used to prevent an error on maas server startup when asking for a lock when not in a transaction + + [Testcase] + * Run included tests in test_start_up.py + + [Regression Potential] + * Minimal + mod_wsgi (pid=265

[Bug 1334401] Re: [SRU] Missing dependency on python-paramiko

2014-09-01 Thread Greg Lutostanski
** Summary changed: - Missing dependency on python-paramiko + [SRU] Missing dependency on python-paramiko ** Description changed: - As seen here: http://d-jenkins.ubuntu-ci:8080/view/MAAS/job/utopic-adt- - maas/131/console, maas package can't be installed on utopic due to a - missing dependency

[Bug 1352273] Re: [SRU] "ImportError: No module named pexpect" when setting up maas-region-controller

2014-09-01 Thread Greg Lutostanski
** Summary changed: - "ImportError: No module named pexpect" when setting up maas-region-controller + [SRU] "ImportError: No module named pexpect" when setting up maas-region-controller ** Description changed: + [Impact] + * Install required deps for maas-provisioningserver (move from maas-re

[Bug 1315154] Re: [SRU] doesn't support booting ppc64el hardware

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315154 Title: [SRU] doesn't support booting ppc64el hardware To manag

[Bug 1325640] Re: [SRU] test_prepare_holds_startup_lock() still fails spuriously

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => High ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1325759] Re: start_up uses database lock outside of transaction

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => Critical ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1337437] Re: [SRU] maas needs utopic support

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => Medium ** Changed in: maas (Ubuntu Trusty) Milestone: None => trusty-updates ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned

[Bug 1315154] Re: [SRU] doesn't support booting ppc64el hardware

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Milestone: None => trusty-updates ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => High ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) -- You received this bug notification because

[Bug 1190986] Re: [SRU] ERROR Nonce already used

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Importance: Undecided => High ** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Milestone: None => trusty-updates -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1352273] Re: [SRU] "ImportError: No module named pexpect" when setting up maas-region-controller

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => Critical ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1342302] Re: [SRU] pserv dies after upgrade to beta5~ppa1 (release cut for the boot images fix)

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => Critical ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1338851] Re: [SRU] Add MAAS arm64/xgene support

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => High ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1331982] Re: [SRU] API documentation for nodegroup op=details missing parameter

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => Low ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1350235] Re: [SRU] Package fails to install when the default route is through an aliased/tagged interface

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => Critical ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1334401] Re: [SRU] Missing dependency on python-paramiko

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty) Status: New => Fix Committed ** Changed in: maas (Ubuntu Trusty) Importance: Undecided => Critical ** Changed in: maas (Ubuntu Trusty) Assignee: (unassigned) => Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu Trusty) Milest

[Bug 1444003] [NEW] BUG: soft lockup - CPU#6 stuck for 22s! [systemd-udevd:166]

2015-04-14 Thread Greg Lutostanski
Public bug reported: Seeing a number of failed deployments on the SM15K: This is from console log for a failed deployment this morning: [ 3310.700695] Call Trace:^M [ 3310.700698] [] ? try_to_free_pmd_page+0x50/0x50^M [ 3310.700700] [] change_page_attr_set_clr+0x38d/0x4a0^M [ 3310.700709] [] ? 0x

[Bug 1444003] Re: BUG: soft lockup - CPU#6 stuck for 22s! [systemd-udevd:166]

2015-04-14 Thread Greg Lutostanski
** Attachment added: "Full conserver log from one of the affected machines." https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1444003/+attachment/4375352/+files/hayward-45-deployment-failure-console.log -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1382632] Re: Insecure key file permissions

2014-10-29 Thread Greg Lutostanski
** Tags added: oil -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382632 Title: Insecure key file permissions To manage notifications about this bug go to: https://bugs.launchpad.net/curtin/+bug/13

[Bug 1314740] Re: init script pid parsing has failure cases

2014-06-04 Thread Greg Lutostanski
PID=$(sed -n 's/^\s*pid\s\s*\([^;]*\).*/\1/p' /etc/nginx/nginx.conf) works for the three testcases shown in this and linked bugs. not sure why I cant use \s+ after pid in the expression above, but it works this way. ** Bug watch added: Debian Bug tracker #747329 http://bugs.debian.org/cgi-bi

[Bug 1322151] Re: ImportError: No module named pexpect setting up maas-dns

2014-06-06 Thread Greg Lutostanski
branch which fixes this and other 1.5.2 release bugs for SRU is linked to bug #1325038 ** Description changed: As per http://d-jenkins.ubuntu-ci:8080/view/MAAS/job/utopic-adt-maas/5/ maas-dns failed to install due to a missing dependency on python-pexpect Setting up maas-dns (1.5+bzr2252

[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-06-06 Thread Greg Lutostanski
Remove workaround because django updated on supported releases, included in branch which fixes this and other 1.5.2 release bugs for SRU is linked to bug #1325038. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1324966] Re: VirshSSH referencing invalid attributes

2014-06-06 Thread Greg Lutostanski
** Also affects: ubuntu (Ubuntu) Importance: Undecided Status: New ** No longer affects: ubuntu (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1324966 Title: VirshSSH referencing

[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-06-27 Thread Greg Lutostanski
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311433 Title: REGRESSION: AttributeError: 'functools.partial' object has no att

[Bug 1305061] Re: maas crashes because of a missing power_type, even though I provided one

2014-07-03 Thread Greg Lutostanski
Verified with included testcase in an lxc container, and edited a node's power type with the cluster controller (in a separate container) offline. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1322151] Re: ImportError: No module named pexpect setting up maas-dns

2014-07-03 Thread Greg Lutostanski
Verified fix with given testcase, install completes successfully with no errors. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/132

[Bug 1317682] Re: The cluster takes a long time to connect to the region.

2014-07-03 Thread Greg Lutostanski
Associated a maas endpoint with two different cluster controllers, the new version synced known images much faster. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1321696] Re: Instructions on how to add a backdoor to ephemeral images is outdated

2014-07-03 Thread Greg Lutostanski
new backdooring code works correctly if the user enters the backdoor- image directory before running suggested code. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1301465] Re: Architecture error message is badly formatted

2014-07-03 Thread Greg Lutostanski
Tried to change architecture without appropriate images installed, got error without python list/string cruft. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1324944] Re: MAAS fires 5 tasks to write_dhcp_config when only one nodegroup change was made

2014-07-03 Thread Greg Lutostanski
Verified in maas lab with tests as shown by Diogo, also ran the two integration tests manually, and both passed. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1328231] Re: [SRU] maas-import-pxe-files fails in an LXC container because grub-common isn't installed

2014-07-03 Thread Greg Lutostanski
Verified fix by running command in container, given noted testcase above; passed. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13

[Bug 1318660] Re: trying to overwrite '/usr/lib/python2.7/dist-packages/apiclient/__init__.py', which is also in package python-googleapi 1.2-2

2014-05-12 Thread Greg Lutostanski
** Also affects: python-googleapi (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318660 Title: trying to overwrite '/usr/lib/python2.7/dist- pa

[Bug 1318660] Re: trying to overwrite '/usr/lib/python2.7/dist-packages/apiclient/__init__.py', which is also in package python-googleapi 1.2-2

2014-05-12 Thread Greg Lutostanski
Looks like both packages want to call themselves "apiclient". Upstream googleapi has changed packagename to "googleapiclient" so as to avoid confusion, but have not had a new release since that change. In my estimation both packages probably need to have their python package names changed especial

[Bug 1318660] Re: trying to overwrite '/usr/lib/python2.7/dist-packages/apiclient/__init__.py', which is also in package python-googleapi 1.2-2

2014-05-12 Thread Greg Lutostanski
Original bug which has resolution of namespaced python packages for maas is https://bugs.launchpad.net/maas/+bug/1053507 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318660 Title: trying to overwr

[Bug 1310846] Re: amt template gives up way too easily

2014-05-13 Thread Greg Lutostanski
** Changed in: maas Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310846 Title: amt template gives up way too easily To manage notifications about this bug

[Bug 1310844] Re: find_ip_via_arp() results in unpredictable, and in some cases, incorrect IP addresses

2014-05-13 Thread Greg Lutostanski
** Changed in: maas Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310844 Title: find_ip_via_arp() results in unpredictable, and in some cases, incorrect IP

[Bug 1351337] [NEW] Please merge autofs 5.0.8-1 (main) from Debian unstable (main)

2014-08-01 Thread Greg Lutostanski
Public bug reported: Please merge autofs 5.0.8-1 (main) from Debian unstable (main). ** Affects: autofs (Ubuntu) Importance: Undecided Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1351337] Re: Please merge autofs 5.0.8-1 (main) from Debian unstable (main)

2014-08-01 Thread Greg Lutostanski
Debdiff from previous ubuntu release to 5.0.8-1. ** Patch added: "autofs_5.0.7-3ubuntu5--5.0.8-1ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1351337/+attachment/4167418/+files/autofs_5.0.7-3ubuntu5--5.0.8-1ubuntu1.debdiff -- You received this bug notification becaus

[Bug 1351337] Re: Please merge autofs 5.0.8-1 (main) from Debian unstable (main)

2014-08-01 Thread Greg Lutostanski
Debdiff from previous debian release to 5.0.8-1ubuntu1. ** Patch added: "autofs_5.0.8-1--5.0.8-1ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1351337/+attachment/4167429/+files/autofs_5.0.8-1--5.0.8-1ubuntu1.debdiff -- You received this bug notification because you a

[Bug 1352273] Re: "ImportError: No module named pexpect" when setting up maas-region-controller

2014-08-04 Thread Greg Lutostanski
Ubuntu) Assignee: (unassigned) => Greg Lutostanski (lutostag) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1352273 Title: "ImportError: No module named pexpect" when set

[Bug 1358748] Re: socat fdout option will not open output file descriptor

2014-08-19 Thread Greg Lutostanski
Hi Hendrik! Thanks for taking the time to report this! Unfortunately it looks like you are using the unidirectional flag (-u); from my experimenting it looks like when you pass this flag socat will not deal with the unbound (from its perspective) file descriptors. If you take out the -u, it will

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Greg Lutostanski
Since it was hit while running juju I'm inclined to believe that it is because http://bazaar.launchpad.net/~juju/gomaasapi/trunk/view/head:/oauth.go is still using the old nonce generation method ([0-9]{8} rather than uuid) which is much more collision prone. -- You received this bug notification

[Bug 1356012] Re: maas incorrectly overmanages DNS reverse zones

2014-08-12 Thread Greg Lutostanski
** Also affects: maas Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356012 Title: maas incorrectly overmanages DNS reverse zones To manage notifications

[Bug 1300507] Re: Rabbit password is reset on every upgrade which forces lockstep cluster restarts

2014-08-12 Thread Greg Lutostanski
Found where it happens: debian/maas-region-controller.postinst:95 Should only happen when creating a new user -- will have to find out why the region-controller does not think it has a user already. Will dive in further. ** Changed in: maas (Ubuntu) Assignee: (unassigned) => G

[Bug 1244921] Re: cherryd installed in /usr/bin instead of /usr/sbin/

2014-02-07 Thread Greg Lutostanski
Looks like fix was committed by pitti for trusty. ** Changed in: cherrypy3 (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1244921 Title: cherryd installe

[Bug 1250171] Re: The swift packages are missing an upstart config file swift-container-sync

2014-02-10 Thread Greg Lutostanski
** Changed in: swift (Ubuntu) Status: Triaged => Confirmed ** Tags added: prodstack -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250171 Title: The swift packages are missing an upstart con

[Bug 1215025] Re: swift-container-sync upstart job missing

2014-02-10 Thread Greg Lutostanski
*** This bug is a duplicate of bug 1250171 *** https://bugs.launchpad.net/bugs/1250171 ** This bug has been marked a duplicate of bug 1250171 The swift packages are missing an upstart config file swift-container-sync -- You received this bug notification because you are a member of Ubuntu

[Bug 1250365] Re: php5 should not install apache2

2014-02-10 Thread Greg Lutostanski
Yeah looks like the problem is not in drush which has dependencies set correctly, but rather php-console-table where there was a difference between debian and ubuntu somehow. It also looks like it was a problem only for 1.1.5 in saucy. Sorry about that. ** Package changed: drush (Ubuntu) => php-co

  1   2   >