Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
unable to run virt-manager from the terminal or icon [SOLVED
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Tue Jun 20, 2023 12:00 am    Post subject: unable to run virt-manager from the terminal or icon [SOLVED Reply with quote

hi everyone, i am facing a weird problem and i need help so please help me i wll appreciate it
i have virt-manager and qemu installed when i type
Code:
 which qemu
or
Code:
 which virt-manager
i get this output:
Code:
which: no virt-manager in (/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/16/bin)

its the same for qemu however when i run
Code:
 whereis qemu
or
Code:
whereis virt-manager

i get respectively:
Code:
qemu: /etc/qemu /usr/share/qemu /usr/share/man/man1/qemu.1.bz2
virt-manager: /usr/share/virt-manager /usr/share/man/man1/virt-manager.1.bz2

i can't find virt-manager's icon in the desktop or menus. i tried to reinstall them but it's the same, when i run it from the terminal (virt-manager) i get command not found
i tried to remove nix which used to appear in the paths when trying which
it's the same as well as recovering ~./bashrc file from /etc/skel/.bashrc
i need to understand what's wrong?
_________________
i would like to thank everyone that contributed to the gentoo project in any means


Last edited by abdus on Tue Jun 20, 2023 5:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Tue Jun 20, 2023 12:29 am    Post subject: Reply with quote

i found qemu it's not necessarily in the path /usr/bin/qemu there are multiple ones
but i still can't figure out about virt-manager
_________________
i would like to thank everyone that contributed to the gentoo project in any means
Back to top
View user's profile Send private message
russK
l33t
l33t


Joined: 27 Jun 2006
Posts: 665

PostPosted: Tue Jun 20, 2023 4:23 am    Post subject: Reply with quote

abdus wrote:
i found qemu it's not necessarily in the path /usr/bin/qemu there are multiple ones
but i still can't figure out about virt-manager

Hello abdus,

qemu depends on your QEMU_USER_TARGETS

You can check several things:
Code:
$ emerge --info app-emulation/qemu
$ equery uses app-emulation/qemu
$ equery files app-emulation/qemu


Also for virt-manager,
Code:
 $ equery files virt-manager


For any package if you think something is missing you can equery check, for instance
Code:
$ equery check app-emulation/virt-manager


Regards
Back to top
View user's profile Send private message
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Tue Jun 20, 2023 9:27 am    Post subject: Reply with quote

thank you for your answer
the output of the commands starting from top to the bottom as follows:
https://bpa.st/QE54Q
https://bpa.st/NSH76
https://bpa.st/6ZXTK
https://bpa.st/6NPLA
https://bpa.st/QLFS6
_________________
i would like to thank everyone that contributed to the gentoo project in any means
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54407
Location: 56N 3W

PostPosted: Tue Jun 20, 2023 9:42 am    Post subject: Reply with quote

abdus,

Code:
$ sudo equery files virt-manager
Password:
 * Searching for virt-manager ...
 * Contents of app-emulation/virt-manager-4.1.0:
/usr
/usr/bin
/usr/bin/virt-clone
/usr/bin/virt-install
/usr/bin/virt-manager
/usr/bin/virt-xml
/usr/share
/usr/share/applications
/usr/share/applications/virt-manager.desktop
...


Your /usr/bin/virt-manager and others are missing.

What does
Code:
emerge -pv virt-manager
show.
Is your /usr full or out of i-nodes. ?

Code:
df -h
and
Code:
df -hi

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Tue Jun 20, 2023 12:10 pm    Post subject: Reply with quote

i solved the problem it was by putting gui use flag for virt-manager after running emerge -pv virt-manager and finding such use flag and thinking that it may help so thank you very much eveyone
however i would like to give the output of of my df -hi
i need to know if everything is all right
the output is here: https://bpa.st/5VWMM
_________________
i would like to thank everyone that contributed to the gentoo project in any means
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54407
Location: 56N 3W

PostPosted: Tue Jun 20, 2023 1:09 pm    Post subject: Reply with quote

abdus,

Code:
Filesystem     Inodes IUsed IFree IUse% Mounted on
/dev/sda4           0     0     0     - /
/dev/sda4           0     0     0     - /usr
/dev/sda4           0     0     0     - /var
/dev/sda4           0     0     0     - /root
/dev/sda4           0     0     0     - /opt
/dev/sda5           0     0     0     - /home


You use a filesystem that does not use i-nodes. BTRFS ?
Running out of i-nodes is not a problem you can have.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Tue Jun 20, 2023 5:16 pm    Post subject: Reply with quote

NeddySeagoon wrote:
abdus,

Code:
Filesystem     Inodes IUsed IFree IUse% Mounted on
/dev/sda4           0     0     0     - /
/dev/sda4           0     0     0     - /usr
/dev/sda4           0     0     0     - /var
/dev/sda4           0     0     0     - /root
/dev/sda4           0     0     0     - /opt
/dev/sda5           0     0     0     - /home


You use a filesystem that does not use i-nodes. BTRFS ?
Running out of i-nodes is not a problem you can have.

you mean everything is all right?
in all the cases thank you very much guys
_________________
i would like to thank everyone that contributed to the gentoo project in any means
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum