Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

unable to run virt-manager from the terminal or icon [SOLVED

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
abdus
Apprentice
Apprentice
Posts: 190
Joined: Wed Feb 10, 2021 1:01 pm
Location: bandung

unable to run virt-manager from the terminal or icon [SOLVED

  • Quote

Post by abdus » Tue Jun 20, 2023 12:00 am

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: Select all

 which qemu 
or

Code: Select all

 which virt-manager
i get this output:

Code: Select all

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: Select all

 whereis qemu 
or

Code: Select all

whereis virt-manager
i get respectively:

Code: Select all

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?
Last edited by abdus on Tue Jun 20, 2023 5:16 pm, edited 1 time in total.
i would like to thank everyone that contributed to the gentoo project in any means
Top
abdus
Apprentice
Apprentice
Posts: 190
Joined: Wed Feb 10, 2021 1:01 pm
Location: bandung

  • Quote

Post by abdus » Tue Jun 20, 2023 12:29 am

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
Top
russK
l33t
l33t
User avatar
Posts: 665
Joined: Tue Jun 27, 2006 3:44 am

  • Quote

Post by russK » Tue Jun 20, 2023 4:23 am

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: Select all

$ emerge --info app-emulation/qemu
$ equery uses app-emulation/qemu
$ equery files app-emulation/qemu
Also for virt-manager,

Code: Select all

 $ equery files virt-manager
For any package if you think something is missing you can equery check, for instance

Code: Select all

$ equery check app-emulation/virt-manager
Regards
Top
abdus
Apprentice
Apprentice
Posts: 190
Joined: Wed Feb 10, 2021 1:01 pm
Location: bandung

  • Quote

Post by abdus » Tue Jun 20, 2023 9:27 am

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
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56088
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Jun 20, 2023 9:42 am

abdus,

Code: Select all

$ 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: Select all

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

Code: Select all

df -h
and

Code: Select all

df -hi
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
abdus
Apprentice
Apprentice
Posts: 190
Joined: Wed Feb 10, 2021 1:01 pm
Location: bandung

  • Quote

Post by abdus » Tue Jun 20, 2023 12:10 pm

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
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56088
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Jun 20, 2023 1:09 pm

abdus,

Code: Select all

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.
Top
abdus
Apprentice
Apprentice
Posts: 190
Joined: Wed Feb 10, 2021 1:01 pm
Location: bandung

  • Quote

Post by abdus » Tue Jun 20, 2023 5:16 pm

NeddySeagoon wrote:abdus,

Code: Select all

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
Top
Post Reply

8 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic