[Bug 1532310] Re: fence_cdu returns exit status of 2 when querying the power state of CDU Sentry Switch (PDU) when it is OFF

2016-01-19 Thread Newell Jensen
Setting to invalid for now as a lot of fence agents rely on the fence- agents code. Returning an exit code of 2 while querying the power status for OFF but 0 for ON is questionable behavior and may want to be addressed at some point. ** Changed in: fence-agents (Ubuntu) Status: New => Inva

[Bug 1532310] Re: fence_cdu returns exit status of 2 when querying the power state of CDU Sentry Switch (PDU) when it is OFF

2016-01-15 Thread Newell Jensen
Looking at the source code for fence-agents method fence_action has: elif options["-o"] == "status": print "Status: " + status.upper() if status.upper() == "OFF": result = 2 Thus, this is not a fence_cdu bug and rather an artifact

[Bug 1532310] [NEW] fence_cdu returns exit status of 2 when querying the power state of CDU Sentry Switch (PDU) when it is OFF

2016-01-08 Thread Newell Jensen
Public bug reported: When doing a query of the status of the Sentry Switched CDU, it returns with an exit status of 2 if the unit is powered OFF. $ /usr/sbin/fence_cdu -a 10.228.0.29 -n Master_16 -l -p -o status; echo $? Status: OFF 2 $ /usr/sbin/fence_cdu -a 10.228.0.29 -n Master_16

Re: [Bug 1331214] Re: MAAS (amttool) cannot control AMT version > 8

2016-01-04 Thread Newell Jensen
Akash, Ah, didn't catch that you had only commissioned the node. Thanks Mike! On Mon, Jan 4, 2016 at 4:39 PM, Akash Chandrashekar < akash.chandrashe...@canonical.com> wrote: > Newell, > > I worked with mpontillo today, and figured out that I had completed a > task in the 'wrong order of events'

[Bug 1331214] Re: MAAS (amttool) cannot control AMT version > 8

2016-01-04 Thread Newell Jensen
Akash, You should file this as a new bug. Additionally, it would be interesting to see if you could get this working in MAAS 1.10 or MAAS trunk as that has the latest AMT power driver code. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1508087] Re: Unhandled UDP error during manual enlistment of xgene-2

2015-11-05 Thread Newell Jensen
After testing the updated grub, I was able to manually enlist the xgene-2 SOC without the above stacktrace error. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-tx-tftp in Ubuntu. https://bugs.launchpad.net/bugs/1508087 Title:

[Bug 1508087] Re: Unhandled UDP error during manual enlistment of xgene-2

2015-11-03 Thread Newell Jensen
It should be noted that the above issue with PXE booting was only seen after upgrading the APM firmware. Before we were able to get further in the PXE booting process with MAAS. I am going to investigate using the above grub with a seperate DHCP and TFTP server. -- You received this bug notific

[Bug 1508087] Re: Unhandled UDP error during manual enlistment of xgene-2

2015-11-03 Thread Newell Jensen
Ming, I tried using the above bootnetaa64.efi but the firmware won't allow me to PXE boot: TianoCore 2.0.0 UEFI 2.4.0 Sep 1 2015 12:48:07 CPU: APM ARM 64-bit Strega Rev A2 2400MHz PCP 2400MHz 32 KB ICACHE, 32 KB DCACHE SOC 2000MHz IOBAXI 400MHz AXI 250MHz AHB 200MHz GFC 66MHz Board: X-

[Bug 1499838] Re: ipmi-locate causes synchronous external abort on ARM

2015-09-30 Thread Newell Jensen
** Changed in: freeipmi (Ubuntu Wily) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to freeipmi in Ubuntu. https://bugs.launchpad.net/bugs/1499838 Title: ipmi-locate causes synchronous external

[Bug 1499838] Re: ipmi-locate causes synchronous external abort on ARM

2015-09-29 Thread Newell Jensen
strace log ** Attachment added: "strace.txt" https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1499838/+attachment/4479306/+files/strace.txt ** Description changed: ipmi-locate throws a synchronous external abort error on Cavium Thunder crb ARM64 hardware. A fix for this is ne

[Bug 1499838] Re: ipmi-locate causes synchronous external abort on ARM

2015-09-29 Thread Newell Jensen
Patch attached ** Description changed: + ipmi-locate throws a synchronous external abort error on Cavium Thunder + crb ARM64 hardware. + + A fix for this is needed because other programs, such as MAAS (where it + was first noticed), rely upon it. + strace shows you what is going on. The relev

[Bug 1499838] [NEW] ipmi-locate causes synchronous external abort on ARM

2015-09-25 Thread Newell Jensen
mmap(NULL, 65536, PROT_READ, MAP_PRIVATE, 3, 0xf) = 0x8a0c2000 close(3)= 0 --- SIGBUS {si_signo=SIGBUS, si_code=SI_USER, si_pid=18446744071730634752, si_uid=65535} --- +++ killed by SIGBUS (core dumped) +++ ubuntu@cvm1:~$ dmesg [61820.238001] Unhandled fault

[Bug 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-06-03 Thread Newell Jensen
I tested https://launchpad.net/ubuntu/+archive/primary/+files/overlayroot_0.25ubuntu1.14.04.1_all.deb and the issue was resolved. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is s

[Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-10-24 Thread Newell Jensen
** Description changed: With trusty, /bin/ping relies on having extended attributes and kernel capabilities to gain the cap_net_raw+p capability. This allows removing the suid bit. However, the tarball cloud images do not preserve the extended attributes, and thus /bin/ping does not w

[Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-10-24 Thread Newell Jensen
** Description changed: With trusty, /bin/ping relies on having extended attributes and kernel capabilities to gain the cap_net_raw+p capability. This allows removing the suid bit. However, the tarball cloud images do not preserve the extended attributes, and thus /bin/ping does not w

[Bug 1370249] Re: 'ascii' codec can't decode byte 0xc3 in position 19027: ordinal not in range(128) (curtin can't handle non-ascii characters in dpkg --list output)

2014-10-24 Thread Newell Jensen
** Description changed: I was trying to deploy an image based on an Ubuntu Desktop 14.04 install using MAAS 1.7.0~beta2+bzr2967-0ubuntu1~ppa1 on Ubuntu 14.04 server. I made a "curtin-compatible" tar.gz which includes cloud-init, put it in place of root-tgz in my maas server, and tried t

[Bug 1370249] Re: 'ascii' codec can't decode byte 0xc3 in position 19027: ordinal not in range(128) (curtin can't handle non-ascii characters in dpkg --list output)

2014-10-24 Thread Newell Jensen
** Description changed: I was trying to deploy an image based on an Ubuntu Desktop 14.04 install using MAAS 1.7.0~beta2+bzr2967-0ubuntu1~ppa1 on Ubuntu 14.04 server. I made a "curtin-compatible" tar.gz which includes cloud-init, put it in place of root-tgz in my maas server, and tried t

[Bug 1328521] Re: curtin hook does not execute /opt/curtin/finalize

2014-10-24 Thread Newell Jensen
** Description changed: As reported by Gabriel (and Blake) - There is a small [but crippling] bug in: -

[Bug 1373137] Re: need to run update-grub when grub-install

2014-10-24 Thread Newell Jensen
** Description changed: I noticed this when installing ppc64el, as boot would fail. It would fail because no /boot/grub/grub.cfg existed. I'm not entirely sure when we need to run update-grub. I know that the 'install_grub' was choosing to *not* run update-grub because sometimes dpkg

Re: [Bug 1350270] Re: /var/log/maas/maas.log doesn't come back if deleted

2014-07-30 Thread Newell Jensen
Apache should have write permissions so that it can rewrite the file. On Wed, Jul 30, 2014 at 11:48 AM, Robie Basak <1350...@bugs.launchpad.net> wrote: > I'm assuming the file was deleted by accident, rather than by some other > problem? > > I'm not sure if this is a bug. Traditionally when user

[Bug 1350270] [NEW] /var/log/maas/maas.log doesn't come back if deleted

2014-07-30 Thread Newell Jensen
Public bug reported: /var/log/maas/maas.log was deleted and even when apache2 is restarted, it still doesn't come back. ** Affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscr

[Bug 979630] Re: Unable to re-install maas after truncating/flushing database

2014-05-30 Thread Newell Jensen
I ran into the problem mentioned (on install) and I also ran into the same problem when trying to remove maas packages: ubuntu@maas:~$ sudo apt-get autoremove maas maas-dhcp maas-dns [sudo] password for ubuntu: Reading package lists... Done Building dependency tree Reading state informatio