Reply
Thread Tools
Posts: 7 | Thanked: 0 times | Joined on Aug 2010
#1731
Installed easy debian.working fine except the following issues.
1.How to increase font size?
2.Iceweasel web B sun issue.not getting opened java applets.
3.Querty keyboard is alphabets are working but nubers are not working.What to do please help me?
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#1732
ok I have commented out mysql in $chroot/var/run for now.

If it is any help in troubleshooting, I got mysql installed as a dependancy while installing drupal via apt-get...
 
Posts: 1,873 | Thanked: 4,529 times | Joined on Mar 2010 @ North Potomac MD
#1733
Originally Posted by rebhana View Post
OK, this is perhaps only something of interest to theoretical high energy physicists, superstring theorists and the like: I've successfully installed and tested the computer algebra system Cadabra in Easy Debian. Cadabra is now available in Debian squeeze and can be installed from there with
Code:
apt-get install cadabra texlive-latex3
(texlive-latex3 is a missing dependency). On my installation, it was just barely possible given the space limitations, but once installed it runs nicely and fast with "debbie xcadabra".
Hi Rebhana, I was trying to install cadabra but ran out of space.
Would moving and constructing the symoblics links for doc and archives as suggested in your wiki help here?

One more thing, I see you actually move archives to archives-
and then create a link for archives. Is this to just keep an addtional
record of files?


Update:
Tried setting the symbolic links and cadabra compiled. Thanks again for the useful wiki!

Last edited by mscion; 2010-09-10 at 00:56.
 
Posts: 96 | Thanked: 80 times | Joined on May 2010
#1734
Still trying to figure out what's making closechroot shut down my N900. qole, can you explain why you use 'fuser -m' and not simply 'fuser'? If I take out the '-m' then it correctly identifies those processes that are accessing files under the /.debian

I guess this is a bug in fuser (and also in the gnu version). But really just looking for a fix.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1735
avidscavenger:

As the fuser man page says:

-m name specifies a file on a mounted file system or a block device that is mounted. All processes accessing files on that file system are listed. If a directory file is specified, it is automatically changed to name/. to use any file system that might be mounted on that directory.


I suspect the way your encrypted partition is mounted is causing your problems with Easy Debian.

A simple workaround for your problem is to find the line in /sbin/closechroot that says:

Code:
TEST1=`mount | grep " $CHROOT "`
and stick a # at the beginning. Then add another line, so it looks like this by the end:

Code:
#TEST1=`mount | grep " $CHROOT "`
TEST1=""
This will make the closechroot not use the -m option at all.
__________________
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: 96 | Thanked: 80 times | Joined on May 2010
#1736
I tried something like that and it does indeed appear to work. My question was about what the purpose of the '-m' was and if the code works well without it then why not remove it completely?
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1737
Under normal circumstances (when Easy Debian is a mounted filesystem in an image file or a partition), the -m makes sense, and it is the default.

Perhaps for your case, avidscavenger, I should write an exception to the rule; I could have it check for an encrypted partition... Is there anything special about the mount entry for your partition that I could search for?
__________________
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: 96 | Thanked: 80 times | Joined on May 2010
#1738
There is nothing special about my case that I can detect - I'm not even certain that it's because the partition is encrypted, it may be because it contains an ext2 rather than vfat partition, or it may be connected with the device mapper. I have another SD card to play with so when I find the time I'll try a few things to see if I can pin the problem down. At least I have a workaround for the time being.

On an unrelated issue - I often find myself coping /etc/resolv.conf from the native Maemo filesystem to the Easy Debian filesystem so that I have domain resolution available for debian apps. Would it make sense to automate this?

Thanks for your enthusiasm and prompt responses!
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1739
avidscavenger, could you please enter "mount" into your terminal when both Easy Debian and your encrypted partition are mounted, and paste here the two lines for those two mounts?

Also, what you ask for is automated. sudo synchroot will copy all the needed stuff to your chroot to make it work.
__________________
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: 96 | Thanked: 80 times | Joined on May 2010
#1740
I guess these are the two lines:

> /dev/mapper/mmc1 on /media/mmc1 type ext2 (0)
> /dev/dm-1 on /.debian type ext2 (noatime,nobh,nodiratime)
 
Reply

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 07:52.