Re: ASU - startup broken by upgrade?

2008-07-31 Thread DooD

I found that installing the newest e-wm and illume packages

http://downloads.openmoko.org/openmoko-repository/ASU/armv4t/e-wm_0.16.999.042+cvs200807270730-r11_armv4t.ipk
http://downloads.openmoko.org/openmoko-repository/ASU/armv4t/illume_0.0+svnr170-r7_armv4t.ipk

caused this problem. when i reinstalled 

http://buildhost.openmoko.org/daily-feed/armv4t/e-wm_0.16.999.042+cvs20080722-r10_armv4t.ipk
http://buildhost.openmoko.org/daily-feed/armv4t/illume_0.0+svnr152-r6_armv4t.ipk

i was able to get xserver to run properly.
only problem was if i had already used opkg to upgrade i could not get it to
install the older packages


Torfinn Ingolfsen wrote:
 
 Hello,
 
 It seems that today's 'opkg upgrade' broke the startup on my
 FreeRunner (I'm using ASU).
 /etc/init.d/rc complain that it can't find splash-write.
 
 Has anyone else seen this?
 
 Further investigation shows that it is a broken link now:
 
 [EMAIL PROTECTED]:~# which splash-write
 [EMAIL PROTECTED]:~# file /usr/bin/splash-write
 /usr/bin/splash-write: broken symbolic link to
 `/usr/bin/exquisite-write.sh'
 [EMAIL PROTECTED]:~# ll /usr/bin/splash-write /usr/bin/exquisite-write.sh
 ls: /usr/bin/exquisite-write.sh: No such file or directory
 lrwxrwxrwx1 root root   27 Jul 23 09:38
 /usr/bin/splash-write - /usr/bin/exquisite-write.sh@
 [EMAIL PROTECTED]:~#
 
 Perhaps it got changed:
 [EMAIL PROTECTED]:~# which exquisite-write
 /usr/bin/exquisite-write
 
 Ok, I'll fix the broken link so splash-write now points to
 exquisite-write. We'll see if that fixes everything.
 
 Nope, it didn't.. Seems the Xserevr doesn't tart up. Her is the
 contents of /tmp/x.log:
 
 -- [EMAIL PROTECTED]:~# more /tmp/x.log
 
 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
 _XSERVTransOpen: transport open failed for inet6/om-gta02:0
 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
 (II) verbosity set to 5
 Using GLAMO 3362 card
 (II) Screen: 16/16 depth/bpp
 (II) vram size:4194304, onscreen vram size:614400, offscreen vram
 size:3579904
 (II) initialising offscreen pixmaps
 Extended Input Devices not yet supported. Impelement it at line 637 in
 kinput.c
 D-BUS per-session daemon address is:
 unix:abstract=/tmp/dbus-WqAYGaR9LT,guid=34e024cf41e115d377de317848900b44
 [settings daemon] Forking. run with -n to prevent fork
 enlightenment: symbol lookup error: enlightenment: undefined symbol:
 ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_STATE
 run-parts: /etc/X11/Xsession.d/90xXWindowManager exited with code 127
 
 waiting for X server to shut down FreeFontPath: FPE built-ins
 refcount is 2, should be 1; fixing.
 
 Regards,
 Torfinn Ingolfsen
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/ASU---startup-broken-by-upgrade--tp660348p661836.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: ASU - startup broken by upgrade?

2008-07-31 Thread arne anka
 only problem was if i had already used opkg to upgrade i could not get  
 it to
 install the older packages

have a look at
opkg -h
there should be something like --force-downgrade or so

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: ASU - startup broken by upgrade?

2008-07-31 Thread Yorick Moko
it does not work for me,
I tried the solution from the bug-report with no luck
I tried the force-downgrade suggested by DooD of
http://buildhost.openmoko.org/daily-feed/armv4t/e-wm_0.16.999.042+cvs20080722-r10_armv4t.ipk
and 
http://buildhost.openmoko.org/daily-feed/armv4t/illume_0.0+svnr152-r6_armv4t.ipk
also without luck

I keep getting a lot of /etc/init.d/rc: line 167: splash-write not found
and /etc/init.d/rc: line 171: splash-write not found

It just says Starting Xserver

On Thu, Jul 31, 2008 at 10:41 AM, arne anka [EMAIL PROTECTED] wrote:
 only problem was if i had already used opkg to upgrade i could not get
 it to
 install the older packages

 have a look at
 opkg -h
 there should be something like --force-downgrade or so

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


ASU - startup broken by upgrade?

2008-07-30 Thread Torfinn Ingolfsen
Hello,

It seems that today's 'opkg upgrade' broke the startup on my
FreeRunner (I'm using ASU).
/etc/init.d/rc complain that it can't find splash-write.

Has anyone else seen this?

Further investigation shows that it is a broken link now:

[EMAIL PROTECTED]:~# which splash-write
[EMAIL PROTECTED]:~# file /usr/bin/splash-write
/usr/bin/splash-write: broken symbolic link to `/usr/bin/exquisite-write.sh'
[EMAIL PROTECTED]:~# ll /usr/bin/splash-write /usr/bin/exquisite-write.sh
ls: /usr/bin/exquisite-write.sh: No such file or directory
lrwxrwxrwx1 root root   27 Jul 23 09:38
/usr/bin/splash-write - /usr/bin/exquisite-write.sh@
[EMAIL PROTECTED]:~#

Perhaps it got changed:
[EMAIL PROTECTED]:~# which exquisite-write
/usr/bin/exquisite-write

Ok, I'll fix the broken link so splash-write now points to
exquisite-write. We'll see if that fixes everything.

Nope, it didn't.. Seems the Xserevr doesn't tart up. Her is the
contents of /tmp/x.log:

-- [EMAIL PROTECTED]:~# more /tmp/x.log

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/om-gta02:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
(II) verbosity set to 5
Using GLAMO 3362 card
(II) Screen: 16/16 depth/bpp
(II) vram size:4194304, onscreen vram size:614400, offscreen vram size:3579904
(II) initialising offscreen pixmaps
Extended Input Devices not yet supported. Impelement it at line 637 in kinput.c
D-BUS per-session daemon address is:
unix:abstract=/tmp/dbus-WqAYGaR9LT,guid=34e024cf41e115d377de317848900b44
[settings daemon] Forking. run with -n to prevent fork
enlightenment: symbol lookup error: enlightenment: undefined symbol:
ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_STATE
run-parts: /etc/X11/Xsession.d/90xXWindowManager exited with code 127

waiting for X server to shut down FreeFontPath: FPE built-ins
refcount is 2, should be 1; fixing.

Regards,
Torfinn Ingolfsen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: ASU - startup broken by upgrade?

2008-07-30 Thread Mr. Morph
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Torfinn Ingolfsen wrote:
| Hello,
|
| It seems that today's 'opkg upgrade' broke the startup on my
| FreeRunner (I'm using ASU).
| /etc/init.d/rc complain that it can't find splash-write.
| [...]
| Regards,
| Torfinn Ingolfsen
|

Please see this bug report and the workaround in the last comment:
https://docs.openmoko.org/trac/ticket/1678

Regards,
morphis

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

iEYEARECAAYFAkiQoygACgkQqli4aSXiwM+lnACfXhf7UWuUixigxqnqQWAnYlzj
Dc4AnRcXlEmJysHEDJt8i7f7mk9nC/I+
=DpCo
-END PGP SIGNATURE-

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: ASU - startup broken by upgrade?

2008-07-30 Thread Torfinn Ingolfsen
Hello,

On Wed, Jul 30, 2008 at 7:21 PM, Mr. Morph [EMAIL PROTECTED] wrote:
 Please see this bug report and the workaround in the last comment:
 https://docs.openmoko.org/trac/ticket/1678

Ouch1 Thats a large graft. Is it really necessary tom remove so many packages?

Ok, I'll try this.

Hmm...
It doesn't seems to work for me:
[EMAIL PROTECTED]:~# opkg remove libecore0
Collected errors:
 * Package libecore0 is depended upon by packages:
 *  assassin
 *  e-wm
 *  efreet
 *  exquisite
 *  illume
 *  libecore-con
 *  libecore-evas
 *  libecore-fb
 *  libecore-file
 *  libecore-imf
 *  libecore-ipc
 *  libecore-job
 *  libecore-x
 *  libedbus0
 *  libedje0
 *  libefreet-mime0
 *  libefreet0
 *  libehal0
 *  ompower
 *  python-ecore
 *  python-edbus
 *  python-etk
 *  splinter
 * These might cease to work if package libecore0 is removed.

 *  * You can force removal of this package with -force-depends.
 * You can force removal of this package and its dependents
 * with -force-removal-of-dependent-packages or -recursive
 * or by setting option force_removal_of_dependent_packages
 * in opkg.conf.

I needed this:
opkg -force-depends remove libecore0

But after that, it still doesn't work. There is a window on my X
screen with small text in it  (something about modules).
Oh well, it will get fixed sooner or later.
-- 
Regards,
Torfinn Ingolfsen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community