Skip to content

Snapshot creation failed on Ubuntu 22.04.5 LTS with kernel 6.8.0-1012-oracle #409

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

Open
ybaskar09 opened this issue Mar 20, 2025 · 2 comments

Comments

@ybaskar09
Copy link

ybaskar09 commented Mar 20, 2025

Hi

I'm able to compile dattobd 0.11.10 with kernel version 6.8.0-1012-oracle, but when I was trying to access /proc/datto-info file it's saying as the file does not exist also the snapshot creation is also failed with the error message.

FYI: I've followed all the installation steps metioned here
https://github.com/datto/dattobd/blob/main/INSTALL.md#from-source

root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# cat /proc/datto-info
cat: /proc/datto-info: No such file or directory
root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# /usr/local/bin/dbdctl setup-snapshot /dev/sda1 /.smartbackup 0
/usr/local/bin/dbdctl: error while loading shared libraries: libdattobd.so.1: cannot open shared object file: No such file or directory

root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# ldconfig
root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# echo /usr/local/{lib,lib64} | sed 's/ /\n/g' | sudo tee /etc/ld.so.conf.d/dattobd.conf
/usr/local/lib
/usr/local/lib64
root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# modprobe dattobd.ko
modprobe: FATAL: Module dattobd.ko not found in directory /lib/modules/6.8.0-1012-oracle
root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# modprobe dattobd
modprobe: FATAL: Module dattobd not found in directory /lib/modules/6.8.0-1012-oracle

OS Info:
root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# uname -r
6.8.0-1012-oracle
root@mls-pk-ubuntu:/home/ubuntu/dattobd-0.11.10# uname -a

Compilation output file
datto-0.11.10-compilation.txt.txt

@iamandrii
Copy link
Collaborator

Hello, please try with 0.12.0.

@yito24
Copy link

yito24 commented Mar 21, 2025

Hi @ybaskar09

I tried two versions.

0.12.0
---> make failed

rc-0.12.1
---> make succeeded

You try rc-0.12.1.
Ubuntu22.zip

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

No branches or pull requests

3 participants