Re: command for checking executability

2008-11-25 Thread Can-Hua Chen
On Tue, Nov 25, 2008 at 09:21:07AM +0100, HÃ¥kon Alstadheim wrote: > In addition to the permissions and the format, you also need to make > sure that any needed dynamic libraries are present in a version > compatible with the binary. The command "ldd /some/executable" will tell > you what it f

Re: command for checking executability

2008-11-25 Thread Can-Hua Chen
On Tue, Nov 25, 2008 at 01:27:16AM -0600, Dave Sherohman wrote: > On Tue, Nov 25, 2008 at 10:03:08AM +0800, Can-Hua Chen wrote: > > hi, I am writing a bash script, and need a way (preferably a > > shell command) to check whether a binary file can run on > > the platform befo

command for checking executability

2008-11-24 Thread Can-Hua Chen
hi, I am writing a bash script, and need a way (preferably a shell command) to check whether a binary file can run on the platform before hand. thanx. Can-Hua Chen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

fcitx problem with xterm

2008-11-20 Thread Can-Hua Chen
is problem may be related to xterm options. Any clue about this problem is greatly appreciated. Best wishes Can-Hua Chen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: local disk access problem of rdesktop

2008-07-11 Thread Can-Hua Chen
On Wed, Jul 09, 2008 at 06:40:43PM +, T o n g wrote: > On Wed, 09 Jul 2008 21:09:56 +0800, Can-Hua Chen wrote: > > > I am using rdesktop > > ( rdesktop -f HOST_IP -u USERNAME -p PASSWD -r sound:local > > -r disk:L=/home/LOCAL_USER) > > and trying to access

Synaptics touchpad features missing after upgrade of Xorg

2008-07-09 Thread Can-Hua Chen
I just upgrade xorg to versioin 1.4.2 and most synaptics touchpad features are now gone, such as vertical scroll, lower right corner middle click. How can I restore them ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

local disk access problem of rdesktop

2008-07-09 Thread Can-Hua Chen
I am using rdesktop ( rdesktop -f HOST_IP -u USERNAME -p PASSWD -r sound:local -r disk:L=/home/LOCAL_USER) and trying to access local file system on remote XP desktop. However I am reject to access on remote XP, saying that I have no right, although I do be able to see the "L" volume -- To UNSU

xorg reconfigure problem after upgrade

2008-07-08 Thread Can-Hua Chen
I just dist-upgrade (testing), and found that "dpkg-reconfigure xserver-xorg" doesn't prompt for driver, monitor configuration as before, but only keyboard and mouse configure. Is it new policy of xserver-xorg package? Or my system has problem after this dist-upgrade? Any hint is appreciated.

how to enable framebuffer

2008-07-03 Thread Can-Hua Chen
I am using Inter810 driver. I tried: modprobe i810 vram=16 xres=1024 yres=768 bpp=32 accel=1 mtrr=1. After that I know the module did be loaded via "lsmod" command, while /dev/fb0 was still missing. I even "mknod /dev/fb0 c 29 0" according to a googled webpage, but "mplayer -vo fbdev Some.avi" stil

problem: GNU Screen within gnome-terminal

2008-06-05 Thread Can-Hua Chen
I am using GNU Screen within gnome-terminal on a lenny box. And mutt and aptitude are messed up in within Screen. I suppose it is due to a wrong $TERMCAP, so I try using termcap/info commands in ~/.screenrc to change $TERMCAP. However those termcap/info commands in .screenrc just don't change $TE