Re: [Bug 436758] Re: nih: nih_alloc() doesn't align returned pointer for picky platforms like sparc

2011-10-05 Thread katre
I've given up on trying to use Ubuntu on Sparc and have moved on to using Debian, which is actually working and supported. On Wed, Oct 5, 2011 at 9:34 AM, Quinn Plattel wrote: > Apparantly, even though a fix has been made, there is still no way to > install or upgrade to karmic on sparc. > > If

Re: [Bug 476234] Re: Karmic (sparc) - Installer: "Fast Data Access MMU Miss"

2010-09-14 Thread katre
tly even that does not work for reasons I cannot figure out. I have switched to using Debian (Testing) which does install properly on my Sparc systems. Good luck! katre > > -- > Karmic (sparc) - Installer: "Fast Data Access MMU Miss" > https://bugs.launchpad.net/bugs/476

[Bug 476234] Re: Karmic (sparc) - Installer: "Fast Data Access MMU Miss"

2010-02-16 Thread katre
I also receive this error when trying to use the latest Karmic and Lucid sparc netboot images. If there are any directions on how to build my own netboot images from sources I will be happy to test fixes. I have a SunFire T1000 and can create new VMs to test in. -- Karmic (sparc) - Installer: "F

[Bug 436758] Re: nih: nih_alloc() doesn't align returned pointer for picky platforms like sparc

2009-10-29 Thread katre
I need to update the patch to include Scott's updates, above. And it looks like mountall includes its own copy of nih, which would also need to be patched and rebuilt. Is there a list of packages that include nih? And is there a compelling reason not to spin it into its own package, to handle issu

Re: [Bug 436758] Re: upstart doesn't boot on sparc

2009-10-26 Thread katre
ine. > (Plus afaict, sizeof always includes the necessary padding to achieve > alignment *anyway* - since otherwise malloc and arrays wouldn't work!) > > Good point. katre -- nih: nih_alloc() doesn't align returned pointer for picky platforms like sparc https://bugs.launchpad.

Re: [Bug 436758] Re: upstart doesn't boot on sparc

2009-10-22 Thread katre
0 and hopefully the compiler will be smart enough to optimize it out. > We'll need you to follow > http://upstart.ubuntu.com/wiki/CopyrightAssignment for this patch > > I will do this immediately. katre -- upstart doesn't boot on sparc https://bugs.launchpad.net/bugs/436758 Y

[Bug 436758] Re: upstart doesn't boot on sparc

2009-10-21 Thread katre
I have written a fix for the problem with allocation in nih/alloc.c. This uses the __alignof__ operator to fix the memory alignment in blocks returned from nih's allocator. This should be portable to other architectures but obviously requires testing. However it does fix the bus error when running

[Bug 436758] Re: upstart doesn't boot on sparc

2009-10-21 Thread katre
It appears my emails on this didnlt get copied to the bug report. I was able to reproduce the error on sparc by building from source in a karmic chroot and running make check. This revealed that libnih's custom allocation code is producing memory blocks that are improperly aligned for Sparc. I am

[Bug 436758] Re: upstart doesn't boot on sparc

2009-09-25 Thread katre
I am able to reproduce this by cloning a sparc VM running jaunty and performing an update to karmic. The VM crashes in the middle of the update. The system is then not bootable without the same crash when starting init. I was able to get to a shell (by adding init=/bin/bash to my boot options). It

[Bug 366328] [NEW] netboot image won't start on Sparc T1000

2009-04-24 Thread katre
Public bug reported: I am attempting to install Ubuntu 9.04 from the following netboot image: http://ports.ubuntu.com/ubuntu-ports/dists/jaunty/main/installer- sparc/current/images/netboot/boot.img The server loads the image and then fails back to the OpenBoot prompt with the following error: {0

[Bug 356766] [NEW] Changing long passwords causes spurious error

2009-04-06 Thread katre
password for katre. (current) UNIX password: Enter new UNIX password: <1234567890123456> Retype new UNIX password: <1234567890123456> passwd: password updated successfully $ passwd Changing password for katre. (current) UNIX password: <1234567890123456> Enter new UNIX password:

[Bug 81784] Lenovo ThinkPad R60 not recognized

2007-01-26 Thread katre
Public bug reported: Binary package hint: hotkey-setup My Lenovo ThinkPad R60 wasn't recognized by the init script. $dmidecode --string system-manufacturer LENOVO $dmidecode --string system-version Thinkpad R60 The problem seems to be that the script is checking for "*Thinkpad*". Changing this