Reply
Thread Tools
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1041
Originally Posted by qole View Post
Link has been fixed. Please try again!

debian-m5-v3c.img.ext2.lzma
I've started with testing the new image and will now flood this thread with my observations . First in this series:

One minor problem I see with get partition ID from blkid is that it doesn't work from /etc/profile with user privileges, i.e. when I do debbie with "su -" :
Code:
Nokia-N900-42-11:/home/user# debian su - user
Chroot dir specified: /.debian
/home/user/MyDocs/debian-m5-v3c.img.ext2 specified in ~/.chroot
Mounting...
using image file: /home/user/MyDocs/debian-m5-v3c.img.ext2
fs type is ext2
Using ext2 file system
mounting /home/user/MyDocs/debian-m5-v3c.img.ext2 on loop
.../home/user/MyDocs/debian-m5-v3c.img.ext2 mounted on loop0
.
..
...
....
Updating the /etc/mtab file...
Everything set up, running chroot...
-su: blkid: command not found
-su: blkid: command not found
-su: /dev/stderr: Permission denied
The prompt is then [user@chroot: ~] instead of [user@debian-v3c: /] .

EDIT: The "command not found" errors are easy to fix, just insert the complete path "/sbin/blkid". Then "debian su - user" does work as intended.
However with "debian su -" (desirable for full localization also for root) the prompt doesn't change at all compared to Maemo. The reason is that there still is a /root/.bashrc file which sets PS1.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-04-18 at 22:19.
 
Posts: 102 | Thanked: 17 times | Joined on Mar 2010 @ Herne,Germany
#1042
hi is there any chance to use the wiimote controller as a mouse in easy debian?
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1043
Originally Posted by qole View Post
debian-m5-v3c.img.ext2.lzma
I've continued my testing by installing a few additional packages, and every "apt-get install" has an error message at the end of the process:
Code:
fopen: Permission denied
I didn't get this with v3b. It seems harmless, but how can root get such a message?

EDIT: seems to occur typically after the trigger of man-db, but I can run man-db manually (no pun intended) without error messages.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-04-18 at 23:10.
 
Posts: 275 | Thanked: 46 times | Joined on Feb 2010
#1044
I would like to know if the audio in easy debian is supposed to work. I am not able to hear any sound from music player. Further the GNOME asamixer is giving me some errors (bad key or direcory). I don't know if there is a correlation.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1045
Originally Posted by rebhana View Post
One minor problem I see with get partition ID from blkid is that it doesn't work from /etc/profile with user privileges

The "command not found" errors are easy to fix, just insert the complete path "/sbin/blkid". Then "debian su - user" does work as intended.
Thanks, I'll add the /sbin/ to the blkid commands.

However with "debian su -" (desirable for full localization also for root) the prompt doesn't change at all compared to Maemo. The reason is that there still is a /root/.bashrc file which sets PS1.
Argh, so I somehow missed deleting a .bashrc file in the image's /root dir?

Originally Posted by rebhana View Post
I've continued my testing by installing a few additional packages, and every "apt-get install" has an error message at the end of the process:
Code:
fopen: Permission denied
I didn't get this with v3b. It seems harmless, but how can root get such a message?

EDIT: seems to occur typically after the trigger of man-db, but I can run man-db manually (no pun intended) without error messages.
I suspect this might be due to over-agressive cleaning of /var/log. I will look into that.
__________________
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; 2010-04-19 at 01:54.
 

The Following User Says Thank You to qole For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1046
Aha, I found the fopen problem and fixed it. I also changed the OpenGL system to use software rendering. /etc/profile fixed and /root/.bashrc removed.

Is the LXDE problem fixed? Any other problems?
__________________
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!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#1047
Originally Posted by rebhana View Post
As I said, I haven't tried anything, so I just pointed you to the mypaint package in squeeze, but that you already have as you say. I see that there are additional gimp packages in squeeze containing just plug-ins which you could try. If you know the name of the plugin, you can also search on http://packages.debian.org#search_contents
Ahhh I see

Will have a look at the gimp plugins, hopefully there's the one i'm looking for Maybe i will try that other mypaint package aswell, cause the pressure dosn't really work in the one i have and maybe it will in that one.

Anyway thanks again for the help rebhana and qole
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1048
Originally Posted by qole View Post
Aha, I found the fopen problem and fixed it. I also changed the OpenGL system to use software rendering. /etc/profile fixed and /root/.bashrc removed.

Is the LXDE problem fixed? Any other problems?
Great! That was quick!

What does the change of OpenGL imply?

Were you also able to fix /etc/profile regarding "-su: /dev/stderr: Permission denied" ?

Meanwhile I also set up locales and didn't have any other problems, but I still need to re-install the rest of my Debian system. Will hopefully find time later today.

Your fix of the "Information" problem is great! With German I didn't have this problem anyway, because "Information" was translated to "Informationen". Now it is not changed any longer, so this problem is clearly fixed completely!
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1049
Originally Posted by Patroclo View Post
I would like to know if the audio in easy debian is supposed to work. I am not able to hear any sound from music player. Further the GNOME asamixer is giving me some errors (bad key or direcory). I don't know if there is a correlation.
With image v3b you should follow the instructions here.
This is fixed in the newest image, v3c.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1050
Originally Posted by rebhana View Post
Great! That was quick!
The time consuming part is making the image, dumping the rootfs into it, compressing it, and uploading it to the website...

What does the change of OpenGL imply?
With the previous install of OpenGL, things that used OpenGL wouldn't work at all. But now, with software rendering installed, OpenGL apps will work, although somewhat slowly. glxgears was giving me about 20 frames a second.

Were you also able to fix /etc/profile regarding "-su: /dev/stderr: Permission denied" ?
No, I didn't notice that was a separate problem. I'll see what I can do.

Meanwhile I also set up locales and didn't have any other problems, but I still need to re-install the rest of my Debian system. Will hopefully find time later today.

Your fix of the "Information" problem is great! With German I didn't have this problem anyway, because "Information" was translated to "Informationen". Now it is not changed any longer, so this problem is clearly fixed completely!
Excellent! Thanks so much for testing.

I noticed that audio seems to be better now, and I don't know what I've done differently. CPU use when playing music with lxmusic doesn't seem to be so heavy.

Someone who cannot hear anything with lxmusic, please try the new v3c image and see if it fixes your problem.
__________________
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!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 02:33.