[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 Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1315154 Title: [SRU]

[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

[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

[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

[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

[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

[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

[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

[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

[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

[Bug 978196] Re: pkg-config settings for ipopt should default to serial mumps

2014-08-27 Thread Greg
What are the advantages to serial mumps? How does using parallel mumps break compatibility? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978196 Title: pkg-config settings for ipopt should default

[Bug 1361885] [NEW] Cannot upgrade to Tasty Tahr 14.04.1 LTS

2014-08-26 Thread Greg Payne
Public bug reported: I am being prompted to upgrade my Ubuntu by upgrade manager. However, when I try this the upgrade fails. I have no idea why other than my installed packages seem to have unmet dependencies. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: update-manager 1:0.156.14.17

[Bug 1351640] Re: core file size: cannot modify limit: Operation not permitted

2014-08-21 Thread Greg Hazel
This is due to https://github.com/keithw/mosh/issues/196 Ubuntu 12.04.5 LTS has a sufficiently old enough version of mosh that it is still affected by that bug. Can this be updated in 12.04 LTS? ** Package changed: bash (Ubuntu) = mosh (Ubuntu) -- You received this bug notification because

[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

[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

[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

[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

[Bug 1332801] Re: install unity8-desktop-session-mir url-dispatcher crashes

2014-08-14 Thread greg
I attempted unity 8 because after upstart I have no launcher , hud or anything else but nlank screen. I gained access to the system by creating anew folder, in the center of my screen, using nautilus. Then I went to /usr/share/applications to use the system. -- You received this bug notification

[Bug 1332801] Re: install unity8-desktop-session-mir url-dispatcher crashes

2014-08-14 Thread greg
Blank screen... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332801 Title: install unity8-desktop-session-mir url-dispatcher crashes To manage notifications about this bug go to:

[Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-08-14 Thread Greg Murphy
I've seen this error occur on m3.medium (3.75GB RAM) and c3.large (3.75GB) EC2 instances, but not on m3.large (7.5GB), m3.xlarge (15GB) or t2.small (4GB) instances. Interestingly, it also does not occur on t2.micro (1GB) instances. All of the VMs in question are running kernel 3.13.0-29-generic

[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 Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1356012 Title: maas incorrectly overmanages DNS reverse zones To

[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) = Greg

[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

[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) = Greg

[Bug 831809] Re: empathy crashed with SIGSEGV in folks_persona_store_get_can_alias_personas()

2014-08-06 Thread greg
Each account is running but will not work using Empathy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/831809 Title: empathy crashed with SIGSEGV in folks_persona_store_get_can_alias_personas()

[Bug 1310489] Re: xorg.conf overwritten by booting system

2014-08-05 Thread Greg Tippitt
to the TESLA cards. If the problem can't be fixed easily, an simple work-around for users should be provided until the problem can be fixed. Greg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310489 Title

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

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

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

2014-08-04 Thread Greg Lutostanski
) 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 setting up maas-region- controller

[Bug 1351640] [NEW] core file size: cannot modify limit: Operation not permitted

2014-08-02 Thread Greg Hazel
Public bug reported: $ ulimit -c unlimited bash: ulimit: core file size: cannot modify limit: Operation not permitted $ grep core /etc/security/limits.conf #- core - limits the core file size (KB) * hardcoreunlimited * softcore

[Bug 1351640] Re: core file size: cannot modify limit: Operation not permitted

2014-08-02 Thread Greg Hazel
** Package changed: ubuntu = bash (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1351640 Title: core file size: cannot modify limit: Operation not permitted To manage notifications about

[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 because

[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 Server Team, which is subscribed to autofs in Ubuntu.

[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

[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.

[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 because

[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

[Bug 1334950] Re: [PATCH] ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart

2014-07-29 Thread Greg KH
Takashi scheduled the patch for 3.17, because it came late in the 3.16 cycle. I don't understand, if it's not in Linus's tree, what can I do with it? greg k-h -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-29 Thread Greg Wilkins
@Sebastien Sorry to comment on a meta-issue, but it concerns me when you say: What your company is doing is their decision, not a lot we can do. Changing OS over a bug doesn't seems like a rationnal decision, your company could have looked at this issue, and contributed a fix for likely a lot

[Bug 1348286] [NEW] [TOSHIBA Satellite L500] suspend/resume failure

2014-07-24 Thread greg crosby
-5.10-generic 3.16.0-rc6 Uname: Linux 3.16.0-5-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: greg 2550 F

Re: [Bug 1348286] Re: [TOSHIBA Satellite L500] suspend/resume failure

2014-07-24 Thread greg crosby
. ApportVersion: 2.14.4-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: greg 2550 F pulseaudio Date: Thu Jul 24 12:05:39 2014 DuplicateSignature: suspend/resume:TOSHIBA Satellite L500:1.50 ExecutablePath: /usr

Re: [Bug 1346445] Re: package nepomuk-core-data 4:4.13.90-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/kde4/services/nepomukffmpegextractor.desktop', which is also in package ne

2014-07-23 Thread greg crosby
I am reasonably new at this stage, so i need instructions to get some types of info. I have no problems sharing if it will help others. On Wed, Jul 23, 2014 at 7:38 AM, greg crosby gcrosby6...@gmail.com wrote: No problems here. utopic is running good with plasma 5.0 and gnome desktop

Re: [Bug 1346445] Re: package nepomuk-core-data 4:4.13.90-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/kde4/services/nepomukffmpegextractor.desktop', which is also in package ne

2014-07-23 Thread greg crosby
No problems here. utopic is running good with plasma 5.0 and gnome desktop installed , all working together. On Mon, Jul 21, 2014 at 1:40 PM, Apport retracing service 1346...@bugs.launchpad.net wrote: ** Tags removed: need-duplicate-check -- You received this bug notification because you

[Bug 1346445] [NEW] package nepomuk-core-data 4:4.13.90-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/kde4/services/nepomukffmpegextractor.desktop', which is also in package nepo

2014-07-21 Thread greg crosby
Public bug reported: getting broken package message whenattempting to add software, and software updater continually gives a failed to download repository information. ProblemType: Package DistroRelease: Ubuntu 14.10 Package: nepomuk-core-data 4:4.13.90-0ubuntu1 ProcVersionSignature: Ubuntu

Re: [Bug 1344049] Re: Please cherry-pick tc rule fix for userns

2014-07-18 Thread greg crosby
Im sorry i am linux toddler how do i perform this action? On Fri, Jul 18, 2014 at 10:14 AM, Tim Gardner tim.gard...@canonical.com wrote: ** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Utopic) Importance: Undecided

Re: [Bug 1290460] Re: Mythbuntu Installer Crashes: File /usr/lib/python3/dist-packages/mythbuntu_common/vnc.py, line 58, in create_password ValueError: Password should be passed as bytes

2014-07-14 Thread Greg Cunningham
? or is it more complicated than that? ... I just re-ran the install without selecting VNC service - I don't use it anyway. I think it might be just a 1-click install later in the Mythbuntu Control Centre. Cheers! -- Greg -- You received this bug notification because you are a member

[Bug 1333002] Re: usb audio related bug

2014-07-12 Thread Greg Tippitt
and maintenance, Greg Tippitt ** Tags added: apport-collected trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1333002 Title: usb audio related bug To manage notifications about this bug go to: https

[Bug 1333002] AlsaInfo.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: AlsaInfo.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151262/+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/1333002 Title:

[Bug 1333002] Lsusb.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151266/+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/1333002 Title: usb

[Bug 1333002] BootDmesg.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151263/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1333002

[Bug 1333002] PulseList.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: PulseList.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151271/+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/1333002

[Bug 1333002] ProcModules.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151270/+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/1333002

[Bug 1333002] ProcEnviron.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151268/+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/1333002

[Bug 1333002] ProcCpuinfo.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151267/+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/1333002

[Bug 1333002] CurrentDmesg.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151264/+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/1333002

[Bug 1333002] apport information

2014-07-12 Thread Greg Tippitt
ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: gtippitt 1847 F pulseaudio CRDA: Error: [Errno 2] No such file or directory CurrentDesktop: LXDE DistroRelease: Ubuntu 14.04 HibernationDevice:

[Bug 1333002] ProcInterrupts.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151269/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1333002] Lspci.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151265/+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/1333002 Title: usb

[Bug 1333002] UdevDb.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151272/+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/1333002 Title: usb

[Bug 1333002] WifiSyslog.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151274/+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/1333002

[Bug 1333002] UdevLog.txt

2014-07-12 Thread Greg Tippitt
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1333002/+attachment/4151273/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1333002 Title:

[Bug 738849] Re: The VPN connection 'xxx' failed because of invalid VPN secrets

2014-07-09 Thread Greg Knapp
I had this issue and it turned out my RSA SecureID token was slightly out of sync with the RSA server. Apparently this can happen if you don't VPN in for a while (months?). When starting vpnc via the command line I was prompted for a password and passcode. The passcode is the next code to appear

[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

[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 Server Team, which is subscribed to maas in Ubuntu.

[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 Server Team, which is subscribed to

[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 Server Team, which is subscribed to maas

[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 Server Team, which is subscribed

[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 Server Team, which is subscribed to

[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 Server Team, which is subscribed to maas in Ubuntu.

[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.

[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

[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.

[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.

[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.

[Bug 1335836] [NEW] CD / DVD error message on install, but using usb key

2014-06-30 Thread Greg Hannah
Public bug reported: After selecting region where Ubuntu is installed (Step 3?) there is an error message saying that an I/O error has occurred ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ubiquity 2.18.7 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 Uname: Linux

[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 Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1311433 Title: REGRESSION: AttributeError: 'functools.partial'

[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

[Bug 1334620] [NEW] Installer crash while upgrading mythbuntu 12 to 14 from DVD

2014-06-26 Thread Greg Cunningham
Public bug reported: Sorry, No information left on screen ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ubiquity 2.18.7 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 Uname: Linux 3.13.0-24-generic x86_64 ApportVersion: 2.14.1-0ubuntu3 Architecture: amd64 CasperVersion: 1.340

[Bug 1334620] Re: Installer crash while upgrading mythbuntu 12 to 14 from DVD

2014-06-26 Thread Greg Cunningham
*** This bug is a duplicate of bug 1290460 *** https://bugs.launchpad.net/bugs/1290460 I tried running the DVDupgrade again (except this time it was a 're- install of 14' instead of an upgrade from 12 to 14) without selecting VNC service. THe installer didn't crash this time. -- You

[Bug 1334219] [NEW] bash completion error with $(

2014-06-25 Thread Greg Kurz
miserabily fails if you have $( as shown below: greg@prato:~$ any_command $([PRESS TAB] and you get this: greg@prato:~$ any_command $(-bash: unexpected EOF while looking for matching `)' -bash: syntax error: unexpected end of file ** Affects: bash-completion (Ubuntu) Importance: Undecided

[Bug 1333045] Re: Apps locked in a launcher-position get moved when opening app from dash

2014-06-24 Thread Greg Williams
this affect Trusty 14.04. ** Also affects: unity Importance: Undecided Status: New ** Changed in: unity Status: New = Confirmed ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1333045] Re: Apps locked in a launcher-position get moved when opening app from dash

2014-06-23 Thread Greg Williams
** Project changed: unity = ubuntu ** Changed in: ubuntu Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1333045 Title: Apps locked in a launcher-position get moved

[Bug 1333045] Re: Apps locked in a launcher-position get moved when opening app from dash

2014-06-23 Thread Greg Williams
** Package changed: ubuntu = unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1333045 Title: Apps locked in a launcher-position get moved when opening app from dash To manage notifications

[Bug 1332897] Re: Certain settings not saved across reboots

2014-06-23 Thread Greg Williams
** Also affects: gnome-settings-daemon Importance: Undecided Status: New ** Also affects: launcher (Ubuntu) Importance: Undecided Status: New ** No longer affects: unity ** No longer affects: launcher (Ubuntu) ** Also affects: unity (Ubuntu) Importance: Undecided

[Bug 1333045] Re: Apps locked in a launcher-position get moved when opening app from dash

2014-06-23 Thread Greg Williams
** Also affects: unity (Ubuntu) Importance: Undecided Status: New ** Also affects: compiz (Ubuntu) Importance: Undecided Status: New ** Also affects: launcher (Ubuntu) Importance: Undecided Status: New ** No longer affects: unity -- You received this bug

[Bug 1333025] Re: Screen goes blank after resume from suspend

2014-06-23 Thread Greg Taylor
With the lateset upstream kernel, 3.16.0, the bug still exists but the behavior is different. Upon resume, the login screen appears and does allow me to login, but then the screen goes blank after successfully logging in. At that point I am able to CTRL-ALT-F1 to get a console and kill my xvfe

[Bug 1333025] Re: Screen goes blank after resume from suspend

2014-06-23 Thread Greg Taylor
I should add that when the screen goes blank not only is it dark but the LCD backlight appears to be turned off. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1333025 Title: Screen goes blank after

[Bug 1333025] [NEW] Screen goes blank after resume from suspend

2014-06-22 Thread Greg Taylor
Public bug reported: After upgrading to Xubuntu 14.04, whenever I close the lid to my laptop to suspend it and then reopen it, the computer appears to resume properly (power light, hard drive light, wireless light are all lit), but the screen turns on for a second then turns off. There is nothing

[Bug 1332532] Re: installing just the maas-region-controller fails missing dependency python-seamicroclient

2014-06-20 Thread Greg Lutostanski
** Changed in: maas Assignee: (unassigned) = Greg Lutostanski (lutostag) ** Changed in: maas (Ubuntu) Assignee: (unassigned) = Greg Lutostanski (lutostag) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https

[Bug 1332532] Re: installing just the maas-region-controller fails missing dependency python-seamicroclient

2014-06-20 Thread Greg Lutostanski
** Description changed: If a user just installs the maas-region-controller on trusty, the package installation process fails, do to missing the python- seamicroclient dependency on the maas-region-controller. http://paste.ubuntu.com/7671369/ + + [Impact] + * Cannot install

[Bug 1332532] Re: installing just the maas-region-controller fails missing dependency python-seamicroclient

2014-06-20 Thread Greg Lutostanski
** Changed in: maas Assignee: (unassigned) = Greg Lutostanski (lutostag) ** Changed in: maas (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

[Bug 1332532] Re: installing just the maas-region-controller fails missing dependency python-seamicroclient

2014-06-20 Thread Greg Lutostanski
** Description changed: If a user just installs the maas-region-controller on trusty, the package installation process fails, do to missing the python- seamicroclient dependency on the maas-region-controller. http://paste.ubuntu.com/7671369/ + + [Impact] + * Cannot install

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

2014-06-19 Thread Greg Lutostanski
Verified fix for 1.5.2 SRU. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1311433 Title: REGRESSION:

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

2014-06-19 Thread Greg Lutostanski
Verified fix for 1.5.2 SRU. ** 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:

[Bug 1301776] Re: Update manager is really small and not resizeable

2014-06-19 Thread Greg Whiteley
A workaround that works for me under Unity is to double-click the title- bar - which causes the window to maximise. In its maximised state it has the three window operator buttons (close, minimise, restore/maximise). Hit restore and the window will pop back to its previous size, but now be

<    1   2   3   4   5   6   7   8   9   10   >