Re: Acronis TrueImage Enterprise Server

2007-07-02 Thread Norberto Meijome
On Mon, 2 Jul 2007 12:05:18 -0700
Jeremy M. Kelley [EMAIL PROTECTED] wrote:

   I've setup linux binary compatibility, but the program never
 runs.  I can send strace's or whatever else is needed.  Thank you and I
 hope you to hear from you soon.

any errors? 

post the *text* output of ktrace somewhere so we can see what happens.

u run ktrace [your program]. a ktrace.out is created. then run kdump -f 
ktrace.out  somethingsomething.txt and post the .txt somewhere. Basically :)

_
{Beto|Norberto|Numard} Meijome

Never take Life too seriously, no one gets out alive anyway.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Acronis TrueImage Enterprise Server

2007-07-02 Thread Norberto Meijome
On Mon, 2 Jul 2007 12:05:18 -0700
Jeremy M. Kelley [EMAIL PROTECTED] wrote:

 I've setup linux binary compatibility, but the program never
 runs.
sorry for the double posting.

Make sure that 
- you DO have linux.ko loaded
- you may want to try mount linprocfs on /usr/compat/linux/proc , just in case 
the linux software needs access to linux version of /proc
- does ldd [prg] show any missing libraries? 


_
{Beto|Norberto|Numard} Meijome

Caminante no hay camino, se hace camino al andar
   Antonio Machado

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]