Active Topics

 


Reply
Thread Tools
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#81
Originally Posted by vzp916 View Post
with opensh
~ # opensh


BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # debian
/bin/debian: line 30: can't create /dev/stderr: Permission denied
/bin/debian: line 49: can't create /dev/stderr: Permission denied
mount: permission denied (are you root?)
Mounting...
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
Using ext2 file system
/bin/qmount: line 203: modprobe: not found
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
/bin/qmount: line 203: can't create /dev/stderr: Permission denied
Cancelling chroot...
~ #

like you can see...Im lost
You need to add "/usr/sbin" to your $PATH and not forget "# aegisctl -s". I.e, follow all steps in post #57.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
 
Posts: 92 | Thanked: 16 times | Joined on Jun 2011 @ Sacramento, CA USA
#82
Originally Posted by rcolistete View Post
You need to add "/usr/sbin" to your $PATH and not forget "# aegisctl -s". I.e, follow all steps in post #57.
even in open mode I need to "# aegisctl -s"?

One more question, am I able to unmount .lmz in N9 from terminal (I'm at work and don't have uncompressed image)

EDIT: I tried to follow your post as best as I could, you did a good job, but you lost me with the "add "/usr/sbin" to your $PATH" I'm not too clear on how to do that.

Thanks

Last edited by vzp916; 2012-03-23 at 15:07.
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#83
Originally Posted by vzp916 View Post
even in open mode I need to "# aegisctl -s"?
Yes. Just once after every reboot. So aegis accept running chroot (the image is first mounted then chrooted).

One more question, am I able to unmount .lmz in N9 from terminal (I'm at work and don't have uncompressed image)
You need to uncompress the image to use it in you N9. By using a PC desktop (faster) or even the Nokia N9 :
- become root in Terminal :
$ devel-su
password rootme;
- install "xz-utils" :
# apt-get install xz-utils
- come back to user (Ctrl+D), then, as user in Terminal :
$ cd ~/MyDocs
$ xz -d debian-m5-v3e.img.ext2.lzma
It is slow...

EDIT: I tried to follow your post as best as I could, you did a good job, but you lost me with the "add "/usr/sbin" to your $PATH" I'm not too clear on how to do that.
Thanks
Now it is very clear how to do it by using nano (in post #57).
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-03-23 at 16:37.
 

The Following User Says Thank You to rcolistete For This Useful Post:
Posts: 92 | Thanked: 16 times | Joined on Jun 2011 @ Sacramento, CA USA
#84
Thank you sir...I'll give it a go......

I'm really sorry for being such a noob
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#85
Originally Posted by vzp916 View Post
Thank you sir...I'll give it a go......

I'm really sorry for being such a noob
You learn, I also learn : I wasn't aware that xy-utils was available to MeeGo Harmattan, capable of compressing and uncompressing lzma format.

I have updated post #57 with xz-utils use to uncompress the debian image.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-03-24 at 01:28. Reason: xz instead of xy
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#86
About using EasyDebian / HarmChom on Nokia N9 :

- with LXDE, my keyboard (external Bluetooth Stowaway foldable keyboard) doesn't work 100%, numbers and symbols are not available. Just outside LXDE. It is just me or other people has the same problem ? And with N950 keyboard ?

- within LXDE, I can't open any terminal window (htop, etc). But it is not a great problem because I obviously use the Terminal outside LXDE (so I have Harmattan virtual keyboard, etc);

- launching softwares outside LXDE (like "oowriter", etc), there are two bars (top and bottom). Is possible to remove them ?
Answer : Yes ! For OpenOffice Writer outside LXDE and full screen, inside debian as root :
[root@chroot: /] oowriter &
To know the name of the window :
[root@chroot: /] wmctrl -l
So, in this case, it is not oowriter, but "writer" matches the title :
[root@chroot: /] wmctrl -r writer -b toggle,fullscreen
This fullscreen method is not (yet) automatic...
But possibly we will be able to create MeeGo icons to launch oowriter fullscreen, etc.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-03-24 at 00:09. Reason: Fullscreen soluion
 
Posts: 92 | Thanked: 16 times | Joined on Jun 2011 @ Sacramento, CA USA
#87
I can't seem to find a decent priced iGo Stowaway Keyboard
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#88
MeeGo 1.2 Harmattan doesn't yet have a VNC client. But Easy Debian has a dozen to choose. "ssvncviewer" is my choice over the vnc viewers that I tested because it allows typing the password using MeeGo Terminal, has many options including full-screen, etc. As root in debian, install :
[root@chroot: /]apt-get install ssvncviewer

To use without a real keyboard (on N950 or external Bluetooth on N9), fitting the remote screen to N9 screen :
[root@chroot: /] ssvncviewer -fullscreen -scale "854x480" <ip>

With a real keyboard (on N950 or external Bluetooth on N9), there are many keyboard shortcuts : arrows, home/end, page up/down to move, etc (see "ssvncviewer --help" for more information). Here in view only mode :
[root@chroot: /] ssvncviewer -fullscreen -viewonly <ip>
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-03-23 at 22:51.
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#89
I have fixed the Debian LXDE icon when using Inception+opensh, see post #57.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
 

The Following User Says Thank You to rcolistete For This Useful Post:
Posts: 92 | Thanked: 16 times | Joined on Jun 2011 @ Sacramento, CA USA
#90
So, I followed your post exactly

I still get this

~ $ opensh



BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)

Enter 'help' for a list of built-in commands.


/home/user # aegisctl -s

+edrtxk,-saz

/home/user # debian

Chroot dir specified: /.debian

/home/user/MyDocs/debian-m5-v3e.img.ext2 specified in ~/.chroot

Mounting...

using image file: /home/user/MyDocs/debian-m5-v3e.img.ext2

fs type is ext2

Using ext2 file system

FATAL: Error inserting ext2 (/lib/modules/2.6.32.48-dfl61-20115101/ext2.ko): Device or resource busy

mounting /home/user/MyDocs/debian-m5-v3e.img.ext2 on loop

.../home/user/MyDocs/debian-m5-v3e.img.ext2 mounted on loop0

.

..

...

....

Updating the /etc/mtab file...

/bin/qchroot: line 145: blkid: not found

/bin/qchroot: line 156: blkid: not found

Everything set up, running chroot...

[root@chroot: /]suxephwm

sh: /usr/bin/suxephwm: Permission denied

[root@chroot: /]cd ~

[root@chroot: ~]cp xephwm suxephwm /usr/bin

[root@chroot: ~]suxephwm

sh: /usr/bin/suxephwm: Permission denied

[root@chroot: ~]xephwm


error opening security policy file /etc/X11/xserver/SecurityPolicy

Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!

Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!

Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!

Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!

Could not init font path element /usr/share/fonts/X11/75dpi, removing from list!

unrecognised device identifier!

unrecognised device identifier!

unrecognised device identifier!
I'm able to get in but using xephwm

and the icon doesn't work

I'm really grateful...don't get me wrong, but I want to know what went wrong?
Attached Images
 

Last edited by vzp916; 2012-03-24 at 05:01.
 
Reply

Tags
chroot, debian, harmattan


 
Forum Jump


All times are GMT. The time now is 01:31.