View Single Post
  #14 (permalink)  
Old 10-10-2007, 04:59 PM
joeleo joeleo is offline
Active Member
 
Posts: 32
Default

Hi All, Here's the output for what was asked for from past thread...

Code:
root@mx1:/# find / -name file
/usr/lib/apt/methods/file
/opt/zimbra/zimbramon/lib/URI/file
root@mx1:/home/user1#
Based on the output it looks like the file "file" exist. Below are the permissions for that file.
Code:
root@mx1:/opt/zimbra/libexec# ls -la /usr/lib/apt/methods/file
-rwxr-xr-x 1 root root 8992 Apr 18  2006 /usr/lib/apt/methods/file
root@mx1:/opt/zimbra/libexec#
Not sure if this output will help.
Code:
root@mx1:/opt/zimbra/zimbramon/lib/URI# ls -la
total 200
drwxr-xr-x  4 root root 4096 Oct  8 08:03 .
drwxr-xr-x 32 root root 4096 Oct  8 08:03 ..
-r--r--r--  1 root root 6604 Nov  5  2004 Escape.pm
-r--r--r--  1 root root 5707 Jan 14  2004 Heuristic.pm
-r--r--r--  1 root root 4647 Jan 14  2004 QueryParam.pm
-r--r--r--  1 root root 2332 Jan 14  2004 Split.pm
-r--r--r--  1 root root 5530 Jan 14  2004 URL.pm
-r--r--r--  1 root root 3826 Jan 14  2004 WithBase.pm
-r--r--r--  1 root root   75 Sep 14  1998 _foreign.pm
-r--r--r--  1 root root 5659 Jul 23  2003 _generic.pm
-r--r--r--  1 root root 3241 Jan  1  2004 _ldap.pm
-r--r--r--  1 root root  222 Sep 11  1998 _login.pm
-r--r--r--  1 root root 2052 Apr  6  2004 _query.pm
-r--r--r--  1 root root  377 Sep 11  1998 _segment.pm
-r--r--r--  1 root root 2239 Aug 18  2003 _server.pm
-r--r--r--  1 root root  977 Sep 11  1998 _userpass.pm
-r--r--r--  1 root root 3343 Jan 14  2004 data.pm
drwxr-xr-x  2 root root 4096 Oct  8 08:03 file
-r--r--r--  1 root root 9862 Sep  7  2004 file.pm
-r--r--r--  1 root root 1058 Dec 30  2001 ftp.pm
-r--r--r--  1 root root 2399 Oct  4  2003 gopher.pm
-r--r--r--  1 root root  405 Oct  5  2004 http.pm
-r--r--r--  1 root root   89 Sep 11  1998 https.pm
-r--r--r--  1 root root 2997 Jan 14  2004 ldap.pm
-r--r--r--  1 root root  460 Jan  1  2004 ldapi.pm
-r--r--r--  1 root root   89 Jan  1  2004 ldaps.pm
-r--r--r--  1 root root 1254 Sep 11  1998 mailto.pm
-r--r--r--  1 root root   89 Dec 31  2003 mms.pm
-r--r--r--  1 root root 1427 Sep 11  1998 news.pm
-r--r--r--  1 root root   91 Sep 11  1998 nntp.pm
-r--r--r--  1 root root 1174 Sep 11  1998 pop.pm
-r--r--r--  1 root root   96 Sep 11  1998 rlogin.pm
-r--r--r--  1 root root  197 Feb 14  2000 rsync.pm
-r--r--r--  1 root root   89 Jul 16  2002 rtsp.pm
-r--r--r--  1 root root   90 Jul 16  2002 rtspu.pm
-r--r--r--  1 root root 1753 Jun  3  2004 sip.pm
-r--r--r--  1 root root   87 Aug 20  2002 sips.pm
-r--r--r--  1 root root  118 Sep 11  1998 snews.pm
-r--r--r--  1 root root  122 Nov  1  2001 ssh.pm
-r--r--r--  1 root root   95 Sep 11  1998 telnet.pm
-r--r--r--  1 root root   95 Jan  2  2003 tn3270.pm
drwxr-xr-x  2 root root 4096 Oct  8 08:03 urn
-r--r--r--  1 root root 1954 Aug  4  2002 urn.pm
root@mx1:/opt/zimbra/zimbramon/lib/URI#
And, also:
Code:
root@mx1:/opt/zimbra/zimbramon/lib/URI/file# ls -la
total 36
drwxr-xr-x 2 root root 4096 Oct  8 08:03 .
drwxr-xr-x 4 root root 4096 Oct  8 08:03 ..
-r--r--r-- 1 root root 1426 Sep  7  2004 Base.pm
-r--r--r-- 1 root root  468 Sep  7  2004 FAT.pm
-r--r--r-- 1 root root 2464 Sep  7  2004 Mac.pm
-r--r--r-- 1 root root  532 Sep  7  2004 OS2.pm
-r--r--r-- 1 root root  320 Sep  7  2004 QNX.pm
-r--r--r-- 1 root root 1004 Sep  7  2004 Unix.pm
-r--r--r-- 1 root root 1739 Sep  7  2004 Win32.pm
root@mx1:/opt/zimbra/zimbramon/lib/URI/file#
Also, I did the command ./zmfixperms as suggested in the previous thread. I stopped and restarted Zimbra services and posted the output on pastebin - collaborative debugging tool

I've highlighted some lines that I thought could be potential problems.

-Joe
Reply With Quote