Hi All, I hit a snag while trying to setup Linux users. Maybe you can help.
Here's what I did: I created a user. useradd tpatel I created a group. groupadd developers I added the user to the group. usermod -G developers tpatel I changed the ownership of my app's root dev directory recursively. chown -R root:developers dev I changed the the read, write, execute access on the dev directory recursively. chmod -R 775 dev In theory, user, tpatel, should have rwx access on the app's dev directory as a member of the group, developers. HOWEVER, I am getting the following errors on the main page: [In header] Warning: _cake_core_ cache was unable to write 'cake_dev_en-us' to File cache in /var/www/2inkind.com/dev/lib/Cake/Cache/Cache.php on line 310 Warning: _cake_core_ cache was unable to write 'cake_dev_en- us' to File cache in /var/www/2inkind.com/dev/lib/Cake/Cache/Cache.php on line 310 Warning: /var/www/2inkind.com/dev/app/tmp/cache/ persistent/ is not writable in /var/www/2inkind.com/dev/lib/Cake/Cache/ Engine/FileEngine.php on line 316 Warning: /var/www/2inkind.com/dev/ app/tmp/cache/models/ is not writable in /var/www/2inkind.com/dev/lib/ Cake/Cache/Engine/FileEngine.php on line 316 Warning: /var/www/ 2inkind.com/dev/app/tmp/cache/ is not writable in /var/www/2inkind.com/ dev/lib/Cake/Cache/Engine/FileEngine.php on line 316 [In yellow bar] Your tmp directory is NOT writable. [In footer in red bar] Warning (512): _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php, line 310] For reference: http://dev.2inkind.com/ ALSO, I noticed something a touch peculiar. My prompt is no longer just 'root'. It is now 'root@dev'. As you can tell from this post, I'm a passionate noob. Any help would be GREATLY appreciated. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php