WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: virt-manager error
« Reply #15 on: October 17, 2013, 03: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, 04:05:12 PM »
$ grep findutils: /tmp/.installed
findutils:

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: virt-manager error
« Reply #17 on: October 17, 2013, 04: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 18, 2013, 12:51:24 AM »
$ 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 18, 2013, 01:51:09 AM »
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

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: virt-manager error
« Reply #20 on: October 18, 2013, 02:10:50 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"

10+ Years Contributing to Linux Open Source Projects.

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: virt-manager error
« Reply #21 on: October 18, 2013, 02:50:52 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"
Thanks, that solved it.