[Bug 1171582] Re: [highbank] hvc0 getty causes random hangs

2013-04-23 Thread dann frazier
The /etc/init/hvc0.conf file is created by the installer (finish- install, 90console). The code that adds it is in the following conditional: elif [ -e /sys/bus/xen ] [ -e /dev/hvc0 ]; then Until raring, we didn't have Xen or hvc_console support on armhf, so this code branch was never taken.

[Bug 1172520] Re: should conflict w/ tftpd

2013-04-24 Thread dann frazier
(and atftpd, for that matter) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1172520 Title: should conflict w/ tftpd To manage notifications about this bug go to:

[Bug 1172520] [NEW] should conflict w/ tftpd

2013-04-24 Thread dann frazier
Public bug reported: For reasons described in LP: #1076028, shouldn't MAAS also conflict with the tftpd package? ** Affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1164074] Re: [Highbank] Quantal to Raring upgrade issues

2013-04-03 Thread dann frazier
We're unable to provide apport output due to LP: #1059502. ** Changed in: linux (Ubuntu Raring) 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/1164074 Title:

[Bug 964957] Re: Installer warns Could not stat device /dev/mapper/hostname-root - No such file or directory, works after retry

2013-02-04 Thread dann frazier
I've verified that I can still reproduce this problem intermittently when not using apt-setup/proposed=true (which pulls in partman-auto-lvm 42ubuntu2.1), but that I can no longer reproduce this problem when using apt-setup/proposed=true (which pulls in partman-auto-lvm 42ubuntu2.2). Since I'm

[Bug 1116769] [NEW] Unreproducible ICEs on Cortex A15

2013-02-05 Thread dann frazier
Public bug reported: Any significantly large build (mysql-5.5, the kernel) using gcc-4.7 will eventually fail due to an unreproducible ICE. [ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o /tmp/buildd/mysql-5.5-5.5.29/strings/ctype-uca.c: In function

Re: [Bug 1116769] Re: Unreproducible ICEs on Cortex A15

2013-02-07 Thread dann frazier
On Wed, Feb 06, 2013 at 08:36:54PM -, Adam Conrad wrote: What kernel is this? Since we don't actually ship any A15 kernels in the archive, I assume this is a custom deal? The kernel is available in this PPA: https://launchpad.net/~arndale-team/+archive/ppa git tree is here:

Re: [Bug 1116769] Re: Unreproducible ICEs on Cortex A15

2013-02-07 Thread dann frazier
On Wed, Feb 06, 2013 at 08:40:17PM -, Adam Conrad wrote: Also, is this a default ubuntu armhf toolchain being called with default options, or are you using a different -march/cpu/tune? All defaults. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 1116769] Re: Unreproducible ICEs on Cortex A15

2013-02-07 Thread dann frazier
On Wed, Feb 06, 2013 at 08:51:50PM -, James M. Leddy wrote: Hi Dann, What are the specific reproduction steps? For example, are you re- compiling mysql from source, or using debuild on the ubuntu specific branch? Just rebuilding the package, e.g.: sudo apt-get build-dep mysql-5.5

[Bug 1116769] Re: Unreproducible ICEs on Cortex A15

2013-02-07 Thread dann frazier
** Attachment added: Example failed build log. https://bugs.launchpad.net/ubuntu/+source/gcc-4.7/+bug/1116769/+attachment/3519298/+files/mysql-5.5.buildlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1116769] Re: Unreproducible ICEs on Cortex A15

2013-02-07 Thread dann frazier
** Changed in: oem-priority Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1116769 Title: Unreproducible ICEs on Cortex A15 To manage notifications about this bug go

[Bug 1116769] Re: Unreproducible ICEs on Cortex A15

2013-02-07 Thread dann frazier
Here's a reduced reproducer: ubuntu@s5:~$ while /usr/lib/gcc/arm-linux-gnueabihf/4.7/cc1 repro.c -quiet -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -fPIC --param ssp-buffer-size=4 -o - /dev/null; do echo -n .; done /home/ubuntu/mysql/mysql-5.5-5.5.29/strings/dtoa.c: In function

[Bug 940025] Re: [public] armadaxp net installer fails to properly encrypt disks (dm-crypt)

2012-05-21 Thread dann frazier
I can reproduce this, and I've confirmed I'm using the correct console= parameter. The symptom I'm seeing appears to be a general boot hang related to plymouth - disabling plymouthd in the initramfs allows the boot to continue. Note, this seems to work fine on x86. -- You received this bug

[Bug 940025] Re: [public] armadaxp net installer fails to properly encrypt disks (dm-crypt)

2012-05-22 Thread dann frazier
This certainly looks like a userspace issue to me - I wouldn't expect power management to affect this (unless Seif has a reason to believe otherwise). From what I can tell, it looks like plymouthd maybe prompting for a password on tty7 instead of ttyS0. What I don't understand is why this would

[Bug 964957] Re: Installer warns Could not stat device /dev/mapper/hostname-root - No such file or directory, works after retry

2012-05-22 Thread dann frazier
fyi, just uploaded partman-auto-lvm_43 to sid, which should fix this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964957 Title: Installer warns Could not stat device

Re: [Bug 642855] Re: Insecure use of temp files

2012-05-23 Thread dann frazier
On Wed, May 23, 2012 at 12:55:38AM -, Robie Basak wrote: This isn't just a DoS. Isn't it a trojanable kernel? I put more detail as to why in bug #1003198 before I realised I was creating a dupe. I think the in-kernel symlink protection limits the impact to a DoS as long as your are running

[Bug 1004243] [NEW] multipath installs not working

2012-05-24 Thread dann frazier
Public bug reported: I started up a precise/netboot install using debian- installer_20101020ubuntu136 and disk-detect/multipath/enable=true and found that multipath support didn't appear to be working. That is to say, both paths appeared as separate disks in the installer, and no device-mapper

[Bug 994801] [NEW] no arm install guide?

2012-05-04 Thread dann frazier
Public bug reported: This seems to only have instructions for x86 powerpc: https://help.ubuntu.com/12.04/installation-guide/index.html ** Affects: installation-guide (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 964957] Re: Installer warns Could not stat device /dev/mapper/hostname-root - No such file or directory, works after retry

2012-05-07 Thread dann frazier
I think this is now fixed in Debian's git tree. Would you be able to verify? Let me know if you need any help with doing so. commit 7d03d5e8fee63ff09716f9979ff5c9893d234396 Author: dann frazier da...@debian.org Date: Mon May 7 14:07:44 2012 -0700 Call update-dev --settle between creating

Re: [Bug 1000831] Re: Precise: Add Calxeda Highbank arm flavour

2012-06-14 Thread dann frazier
I don't know if there are plans for a highbank cloud image, but you can swap out the inspired kernel . See lp:~dannf/+junk/make-highbank-ami for example code -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Itaru Kitayama 1000...@bugs.launchpad.net wrote: Dann, thanks for

Re: [Bug 1000831] Re: Precise: Add Calxeda Highbank arm flavour

2012-06-08 Thread dann frazier
On Thu, Jun 07, 2012 at 11:43:15PM -, Itaru Kitayama wrote: @Ike - do we have to provide a dtb file as well? I have been testing the u-boot code for highbank with qemu, but can't get to the prompt. Yeah, the dtb data is in ROM on real hardware (aiui) - for QEMU, you need to manually load

Re: [Bug 1000831] Re: Precise: Add Calxeda Highbank arm flavour

2012-06-11 Thread dann frazier
On Mon, Jun 11, 2012 at 11:23:49AM -, Itaru Kitayama wrote: Thank you @dannf. One of the recent Linaro u-boot releases, 2012.05 worked fine, now I can get to the prompt. % sudo qemu-system-arm -M highbank -m 1024 -kernel ~/projects/boot/u -boot-linaro-stable/u-boot -serial stdio If

Re: [Bug 1257082] Re: MAAS does not use NTP servers specified in DHCPD options

2013-12-03 Thread dann frazier
On Tue, Dec 3, 2013 at 12:35 PM, Brian Rzycki b.rzy...@samsung.com wrote: Robie: Yes, changing NTPDATE_USE_NTP_CONF=no makes everything work, at least when I change it after the node is deployed. I am not aware of how to try this with a preeseed late_command. Do you have instructions for me to

[Bug 1261452] [NEW] juju-core is unavailable for arm64

2013-12-16 Thread dann frazier
Public bug reported: juju-core is currently unavailable for arm64, this bug is intended to track that progress. ** Affects: juju-core (Ubuntu) Importance: Undecided Status: New ** Affects: libv8 (Ubuntu) Importance: Undecided Status: New ** Affects: mongodb (Ubuntu)

[Bug 1261452] Re: juju-core is unavailable for arm64

2013-12-16 Thread dann frazier
juju-core relies on mongodb, which is also not available for arm64. mongodb has a build-dependency on libv8, which requires porting to arm64. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261452

[Bug 1261452] Re: juju-core is unavailable for arm64

2014-01-27 Thread dann frazier
juju-core 1.17.0-0ubuntu3 timed out building, but it looks like a kernel issue. I reproduced this hang on both a 3.8 and a 3.12 kernel. However, I tested w/ a 3.13 (hand rolled w/ xgene support), and juju-core built fine. -- You received this bug notification because you are a member of Ubuntu

[Bug 1274203] [NEW] open-iscsi-udeb not built for arm64, armhf or ppc64el

2014-01-29 Thread dann frazier
Public bug reported: The open-iscsi-udeb build is limited to specific architectures. This stems from a Debian change made in 2012: open-iscsi (2.0.873-2) unstable; urgency=low * [0019fa9] Restrict architecture for the udeb package as its dependency, scsi-modules, is not available on all

[Bug 1274203] Re: open-iscsi-udeb not built for arm64, armhf or ppc64el

2014-01-29 Thread dann frazier
** Tags added: hs-arm64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274203 Title: open-iscsi-udeb not built for arm64, armhf or ppc64el To manage notifications about this bug go to:

[Bug 1274203] Re: open-iscsi-udeb not built for arm64, armhf or ppc64el

2014-01-29 Thread dann frazier
** Description changed: The open-iscsi-udeb build is limited to specific architectures. This stems from a Debian change made in 2012: open-iscsi (2.0.873-2) unstable; urgency=low - * [0019fa9] Restrict architecture for the udeb package as its dependency, - scsi-modules, is not

[Bug 1261452] Re: juju-core is unavailable for arm64

2014-02-03 Thread dann frazier
juju-core should build on the buildds if we configure them with: echo never | sudo tee /sys/kernel/mm/transparent_hugepages/enabled (tested w/ 3.8 and 3.13 kernels) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1262901] [NEW] please include device-tree binaries for arm64

2013-12-19 Thread dann frazier
Public bug reported: The armhf images provides a number of dtb blobs under /lib/firmware/3.12.0-7-generic/device-tree. Can the same be done for the dts files in the upstream source (currently just 3). This would make it easier to e.g. create a boot image for the ARM fast model. ** Affects: linux

[Bug 1263756] [NEW] installer support for arm64

2013-12-23 Thread dann frazier
Public bug reported: This bug is intended to collect the various changes needed to enable d-i generically on arm64. The trusty kernel currently boots on both the ARMv8 foundation model and inside a patched QEMU w/ KVM (though not the trusty qemu yet), so these seem like reasonable initial

[Bug 1250930] Re: [d-i] merge in overlay archive support

2013-12-23 Thread dann frazier
In my enablement work, I've been overloading apt-setup/local0/repository as the mechanism for installing a kernel from an alternate archive. I'll attach the relevant portion of the patch. ** Patch added: base-installer-use-local-repo-for-kernel.patch

[Bug 1263756] Re: installer support for arm64

2013-12-23 Thread dann frazier
I've added arm64 to partman-partitioning_97 in sid, so we'll need to sync that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263756 Title: installer support for arm64 To manage notifications

[Bug 1263756] Re: installer support for arm64

2013-12-23 Thread dann frazier
libdebian-installer_0.89 in sid has arm64 support that we'll need to sync. Note that this change will also fix the highbank/midway subarch detection, so I've prepared a second MP for base-installer that fixes up our kernel detection there as well (lp:~dannf/ubuntu/trusty/base-

[Bug 1263756] Re: installer support for arm64

2013-12-23 Thread dann frazier
** Also affects: partman-partitioning (Ubuntu) Importance: Undecided Status: New ** Also affects: debian-installer (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1263793] [NEW] fix arm64 support by synching w/ upstream

2013-12-23 Thread dann frazier
Public bug reported: klibc currently builds on arm64, but it doesn't work. Binaries segfault, initramfs causes a translation fault, etc. This has been fixed in the upstream release of 2.0.3. ** Affects: klibc (Ubuntu) Importance: Undecided Status: Confirmed ** Changed in: klibc

[Bug 1263756] Re: installer support for arm64

2013-12-23 Thread dann frazier
Add arm64/generic/netboot target ** Patch added: d-i changes https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1263756/+attachment/3934853/+files/d-i-arm64.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1276909] [NEW] error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-05 Thread dann frazier
Public bug reported: dannf@trusty:~$ dpkg -l juju Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description

[Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-05 Thread dann frazier
Here's what seems to be a straightforward fix for this bug - after applying, I get further: dannf@trusty:~$ juju add-machine ssh:arm64dannf -v verbose is deprecated with the current meaning, use show-log 2014-02-06 06:12:54 INFO juju api.go:231 connecting to API addresses:

Re: [Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-06 Thread dann frazier
On Fri, Feb 7, 2014 at 8:55 AM, John A Meinel j...@arbash-meinel.com wrote: I don't have direct ways to test the patch, but it seems sane to me. Is there something we can get into some form of testing to make sure that we don't break this in the future? (CI testing for aarch64?) I setup sinzui

[Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-06 Thread dann frazier
This is the only other obvious place that grep says needs arch- enablement. ** Patch added: patch for release-public-tools script https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1276909/+attachment/3972091/+files/pub-tools-arm64.patch -- You received this bug notification because

Re: [Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread dann frazier
On Fri, Feb 7, 2014 at 10:26 AM, John A Meinel j...@arbash-meinel.com wrote: offhand, I would think we'd want to use the term arm64 for this (to match arm), but I don't have a strong stake in what we call it. I'd prefer arm64 as well (easier to type, 1:1 mapping for dpkg arch). It apparently

Re: [Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread dann frazier
On Fri, Feb 7, 2014 at 11:40 AM, Dave Cheney 1276...@bugs.launchpad.net wrote: On Fri, Feb 7, 2014 at 7:37 PM, Antonio Rosales 1276...@bugs.launchpad.netwrote: After discussion John and Dan the mapping for arm and ppc should look like: aarch64 should map to arm64 This one should be the

[Bug 653082] Re: SIGBUS on panda board (armel)

2013-05-07 Thread dann frazier
** Bug watch added: Ezix Trac #628 http://ezix.org/project/ticket/628 ** Also affects: lshw via http://ezix.org/project/ticket/628 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1171580] Re: linux-tools-ver not built for armhf

2013-05-08 Thread dann frazier
ubuntu@c07:~$ dpkg -l | grep linux-tools ii linux-tools-3.8.0-20 3.8.0-20.31 armhfLinux kernel version specific tools for version 3.8.0-20 ii linux-tools-common 3.8.0-20.31 all Linux

[Bug 1224195] [NEW] [arm64] FTBFS: out of date config.{sub,guess}

2013-09-11 Thread dann frazier
Public bug reported: ubuntu@arm64:~/djvulibre-3.5.25.4$ DEB_BUILD_OPTIONS=parallel=8 dpkg-buildpackage -rfakeroot -uc -us -B dpkg-buildpackage: source package djvulibre dpkg-buildpackage: source version 3.5.25.4-1 dpkg-buildpackage: source changed by Barak A. Pearlmutter b...@debian.org

[Bug 1224195] Re: [arm64] FTBFS: out of date config.{sub,guess}

2013-09-11 Thread dann frazier
** Bug watch added: Debian Bug tracker #722525 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722525 ** Also affects: djvulibre (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722525 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1213156] [NEW] 'pwdx pid 0' test case fails on arm64

2013-08-16 Thread dann frazier
Public bug reported: The pwdx pid 0 should be invalid test fails on arm64, which causes procps to FTBFS on this platform. dannf@arm64:~/procps-3.3.3$ runtest -a -de -v pwdx.test/pwdx.exp Expect binary is /usr/bin/expect Using /usr/share/dejagnu/runtest.exp as main test driver [...] Running

[Bug 1213160] [NEW] 'pwdx finds sleep in cwd' test case fails w/ non-existant locale

2013-08-16 Thread dann frazier
Public bug reported: The pwdx finds sleep in cwd fails when executed with a non-existant locale, which can cause the package to FTBFS. dannf@arm64:~/procps-3.3.3$ runtest -a -de -v pwdx.test/pwdx.exp Expect binary is /usr/bin/expect Using /usr/share/dejagnu/runtest.exp as main test driver [...]

[Bug 1213156] Re: 'pwdx pid 0' test case fails on arm64

2013-08-16 Thread dann frazier
** Description changed: The pwdx pid 0 should be invalid test fails on arm64, which causes procps to FTBFS on this platform. dannf@arm64:~/procps-3.3.3$ runtest -a -de -v pwdx.test/pwdx.exp Expect binary is /usr/bin/expect Using /usr/share/dejagnu/runtest.exp as main test driver

[Bug 1213278] [NEW] FTBFS: cp: cannot stat ‘doc/screen.info-1’: No such file or directory

2013-08-16 Thread dann frazier
Public bug reported: Excerpts from buildlog on saucy/amd64: [...] /usr/bin/make CFLAGS+='-O2 -g -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers' -C doc make[1]: Entering directory `/home/ubuntu/screen-4.0.3/doc' makeinfo --split 5 ./screen.texinfo -o screen.info makeinfo:

[Bug 1213278] Re: FTBFS: cp: cannot stat ‘doc/screen.info-1’: No such file or directory

2013-08-16 Thread dann frazier
Thanks Axel, I'll update my MP to align with your change. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1213278 Title: FTBFS: cp: cannot stat ‘doc/screen.info-1’: No such file or directory To

[Bug 1213278] Re: FTBFS: cp: cannot stat ‘doc/screen.info-1’: No such file or directory

2013-08-17 Thread dann frazier
** Branch linked: lp:~dannf/ubuntu/saucy/screen/lp1213278-from-debian -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1213278 Title: FTBFS: cp: cannot stat ‘doc/screen.info-1’: No such file or

[Bug 1218114] [NEW] 1.4.14-0ubuntu3 (still) FTBFS on arm64

2013-08-28 Thread dann frazier
Public bug reported: The 1.4.14-0ubuntu3 upload updated config.{guess,sub} to support arm64. Unfortunately, the way the patching system works, configure is ran with no patches applied. ** Affects: memcached (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1218114] Re: 1.4.14-0ubuntu3 (still) FTBFS on arm64

2013-08-28 Thread dann frazier
** Bug watch added: Debian Bug tracker #721203 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721203 ** Also affects: memcached (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721203 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1196946] Re: installer lacks support for Calxeda ECX-2000

2013-07-02 Thread dann frazier
fwiw, I *think* the plan is to make libdebian-installer return to exposing the real subarch (highbank, vs. generic), and add the logic to base-installer to know that -generic is the right flavor for a given subarch. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1035110] [NEW] highbank: rtc driver unavailable at boot

2012-08-09 Thread dann frazier
Public bug reported: I found that highbank systems (w/o ntpdate setup) always have their system time set to the epoch at boot. The rtc driver for these systems is rtc_pl031. This is currently built as a module, and not included in the initramfs. Looking at the kernel config for other platforms,

[Bug 1035110] Re: highbank: rtc driver unavailable at boot

2012-08-09 Thread dann frazier
** Attachment added: apport.linux-image-3.2.0-29-highbank.H4Fsk9.apport https://bugs.launchpad.net/bugs/1035110/+attachment/3255150/+files/apport.linux-image-3.2.0-29-highbank.H4Fsk9.apport ** Also affects: lomond Importance: Undecided Status: New ** Also affects: eilt

[Bug 964957] Re: Installer warns Could not stat device /dev/mapper/hostname-root - No such file or directory, works after retry

2012-10-02 Thread dann frazier
** Description changed: - When I try to install Ubuntu Precise Pangolin with my filesystems on LVM - volumes, it gives me this warning: - -   Could not stat device /dev/mapper/hostname-root - No such file or - directory. - - If I select Retry, everything works. - - It appears that the LVs are

[Bug 1030588] Re: [FFE] support emulated systems w/ 2G of memory

2012-10-03 Thread dann frazier
Looks good: ubuntu@server-1349287797-az-3-region-a-geo-1:~$ sudo qemu-system-arm -nographic -M highbank -m 4089 -kernel ~/vmlinuz-3.2.0-2000-highbank -append console=ttyAMA0 -dtb ~/highbank.dtb l2x0_priv_write: Bad offset 900 l2x0_priv_write: Bad offset 904 Booting Linux on physical CPU 0 Linux

[Bug 1030594] Re: [FFE] enable flat device tree support

2012-10-03 Thread dann frazier
Looks good: ubuntu@server-1349287797-az-3-region-a-geo-1:~$ sudo qemu-system-arm -nographic -M highbank -m 4089 -kernel ~/vmlinuz-3.2.0-2000-highbank -append console=ttyAMA0 -dtb ~/highbank.dtb l2x0_priv_write: Bad offset 900 l2x0_priv_write: Bad offset 904 Booting Linux on physical CPU 0 Linux

Re: [Bug 1053306] Re: iscsiadm hangs in recvmsg()

2012-10-01 Thread dann frazier
On Mon, Oct 01, 2012 at 05:57:46PM -, Adam Stokes wrote: Do we want to convert open-iscsi in Precise to using quilt like in Quantal? Also there is no merge proposal or debdiff attached to the case in order to have SRU team review it. I have associated a branch w/ this bug but, for whatever

[Bug 1053306] Re: iscsiadm hangs in recvmsg()

2012-10-01 Thread dann frazier
** Patch added: proposed debdiff https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1053306/+attachment/3362529/+files/open-iscsi_2.0.871-0ubuntu9_to_2.0.871-0ubuntu9.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1053306] Re: iscsiadm hangs in recvmsg()

2012-10-01 Thread dann frazier
On Mon, Oct 01, 2012 at 06:54:17PM -, Adam Stokes wrote: Ah i see what happened, you need to setup your directory to mimic Ubuntu's for example: lp:~adam-stokes/ubuntu/precise/open-iscsi/fix-lp-1053306 Gives me the option to propose for merging. Dann, could you delete that current

Re: [Bug 964957] Re: Installer warns Could not stat device /dev/mapper/hostname-root - No such file or directory, works after retry

2012-05-17 Thread dann frazier
On Thu, May 17, 2012 at 02:21:56PM -, Sgifford wrote: I tried testing out the final release of Precise Pangolin, and instead of this issue, I encountered another error with root on LVM, which I have reported as bug #1000770. I am not sure of a straightforward way to test out the fix in

[Bug 1008777] Re: [public] initramfs-tools has issue with rootdev-by-UUID

2012-06-07 Thread dann frazier
I looked at this some more, and the issue appears to be a symptom of /proc/mounts listing /dev/root as the root dev, but no /dev/root exists on this system. Turns out this system is running a static kernel and did not boot with an initramfs. -- You received this bug notification because you are

[Bug 1053306] Re: iscsiadm hangs in recvmsg()

2012-09-23 Thread dann frazier
** Description changed: + [Impact] + iscsid can hang or crash + + [Test Case] + 1) This issue is exacerbated by increased logging output. To configure open-iscsi to emit the maximum amount of messages, edit /etc/init.d/open-iscsi and change the line: + start-stop-daemon --start --quiet

[Bug 1026835] Re: Installed uImage has wrong load addr

2012-08-14 Thread dann frazier
** Changed in: eilt Status: New = Fix Released ** Changed in: lomond Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026835 Title: Installed uImage has

[Bug 977278] Re: [lucid] apt-mirror does not support armhf arch

2012-08-15 Thread dann frazier
** Tags removed: arnhf ** Tags added: armhf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/977278 Title: [lucid] apt-mirror does not support armhf arch To manage notifications about this bug go to:

[Bug 977278] Re: [lucid] apt-mirror does not support armhf arch

2012-08-15 Thread dann frazier
This is still broken as of precise, but fixed in quantal. Note that the fix applied for http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=644630 was insufficient, you also need the fix applied for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682395. ** Bug watch added: Debian Bug tracker

[Bug 977278] Re: [lucid] apt-mirror does not support armhf arch

2012-08-15 Thread dann frazier
Verified as fix-released in quantal as of 0.4.8-6. Dropping the [lucid] tag, as this affects everything up to precise. ** Changed in: apt-mirror (Ubuntu) Status: New = Fix Released ** Summary changed: - [lucid] apt-mirror does not support armhf arch + apt-mirror does not support armhf

[Bug 977278] Re: apt-mirror does not support armhf arch

2012-08-15 Thread dann frazier
** Description changed: - In Lucid, apt-mirror does not support armhf arch. That is fixed at - precise, and debian(see http://bugs.debian.org/cgi- - bin/bugreport.cgi?bug=644630 ). Please pull - debian/patches/additional_archs.patch from precise/sid. + [Impact] + Cannot be used to mirror armhf,

[Bug 1030594] Re: enable flat device tree support

2012-08-16 Thread dann frazier
** Description changed: [Impact] + No known way to use the highbank model at the moment. [Fix] + Add a build-dep on libfdt-dev. [Test Case] + On an amd64 system w/ 4G of RAM: + $ sudo qemu-system-arm -nographic -M highbank -m 4089 -kernel ~/vmlinuz-3.2.0-2000-highbank -append

[Bug 1030588] Re: support emulated systems w/ 2G of memory

2012-08-16 Thread dann frazier
** Description changed: [Impact] + Allows the usage of the highbank model on amd64 systems. [Fix] + http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=commitdiff;h=80a2ba3d3cf33b777d6a45776b0625b9a4283951 + [Test Case] + On an amd64 system w/ 4G of RAM: + $ sudo qemu-system-arm

[Bug 1035110] Re: highbank: rtc driver unavailable at boot

2012-08-21 Thread dann frazier
ubuntu@ecx1k1:~$ cat /proc/version Linux version 3.2.0-30-highbank (buildd@chort) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #47-Ubuntu SMP PREEMPT Wed Aug 15 21:32:02 UTC 2012 ubuntu@ecx1k1:~$ dmesg | grep rtc rtc-pl031 fff35000.rtc: rtc core: registered pl031 as rtc0 rtc-pl031

[Bug 1030600] Re: please build/install highbank dtb file

2012-08-21 Thread dann frazier
ubuntu@ecx1k1:~$ cat /proc/version Linux version 3.2.0-30-highbank (buildd@chort) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #47-Ubuntu SMP PREEMPT Wed Aug 15 21:32:02 UTC 2012 ubuntu@ecx1k1:~$ ls -l /lib/firmware/$(uname -r)/device-tree total 4 -rw-r--r-- 1 root root 3624 Aug 15 20:26

[Bug 1042480] [NEW] please document network-console/authorized_keys_url

2012-08-27 Thread dann frazier
Public bug reported: I had a user ask if there was a way to have the network-console install feature use ssh keys instead of password authentication. Looking through the source, I found an Ubuntu-specific option to enable just that - but its not documented in the sample preseed. ** Affects:

[Bug 940056] Re: [public] armadaxp net installer fails to properly setup initrd for raid (md)

2012-05-18 Thread dann frazier
fyi, I'm unable to reproduce. I did two installs, the first like this: /dev/sda /dev/sda1 - 256M /boot, ext2 /dev/sda2 - 18G raid /dev/sda3 - 2G swap /dev/sdb /dev/sdb1 - 18G raid I created a raid1 device w/ /dev/sda2 /dev/sdb1 using ext4, and mounted it as /. My

[Bug 1280666] [NEW] FTBFS on arm64; outdated config.{sub,guess}

2014-02-15 Thread dann frazier
Public bug reported: [...] checking for msgmerge... /usr/bin/msgmerge checking build system type... Invalid configuration `aarch64-linux-gnu': machine `aarch64' not recognized configure: error: /bin/bash ./config.sub aarch64-linux-gnu failed make: [build] Error 1 (ignored) (cd yp-tools-2.9

[Bug 1282329] Re: juju requires cpu-checker which is unavailable on arm64/ppc64el

2014-02-19 Thread dann frazier
One way to go about resolving this is to just make cpu-checker available on arm64/ppc64el. I've proposed such a change for arm64; I don't have access to ppc64el to test out an equivalent. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1282329] [NEW] juju requires cpu-checker which is unavailable on arm64/ppc64el

2014-02-19 Thread dann frazier
Public bug reported: I'm testing out deploying charms to an arm64 target using the manual provider. After hacking juju to recognize the arch, and hacking in the necessary tools, I reach the following failure: dannf@laptop:~$ juju add-machine ssh:arm64.dannf -v verbose is deprecated with the

[Bug 1283279] [NEW] numactl binaries not built on arm64

2014-02-21 Thread dann frazier
Public bug reported: All binary packages produced by the numactl source package are restricted to a set of architectures that does not include arm64. I've verified that, if enabled, these binaries do build just fine on arm64. ** Affects: numactl (Ubuntu) Importance: Undecided

[Bug 1283279] Re: numactl binaries not built on arm64

2014-02-21 Thread dann frazier
** Bug watch added: Debian Bug tracker #739725 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739725 ** Also affects: numactl (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739725 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1283294] [NEW] FTBFS on arm64

2014-02-21 Thread dann frazier
Public bug reported: partclone currently FTBFS on arm64: make[1]: Entering directory `/build/buildd/partclone-0.2.51' # Add here commands to configure the package. cp /usr/share/misc/config.sub . cp /usr/share/misc/config.guess . autoreconf automake: warnings are treated as errors

[Bug 1298393] [NEW] please provide boot files for x-gene platforms

2014-03-27 Thread dann frazier
Public bug reported: X-Gene platforms require uImage/uInitrds to boot. ** Affects: debian-installer (Ubuntu) Importance: Undecided Status: New ** Tags: hs-arm64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1298393] Re: please provide boot files for x-gene platforms

2014-03-27 Thread dann frazier
** Patch added: d-i-arm64-xgene.patch https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1298393/+attachment/4046607/+files/d-i-arm64-xgene.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1285363] Re: qemu-aarch64-static segfaults

2014-03-06 Thread dann frazier
@Serge: I can confirm that this is fixed in 1.7.0+dfsg-3ubuntu5sig1 from your ppa. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285363 Title: qemu-aarch64-static segfaults To manage

[Bug 1289527] [NEW] qemu-aarch64-static: java dies with SIGILL

2014-03-07 Thread dann frazier
Public bug reported: qemu-aarch64-static from qemu-user-static 1.7.0+dfsg-3ubuntu5 (I haven't tried reproducing w/ upstream git yet) In an arm64 trusty chroot on an amd64 system: dannf@server-75e0210e-4f99-4c86-9277-3201ab7b6afd:~$ java # # A fatal error has been detected by the Java Runtime

[Bug 1284406] Re: lshw can crash arm64 systems

2014-03-07 Thread dann frazier
** Patch added: Updated patch w/ dep-3 headers https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1284406/+attachment/4012696/+files/aarch64-disable-smbios-check-v2.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1289527] Re: qemu-aarch64-static: java dies with SIGILL

2014-03-09 Thread dann frazier
** Also affects: qemu 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/1289527 Title: qemu-aarch64-static: java dies with SIGILL To manage notifications

[Bug 1334823] [NEW] please add xgene-gpio driver

2014-06-26 Thread dann frazier
Public bug reported: The X-Gene SoC contains a GPIO device for which there is currently no driver in Ubuntu. A driver has been posted and has gone through a series of review. These patches are available for trusty at: git://kernel.ubuntu.com/dannf/trusty-xgene.git for-ubuntu-20140626 **

[Bug 1334823] Re: please add xgene-gpio driver

2014-06-26 Thread dann frazier
** 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/1334823 Title: please add xgene-gpio driver To manage notifications about this bug

[Bug 1334823] Re: please add designware gpio support for x-gene

2014-06-28 Thread dann frazier
** Summary changed: - please add xgene-gpio driver + please add designware gpio support for x-gene ** Description changed: - The X-Gene SoC contains a GPIO device for which there is currently no driver in Ubuntu. A driver has been posted and has gone through a series of review. These patches

[Bug 1335636] [NEW] x-gene sata phy tuning varies across platforms

2014-06-29 Thread dann frazier
Public bug reported: The xgene-ahci driver sets sets the sata phy configuration, but this configuration can vary across platforms. Today the values we are using are optimal for the mustang development board, but suboptimal for other platforms. In general the recommendation is to move this into

[Bug 1335636] Re: x-gene sata phy tuning varies across platforms

2014-06-29 Thread dann frazier
** 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/1335636 Title: x-gene sata phy tuning varies across platforms To manage

[Bug 1335645] [NEW] pending patch breaks xgene-ahci

2014-06-29 Thread dann frazier
Public bug reported: The following patch queued in trusty master-next introduces a regression in the xgene-ahci driver. commit 65e4c0de0b260fbd756d14f4df3bed694dcc52c0 Author: Dan Williams dan.j.willi...@intel.com Date: Thu Apr 17 11:48:21 2014 -0700 libata/ahci: accommodate tag ordered

[Bug 1283165] Re: DI fails on arm64 with kernel Oops

2014-04-03 Thread dann frazier
This should be resolved now. In 3.13.0-11.31, the kernel was changed to link the IPMI modules statically. On probe, this causes the KCS driver to poke a well known address to look for a BMC - but on arm64, touching this address causes a fault. This change was reverted in subsequent uploads. **

[Bug 1302245] [NEW] mmap_min_addr blocks armhf binary support on arm64

2014-04-03 Thread dann frazier
Public bug reported: As of linux 3.13.0_22.44, unprivileged armhf binaries will not run on a default arm64 Ubuntu install on hardware that supports ARMv7 instructions: $ LD_LIBRARY_PATH=/home/dannf/armhf/lib:/home/dannf/armhf/lib/arm-linux-gnueabihf /home/dannf/armhf/lib/ld-linux-armhf.so.3

[Bug 1063895] Re: arm64 support to generate linux-source for crosstool bulds

2014-04-04 Thread dann frazier
We've had an arm64 kernel throughout the 14.04 cycle, so moving to fix- released. ** Changed in: linux (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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