Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to locate 2 packages on Ubuntu 22.04 LTS #278

Closed
General-Zimmer opened this issue Jun 14, 2022 · 20 comments
Closed

Fails to locate 2 packages on Ubuntu 22.04 LTS #278

General-Zimmer opened this issue Jun 14, 2022 · 20 comments

Comments

@General-Zimmer
Copy link

General-Zimmer commented Jun 14, 2022

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
Copy link

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
Copy link
Contributor

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

@masterwishx
Copy link

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
Copy link

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
Copy link
Author

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

@scoobaspeaz
Copy link

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

@adnanshaheen
Copy link

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
Copy link

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
Copy link

@Kazz3r24
Copy link

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
Copy link
Contributor

nixomose commented Feb 12, 2023 via email

@Kazz3r24
Copy link

Kazz3r24 commented Feb 12, 2023

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
Copy link

JM-AIV commented Mar 20, 2023

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
Copy link

madgamer98 commented Mar 21, 2023

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
Copy link

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

@alphandbelt
Copy link

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
Copy link
Collaborator

We'll investigate this issue with depmod

@Swistusmen
Copy link
Collaborator

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

@dinghuaming
Copy link

dinghuaming commented Mar 9, 2024

@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
Copy link
Collaborator

@dinghuaming I have responded you here: #359

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests