-
Notifications
You must be signed in to change notification settings - Fork 122
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
Install of dattobd on a Fedora 40 server failed #389
Comments
Hi meierthomas, There is no package for Fedora40. You recommend that build it yourself. |
Thanks. Had a look at that location. This only goes to Fedora 32 and I'm not confident to build this myself. So that looks like it's the end unless UrBackup supports other snapshot policies where I can pull a live image but I think I may have to ask that on the UrBackup forum. Thanks anyway |
Hi meierthomas, I will try to build on Fedora40 tomorrow at Tokyo time. |
Thank you, sir for your effort |
Hi, for now we do not support Fedora 40 and Kernel 6.X, but if you want to experiment on your own, you can refer to my dev branch for support of Ubuntu 24, which should work on kernels until 6.11. If you'd have more questions, feel free to ask. |
Thanks for the offer. I'm not equipped/experienced to build packages so I'm
waiting for yito24 to see if that's successful.
…On Thu, Sep 19, 2024, 2:56 AM Andrii Fylypiuk ***@***.***> wrote:
Hi, for now we do not support Fedora 40 and Kernel 6.X, but if you want to
experiment on your own, you can refer to my dev branch
<https://github.com/iamandrii/dattobd/tree/ubuntu-24.04-support> for
support of Ubuntu 24, which should work on kernels until 6.11. If you'd
have more questions, feel free to ask.
—
Reply to this email directly, view it on GitHub
<#389 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5NHISW2BQZYSTHJ7MWKMLZXGWFHAVCNFSM6AAAAABOM6ZEIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJYHE3TONZTGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi meierthomas, RPM was created successfully on kernel6.8. Ver0.11.8 should work with kernel6.6, so it should be successful on Fedora39 (6.5.6-300.fc39). |
Hi meierthomas, I built and tested the following source. Steps
I hope it works fine!! |
Thank you so much. I'll test this and let you know.
…On Thu, Sep 19, 2024 at 12:49 PM yito24 ***@***.***> wrote:
Hi meierthomas,
I built and tested the following source.
With this source, dattobd works properly on Fedora40 (kernel-6.8.5-301).
https://github.com/iamandrii/dattobd/tree/ubuntu-24.04-support
Steps
1.
Install kernel-devel-matched
yum install kernel-devel-matched-6.8.5-301.fc40
2.
Download dkms rpm
https://kojipkgs.fedoraproject.org//packages/dkms/3.0.13/1.fc40/noarch/dkms-3.0.13-1.fc40.noarch.rpm
3.
Install dkms package
rpm -ivh ./dkms-3.0.13-1.fc40.noarch.rpm
4.
Download dattobd rpms
fedora40_dattobd.zip
<https://github.com/user-attachments/files/17052841/fedora40_dattobd.zip>
5.
Install dattobd
yum -y install ./dkms-dattobd-0.11.8-1.fc40.noarch.rpm
./dattobd-utils-0.11.8-1.fc40.x86_64.rpm
./libdattobd-0.11.8-1.fc40.x86_64.rpm
6.
The snapshot was taken successfully
backup_20240919114101.txt
<https://github.com/user-attachments/files/17052912/backup_20240919114101.txt>
I hope it works fine!!
—
Reply to this email directly, view it on GitHub
<#389 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5NHIQDBG34CY5MWBCPP53ZXI3U7AVCNFSM6AAAAABOM6ZEIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJZHA3TANZXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi meierthomas, Sorry, I don't know anything about this backup software. |
I want to install dattobd on a Fedora 40 server from https://github.com/datto/dattobd/blob/main/INSTALL.md but get this error
How can I install this?
The text was updated successfully, but these errors were encountered: