I got a bunch of errors like following in my Smarlist log file: ../.bin/subscribe: line 1: ./cat: Permission denied ../.bin/subscribe: line 112: ./cat: Permission denied ../.bin/subscribe: line 123: ./cat: Permission denied ../.bin/subscribe: line 140: ./cat: Permission denied ../.bin/subscribe: line 142: ./cat: Permission denied ../.bin/arch_retrieve: line 1: ./cat: Permission denied ../.bin/arch_retrieve: line 312: ./cat: Permission denied ../.bin/procbounce: line 142: ./cat: Permission denied while the list still works on distributing group mails and take sub/unsub requests. I checked all possible file permissions and folder/file ownership -- everything seem fine: /bin/cat - 755; ~slist/.bin/subscribe - 755; the target files to read have 664 and user:group=slist:slist One odd thing is every successfully posted mail is saved into a file called "cat" in the list directory. Any suggestion where to look further? Zhiliang
I got a bunch of errors like following in my Smarlist log file: ../.bin/subscribe: line 1: ./cat: Permission denied ../.bin/subscribe: line 112: ./cat: Permission denied ../.bin/subscribe: line 123: ./cat: Permission denied ../.bin/subscribe: line 140: ./cat: Permission denied ../.bin/subscribe: line 142: ./cat: Permission denied ../.bin/arch_retrieve: line 1: ./cat: Permission denied ../.bin/arch_retrieve: line 312: ./cat: Permission denied ../.bin/procbounce: line 142: ./cat: Permission denied while the list still works on distributing group mails and take sub/unsub requests. I checked all possible file permissions and folder/file ownership -- everything seem fine: /bin/cat - 755; ~slist/.bin/subscribe - 755; the target files to read have 664 and user:group=slist:slist One odd thing is every successfully posted mail is saved a copy into a file called "cat" in the list directory, besides a regular copy saved to archive/latest/. Any suggestion where to look further? Zhiliang
On Mon, Jun 20, 2005 at 09:55:52AM -0500, Zhiliang Hu wrote:
I got a bunch of errors like following in my Smarlist log file:
../.bin/subscribe: line 1: ./cat: Permission denied ../.bin/subscribe: line 112: ./cat: Permission denied ../.bin/subscribe: line 123: ./cat: Permission denied ../.bin/subscribe: line 140: ./cat: Permission denied ../.bin/subscribe: line 142: ./cat: Permission denied ../.bin/arch_retrieve: line 1: ./cat: Permission denied ../.bin/arch_retrieve: line 312: ./cat: Permission denied ../.bin/procbounce: line 142: ./cat: Permission denied
...
One odd thing is every successfully posted mail is saved into a file called "cat" in the list directory.
Have you tried simply that file named cat? It looks to me like it's trying to execute that file rather than the binary file /bin/cat which should be in your path. Why it's been created in the first place is another question. Don M.
Oops I meant, have you tried deleting that file named cat? Sorry about the typo. On Mon, Jun 20, 2005 at 10:48:03AM -0700, dmacdoug wrote:
On Mon, Jun 20, 2005 at 09:55:52AM -0500, Zhiliang Hu wrote:
I got a bunch of errors like following in my Smarlist log file:
../.bin/subscribe: line 1: ./cat: Permission denied ../.bin/subscribe: line 112: ./cat: Permission denied ../.bin/subscribe: line 123: ./cat: Permission denied ../.bin/subscribe: line 140: ./cat: Permission denied ../.bin/subscribe: line 142: ./cat: Permission denied ../.bin/arch_retrieve: line 1: ./cat: Permission denied ../.bin/arch_retrieve: line 312: ./cat: Permission denied ../.bin/procbounce: line 142: ./cat: Permission denied
...
One odd thing is every successfully posted mail is saved into a file called "cat" in the list directory.
Have you tried simply that file named cat? It looks to me like it's trying to execute that file rather than the binary file /bin/cat which should be in your path. Why it's been created in the first place is another question.
Don M.
participants (2)
-
dmacdoug
-
Zhiliang Hu