Active Topics

 


Reply
Thread Tools
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#261
Revisions 104-111 were broken in case you had a bzr account set
Fixed in 112. Update to 114
Thanks to PanzerSajt for reporting

Last edited by int_ua; 2012-06-20 at 12:55.
 

The Following 4 Users Say Thank You to int_ua For This Useful Post:
Posts: 58 | Thanked: 197 times | Joined on Apr 2012
#262
Originally Posted by int_ua View Post
Revisions 104-111 were broken in case you had a bzr account set
Fixed in 112.
Thanks to PanzerSajt for reporting
Just tried 112. No uImage or boot.scr on FAT.
 

The Following 4 Users Say Thank You to unknown.obvious For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#263
Originally Posted by unknown.obvious View Post
Just tried 112. No uImage or boot.scr on FAT.
The chroot command doesn't return 0 exit status should be fixed in rev 114
 

The Following 3 Users Say Thank You to int_ua For This Useful Post:
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#264
I have just tried v114, and a few errors popped.

I am attaching the log file and the option files.

I am running on debian squeeze targeting a 4Gb uSD.
Attached Files
File Type: txt ubuntu-n900.txt (4.5 KB, 188 views)
File Type: zip opts.zip (1.7 KB, 81 views)
 

The Following 4 Users Say Thank You to caveman For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#265
Originally Posted by caveman View Post
I have just tried v114, and a few errors popped.

I am attaching the log file and the option files.

I am running on debian squeeze targeting a 4Gb uSD.
There is a QEMU segafault, what version do you use? Check the thread, there was some posts about QEMU segfaults. Should be resolved after upgrading.

UPDATE: Do you have your own kernel? Otherwise download the one from the link in the first post and unpack it in the ubuntu-n900 folder.

Last edited by int_ua; 2012-06-20 at 12:52.
 
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#266
Originally Posted by int_ua View Post
There is a QEMU segafault, what version do you use? Check the thread, there was some posts about QEMU segfaults. Should be resolved after upgrading.
That was indeed the problem. I had qemu-user-static from debian squeeze, and the installation has gone further with the squeeze-backports version of the package. The specific versions are as follows:
qemu-user-static 0.12.5+dfsg-3squeeze1 squeeze
qemu-user-static 1.0+dfsg-3~bpo60+1+b1 squeeze-backports

I also downloaded the custom kernel as suggested.

Moving on, I had the following issues:
Code:
sed: can't read /mnt/etc/default/keyboard: No such file or directory
/tmp/install-chroot-part.sh: line 14: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Those seem to be minor to the installation itself, buf I wonder where can I find the correct keyboard config.

Later installation stops at:
Code:
Setting up acpid (1:2.0.10-1ubuntu3) ...
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
invoke-rc.d: initscript acpid, action "start" failed.
dpkg: error processing acpid (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 acpid
E: Sub-process /usr/bin/dpkg returned an error code (1)


Something went wrong while installing acpid, see the errors above, ensure that dpkg isn't broken with commands 'apt-get install -f' and 'dpkg --configure -a' and type exit or Ctrl+D to continue.
/usr/bin/groups: cannot find name for group ID 123
A ctrl+d allows the install script to continue, but it keeps halting at several install steps. Are these errors expected, or is this supposed to run flawlessly?
 

The Following 2 Users Say Thank You to caveman For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#267
Originally Posted by caveman View Post
Moving on, I had the following issues:
Code:
sed: can't read /mnt/etc/default/keyboard: No such file or directory
/tmp/install-chroot-part.sh: line 14: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Those seem to be minor to the installation itself, buf I wonder where can I find the correct keyboard config.
Currently the keyboard config is taken from kubuntu-mobile-n900-integration_0.1_all.deb. IIRC /etc/default/keyboard is present only on iso images, not in Ubuntu Core.
IDK how to fix the locale error yet, maybe try LC_ALL="en". Anyway, it's really very insignificant AFAIU.
Originally Posted by caveman View Post
Later installation stops at:
Code:
Setting up acpid (1:2.0.10-1ubuntu3) ...
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
invoke-rc.d: initscript acpid, action "start" failed.
dpkg: error processing acpid (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 acpid
E: Sub-process /usr/bin/dpkg returned an error code (1)

Something went wrong while installing acpid, see the errors above, ensure that dpkg isn't broken with commands 'apt-get install -f' and 'dpkg --configure -a' and type exit or Ctrl+D to continue.
/usr/bin/groups: cannot find name for group ID 123
A ctrl+d allows the install script to continue, but it keeps halting at several install steps. Are these errors expected, or is this supposed to run flawlessly?
Well, acpid was installed flawlessly just yesterday for me. (I use file as the installation target for quick testing). Running the script...

UPDATE:
It just got past the acpid without any errors. Also, I've noticed an upstart upgrade during the dist-upgrade. Maybe try without dist-upgrade if the installation is broken.

Last edited by int_ua; 2012-06-20 at 17:16.
 

The Following User Says Thank You to int_ua For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#268
rbelem: int_ua, i will take a look on that, then i will poke some ubuntu arm people about uploading the pkg
http://irclogs.linaro.org/2012/06/20...ro.html#t17:17
 

The Following 3 Users Say Thank You to int_ua For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#269
I would really appreciate if you invite me the next time you're talking n900 kernel stuff, I think I have some knowledge on the matter and can help a little bit.

If not, at least inform those people they MUST include somehow those patches:

https://gitorious.org/community-ssu/...1e65f71799c813
https://gitorious.org/community-ssu/...cdab5f059440c6

and thumb-compile the system, otherwise (if not thumb-compiled or thumb-compiled without the patches) it will be unusable on n900 either because of ARM errata or because of 256 RAM.
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 4 Users Say Thank You to freemangordon For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#270
Originally Posted by freemangordon View Post
I would really appreciate if you invite me the next time you're talking n900 kernel stuff, I think I have some knowledge on the matter and can help a little bit.

If not, at least inform those people they MUST include somehow those patches:

https://gitorious.org/community-ssu/...1e65f71799c813
https://gitorious.org/community-ssu/...cdab5f059440c6

and thumb-compile the system, otherwise (if not thumb-compiled or thumb-compiled without the patches) it will be unusable on n900 either because of ARM errata or because of 256 RAM.
Ok, thanks a lot again
I'll try to inform them right now and I'll inform you whenever I'll be talking with them from now on.
 

The Following 3 Users Say Thank You to int_ua For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 16:22.