SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Warnings about AIX 6.1aclx_get
Author Message
Post Warnings about AIX 6.1aclx_get 
Hi,


I'm seeing these messages while backing up AIX 6.1 (and 7.1) machines:

03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.SPOT/usr/sys/inst.images": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.SPOT/usr/sys": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.SPOT/usr": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.SPOT": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.Xauthority": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.bash_history": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.java/.userPrefs/.user.lock.root": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.java/.userPrefs/.userRootModFile.root": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.java/.userPrefs": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.java": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.odbc.ini": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.sh_history": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.ssh/authorized_keys": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.ssh/id_dsa": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.ssh/id_dsa.pub": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.ssh/known_hosts": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.ssh": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.topasrecrc/topasrec.lock": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.topasrecrc/topasrec.log1": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.topasrecrc/topasrec.log2": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.topasrecrc": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/.vi_history": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/adevora_101009_0257.nmon": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/adevora_101020_0503.nmon": ERR=Error 0
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180 aclx_get error on file "/admin": ERR=Error 0


Our director/storage run on a Linux box with bacula version 5.2.3
On the AIX machines we upgraded this week also to bacula 5.2.3.
Previously we did not see this message but that was probably because those AIX machines previously ran bacula 3.0.2 and that version/build did not support AIX acl's.

I don't see any problem with the "aclget" command on /smit.log (backed up from the same filesystem without warning) and /.odbc.ini (causing a warning):

# aclget /smit.log
*
* ACL_type AIXC
*
attributes:
base permissions
owner(root): rw-
group(system): r--
others: r--
extended permissions
disabled

# aclget /.odbc.ini
*
* ACL_type AIXC
*
attributes:
base permissions
owner(root): rw-
group(system): r--
others: r--
extended permissions
disabled


Should i worry about these messages ?
And how can i get rid of them (other then disabling acl support in the build or configuration files) ?


Kind regards,
Michaël Devogelaere ______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

Post Warnings about AIX 6.1aclx_get 
Michael Devogelaere <MDeVogelaere <at> BaltimoreAircoil.be> writes:


Hi,
I'm seeing these messages while backing
up AIX 6.1 (and 7.1) machines:
03-Jan 23:43 adevora-fd JobId 38179: Warning: acl.c:180
aclx_get error on file "/.SPOT/usr/sys/inst.images": ERR=Error
0

Our director/storage run on a Linux
box with bacula version 5.2.3
On the AIX machines we upgraded this
week also to bacula 5.2.3.
Previously we did not see this message
but that was probably because those AIX machines previously ran bacula
3.0.2 and that version/build did not support AIX acl's.
Ok interesting, could you run a truss on your bacula-fd so
I can see what aclx_get returns. The code currently only checks for
ENOENT but as it seems you get an other error. The error printing is
also kind of bogus so if you show me error number I can add an extra
check and ignore those errors as it seems on non existing acls
you get an other errno then I expected. Most of the stuff is written
using the man-page so sometimes we need to fine tune the code somewhat
when it gets out into the wild.


Marco


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB