View Single Post
Old 03-18-2009, 09:29 AM   #90
Antartica
Evangelist
Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.
 
Antartica's Avatar
 
Posts: 423
Karma: 1517132
Join Date: Jun 2006
Location: Madrid, Spain
Device: quaderno, remarkable2, yotaphone2, prs950, iliad, onhandpc, newton
Quote:
Originally Posted by sphaero View Post
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 .
Antartica is offline   Reply With Quote