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

2014-02-28 Thread dann frazier
On Thu, Feb 27, 2014 at 8:20 PM, Tim Penhey  wrote:
> I've made a branch out of the patches (well, manually did it). @dann can
> I get you to give the diff a once over?

@Tim: Yes, looks correct to me.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1276909

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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.net>wrote:
>
>> After discussion John and Dan the mapping for arm and ppc should look
>> like:
>>
>> aarch64 should map to arm64
>>
>
> This one should be the other way around
>
>
>> ppc64 should map to ppc64el

Apologies, there's a couple points of confusion here. To be explicit:

uname -m returns: ppc64le, aarch64
dpkg uses: ppc64el, arm64

Yes, the le/el is transposed between the two ppc64 ones. Weird, I know.
Yes, we said ppc64 above but I'm saying ppc64le now. This is because
code inspection shows that juju is using 'uname -m' here in the script
it passes to the manual provisioned hosts, and this wasn't clear when
we asked a ppc64el/le porter about it. I explicitly asked our porter
friend to run 'uname -m', and he confirmed it returns "ppc64le".

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1276909

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2014-02-07 Thread Dave Cheney
On Fri, Feb 7, 2014 at 7:37 PM, Antonio Rosales
<1276...@bugs.launchpad.net>wrote:

> After discussion John and Dan the mapping for arm and ppc should look
> like:
>
> aarch64 should map to arm64
>

This one should be the other way around


> ppc64 should map to ppc64el
>
> The files affected look to be /environs/manual/init.go and scripts
> /release-public-tools/release-public-tools.sh
>
> -thanks,
> Antonio
>
> ** Changed in: juju-core
> Milestone: 1.18.0 => 1.17.3
>
> --
> You received this bug notification because you are subscribed to juju-
> core.
> Matching subscriptions: MOAR JUJU SPAM!
> https://bugs.launchpad.net/bugs/1276909
>
> Title:
>   error detecting hardware characteristics: unrecognised architecture:
>   aarch64
>
> Status in juju-core:
>   Triaged
> Status in "juju-core" package in Ubuntu:
>   Triaged
>
> Bug description:
>   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
>
> +++-==---=
>   un  juju (no description available)
>   dannf@trusty:~$ cat ~/.juju/environments.yaml
>   default: manual
>
>   environments:
>   manual:
>   type: manual
>   bootstrap-host: bootstrap.dannf
>   bootstrap-user: dannf
>   dannf@trusty:~$ juju add-machine ssh:arm64.dannf
>   ERROR error detecting hardware characteristics: unrecognised
> architecture: aarch64
>   dannf@trusty:~$
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1276909

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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  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 isn't required that this match the dpkg arch - that
isn't the case for ARM32 where juju calls it "arm" but the relevant
corresponding dpkg arch is 'armhf'.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1276909

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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  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 w/ some access earlier this week - is this the same
testing he works on?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1276909

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs