Linux Agent on Fedora Core 6

Discussion in 'Acronis True Image Product Line' started by mshuttle, Jan 17, 2007.

Thread Status:
Not open for further replies.
  1. mshuttle

    mshuttle Registered Member

    Joined:
    Jun 22, 2005
    Posts:
    2
    Greetings,
    how can I installTrueImageAgent for Linux on Fedora Core 6 distribution ?Trying to compile de snapapi26 modulel I got this error:

    DKMS make.log for snapapi26-0.7.5 for kernel 2.6.18-1.2798.fc6 (i586)
    mer gen 17 18:23:39 CET 2007
    make: Entering directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
    CC [M] /var/lib/dkms/snapapi26/0.7.5/build/snapapi26.o
    /var/lib/dkms/snapapi26/0.7.5/build/snapapi26.c: In function sa_cache_block:
    /var/lib/dkms/snapapi26/0.7.5/build/snapapi26.c:1057: error: implicit declaration of function set_wmb
    make[1]: *** [/var/lib/dkms/snapapi26/0.7.5/build/snapapi26.o] Error 1
    make: *** [_module_/var/lib/dkms/snapapi26/0.7.5/build] Error 2
    make: Leaving directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'

    Thanks in advance

    Dav
     
  2. javaduke

    javaduke Registered Member

    Joined:
    Oct 17, 2005
    Posts:
    5
    Dav, I had the same problem trying to compile the kernel module on Fedora Core 5. After some searching I found that the set_wmb macro they use in their code was removed from the kernel source. see http://www.ussg.iu.edu/hypermail/linux/kernel/0607.1/2647.html for instance.

    I got the module to compile on FC5 by this procedure:

    1. go to /var/lib/dkms/snapapi26/0.7.4/source/ and add this line after the last #define line of snapapi.h and snumbd.h

    #define set_wmb(var, value) { var = value; wmb(); }

    2. compile using dkms:

    dkms build -m snapapi26 -v 0.7.4

    3. install using dkms:

    dkms install -m snapapi26 -v 0.7.4

    Hope this helps! Btw acronis, do I get a freebie for answering this question!? :shifty:
     
  3. javaduke

    javaduke Registered Member

    Joined:
    Oct 17, 2005
    Posts:
    5
    Warning! This seems to work but I/O was extremely SLOW when trying to build a USB rescue device. something like 16k/sec. Can you take a look at this and see what needs to be updated on this device driver to get it working in newer kernelso_O
     
  4. Mako

    Mako Registered Member

    Joined:
    Feb 6, 2007
    Posts:
    5

    You helped me out big time! Very smart of you...

    Thanks!
     
  5. Acronis Support

    Acronis Support Acronis Support Staff

    Joined:
    Apr 28, 2004
    Posts:
    25,885
    Hello mshuttle,

    Thank you for choosing Acronis Remote Server Backup Software.

    We are sorry for the delayed response.

    Please be aware that as I stated in this previous thread (post #4) you are using an old build of Acronis True Image 9.1 Enterprise Server. To solve the issue please follow the instructions provided in the above post.

    Thank you.
    --
    Aleksandr Isakov
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.