I'm attempting to set up a sinatra app and am running into the following error:
This is a pretty weird error as the not_my_name was the name of an old app folder on a completely different host. None of the folders in my app appear to be owned by anyone but me or root. I have run the following commands as well:
Any assistance is appreciated. Thanks asked 27 Jan '13, 22:09 mapache |
Try recursively searching for the string to find if it is in the configuration someplace,
answered 27 Jan '13, 22:20 johns grep -r "name" returns nothing.
returns another permission denied. It seems almost like there is another account in the home directory somehow tied to mine?
(28 Jan '13, 15:09)
mapache
Ok, please open a support ticket to let us see the actual error message, and we'll look into it further.
(28 Jan '13, 15:32)
seanf
|