Re: [Fedora-livecd-list] F9-x86_64: setarch i686 not working anymore?

2008-09-06 Thread Sebastian Vahl
Am Samstag, 6. September 2008 schrieb Jeremy Katz:
 On Sat, 2008-09-06 at 00:54 +0200, Sebastian Vahl wrote:
  Is a setarch i686 livecd-creator ... to create a i686 based live image
  on a x86_64 host not working anymore?

 It should be fine -- are you sure your config hasn't been changed to
 have the arch explicitly listed?

No. I've used the unmodified kickstarts from livecd-tools-017.1-1 for testing.
And:

[EMAIL PROTECTED]:~# rpm -V livecd-tools
[EMAIL PROTECTED]:~#

 Also, 'setarch i686 uname -m' should give basically the same information
 for what arch is used

The output of this is the correct i686. 

I'm not sure about this but I think this behaviour was introduced by 
yum-3.2.19. And maybe it's related that commands like LANG=en_US.UTF-8 
yum  are also not working anymore.

Sebastian


signature.asc
Description: This is a digitally signed message part.
--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] 2 commits - imgcreate/creator.py imgcreate/kickstart.py

2008-09-06 Thread Jim Gettys
Ok, now works again.

But it apparently hasn't helped the /usr/share/locale size issue.  I
still get 272MB in the locale directory, and tons of languages
  - Jim


On Fri, 2008-09-05 at 12:07 -0400, Jeremy Katz wrote:
 On Fri, 2008-09-05 at 11:11 -0400, Jim Gettys wrote:
  I updated from git; running with the PYTHONPATH set, I get:
 
 Hmmm, looks like clumens had fixed up the typo.  Pushed a commit that
 should make it work properly
 
 Jeremy
 
-- 
Jim Gettys [EMAIL PROTECTED]
One Laptop Per Child

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] 2 commits - imgcreate/creator.py imgcreate/kickstart.py

2008-09-06 Thread Jeremy Katz
On Fri, 2008-09-05 at 15:37 -0400, Jim Gettys wrote:
 Ok, now works again.
 
 But it apparently hasn't helped the /usr/share/locale size issue.  I
 still get 272MB in the locale directory, and tons of languages

Are you actually specifying instlangs?  (%package --instLangs
en_US:es_ES or similar)

If not, then you're not going to see any change.  The default behavior
is to install all languages.  Doing otherwise requires explicitly
telling the tools what you want

Jeremy

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] F9-x86_64: setarch i686 not working anymore?

2008-09-06 Thread Jeremy Katz
On Sat, 2008-09-06 at 10:41 +0200, Sebastian Vahl wrote:
 Am Samstag, 6. September 2008 schrieb Jeremy Katz:
  Also, 'setarch i686 uname -m' should give basically the same information
  for what arch is used
 
 The output of this is the correct i686. 
 
 I'm not sure about this but I think this behaviour was introduced by 
 yum-3.2.19. And maybe it's related that commands like LANG=en_US.UTF-8 
 yum  are also not working anymore.

What's the output of
 i686 python -c 'import rpmUtils.arch ; print rpmUtils.arch.getBaseArch()'

Also, make sure you don't have an /etc/rpm/platform as that overrides anything 
from uname()

Jeremy

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list