WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: "local" option yields error in boot script  (Read 1796 times)

Offline P5music

  • Full Member
  • ***
  • Posts: 167
"local" option yields error in boot script
« on: January 07, 2011, 08:15:19 AM »
2.9 tinycore
I put the "local" boot option in the syslinux.cfg file but I get these errors during the execution of boot script:
chgrp: /usr/local/tce.installed : operation not permitted
chgrp: /usr/local/tce.menu : operation not permitted
chgrp: /usr/local/tce.icons : operation not permitted
Can you help me?

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: "local" option yields error in boot script
« Reply #1 on: January 07, 2011, 10:15:06 AM »
Is the hosting partition for local formatted with a file system that can support Unix permissions?
10+ Years Contributing to Linux Open Source Projects.

Offline P5music

  • Full Member
  • ***
  • Posts: 167
Re: "local" option yields error in boot script
« Reply #2 on: January 07, 2011, 10:24:44 AM »
I am booting from a usb card from where extensions are correctly loaded.
tce=sdb1 local=sdb1

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: "local" option yields error in boot script
« Reply #3 on: January 07, 2011, 10:27:42 AM »
What is hosting "local" ? 
Typically we see permission errors when hosted on a Windows file system that does not support permissions.
10+ Years Contributing to Linux Open Source Projects.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: "local" option yields error in boot script
« Reply #4 on: January 07, 2011, 02:43:31 PM »
I am booting from a usb card from where extensions are correctly loaded.
tce=sdb1 local=sdb1

Extensions could be correctly loaded from a PPR on a non-UNIX fs - as opposed to 'local' being working.

Why would you mix a PPR with 'local'?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline P5music

  • Full Member
  • ***
  • Posts: 167
Re: "local" option yields error in boot script
« Reply #5 on: January 07, 2011, 02:49:12 PM »
I did not realize that the card (fat formatted) was not suitable to host a genuine linux filesystem folder.