Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Acronis Cyber Backup 12.5.23094 and snapapi-0.7.130

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
NelvinBHV
n00b
n00b
Posts: 2
Joined: Sat Jul 11, 2020 5:12 am

Acronis Cyber Backup 12.5.23094 and snapapi-0.7.130

  • Quote

Post by NelvinBHV » Sat Jul 11, 2020 5:25 am

Hello to all Gentoo-users,

i want to switch to a new kernel on my server. I switch from 4.19.97-gentoo to the lastest 5.7.8-gentoo, because i need some new driver for my dvb-card.
This works without a problem. On my server i use Acronis Cyber Backup to backup complete machine to the cloud from HostEurope.

I downloaded the lastest version from Acronis Cyber Backup and installed it.

Code: Select all

wget -O /tmp/Backup_Agent_for_Linux_x86_64.bin "https://eu2-cloud.acronis.com/bc/api/ams/links/agents/redirect?language=multi&system=linux&architecture=64&productType=enterprise"

Unfortunately, the required SNAPAPI module no longer compiles

Code: Select all

DKMS make.log for snapapi26-0.7.130 for kernel 5.7.8-gentoo (x86_64)
Sa 11. Jul 07:14:10 CEST 2020
make: Verzeichnis „/usr/src/linux-5.7.8-gentoo“ wird betreten
grep: ./arch/x86/include/asm/system.h: Datei oder Verzeichnis nicht gefunden
grep: ./include/asm/system.h: Datei oder Verzeichnis nicht gefunden
grep: ./include/asm-generic/system.h: Datei oder Verzeichnis nicht gefunden
  AR      /var/lib/dkms/snapapi26/0.7.130/build/built-in.a
  CC [M]  /var/lib/dkms/snapapi26/0.7.130/build/snapapi26.o
  CC [M]  /var/lib/dkms/snapapi26/0.7.130/build/snumbd26.o
In Datei, eingebunden von ./include/linux/umh.h:4,
                 von ./include/linux/kmod.h:9,
                 von ./include/linux/module.h:16,
                 von /var/lib/dkms/snapapi26/0.7.130/build/snumbd26.c:18:
/var/lib/dkms/snapapi26/0.7.130/build/snumbd26.c: In Funktion »register_device«:
./include/linux/gfp.h:292:20: Warnung: Übergabe des Arguments 1 von »blk_alloc_queue« wandelt eine Zahl in einen Zeiger um, ohne explizite Typkonvertierung [-Wint-conversion]
  292 | #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    unsigned int
/var/lib/dkms/snapapi26/0.7.130/build/snumbd26.c:553:26: Anmerkung: bei Substitution des Makros »GFP_KERNEL«
  553 |  queue = blk_alloc_queue(GFP_KERNEL);
      |                          ^~~~~~~~~~
In Datei, eingebunden von /var/lib/dkms/snapapi26/0.7.130/build/snumbd26.c:40:
./include/linux/blkdev.h:1146:23: Anmerkung: »blk_qc_t (*)(struct request_queue *, struct bio *)« {alias »unsigned int (*)(struct request_queue *, struct bio *)«} erwartet, aber Argument hat Typ »unsigned int«
 1146 | struct request_queue *blk_alloc_queue(make_request_fn make_request, int node_id);
      |                       ^~~~~~~~~~~~~~~
/var/lib/dkms/snapapi26/0.7.130/build/snumbd26.c:553:10: Fehler: Zu wenige Argumente für Funktion »blk_alloc_queue«
  553 |  queue = blk_alloc_queue(GFP_KERNEL);
      |          ^~~~~~~~~~~~~~~
In Datei, eingebunden von /var/lib/dkms/snapapi26/0.7.130/build/snumbd26.c:40:
./include/linux/blkdev.h:1146:23: Anmerkung: hier deklariert
 1146 | struct request_queue *blk_alloc_queue(make_request_fn make_request, int node_id);
      |                       ^~~~~~~~~~~~~~~
/var/lib/dkms/snapapi26/0.7.130/build/snumbd26.c:575:2: Fehler: Implizite Deklaration der Funktion »blk_queue_make_request«; meinten Sie »blk_queue_max_segments«? [-Werror=implicit-function-declaration]
  575 |  blk_queue_make_request(queue, snumbd_make_request);
      |  ^~~~~~~~~~~~~~~~~~~~~~
      |  blk_queue_max_segments
cc1: Einige Warnungen werden als Fehler behandelt
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c: In Funktion »session_devinfo«:
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c:3133:15: Fehler: Implizite Deklaration der Funktion »part_stat_read« [-Werror=implicit-function-declaration]
 3133 |   out.reads = part_stat_read(bdev->bd_part, _READS);
      |               ^~~~~~~~~~~~~~
make[1]: *** [scripts/Makefile.build:267: /var/lib/dkms/snapapi26/0.7.130/build/snumbd26.o] Fehler 1
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet....
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c:3099:16: Fehler: »ios« nicht deklariert (erste Verwendung in dieser Funktion)
 3099 | #define _READS ios[0]
      |                ^~~
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c:3133:45: Anmerkung: bei Substitution des Makros »_READS«
 3133 |   out.reads = part_stat_read(bdev->bd_part, _READS);
      |                                             ^~~~~~
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c:3099:16: Anmerkung: jeder nicht deklarierte Bezeichner wird nur einmal für jede Funktion, in der er vorkommt, gemeldet
 3099 | #define _READS ios[0]
      |                ^~~
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c:3133:45: Anmerkung: bei Substitution des Makros »_READS«
 3133 |   out.reads = part_stat_read(bdev->bd_part, _READS);
      |                                             ^~~~~~
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c:3101:23: Fehler: »sectors« nicht deklariert (erstmalige Verwendung in dieser Funktion); meinten Sie »sector_t«?
 3101 | #define _READ_SECTORS sectors[0]
      |                       ^~~~~~~
/var/lib/dkms/snapapi26/0.7.130/build/snapapi26.c:3134:52: Anmerkung: bei Substitution des Makros »_READ_SECTORS«
 3134 |   out.read_sectors = part_stat_read(bdev->bd_part, _READ_SECTORS);
      |                                                    ^~~~~~~~~~~~~
cc1: Einige Warnungen werden als Fehler behandelt
make[1]: *** [scripts/Makefile.build:267: /var/lib/dkms/snapapi26/0.7.130/build/snapapi26.o] Fehler 1
make: *** [Makefile:1732: /var/lib/dkms/snapapi26/0.7.130/build] Fehler 2
make: Verzeichnis „/usr/src/linux-5.7.8-gentoo“ wird verlassen
Has anyone found a solution or has the same problem?

Thanks
NelvinBHV
Top
Banana
Administrator
Administrator
User avatar
Posts: 2400
Joined: Fri May 21, 2004 12:02 pm
Location: Germany
Contact:
Contact Banana
Website

  • Quote

Post by Banana » Sat Jul 11, 2020 6:19 am

Hello NelvinBHV.

I do not know this backup software so my first question is: Is there a need to use this software? Since a basic backup of a system could be done with basic tools you propably already have installed.
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Top
NelvinBHV
n00b
n00b
Posts: 2
Joined: Sat Jul 11, 2020 5:12 am

  • Quote

Post by NelvinBHV » Sat Jul 11, 2020 3:10 pm

Hello Banana,

yes this software have to be used. I pick HostEurope Cloud Backup because they have to limit for just 10€ per month.
The only way is to use Acronis Cloud Backup. The backup agent installed without an error, but the need snapapi module fails every time.
Top
wjb
l33t
l33t
User avatar
Posts: 681
Joined: Sun Jul 10, 2005 9:40 am
Location: Fife, Scotland

  • Quote

Post by wjb » Sat Jul 11, 2020 6:28 pm

Did you do a system update, or literally just update the kernel? Did sys-kernel/linux-headers get updated as well?

i.e. Can you describe how you did this bit:
I switch from 4.19.97-gentoo to the latest 5.7.8-gentoo,
If you did do a proper update, I'd say the Acronis Forums are a better place to ask your question - you're a customer of theirs after all.
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31988
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Sat Jul 11, 2020 6:40 pm

Probably software is tested only with long term support kernel, try with 5.4.x version (if have support for your device)
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
Post Reply

5 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic