datto / dattobd

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
561 stars 120 forks source link

Fails to locate 2 packages on Ubuntu 22.04 LTS #278

Closed General-Zimmer closed 4 months ago

General-Zimmer commented 2 years ago

Hey, I tried to install dattobd with on a Ubuntu 22.04 LTS VM

sudo apt-key adv --fetch-keys https://cpkg.datto.com/DATTO-PKGS-GPG-KEY
echo "deb [arch=amd64] https://cpkg.datto.com/datto-deb/public/$(lsb_release -sc) $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/datto-linux-agent.list
sudo apt-get update
sudo apt-get install dattobd-dkms dattobd-utils

but it seems like 2 packages aren't located

root@wisecraft:~# sudo apt-get install dattobd-dkms dattobd-utils                                                                                                                                                                            Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package dattobd-dkms
E: Unable to locate package dattobd-utils
masterwishx commented 1 year 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)

dakotarwilliams commented 1 year ago

Still working our way toward kernel 5.15 compat - no packages yet, it won't build.

masterwishx commented 1 year ago

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

rmaxwell72 commented 1 year ago

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,

General-Zimmer commented 1 year ago

Nope, no update yet. I'm still performing manual backups at the moment.

scoobaspeaz commented 1 year ago

im starting to think this project is abandoned. Odd that no updates to this post from any devs since July

adnanshaheen commented 1 year ago

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.

rmaxwell72 commented 1 year ago

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.

adnanshaheen commented 1 year ago

Please check https://github.com/datto/dattobd/releases/tag/v0.11.0

Kazz3r24 commented 1 year ago

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?

nixomose commented 1 year ago

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: @.***>

Kazz3r24 commented 1 year ago

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.

JM-AIV commented 1 year ago

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?

madgamer98 commented 1 year ago

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

Kazz3r24 commented 1 year ago

Can confirm that running depmod then 'modprobe dattobd' worked for me as well. Thank you very much for this!

alphandbelt commented 7 months ago

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?

Swistusmen commented 7 months ago

We'll investigate this issue with depmod

Swistusmen commented 4 months ago

Hello everybody, I inform you that we release our product with support of ubuntu 22 (kernel 5.15) and rhel 9.3

dinghuaming commented 4 months ago

@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!

Swistusmen commented 3 months ago

@dinghuaming I have responded you here: https://github.com/datto/dattobd/issues/359