Re: no smtp service after upgrade

2016-04-27 Thread Lars Engels
On Wed, Apr 27, 2016 at 05:08:47PM +0300, Chagin Dmitry wrote:
> On Wed, Apr 27, 2016 at 04:34:29PM +0300, Boris Samorodov wrote:
> > Hi All,
> > 
> > There is no smtp service after recent update:
> > -
> > % sockstat -4l
> > USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN
> > ADDRESS
> > root sshd   879   4  tcp4   *:22  *:*
> > root syslogd663   7  udp4   *:514 *:*
> > -
> > 
> > I use (almost) default mail configuration.
> > -
> > % grep mail /etc/rc.conf{,.local}
> > %
> > -
> > 
> > I've notice a huge etc updates at update. Seems they may be related.
> >
> the same here, chmod +x /etc/rc.d/sendmail 

I wonder why the sendmail rc script gets installed with mode 444.

When I run "make install" in src/etc/rc.d all other scripts get
installed with mode 555. The relevant part of the Makefile is

.if ${MK_SENDMAIL} != "no"
FILESGROUPS+=   SMRCD
SMRCD=  sendmail
.endif
SMRCDDIR=   /etc/rc.d
SMRCDDIRMODE=   ${BINMODE}
SMRCDPACKAGE=   sendmail

${BINMODE} is used for all scripts, so I can't see why it is different
for sendmail.


pgpFTvG6t5D19.pgp
Description: PGP signature


Re: no smtp service after upgrade

2016-04-27 Thread Boris Samorodov
27.04.16 17:08, Chagin Dmitry пишет:
> On Wed, Apr 27, 2016 at 04:34:29PM +0300, Boris Samorodov wrote:
>> Hi All,
>>
>> There is no smtp service after recent update:
>> -
>> % sockstat -4l
>> USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN
>> ADDRESS
>> root sshd   879   4  tcp4   *:22  *:*
>> root syslogd663   7  udp4   *:514 *:*
>> -
>>
>> I use (almost) default mail configuration.
>> -
>> % grep mail /etc/rc.conf{,.local}
>> %
>> -
>>
>> I've notice a huge etc updates at update. Seems they may be related.
>>
> the same here, chmod +x /etc/rc.d/sendmail 

Yep. Thanks!

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: no smtp service after upgrade

2016-04-27 Thread Chagin Dmitry
On Wed, Apr 27, 2016 at 04:34:29PM +0300, Boris Samorodov wrote:
> Hi All,
> 
> There is no smtp service after recent update:
> -
> % sockstat -4l
> USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN
> ADDRESS
> root sshd   879   4  tcp4   *:22  *:*
> root syslogd663   7  udp4   *:514 *:*
> -
> 
> I use (almost) default mail configuration.
> -
> % grep mail /etc/rc.conf{,.local}
> %
> -
> 
> I've notice a huge etc updates at update. Seems they may be related.
>
the same here, chmod +x /etc/rc.d/sendmail 
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


no smtp service after upgrade

2016-04-27 Thread Boris Samorodov
Hi All,

There is no smtp service after recent update:
-
% sockstat -4l
USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN
ADDRESS
root sshd   879   4  tcp4   *:22  *:*
root syslogd663   7  udp4   *:514 *:*
-

I use (almost) default mail configuration.
-
% grep mail /etc/rc.conf{,.local}
%
-

I've notice a huge etc updates at update. Seems they may be related.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"