su on 10.2: TERM: Undefined variable

2015-11-21 Thread Miroslav Lachman
I noticed some weird behavior of "su" command in shell scripts running from cron after upgrade from FreeBSD 8.4 to 10.2. If I have this in script su -m www -c 'ls -l' then I get "TERM: Undefined variable" on the stderr if this script is run from cron. It works fine on FreeBSD 8.4 Is it inte

FreeBSD_STABLE_10-i386 - Build #657 - Failure

2015-11-21 Thread jenkins-admin
FreeBSD_STABLE_10-i386 - Build #657 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/657/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/657/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/657/console Ch

Re: NETMAP and off-by-one?

2015-11-21 Thread Slawa Olhovchenkov
On Sat, Nov 14, 2015 at 11:46:58AM +0300, Slawa Olhovchenkov wrote: > On Fri, Nov 13, 2015 at 03:40:04PM -0800, Luigi Rizzo wrote: > > > On Fri, Nov 13, 2015 at 1:30 PM, Slawa Olhovchenkov wrote: > > > I am see strange things: like NETMAP stop transmit after `head` and `cur` > > > touch `tail`.

Re: su on 10.2: TERM: Undefined variable

2015-11-21 Thread Michael B. Eichorn
On Sat, 2015-11-21 at 13:31 +0100, Miroslav Lachman wrote: > I noticed some weird behavior of "su" command in shell scripts > running > from cron after upgrade from FreeBSD 8.4 to 10.2. > > If I have this in script > > su -m www -c 'ls -l' > > then I get "TERM: Undefined variable" on the stderr