Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: jpeters on August 24, 2009, 08:52:06 PM

Title: tce-load tc_2.3RC2
Post by: jpeters on August 24, 2009, 08:52:06 PM
I'm getting permission errors:
Code: [Select]
touch: /usr/local/tce.installed/aalib: Permission denied
Maybe needs "sudo" ?
Code: [Select]

59     touch "$TCEINSTALLED"/$2   
Title: Re: tce-load tc_2.3RC2
Post by: roberts on August 24, 2009, 09:54:35 PM
No. That directory should be group staff and write enabled for group:
Code: [Select]
tc@box:~$ ls -ld /usr/local/tce.installed
drwxrwxr-x    2 tc       staff           0 Aug 24 18:53 /usr/local/tce.installed/
tc@box:~$
Title: Re: tce-load tc_2.3RC2
Post by: jpeters on August 24, 2009, 10:01:35 PM
No. That directory should be group staff and write enabled for group:
Code: [Select]
tc@box:~$ ls -ld /usr/local/tce.installed
drwxrwxr-x    2 tc       staff           0 Aug 24 18:53 /usr/local/tce.installed/
tc@box:~$

weird....worked after a reboot.....