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:
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
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`.
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