Re: LIBVIRT_PRIVATE missing

2023-07-08 Thread ToddAndMargo via users

On 7/8/23 17:04, Jeffrey Walton wrote:

On Sat, Jul 8, 2023 at 7:52 PM ToddAndMargo via users
 wrote:


On 7/8/23 16:44, Chris Adams wrote:

Once upon a time, ToddAndMargo  said:

# libvirtd --deamon
libvirtd: /lib64/libvirt.so.0: version `LIBVIRT_PRIVATE_9.0.0' not
found (required by libvirtd)

I have reinstalled libvirt-daemon.  No joy.


Seems like somehow you don't have libvirt-libs installed, which is odd
since dnf knows it provides the required dependency of
libvirt.so.0(LIBVIRT_PRIVATE_9.0.0)(64bit).  Don't know what you did to
get to that state.


# rpm -qa libvirt-libs
libvirt-libs-9.0.0-3.fc38.x86_64

Reinstalling libvirt-libs did not help

I upgraded from Fedora 37 to Fedora 38.

I then tried to remove upstream qemu-kvm:

_copr:copr.fedorainfracloud.org:group_virtmaint-sig:virt-preview.repo

and revert back to Fedora's repo.  I did this because
upsteam's repo is corked and thinks I am still on
Fedora 37.

Now libvirtd refuses to start.


I would remove libvirt the best I could using dnf and rpm. Then I
would look for artifacts still lying around on the filesystem, and
whack them manually:

 find /etc -iname '*virt*'
 find /lib -iname '*virt*'
 find /lib64 -iname '*virt*'

You can usually find some old cruft in /etc/systemd. You might find
some old cruft in /lib or /lib64.

Then I would reinstall using dnf. Dnf should rebuild initramfs or
whatever needs  to know about libvirt.

Jeff


No symptom change.  Dang!

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LIBVIRT_PRIVATE missing

2023-07-08 Thread Jeffrey Walton
On Sat, Jul 8, 2023 at 7:52 PM ToddAndMargo via users
 wrote:
>
> On 7/8/23 16:44, Chris Adams wrote:
> > Once upon a time, ToddAndMargo  said:
> >> # libvirtd --deamon
> >> libvirtd: /lib64/libvirt.so.0: version `LIBVIRT_PRIVATE_9.0.0' not
> >> found (required by libvirtd)
> >>
> >> I have reinstalled libvirt-daemon.  No joy.
> >
> > Seems like somehow you don't have libvirt-libs installed, which is odd
> > since dnf knows it provides the required dependency of
> > libvirt.so.0(LIBVIRT_PRIVATE_9.0.0)(64bit).  Don't know what you did to
> > get to that state.
>
> # rpm -qa libvirt-libs
> libvirt-libs-9.0.0-3.fc38.x86_64
>
> Reinstalling libvirt-libs did not help
>
> I upgraded from Fedora 37 to Fedora 38.
>
> I then tried to remove upstream qemu-kvm:
>
> _copr:copr.fedorainfracloud.org:group_virtmaint-sig:virt-preview.repo
>
> and revert back to Fedora's repo.  I did this because
> upsteam's repo is corked and thinks I am still on
> Fedora 37.
>
> Now libvirtd refuses to start.

I would remove libvirt the best I could using dnf and rpm. Then I
would look for artifacts still lying around on the filesystem, and
whack them manually:

find /etc -iname '*virt*'
find /lib -iname '*virt*'
find /lib64 -iname '*virt*'

You can usually find some old cruft in /etc/systemd. You might find
some old cruft in /lib or /lib64.

Then I would reinstall using dnf. Dnf should rebuild initramfs or
whatever needs  to know about libvirt.

Jeff
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LIBVIRT_PRIVATE missing

2023-07-08 Thread ToddAndMargo via users

On 7/8/23 16:44, Chris Adams wrote:

Once upon a time, ToddAndMargo  said:

# libvirtd --deamon
libvirtd: /lib64/libvirt.so.0: version `LIBVIRT_PRIVATE_9.0.0' not
found (required by libvirtd)

I have reinstalled libvirt-daemon.  No joy.


Seems like somehow you don't have libvirt-libs installed, which is odd
since dnf knows it provides the required dependency of
libvirt.so.0(LIBVIRT_PRIVATE_9.0.0)(64bit).  Don't know what you did to
get to that state.


# rpm -qa libvirt-libs
libvirt-libs-9.0.0-3.fc38.x86_64

Reinstalling libvirt-libs did not help

I upgraded from Fedora 37 to Fedora 38.

I then tried to remove upstream qemu-kvm:

_copr:copr.fedorainfracloud.org:group_virtmaint-sig:virt-preview.repo

and revert back to Fedora's repo.  I did this because
upsteam's repo is corked and thinks I am still on
Fedora 37.

Now libvirtd refuses to start.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: LIBVIRT_PRIVATE missing

2023-07-08 Thread Chris Adams
Once upon a time, ToddAndMargo  said:
> # libvirtd --deamon
> libvirtd: /lib64/libvirt.so.0: version `LIBVIRT_PRIVATE_9.0.0' not
> found (required by libvirtd)
> 
> I have reinstalled libvirt-daemon.  No joy.

Seems like somehow you don't have libvirt-libs installed, which is odd
since dnf knows it provides the required dependency of
libvirt.so.0(LIBVIRT_PRIVATE_9.0.0)(64bit).  Don't know what you did to
get to that state.
-- 
Chris Adams 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


LIBVIRT_PRIVATE missing

2023-07-08 Thread ToddAndMargo via users

Hi All,

Fedora 38
libvirt-daemon-9.0.0-3.fc38.x86_64

Anyone know how to fix this?

# libvirtd --deamon
libvirtd: /lib64/libvirt.so.0: version `LIBVIRT_PRIVATE_9.0.0' not found 
(required by libvirtd)


I have reinstalled libvirt-daemon.  No joy.

Many thanks,
-T
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue