Re: [Angstrom-distro-users] hx4700 won't boot after ipkg upgrade

2008-06-11 Thread Julien Bramary

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bob Igo wrote:
| Charles McEvoy wrote:
| | On Thursday 29 May 2008 00:27:00 Mark Geib wrote:
| | Then I
| | performed an ipkg update - upgrade and now the 4700 will not boot.
|
| | I've had exactly the same experience and have resorted to the same
| solution.
|
| Same results here.  Like Charles, I just avoided upgrading anything that
| I didn't explicitly need to.  If any devs require more detailed feedback
| to know what exactly is causing the failure, please let me know.
|

Same here. It is caused by some kernel modules being upgraded. Basically
don't upgrade the kernel modules until you actually upgrade your kernel...
___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhQVc4ACgkQQVLJYTyii1paRACbBhI7nlk5KeUP+RBsiAhDzctf
Af8AnjuiCcRJoTH1QDWvnHaTL76WWjH3
=uCI0
-END PGP SIGNATURE-


___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] hx4700 won't boot after ipkg upgrade

2008-06-09 Thread Guenter Resch
I experienced the same problem as the previous posters on the HX4700 -
after installing Angstrom 2007.12 everything was fine, after an ipkg
update; ipkg upgrade the system was hanging on the splash screen.

My feeling was that the culprit must be a kernel package, so I designed
a little script for the time being: The script will update all packages,
leaving kernel packages, module packages, and packages that depend on
them out. For me it works fine, it just takes some time. Use at your own
risk ;-)

Best,

Guenter


#!/bin/bash

ipkg update

# Find non-kernel and kernel packages separately

ipkg list_installed | cut -d   -f 1 | grep -v kernel*  /tmp/iugnk-nonkernel
ipkg list_installed | cut -d   -f 1 | grep kernel*  /tmp/iugnk-kernel

# Find packages that depend on kernel packages

rm /tmp/iugnk-depkernel

for PACKAGE in $(cat /tmp/iugnk-kernel | tr \\n  ); do
ipkg whatdependsrec $PACKAGE | grep ^ | cut -d   -f 5  
/tmp/iugnk-depkernel
done;

# Merge kernel ipkgs and packaged that depend on the kernel, unique list

cat /tmp/iugnk-kernel /tmp/iugnk-depkernel | sort -u 
/tmp/iugnk-forbidden

# Update allowed packages

for PACKAGE in $(cat /tmp/iugnk-nonkernel | tr \\n  ); do
grep -q $PACKAGE /tmp/iugnk-forbidden   
if [ $? = 0 ]; then
echo Ignoring $PACKAGE
else
echo Installing $PACKAGE
ipkg install $PACKAGE
fi

done;

___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] hx4700 won't boot after ipkg upgrade

2008-05-28 Thread Charles McEvoy
On Thursday 29 May 2008 00:27:00 Mark Geib wrote:
 I have been running Angstrom by booting from WM6 for a few days and had
 no trouble at all. So, I decided to flash the 4700.

 I followed instructions for using the SDG bootloader and installed the
 most recent Angstrom image from Jan-08 for the 4700.

 After the install everything works fine, no problems found. Then I
 performed an ipkg update - upgrade and now the 4700 will not boot. It
 hangs on the splash screen with progress bar.

 I have reverted to the original image and now it is booting normally again.

 Any ideas or help,
I've had exactly the same experience and have resorted to the same solution. I 
just decided to wait for the next Angstrom release rather than try to debug 
the problem as I haven't had time. Should have reported it at least, though - 
sorry. I've had no problems with the original image, and running ipkg update 
and installing the additional bits and pieces I want hasn't caused any 
problems.
Charles.
-- 
Dr Charles McEvoy
Ripon

___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] hx4700 won't boot after ipkg upgrade

2008-05-28 Thread Mark Geib

Thanks for the info, I will follow suit.

Mark.

Charles McEvoy wrote:

On Thursday 29 May 2008 00:27:00 Mark Geib wrote:

I have been running Angstrom by booting from WM6 for a few days and had
no trouble at all. So, I decided to flash the 4700.

I followed instructions for using the SDG bootloader and installed the
most recent Angstrom image from Jan-08 for the 4700.

After the install everything works fine, no problems found. Then I
performed an ipkg update - upgrade and now the 4700 will not boot. It
hangs on the splash screen with progress bar.

I have reverted to the original image and now it is booting normally again.

Any ideas or help,
I've had exactly the same experience and have resorted to the same solution. I 
just decided to wait for the next Angstrom release rather than try to debug 
the problem as I haven't had time. Should have reported it at least, though - 
sorry. I've had no problems with the original image, and running ipkg update 
and installing the additional bits and pieces I want hasn't caused any 
problems.

Charles.


___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users


Re: [Angstrom-distro-users] hx4700 won't boot after ipkg upgrade

2008-05-28 Thread Bob Igo

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Charles McEvoy wrote:
| On Thursday 29 May 2008 00:27:00 Mark Geib wrote:
| Then I
| performed an ipkg update - upgrade and now the 4700 will not boot.

| I've had exactly the same experience and have resorted to the same
solution.

Same results here.  Like Charles, I just avoided upgrading anything that
I didn't explicitly need to.  If any devs require more detailed feedback
to know what exactly is causing the failure, please let me know.

- --
Bob Igo
StormLogic
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIPfBh65uO8u5kvxoRArZgAJ4gK1/uIvNJAJbwZSli1WW4ZjR04wCfVNKW
HhPtCK1UFdQ1bMR73cIzPgI=
=KxiN
-END PGP SIGNATURE-

___
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users