maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Debian] ANNOUNCE: Easy Debian Turbo-Charged Edition! (https://talk.maemo.org/showthread.php?t=24272)

grog 2008-11-28 18:09

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by qole (Post 245361)
No, your existing image is fine, if you've got one.

Too late :D. But judging by the timestamp of the debian-final.img.ext2, it wasn't touched. Actually, it's never been touched :confused:

Code:

~$ ls -l /media/mmc1/debian-final.img.ext2
-rw-r--r--    1 user    root        1.1G Sep 14 17:35 /media/mmc1/debian-final.img.ext2

Quote:

I guess I'd better figure out what to do about that message to make it clearer.

As for your errors, you need to reboot, open up a terminal, and type:

Code:

sudo debian
and post the errors here.

Code:

~$ sudo debian
Setting up the chroot...
using device: /media/mmc1/debian-final.img.ext2
insmod: cannot insert '/mnt/initfs/lib/modules/2.6.21-omap1/mbcache.ko': File exists (-1): File exists
Using ext2 file system
insmod: cannot insert '/mnt/initfs/lib/modules/2.6.21-omap1/ext2.ko': File exists (-1): File exists
using /media/mmc1/debian-final.img.ext2 on the turbo-loop ;)
insmod: cannot insert '/lib/modules/2.6.21-omap1/dm-mod.ko': File exists (-1): File exists
insmod: cannot insert '/lib/modules/2.6.21-omap1/dm-loop.ko': File exists (-1): File exists
/sbin/debian: line 140: dmlosetup: not found
mount: mounting /dev/dm-0 on /debian failed
.
mount: mounting /dev on /debian/dev failed
mount: mounting /proc on /debian/proc failed
..
mount: mounting none on /debian/dev/pts failed
mount: mounting /tmp on /debian/tmp failed
mount: mounting /var/tmp on /debian/var/tmp failed
...
mkdir: cannot create directory '/debian/media/mmc2': No such file or directory
mount: mounting /media/mmc2 on /debian/media/mmc2 failed
mkdir: cannot create directory '/debian/media/mmc1': No such file or directory
mount: mounting /media/mmc1 on /debian/media/mmc1 failed
....
mount: mounting /home/user on /debian/home/user failed
mount: mounting /var/run/dbus on /debian/var/run/dbus failed
touch: /debian/tmp/chroot-complete: No such file or directory
Everything set up, running chroot...
chroot: cannot execute /bin/sh: No such file or directory


qole 2008-11-28 18:22

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Yikes. This is a big problem:

Code:

/sbin/debian: line 140: dmlosetup: not found
Aaaagh! Bug in my postinst script! I'll be uploading a new version (0.9.12) immediately.

qole 2008-11-28 18:34

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quick bugfix release uploaded straight to Extras.

Grog: When 0.9.12 appears in your list of updates, install it.

matthewcb4 2008-11-28 18:37

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Once you have updated this will I need to reinstall the image file or will this fix the problem with an update?

Thanks

qole 2008-11-28 19:39

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by matthewcb4 (Post 245374)
Once you have updated this will I need to reinstall the image file or will this fix the problem with an update?

This update is just a small fix for the error Grog was receiving, everything else should be the same as this week's 0.9.10 release. So what I said before still applies:

Quote:

Originally Posted by qole (Post 245361)
...your existing image is fine, if you've got one...

The next version will have clearer wording in the text box that pops up after the install, so it is very clear that you don't have to download an image if you downloaded it as part of a 0.9 release.

karimderrick 2008-11-28 21:07

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
I'm getting an error when I try your install "Unable to download easy-deb-chroot Application package not found"...any ideas?

overfloat 2008-11-28 22:25

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
oops i edited my bad advice :o

qole 2008-11-29 00:54

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
karimderrick: Make sure you have enabled "maemo Extras" in your repository list (Application Manager -> Tools -> Application Catalogue), then see if you can find easy-deb-chroot (with the little red diamond icon) in the list of installable applications.

Anyone else have any help for karimderrick?

klohmann 2008-11-29 02:00

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Thanks Qole:

Awesome work, and the latest update solves the install problem.

Many thanks! K.

nicola_botta 2008-11-29 18:41

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
qole, many thanks for Easy Debian !

Two issues:

1) there was an upgrade of 'easy-deb-chroot' yesterday or the day before. Since then 'Debian chroot' crashes. I do not know if error messages are logged in maemo (/var/log is empty) but I can see error messages in the xterm started by 'Debian chroot' before it crashes. When I start chroot from the command line I get the following:

nicola@cumulus:~/svn_pc98$ ssh user@192.168.0.5
user@192.168.0.5's password:
BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo chroot /debian/
chroot: cannot execute /bin/sh: No such file or directory
~ $

'sudo chroot /debian' worked perfectly until the new upgrade.


2) I have (had) purged most of the heavyweight Debian GNU/Linux applications and installed a few new. Is there a way to remove the entries of the purged applications from the maemo application launcher ?

best regards,
Nicola

qole 2008-11-29 23:02

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by nicola_botta (Post 245537)
1) there was an upgrade of 'easy-deb-chroot' yesterday or the day before. Since then 'Debian chroot' crashes.

There were TWO updates. Please make sure (in Application Manager, under "show installed applications") that you have easy-deb-chroot version 0.9.12, because 0.9.11 has a bug. If you have 0.9.11, please upgrade and your problem will be fixed.

Quote:

Originally Posted by nicola_botta (Post 245537)
I can see error messages in the xterm started by 'Debian chroot' before it crashes.
'sudo chroot /debian' worked perfectly until the new upgrade.

That's really not the way to do it. You should use "sudo debian" to get root access to the chroot; "debbie" or "sudo debian hilda" will run applications as "user". You can run a Debian app (eg. oowriter) by typing, "debbie oowriter".

If you have version 0.9.12, and Easy Debian is still crashing, please post the errors when you reboot and then type "sudo debian".

Quote:

Originally Posted by nicola_botta (Post 245537)
2) I have (had) purged most of the heavyweight Debian GNU/Linux applications and installed a few new. Is there a way to remove the entries of the purged applications from the maemo application launcher ?

You delete the correct .desktop files from /usr/share/applications/hildon as root, they are sanely named and should be easy to find.

nicola_botta 2008-11-30 09:10

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Thanks a lot qole, 0.9.12 works perfectly ! Best, Nicola

crasbelize 2008-11-30 09:21

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
hello all,
am a little frustrated.....i think install debian correctly but I don't know how to confirm this. I tapped on 1 off the browsers about 5 mins ago, and nothing isn't loading.

later on maybe someone could install something that tells the user the program is loading........we all are'nt experts.

Thanks

Permetrina 2008-11-30 23:16

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Hello Everybody:
Yesterday I tried to install Easy Debian Turbo-Charged Edition without success; I have Nokia N800 with Maemo Linux based OS2008 version 2.20007.50-2. I downloaded easy-deb-chroot.install and verified that Maemo Extras repository was enabled. When I executed the installer appeared “unable to download easy-deb-chroot. Application package not found”
I had changed the language to English for the installation without success (I use Spanish as default language and when I installed KDE had problems which were solved when the language of the SO before the installation was changed to English, when the installation of KDE was finished I returned to Spanish without problems).
Thank you for your help.

grog 2008-12-01 19:55

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by qole (Post 245373)
Quick bugfix release uploaded straight to Extras.

Grog: When 0.9.12 appears in your list of updates, install it.

Been away. The fix worked for me. Thanks

orbitalcomp 2008-12-02 15:39

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
@qole

I'm not an expert on this Debian stuff, so let me ask this...I installed your Easy Debian package back in October when you originally started this thread. Everything has been working great, but this morning I got prompted to update to 0.9.12, which I did. This is the first time I have used my tablet in a few weeks, so I basically skipped over the 0.9.10 and .11 updates.

Do I now need to delete and reinstall my image file? Also, I had moved all of the associated Debian program icons to a separate program list called "Debian", instead of the "Extras" area where they were installed. Will this cause any problems?

I don't mind reinstalling the image file, especially if you have made some improvements in free space to install other apps...

Thanks!

qole 2008-12-02 17:10

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
orbitalcomp: No, as I've said before, the message about installing the image file is misleading for those, like you, who already have the latest image file.

I'm waiting for an update to Java in Debian before updating the image file.

looplog 2008-12-02 18:18

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
qole,

First of all, amazing work. Being able to program drum beats in hydrogen on the subway is just something I never expected the tablet to do.

Alas. there is the end of my portable audio joy. Thus far, I haven't been able find to another audio app to open successfully. Anything midi related complains that

Code:

ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
Error opening ALSA sequencer.

Any ideas about this? I'd love to be able to aseqnet to send midi over wifi into the tablet. Even using rezound would be nice but it seems to not connect to the audio device.

orbitalcomp 2008-12-02 21:10

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by qole (Post 246289)
orbitalcomp: No, as I've said before, the message about installing the image file is misleading for those, like you, who already have the latest image file.

I'm waiting for an update to Java in Debian before updating the image file.

That's what I thought, I just wanted to double-check before I screwed something up...thanks, qole!

qole 2008-12-02 21:12

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
looplog: I have been unable to get MIDI working on the tablet, too. I have very little knowledge in this area; I wish someone who does have knowledge here would drop in and help us.

superstar 2008-12-03 09:02

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Qole, great work!!
I haven't installed it but is it possible to uninstall iceweasel? I'm pretty happy with the default browser since iceweasel takes a while to start?

qole 2008-12-03 17:44

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by superstar (Post 246478)
Qole, great work!!
I haven't installed it but is it possible to uninstall iceweasel? I'm pretty happy with the default browser since iceweasel takes a while to start?

Go into "Debian chroot" and type:

Code:

apt-get remove iceweasel

tuxdelux 2008-12-05 22:39

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Maybe I am missing something obvious, but I do not see easy-deb-chroot in my extra repository. I tried to click on the ITT message hotlink to the package in my N800 and got the error that the package did not exist (in the package manager).

I used my web browser to look at the following link, and I did not see easy-deb-chroot there, either. Is the package not available, or am I goofing up?

http://repository.maemo.org/extras/pool/4.1/free/e/

Looking forward to using Debian - if only because I hope there will be a better implementation of Ogg Vorbis playback there. Congratulations on the port and the invite to the Nokia conference, too.

qole 2008-12-05 23:23

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Tuxdelux and any others who are getting the "application package doesn't exist" errors:

Currently I have only made this available for Diablo; unless you have a particular reason for staying with the old version of the tablet software, I strongly recommend that you flash your tablet to the latest firmware.

tuxdelux 2008-12-05 23:33

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Thank you!

bizshop 2008-12-07 01:45

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
I got the congratulations screen, rebooted, but don't know how to switch to Debian. I tried the applications in Extras. Debian Chroot and it flashes by in a second and exits too fast to read any error message. Debian LXHE loads and closes immediately. None of the others appear to do anything.

Should I try to reinstall? Or am I missing an obvious menu or option?

qole 2008-12-07 06:55

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
bizshop: please open an X Terminal and type
Code:

sudo debian
and then post the messages you get.

bizshop 2008-12-07 16:20

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
~ $ sudo debian
Setting up the chroot...
using device: /media/mmc1/debian-final.img.ext2
insmod: cannot insert '/mnt/initfs/lib/modules/2.6.21-omap1/mbcache.ko': File exists (-1): File existsUsing ext2 file system
insmod: cannot insert '/mnt/initfs/lib/modules/2.6.21-omap1/ext2.ko': File exists (-1): File exists
using /media/mmc1/debian-final.img.ext2 on the turbo-loop ;)
insmod: cannot insert '/lib/modules/2.6.21-omap1/dm-mod.ko': File exists (-1): File exists
insmod: cannot insert '/lib/modules/2.6.21-omap1/dm-loop.ko': File exists (-1): File exists
/sbin/debian: line 140: dmlosetup: not found
mount: mounting /dev/dm-0 on /debian failed
.
mount: mounting /dev on /debian/dev failed
mount: mounting /proc on /debian/proc failed
..
mount: mounting none on /debian/dev/pts failed
mount: mounting /tmp on /debian/tmp failed
mount: mounting /var/tmp on /debian/var/tmp failed
...
mkdir: cannot create directory '/debian/media/mmc2': No such file or directory
mount: mounting /media/mmc2 on /debian/media/mmc2 failed
mkdir: cannot create directory '/debian/media/mmc1': No such file or directory
mount: mounting /media/mmc1 on /debian/media/mmc1 failed
....
mount: mounting /home/user on /debian/home/user failed
mount: mounting /var/run/dbus on /debian/var/run/dbus failed
touch: /debian/tmp/chroot-complete: No such file or directory
Everything set up, running chroot...
chroot: cannot execute /bin/sh: No such file or directory
~ $

qole 2008-12-07 17:12

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
bizshop: you have the same "dmlosetup: not found" error that people using version 0.9.11 got.

Can you go into Application Manager, Show installed applications, and make sure that you have easy-deb-chroot version 0.9.12?

If that's the version that you have, then you may have found another bug... :(

bizshop 2008-12-07 17:19

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Mine shows 0.9.12 - but says on the info "broken but able to update." Odd thing is, when I check for updates it says easy-deb-chroot 0.91.12 there as well. When I try to update that, it fails without explanation. I'll try uninstalling and reinstalling the easy-deb-chroot

bizshop 2008-12-07 17:25

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
OK, tried to uninstall and reinstall. Trying to install easy-deb-chroot 0.9.12, app-manager says 'unable to install' - but there it is again on my installed programs as 0.9.12, with the same 'broken but able to update' info.

qole 2008-12-07 18:10

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
bizshop, please try this:

1. uninstall
2. reboot (unplug the power cable, completely shut down, power back up)
3. install

Perhaps, for step #3, try going to your X Terminal, gaining root, and entering:
Code:

apt-get install easy-deb-chroot
Then post your messages. That will tell us why your install is broken. Alternately, hopefully, everything will go well, and you won't have any errors to post :)

bizshop 2008-12-08 06:05

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Something must have been wrong more deeply with my system. I tried uninstalling, reinstalling and then tried using apt-get remove and install. Then my 810 went into endless reboot. I reflashed, and now everything installed fine.

Thanks for all your help anyway.

mandrake64 2008-12-09 09:31

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
hi @qole,

How can we play yahoo games? I think we need java package to start the game. Where can we install java package for os 2008 diablo and easy debian?
Thanks

jarl 2008-12-09 15:13

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Hi, I installed the debian turbo but can't start jar:s from command line using java -jar myapplet.jar. Also does anyone know whether the java on easy debian is fully featured. Meaning that it has AWT in it? I tried to run applet on Iceweasel but it didn't start, only a grey square where the applet were supposed to be.

Any suggestions? Thanks.

qole 2008-12-09 17:41

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by jarl (Post 248109)
Hi, I installed the debian turbo but can't start jar:s from command line using java -jar myapplet.jar.

Make sure your .jar file is either on an SD card or somewhere in your home directory (so it can be "seen" by Easy Debian), and then, from a X Terminal prompt, type:

Code:

debbie java -jar /full/path/to/myapplet.jar
Quote:

Originally Posted by jarl (Post 248109)
I tried to run applet on Iceweasel but it didn't start, only a grey square where the applet were supposed to be.

Java can take a really, really, REALLY long time to start on the tablet. You often just have to be very, very, VERY patient.

jarl 2008-12-09 18:01

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by qole (Post 248176)
Make sure your .jar file is either on an SD card or somewhere in your home directory (so it can be "seen" by Easy Debian), and then, from a X Terminal prompt, type:

Code:

debbie java -jar /full/path/to/myapplet.jar

I tried that earlier and also at Debian chroot (without debbie there) but the result is:
Code:

java: command not found
Synaptic did have lots of java packages installed after installing the easy debian but do I need something more in order to have java-command. I only have javaws.

Thanks.

qole 2008-12-09 18:31

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
jarl:

This post suggests that you might need to run this command from the Debian chroot:

Code:

update-java-alternatives -s java-6-openjdk

jarl 2008-12-09 19:00

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by qole (Post 248208)
jarl:

This post suggests that you might need to run this command from the Debian chroot:

Code:

update-java-alternatives -s java-6-openjdk

That did the trick!

Thanks!

mandrake64 2008-12-09 19:00

Re: ANNOUNCE: Easy Debian Turbo-Charged Edition!
 
Quote:

Originally Posted by qole (Post 248208)
jarl:

This post suggests that you might need to run this command from the Debian chroot:

Code:

update-java-alternatives -s java-6-openjdk

@qole,
Will this code fix yahoo games java applet problem?
Thanks


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

vBulletin® Version 3.8.8