Re: Getting errors during security(8) maintenance

2015-03-27 Thread sven falempin
On Fri, Mar 27, 2015 at 8:41 AM, Ingo Schwarze schwa...@usta.de wrote: Hi Denis, Denis Lapshin wrote on Thu, Mar 26, 2015 at 11:33:16AM +0300: Some time ago start getting errors after nightly Secutiry running: Use of uninitialized value $home in concatenation (.) or string at

Re: Getting errors during security(8) maintenance

2015-03-27 Thread Ingo Schwarze
Hi Denis, Denis Lapshin wrote on Thu, Mar 26, 2015 at 11:33:16AM +0300: Some time ago start getting errors after nightly Secutiry running: Use of uninitialized value $home in concatenation (.) or string at /usr/libexec/security line 356. Fixed in -current, thanks for reporting. Regarding

Re: Getting errors during security(8) maintenance

2015-03-27 Thread Ingo Schwarze
Hi Sven, sven falempin wrote on Fri, Mar 27, 2015 at 09:02:09AM -0400: I am not sure about perl internal but aren 't you playing too much from @ to \@ lol Your patch doesn't apply, and from the code snippets you are throwing at me, i neither understand what you consider defective nor what you

Getting errors during security(8) maintenance

2015-03-26 Thread Denis Lapshin
Some time ago start getting errors after nightly Secutiry running: What problem can be? Running security(8): Checking root sh paths, umask values: /etc/profile /root/.profile The root path includes . Use of uninitialized value $home in concatenation (.) or string at /usr/libexec/security line

Re: Getting errors during security(8) maintenance

2015-03-26 Thread Nick Holland
On 03/26/15 04:32, Denis Lapshin wrote: Some time ago start getting errors after nightly Secutiry running: What problem can be? Running security(8): Checking root sh paths, umask values: /etc/profile /root/.profile The root path includes . This would not be a bad thing to fix. Use

Re: Getting errors during security(8) maintenance

2015-03-26 Thread Denis Lapshin
I forgot to say, this happens on OpenBSD 5.4. Where is no any changes has been made in the system before. No upgrade etc. Please ask for more information if its help. What I have to check to fix this? Thanks Denis On 26.03.2015 14:40, Nick Holland wrote: On 03/26/15 04:32, Denis Lapshin

Re: Getting errors during security(8) maintenance

2015-03-26 Thread Andrew Fresh
On Thu, Mar 26, 2015 at 03:42:07PM +0100, Ingo Schwarze wrote: Hi Andrew (or any other developer), OK to commit the following fix? Note that chomping after splitting is important because split drops trailing empty fields. A blank home_dir is valid? I will defer to others on that but

Re: Getting errors during security(8) maintenance

2015-03-26 Thread Ingo Schwarze
Hi Andrew, Andrew Fresh wrote on Thu, Mar 26, 2015 at 01:12:39PM -0700: On Thu, Mar 26, 2015 at 03:42:07PM +0100, Ingo Schwarze wrote: Hi Andrew (or any other developer), OK to commit the following fix? Note that chomping after splitting is important because split drops trailing empty

Re: Getting errors during security(8) maintenance

2015-03-26 Thread Ingo Schwarze
Hi Andrew (or any other developer), OK to commit the following fix? Note that chomping after splitting is important because split drops trailing empty fields. Hi Denis, Denis Lapshin wrote on Thu, Mar 26, 2015 at 11:33:16AM +0300: Some time ago start getting errors after nightly Secutiry