You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: