Closed Thread
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Apr 2008 @ Dallas, Tx
#531
Hi guys. I keep getting an "Application package not found" for the easy-deb-chroot. What am I doing wrong?
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#532
pipeline: if you call "ezchroot" with "none" as your image/partition parameter, it will just chroot and not attempt to mount anything. Does that help at all?

ie

Code:
ezchroot none /opt oowriter
This will chroot into /opt (whatever's there) and run oowriter.

It does the binds as part of the chroot, not part of the mount. So it will bind all the system dirs into /opt.

As for the flags stuff... I'm a bit vague as to what you're asking there...

EDIT: Ok, so I figure I need to get the error-checking working here, and I need to break this into three parts:
  1. Mount an image/partition to the chroot dir, stop if this fails (currently, script continues if this fails! )
  2. Bind the system directories into the chroot dir, stop if there are problems (same as above, currently no error checking here)
  3. Chroot into the chroot dir, run the given commands

I think I'll break #1 right out into its own script.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2009-02-18 at 20:37.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#533
lcjdot: Are you using the new version in my repository? If not, it may be that you aren't running Diablo and I only have Easy Debian in the Diablo Extras repository...
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
pipeline's Avatar
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#534
qole, i tried using the script as mentioned above (passing none) but your script does a test on line 28 to see if its a real file but its not so it puts up that error message and quits.

So i hacked a condition in there (not sure if syntax is right but it worked) :
if [ ! -f "$IMGFILE" ] && [ ! -b "$IMGFILE" ] && [ "x$IMGFILE" != "xnone" ] ; then
...

and it seems to work.

Unfortunately for some reason your script seems to return immediately? I dont see how your doing the chroot any different from my old script but my old script would pause on the chroot line of script until execution completed and then i automatically clean things up. For debian i guess its best to leave things open and connected but i have multiple apps timesharing the same mountpoint(s).

First can you confirm your script is asynchronous in this way i described (script completes before the process it launches via chroot completes) ?

Then can you tell if it would be worthwhile to add that capability as an option?

As far as i can tell it otherwise worked so it may not be necessary to split things up for my purpose... but my scripts do break everything up into mount/init/run/chroot/shutdown/graft/etc operations so i wont say that would be a bad thing.

Once again don't worry too much about my program, but wanted to give feedback in case you want to support that level of control.

Last edited by pipeline; 2009-02-19 at 00:11.
 
Posts: 2 | Thanked: 0 times | Joined on Apr 2008 @ Dallas, Tx
#535
qole!
Thank you for all of your hard work! So far, so good. I will reply if there are any issues but I will look through the thread for a resolution first. I should have read the very FIRST line in the thread to know to go to your repository to load the install. Oh well. Thank you again!
lcjdot
 
Posts: 58 | Thanked: 2 times | Joined on Feb 2009 @ Niterói - RJ - Brazil
#536
i dont understand, i download and install everthing... but even after the reboot, i try to run the aplications and they not run...

For example:

I just go to the menu settings and click on the Set Debian HW keys and nothing happens...


i need click in some other thing to start the program?
 
Posts: 58 | Thanked: 2 times | Joined on Feb 2009 @ Niterói - RJ - Brazil
#537
I try the LXDE and works fine
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#538
Originally Posted by foxdanger View Post
I just go to the menu settings and click on the Set Debian HW keys and nothing happens...
foxdanger: The "Set Debian HW Keys" menu item is a bit different than the other apps. This icon allows you to use hardware key combinations in maemo (not LXDE) to make Debian apps fullscreen and toggle an on-screen keyboard for Debian apps.

From the First Post:
Q: How do I get the virtual keyboard to pop up in Debian Apps?
A: Select the "Set Debian HW Keys" menu item; wait a bit, then you can press the minus (-) hardware key followed by the menu hardware key to toggle the Matchbox Keyboard. Press the (-) key then the (+) key to toggle between normal and mini (one-line) keyboards.

Q: How do I make Debian apps fullscreen?
A: Select the "Set Debian HW Keys" menu item; wait a bit, then you can press the minus (-) hardware key followed by the "fullscreen" hardware key to toggle fullscreen for any app.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Posts: 58 | Thanked: 2 times | Joined on Feb 2009 @ Niterói - RJ - Brazil
#539
UMMMMM

this is only for 810 so?!

Because n800 dont have hardware keys....

The rest works fine!

This is incredible man, the debian desktop is perfect! The other programs for debian run on this version too? And this system have any games?

PS: CONGRATULATIONS FOR U QOLE! THIS IS A INCREDIBLE TOOL! TNX!
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#540
Originally Posted by foxdanger View Post
Because n800 dont have hardware keys....
Allow me to show you what I mean:



__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Closed Thread

Tags
debian, firefox, gimp, java, openoffice


 
Forum Jump


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