[maemo-users] 770 reboots after startup

2006-07-12 Thread krischan . keitsch
Hi,

I ran apt-get update and apt-get upgrade today. The pad rebootet suddenly 
during the apt setup procedure. So apt-get upgrade got interupped, I guess.

The result is, that the maschine reboots right after the desktop comes up. The 
sudden reboot occurs so fast that I can not get any information from the 
xterm (top, dmsg, ...).

Any ideas?

Krischan


pgpaQf11O9UFu.pgp
Description: PGP signature
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


[maemo-users] 770 reboots after startup

2006-07-12 Thread Krischan Keitsch
Hi,

I ran apt-get update and apt-get upgrade today. The pad rebootet suddenly 
during the apt setup procedure. So apt-get upgrade got interupped, I guess.

The result is, that the maschine reboots right after the desktop comes up. The 
sudden reboot occurs so fast that I can not get any information from the 
xterm (top, dmsg, ...).

Any ideas?

Krischan

___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread Stellars Henson
> I ran apt-get update and apt-get upgrade today. The pad rebootet suddenly 
> during the apt setup procedure. So apt-get upgrade got interupped, I guess.
> 
> The result is, that the maschine reboots right after the desktop comes up. 
> The 
> sudden reboot occurs so fast that I can not get any information from the 
> xterm (top, dmsg, ...).
> 

i have suffered similar accident. it happens just after upgrading 
gst-plugins-farsight





> ___
> maemo-users mailing list
> maemo-users@maemo.org
> https://maemo.org/mailman/listinfo/maemo-users


-- 
Stell
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread krischan . keitsch
Am Mittwoch, 12. Juli 2006 21:47 schrieb Stellars Henson:
> > I ran apt-get update and apt-get upgrade today. The pad rebootet suddenly
> > during the apt setup procedure. So apt-get upgrade got interupped, I
> > guess.
> >
> > The result is, that the maschine reboots right after the desktop comes
> > up. The sudden reboot occurs so fast that I can not get any information
> > from the xterm (top, dmsg, ...).
>
> i have suffered similar accident. it happens just after upgrading
> gst-plugins-farsight
>

At least I am not the only one. I didn't know how to fix it - so i used the 
flasher again - knowing that I had a reacend backup (with the backup tool).

Useless! The backup tool is unable to restore the backup. Great! 

Krischan


pgpEbPuVK4izR.pgp
Description: PGP signature
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread Stellars Henson
> Am Mittwoch, 12. Juli 2006 21:47 schrieb Stellars Henson:
> > > I ran apt-get update and apt-get upgrade today. The pad rebootet suddenly
> > > during the apt setup procedure. So apt-get upgrade got interupped, I
> > > guess.
> > >
> > > The result is, that the maschine reboots right after the desktop comes
> > > up. The sudden reboot occurs so fast that I can not get any information
> > > from the xterm (top, dmsg, ...).
> >
> > i have suffered similar accident. it happens just after upgrading
> > gst-plugins-farsight
> >
> 
> At least I am not the only one. I didn't know how to fix it - so i used the 
> flasher again - knowing that I had a reacend backup (with the backup tool).
> 
> Useless! The backup tool is unable to restore the backup. Great! 
> 

i can suggest creating custom rootfs. it's quite simple - 
# tar -cp bin boot dev etc home lib root sbin usr var > /media/mmc1/backup.tar

after which you only inpack it at your linux box, add: /media/mmc1, 
/mnt/initfs, /sys, /tmp, /proc
and pack and use  tar2jffs2.sh to make jffs2 filesystem. then you only need to 
flash it:

flasher-2.0 -r  -R -f

and it's done. if you wish, i can send you mine flash image. it's quite pretty 
enchanced and workes/lookes great. i'll just reset passwords and go
email me if you wish, i have external IP and webserver, i'll just put it into 
pub dir.

-- 
Stell
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread Hermann Lacheiner
Stellars Henson wrote:
> i have suffered similar accident. it happens just after upgrading 
> gst-plugins-farsight

me too :)

I solved the gst-plugins-farsight issue (audio player refused to play)
with removing /usr/lib/gstreamer-0.10/libgstrtpjitterbuffer.so. There
was a segmentation fault with this plugin, when i run gst-inspect.

The permanent reboot was caused by upgrading maemo-launcher in my case.
As a workaround I disabled the lifeguard-reset timer:
flasher-2.0 --set-rd-flags=no-lifeguard-reset

cheers,
hermann
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread Stellars Henson
> me too :)
> 
> I solved the gst-plugins-farsight issue (audio player refused to play)
> with removing /usr/lib/gstreamer-0.10/libgstrtpjitterbuffer.so. There
> was a segmentation fault with this plugin, when i run gst-inspect.
> 
> The permanent reboot was caused by upgrading maemo-launcher in my case.
> As a workaround I disabled the lifeguard-reset timer:
> flasher-2.0 --set-rd-flags=no-lifeguard-reset
> 

i've upgraded maemo-launcher without problems. well, device gone wild first time
( reboot ) but after reboot, dpkg --configure went fine without any further 
problems


-- 
Stell
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread krischan . keitsch
Am Mittwoch, 12. Juli 2006 21:44 schrieb Hermann Lacheiner:
> Stellars Henson wrote:
> > i have suffered similar accident. it happens just after upgrading
> > gst-plugins-farsight
>
> me too :)
>
> I solved the gst-plugins-farsight issue (audio player refused to play)
> with removing /usr/lib/gstreamer-0.10/libgstrtpjitterbuffer.so. There
> was a segmentation fault with this plugin, when i run gst-inspect.
>
> The permanent reboot was caused by upgrading maemo-launcher in my case.
> As a workaround I disabled the lifeguard-reset timer:
> flasher-2.0 --set-rd-flags=no-lifeguard-reset
>
> cheers,
> hermann
> ___
> maemo-users mailing list
> maemo-users@maemo.org
> https://maemo.org/mailman/listinfo/maemo-users

Sophisticated!
Should have known that before flashing my mad pad a minute ago ;-)

> flasher-2.0 --set-rd-flags=no-lifeguard-reset

How did you find out about this rd-flag?

Krischan


pgpZJXaTYkb2r.pgp
Description: PGP signature
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread Hermann Lacheiner
[EMAIL PROTECTED] wrote:
> Sophisticated!
> Should have known that before flashing my mad pad a minute ago ;-)

Oh.. sorry that my response was not fast enough for you :)

>> flasher-2.0 --set-rd-flags=no-lifeguard-reset
> 
> How did you find out about this rd-flag?

I read about it accidentally in the mailinglist someday. You get a list
of possible flags when calling flasher without any flag:

flasher-2.0 --set-rd-flags
Possible R&D flags:
  no-omap-wd
  no-retu-wd
  no-lifeguard-reset
  serial-console
  no-usb-timeout

hermann
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] 770 reboots after startup

2006-07-12 Thread Stellars Henson
> I ran apt-get update and apt-get upgrade today. The pad rebootet suddenly 
> during the apt setup procedure. So apt-get upgrade got interupped, I guess.
> 
> The result is, that the maschine reboots right after the desktop comes up. 
> The 
> sudden reboot occurs so fast that I can not get any information from the 
> xterm (top, dmsg, ...).
> 

wasn't that discussed before? i'm confused

-- 
Stell
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


making rootfs Re: [maemo-users] 770 reboots after startup

2006-07-13 Thread Frantisek Dufka

Stellars Henson wrote:


i can suggest creating custom rootfs. it's quite simple - 
# tar -cp bin boot dev etc home lib root sbin usr var > /media/mmc1/backup.tar


after which you only inpack it at your linux box, add: /media/mmc1, 
/mnt/initfs, /sys, /tmp, /proc
and pack and use  tar2jffs2.sh to make jffs2 filesystem. then you only need to 
flash it:


yes, this is workaround for missing -l tar flag in busybox which tars up 
only one local filesystem in real tar. You can workaround it by mounting 
root filesystem again with same flags to different place (/opt or 
/floppy) and then cd /floppy ; tar   zcvf - . [...] or install rsync on 
device and rsync whole /floppy to desktop over network. This is a bit 
easier than making missing directories again and the result is also more 
like the original.
I use this trick for making both rootfs and initfs customizations and so 
far had no problem.


In 2.6 linux you _can_ mount same filesystem multiple times and it 
should be safe.


Frantisek
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users