WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Extension error on load(new build)  (Read 1649 times)

Offline Terminator3000

  • Jr. Member
  • **
  • Posts: 64
Extension error on load(new build)
« on: October 08, 2010, 03:22:42 PM »
I'm trying to make a Webmin tcz extension and am getting an error preventing further progress.
Building the tcz is fine and included in it is a /usr/local/tce.installed folder with a webmin.sh install script,but on command 'tce-load -i webmin.tcz' (to test) I get the following error.

touch: /usr/local/tce.installed/webmin: Permission denied
webmin.tcz: OK

chown set to root:staff  and chmod to 755.

So its not loading properly.Its my first attempt at making an extension but it should be quite a simple one.

Tips welcome !

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extension error on load(new build)
« Reply #1 on: October 08, 2010, 10:28:26 PM »
touch: /usr/local/tce.installed/webmin: Permission denied
webmin.tcz: OK

chown set to root:staff  and chmod to 755.

That should be chmod 775, chown root:staff