WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: virt-manager error  (Read 13838 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: virt-manager error
« Reply #15 on: October 17, 2013, 12:31:01 PM »
Ok, your system is using the busybox find.

What is the output of this command, assuming your mega sce is installed?:

grep findutils: /tmp/.installed


Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: virt-manager error
« Reply #16 on: October 17, 2013, 01:05:12 PM »
$ grep findutils: /tmp/.installed
findutils:

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: virt-manager error
« Reply #17 on: October 17, 2013, 01:21:03 PM »
two more commands, "echo $PATH"

and ls -l /usr/bin/find


Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: virt-manager error
« Reply #18 on: October 17, 2013, 09:51:24 PM »
$ echo $PATH
//.local/bin:/usr/local/sbin:/usr/local/bin:/bb:/bin:/sbin:/usr/bin:/usr/sbin:/etc/sysconfig/tcedir/ondemand

$ ls -l /usr/bin/find
lrwxrwxrwx    1 root     root            34 Oct 17 22:05 /usr/bin/find -> /tmp/tcloop/mydesktop/usr/bin/find

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: virt-manager error
« Reply #19 on: October 17, 2013, 10:51:09 PM »
PATH is prioritized from left to right, therefore /bb/find is prioritized over /usr/bin/find.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: virt-manager error
« Reply #20 on: October 17, 2013, 11:10:50 PM »
The correct PATH from dCore /etc/profile is:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/bb"

10+ Years Contributing to Linux Open Source Projects.

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: virt-manager error
« Reply #21 on: October 18, 2013, 11:50:52 AM »
The correct PATH from dCore /etc/profile is:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/bb"
Thanks, that solved it.