Quote:
Originally Posted by sphaero
Hi Antartica,
i've tried your suggestion but it doesn't work as you said:
Code:
root@ereader:~# /mnt/cf/xepdmgr-1.9-iliad/xepdmgr 127.0.0.1:0 cat /dev/tty /mnt/cf/xepdmgr-1.9-iliad/xepdmgr: error launching child process
It seems it needs an X app?
|
Ups! The problem is that xepdmgr doesn't find the "cat" binary. I thought it would search for it in the PATH, but it seems that I was wrong.
Try this one instead:
Code:
root@ereader:~# /mnt/cf/xepdmgr-1.9-iliad/xepdmgr 127.0.0.1:0 /bin/cat
If the problem persist, say so and I will try it to find the cause

.