Closed General-Zimmer closed 9 months ago
Having same isshue but only - Unable to locate package dattobd-utils
using Ubuntu 20.04.4 LTS (GNU/Linux 5.13.0-1036-oracle aarch64)
Still working our way toward kernel 5.15 compat - no packages yet, it won't build.
Still working our way toward kernel 5.15 compat - no packages yet, it won't build.
Thanks for answer , it will work on Linux 5.13.0-1036-oracle aarch64 ? When will be ready ( i mean on aarch64) and oracle cloud ?
also tryed https://github.com/elastio/elastio-snap that froked from here and its working but i need dattobd for urbackup and autobackup
Is there any update on this yet? Still currently not working on Ubuntu 22.04 or any linux with a 5.15+ kernel from my experience.
Thanks,
Nope, no update yet. I'm still performing manual backups at the moment.
im starting to think this project is abandoned. Odd that no updates to this post from any devs since July
im starting to think this project is abandoned. Odd that no updates to this post from any devs since July
We are working on supporting latest distros. Stay tuned.
im starting to think this project is abandoned. Odd that no updates to this post from any devs since July
We are working on supporting latest distros. Stay tuned.
Maybe posting a timeline would be helpful, as this still feels that the overall project is abandoned. I can't believe that for what Datto charges, that they are telling clients that they cannot backup 5.15+ kernels, whether debian or RHEL based distros.
When I run 'make' and 'make install' everything appears to go fine but when trying 'modprobe dattobd' I get "modprobe: FATAL: Module dattobd not found in directory /lib/modules/5.15.0-58-generic"
Do I need to restart my server before I'll be able to install dattobd?
Have you rebooted since your last kernel upgrade? You might be running a different kernel than you would boot to.
On Sat, Feb 11, 2023, 1:51 PM Kazz3r24 @.***> wrote:
When I run 'make' and 'make install' everything appears to go fine but when trying 'modprobe dattobd' I get "modprobe: FATAL: Module dattobd not found in directory /lib/modules/5.15.0-58-generic"
Do I need to restart my server before I'll be able to install dattobd?
— Reply to this email directly, view it on GitHub https://github.com/datto/dattobd/issues/278#issuecomment-1426852325, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADI2M2TWYLQI2KB7QTYMYO3WW7NSRANCNFSM5YY6HMDQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Yes, it just rebooted this morning and I can confirm getting the same error only it's 5.15.0-60-generic now. I re-ran make and make install after the reboot.
Any update on this? Rumor has it Datto would add 22.04 LTS support at Q1 2023, but is there anyone who can confirm this?
Yes, it just rebooted this morning and I can confirm getting the same error only it's 5.15.0-60-generic now. I re-ran make and make install after the reboot.
I had the same issue/error. I fixed it by running depmod
after make
and make install
. After that modprobe dattobd
was able to find the module. Rebooting by itself didn't work.
edited: put the terminal commands in code blocks
Can confirm that running depmod then 'modprobe dattobd' worked for me as well. Thank you very much for this!
Can confirm that running depmod then 'modprobe dattobd' worked for me as well. Thank you very much for this!
I also meet this on 5.15.0-89-generic ubuntu20.04.1 . and run depmod and then solve this problem, but why?
We'll investigate this issue with depmod
Hello everybody, I inform you that we release our product with support of ubuntu 22 (kernel 5.15) and rhel 9.3
@Swistusmen hi, does dattodb support kernel 5.15.67? if it support kernel 5.15.67, which branch support? I have done some work that is similar to dattobd(COW into memory). I get errors "kernel: EXT4-fs error (device vdc): ext4_validate_block_bitmap:390: comm ext4lazyinit: bg 79: bad block bitmap checksum" on target disk.
thanks!
@dinghuaming I have responded you here: https://github.com/datto/dattobd/issues/359
Hey, I tried to install dattobd with on a Ubuntu 22.04 LTS VM
but it seems like 2 packages aren't located