08:20:05 jclulow my exec_attr is with date Nov 27 2016, but..... from rbac service log: /usr/sadm/install/scripts/i.rbac : /tmp/rbac.TaaOlt/file not one of prof_attr, exec_attr, auth_attr, user_attr 08:20:14 therefore it is buggy:D 08:21:01 but yes, rbac service is the one responsible of merging files from .d directories. 08:38:48 ok, just as I suspected. /usr/sadm/install/scripts/i.rbac depends on C locale.... 13:05:05 tsoome: for that error to show up you have to have system locale other than C{,.UTF-8} right? cause that's what I'm using (the UTF-8) one and don't have any errors in /var/svc/log/system-rbac:default.log 13:58:17 the usual suspec is decimal separator - dot versus comma 13:59:23 I did not dig that far to confirm it, but if so, then by my knowledge there are 2 locales about it -- de and et;) 16:21:56 wonder if it's possible to make vim understand the output smatch provides so it would go to the suspect line 17:16:47 yuripv: How do you run smatch under vim? 17:17:00 oh, i just run `make` :) 17:17:25 vim understands gcc errors from the output 17:17:36 err, i mean :make inside the vim 17:20:17 Ah! 17:22:42 yuripv: Apparently: The 'errorformat' option specifies a list of formats that are recognized. 17:23:54 jclulow: right, thanks!