Hi,
On Tue, Mar 31, 2015 at 9:23 PM, Baptiste Daroussin
wrote:
> Add WITH_PKG=devel in your build make.conf
> then pkg upgrade will want you to upgrade to 1.4.99.16 (which is pkg 1.5.0
> beta1)
>
This does not work for me.
# cat /etc/make.conf |grep PKG
WITH_PKGNG=yes
WITH_PKG=devel
# pkg upg
/etc/rc.network script has a line:
${ntpdate_program:-ntpdate} ${ntpdate_flags} >/dev/null 2>&1
With output here being sent to null, how can I notice that my favorite
ntp server went down, has changed its service policy, its IP etc?
Maybe just
${ntpdate_program:-ntpdate} ${ntpdate_flags}
Here in Moscow, Russia, I expected the system clock
back to standard time during the night of Oct 29,
exactly as European tradition suggests.
This did not happened by itself (the output of
"date" was 1 hour ahead of new local time at noon
of Oct 29.). Had to run ntpdate by hand to
bring it 1 hour
Dear experts,
I have FreeBSD 4.1.1-STABLE #0: Sat Oct 28 06:19:42 MSD 2000.
After cvsup of today,
1.I run:
(cd /usr/src; make buildworld)
which ended ok.
2. Then I run
(cd /usr/src; make buildkernel KERNEL=GENERIC)
which failed as follows:
cc -O -pipe -DLINPROCFS -D_KERNEL -Wall -Wredunda
At 15:22 04.04.00 +0200, you wrote:
>It seems Mike Tancsa wrote:
>>
>> Have a search through the archives as I think someone else had problems
>> with the Fujitsus. What if you disable DMA. Are you actually using the
>> drive in Win98 with DMA drivers ? What if go back to PIO mode. Perhaps
t
Running
FreeBSD 4.1-RC () #0: Wed Jul 26 15:36:37 MSD 2000
cvsupped and built ok only 2 days ago.
Today cvsupped again because of announced 4.1-RELEASE.
"make world" went fine, then I mergemastered, but then
"make buildkernel" failed for both GENERIC and my custom
kernels at the same point as s
Is it possible to link sasl support into sendmail
during buildworld on a FreeBSD-4.1-STABLE with
cyrus-sasl port installed in advance?
On a stand-alone kit of sendmail one would add lines
APPENDDEF(`confENVDEF', `-DSASL')
APPENDDEF(`conf_sendmail_LIBS', `-lsasl')
to a devtools/Site/site.config.
Gregory,
You idea works ok only provided the following change is made to
/usr/src/usr.sbin/sendmail/Makefile:
LDADD+= -lutil -lwrap
instead of
LDADD= -lutil -lwrap
Could you please commit this change to stable?
Sergei
At 21:30 11.09.00 -0700, you wrote:
>svysh> Is it possible to link sasl sup
Oops! Even with suggested changes to make.conf and Makefile,
Buildworld fails with: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot
find -lsasl
Any ideas?
more details here:
cc -O -pipe -DSASL -I/usr/local/include/sasl
-I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src
-I/usr/src/usr.sbi
, you wrote:
>uOn Tue, 12 Sep 2000, Sergei Vyshenski wrote:
>
> > Oops! Even with suggested changes to make.conf and Makefile,
> > Buildworld fails with: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot
> > find -lsasl
> > Any ideas?
>
>Uhm, do you have cyrus-sas
Gregory.
Successfully tested procedure (with tiny modifications of your
original idea) which teaches buildworld in FreeBSD-stable
how to produce sendmail with SMTP AUTH enabled is specified below.
Sergei
1) install cyrus-sasl port
2) patch file /usr/src/usr.sbin/sendmail/Makefile in such a way
FreeBSD-4.1.1 distribution has a useful script meant for
enforced fetch of mail from secondary mx-servers:
/usr/src/contrib/sendmail/contrib/etrn.pl
It begins with a line "#!/usr/local/bin/perl",
while default location of perl here seems to be /usr/bin/perl.
Without correcting it, script just sa
12 matches
Mail list logo