Re: [CFT] Call for testing pkg 1.5.0

2015-03-31 Thread Sergei Vyshenski
Hi, On Tue, Mar 31, 2015 at 9:23 PM, Baptiste Daroussin b...@freebsd.org 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

GENERIC kernel would not build

2000-11-02 Thread Sergei Vyshenski
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

nulled output of rc.network

2000-10-30 Thread Sergei Vyshenski
/etc/rc.network script has a line: ${ntpdate_program:-ntpdate} ${ntpdate_flags} /dev/null 21 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}

no switching to standard time

2000-10-30 Thread Sergei Vyshenski
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

typo in etrn.pl of sendmail kit

2000-09-29 Thread Sergei Vyshenski
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

Re: SMTP AUTH

2000-09-12 Thread Sergei Vyshenski
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

Re: SMTP AUTH

2000-09-12 Thread Sergei Vyshenski
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

Re: SMTP AUTH

2000-09-12 Thread Sergei Vyshenski
, 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-sasl installed? You need cyrus-sasl to build sendmail

Re: SMTP AUTH enabling (solved)

2000-09-12 Thread Sergei Vyshenski
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

sendmail sasl buildworld

2000-09-10 Thread Sergei Vyshenski
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

make buildkernel failed in 4.1-S

2000-07-27 Thread Sergei Vyshenski
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