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

Failure seen while installing samba packages #125

Open
anoopcs9 opened this issue Nov 14, 2024 · 0 comments · May be fixed by #126
Open

Failure seen while installing samba packages #125

anoopcs9 opened this issue Nov 14, 2024 · 0 comments · May be fixed by #126

Comments

@anoopcs9
Copy link
Collaborator

TASK [samba.install : Install samba and ctdb] **********************************
Thursday 14 November 2024  02:24:44 +0000 (0:00:00.056)       0:00:13.763 ***** 
fatal: [storage0]: FAILED! => {"changed": false, "failures": [], "msg": "Unknown Error occurred: Transaction test error:
file /usr/lib64/samba/ldb/asq.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/ldb.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/mdb.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/paged_searches.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/rdn_name.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/sample.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/server_sort.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/skel.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/ldb/tdb.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/libldb-key-value-private-samba.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/libldb-mdb-int-private-samba.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/libldb-tdb-err-map-private-samba.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64
file /usr/lib64/samba/libldb-tdb-int-private-samba.so from install of samba-client-libs-0:20241113.154740.50f3273e828-1.el9.x86_64 conflicts with file from package libldb-0:4.21.1-4.el9.x86_64", "rc": 1, "results": []}

samba-in-kubernetes/samba-build#66 was the straightforward fix which got merged recently. Still the above error persisted because the base vagrant box already comes with libldb installed and a subsequent yum update takes it to the matching version of samba from standard repositories causing a conflict for exact same content bundled with our custom RPM builds.

@anoopcs9 anoopcs9 linked a pull request Nov 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant