Multiple CPUs

2005-12-13 Thread Robert Fitzpatrick
I guess this means my new server is only using one of my CPUs? esmtp# grep CPU /var/log/dmesg.today CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2399.33-MHz 686-class CPU) Hyperthreading: 2 logical CPUs cpu0: ACPI CPU (2 Cx states) on acpi0 Can someone point me to the best doc for enabling use of both

Re: Multiple CPUs

2005-12-13 Thread Robert Fitzpatrick
On Tue, 2005-12-13 at 14:54 -0500, Kris Kennaway wrote: On Tue, Dec 13, 2005 at 02:12:57PM -0500, Robert Fitzpatrick wrote: I guess this means my new server is only using one of my CPUs? esmtp# grep CPU /var/log/dmesg.today CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2399.33-MHz 686-class CPU

Reaching kern.maxfiles

2005-12-12 Thread Robert Fitzpatrick
Been running this FreeBSD 5.2.1 server since 5.2 was released, never had an issue couldn't resolve, especially with the help of this and other lists. Now I'm stumped. I posted this issue last week, someone suggested I look at:

Re: Reaching kern.maxfiles

2005-12-12 Thread Robert Fitzpatrick
On Mon, 2005-12-12 at 07:57 -0800, Michael C. Shultz wrote: On Monday 12 December 2005 06:19, Robert Fitzpatrick wrote: Been running this FreeBSD 5.2.1 server since 5.2 was released, never had an issue couldn't resolve, especially with the help of this and other lists. Now I'm stumped. I

Re: Reaching kern.maxfiles

2005-12-12 Thread Robert Fitzpatrick
On Mon, 2005-12-12 at 09:30 -0800, Michael C. Shultz wrote: No issues with my downgraded ports, but still the issue with reaching kern.maxfiles, I have located this document, could this still be related to my 5.2.1 kernel? Or, is there a way I could see if this is suspect on my system?

Downgrade a port

2005-12-11 Thread Robert Fitzpatrick
Well, still haven't solved my problem with reaching kern.openfiles limit since upgrading several packages. I posted that last week and received some ideas. The /var had several problems, so I went to single user mode this weekend and cleaned it up, all other parts clean. So, I am now

Fixing fs with fsck

2005-12-06 Thread Robert Fitzpatrick
I just did some fsck /var and getting the problems below. I am at a remote locatation and need to go on-site to repair these things in single user mode. Can someone point me to information or suggest what to look out for when doing the disk checks. It is a production machine and I'd like to limit

Re: Too many files crashing services

2005-12-05 Thread Robert Fitzpatrick
On Mon, 2005-12-05 at 16:16 +1100, Norberto Meijome wrote: Norberto Meijome wrote: No, you are running out of maxfiles, as per kern.maxfiles limit exceeded by uid ... . errr... of course, i meant to say, you have more open files than allowed by kern.maxfiles. Yeah, still struggling

Re: Too many files crashing services

2005-12-05 Thread Robert Fitzpatrick
On Mon, 2005-12-05 at 16:16 +1100, Norberto Meijome wrote: Norberto Meijome wrote: No, you are running out of maxfiles, as per kern.maxfiles limit exceeded by uid ... . errr... of course, i meant to say, you have more open files than allowed by kern.maxfiles. Well, I just did some

Too many files crashing services

2005-12-04 Thread Robert Fitzpatrick
I posted this issue yesterday sometime and have been trying to track down the problem with the help of the Postfix list. There, Weitse has suggested tracking down the culprit using lsof, which I know nothing about. I tried 'lsof|less', but that doesn't even show anything via SSH, related to

Re: Too many files crashing services

2005-12-04 Thread Robert Fitzpatrick
Norberto Meijome wrote: Robert Fitzpatrick wrote: [...] Dec 4 17:54:34 esmtp kernel: kern.maxfiles limit exceeded by uid 88, please see tuning(7). man 7 tuning So, you think this is what is contributing to my problem? Yeah, I have never ran tunefs on the RAID 5 system running FreeBSD

Problem with amavisd-new after upgrade to 2.3.3

2005-12-03 Thread Robert Fitzpatrick
Upgrade a lot of packages today all from recent versions including to Perl-5.8.7, SpamAssassin 3.1, amavisd-new 2.3.3 and postfix 2.2.6. Having problem starting amavisd-new with this error: esmtp# /etc/rc.d/amavisd start ps: kvm_getprocs: No such process Starting amavisd. Insecure dependency

Accessing samba shares without password prompts

2005-11-22 Thread Robert Fitzpatrick
Can someone point me to info on how to access shares on the netowrk without having to provide the password. I am logged in to my FreeBSD 6.0 workstation with the user name and password equal to that of a user on the other samba servers and Windows. -- Robert

nss_ldap on FreeBSD 5.3

2005-11-21 Thread Robert Fitzpatrick
I find several docs on setting this up, but none pertaining to linux compat. Can anyone point me to some instructions for setting this up properly? -- Robert ___ freebsd-questions@freebsd.org mailing list

Re: nss_ldap on FreeBSD 5.3

2005-11-21 Thread Robert Fitzpatrick
On Mon, 2005-11-21 at 10:49 -0500, Nathan Vidican wrote: Robert Fitzpatrick wrote: I find several docs on setting this up, but none pertaining to linux compat. Can anyone point me to some instructions for setting this up properly? Um... actually VERY easy... Step 1: install nss_ldap

Re: nss_ldap on FreeBSD 5.3

2005-11-21 Thread Robert Fitzpatrick
On Mon, 2005-11-21 at 13:05 -0500, Nathan Vidican wrote: Two things to check, first off, user must be in group 'wheel' (gid 0), in order to su, and also check settings in /etc/pam.d/su, (su has seperate settings). wheel, duh! sorry for asking such stupid questions. I hope this one is not

Wireless pc card on FreeBSD 6.0

2005-11-21 Thread Robert Fitzpatrick
I have my wireless card associating with my access point using the following command from the doc at: http://www.freebsd.org/cgi/man.cgi?query=athsektion=4manpath=FreeBSD +5.3-RELEASE # ifconfig ath0 inet 192.168.0.20 netmask 0xff00 ssid WEBTENT # ifconfig ath0:

wireless pc card

2005-11-20 Thread Robert Fitzpatrick
I am trying FreeBSD 6.0 on my laptop since reading of wireless capabilities. I have a D-Link DWL-AG650 card and see the card below in my /etc/defaults/pccard.conf: # D Link DWL-650 11Mbps WLAN Card card D Link DWL-650 11Mbps WLAN Card config auto wi ? insert /etc/pccard_ether

Re: Override prompt when deleting a file

2005-11-18 Thread Robert Fitzpatrick
On Fri, 2005-11-18 at 09:51 -0500, Lowell Gilbert wrote: Robert Ftizpatrick [EMAIL PROTECTED] writes: I'm logged in to my FreeBSD 5.2.1 box as 'admin' via ssh, why would I receive this override prompt? -bash-2.05b$ ls -la massage.xls -rw-r--r-- 1 admin admin 4463104 Aug 29 17:25

Re: Override prompt when deleting a file

2005-11-18 Thread Robert Fitzpatrick
On Fri, 2005-11-18 at 17:50 +, Tofik Suleymanov wrote: I'm logged in to my FreeBSD 5.2.1 box as 'admin' via ssh, why would I receive this override prompt? -bash-2.05b$ ls -la massage.xls -rw-r--r-- 1 admin admin 4463104 Aug 29 17:25 massage.xls -bash-2.05b$ rm massage.xls override

Large -X directory

2005-09-06 Thread Robert Fitzpatrick
I have a directory, no idea where it came from called '-X' and it has consumed my entire /home partition, now 10GB. Given the name, I am finding it hard to remove, how can I remove this file? I've been doing a lot of backup script testing on that devel server, so I am assuming it came from a bad

Re: boot problem - how can I access the file system

2005-09-03 Thread Robert Fitzpatrick
On Sat, 2005-09-03 at 13:31 -0500, Kevin Kinsey wrote: I made a mistake to my /boot/loader.conf file and now the system hangs after pressing F1 and before the boot options menu. How can I access the file to edit it? I have the install CD, but can't seem to figure out how to get to the file

boot problem - how can I access the file system

2005-09-03 Thread Robert Fitzpatrick
I made a mistake to my /boot/loader.conf file and now the system hangs after pressing F1 and before the boot options menu. How can I access the file to edit it? I have the install CD, but can't seem to figure out how to get to the file system. -- Robert

Re: boot problem - how can I access the file system

2005-09-03 Thread Robert Fitzpatrick
On Sat, 2005-09-03 at 13:31 -0500, Kevin Kinsey wrote: What resources do you have? Don't have another FreeBSD machine at this location. I have my SuSE 9.2 linux workstation and Windows 2003 server machine. 2] Fixit CD or Fixit floppy. Available via FTP from ftp.freebsd.org. I tried the

Re: broken getopt

2005-08-30 Thread Robert Fitzpatrick
On Tue, 2005-08-30 at 14:25 -0400, Lowell Gilbert wrote: Robert Fitzpatrick [EMAIL PROTECTED] writes: Aug 29 11:11:10 esmtp postfix/master[67333]: warning: /usr/local/libexec/postfix/pipe: bad command startup -- throttling Aug 29 11:11:51 esmtp postfix/master[67333]: warning: /usr/local

[Fwd: Re: broken getopt]

2005-08-29 Thread Robert Fitzpatrick
Forwarded Message Victor referred me to the archives after finding out I have linked Postfix with a broken GNU getopt(), but I have not been able to come up with the solution. My current getopt package is gengetopt-2.11, should I resort to an earlier version and

broken getopt

2005-08-29 Thread Robert Fitzpatrick
Victor referred me to the archives after finding out I have linked Postfix with a broken GNU getopt(), but I have not been able to come up with the solution. My current getopt package is gengetopt-2.11, should I resort to an earlier version and re-compile Postfix? Look at the

Bind service to IP

2005-06-16 Thread Robert Fitzpatrick
I read up on how to make a service to run on my FreeBSD 5.2.1 server. I have it setup to run on port 10026, small service to read my logfile, I need to be able to read it from another server. I setup the inetd service in /etc/inetd.conf, is there a way to bind it to a certain IP? I'd like to bind

Problem with cronjob

2005-06-02 Thread Robert Fitzpatrick
Always worked well when I dump a script into the /etc/periodic/daily folder and set permissions to have a script run automatically each night. But this is not working for the Spamassassin rulesdujour script. I can run the script manually, no problem, any ideas? Here is the bottom of that

new install only starts on boot

2005-03-24 Thread Robert Fitzpatrick
I am installed the FreeBSD 5.3 port for openldap-sasl-2.2.23, which starts fine on boot, but will not restart. I get the error 'main: TLS init def ctx failed: -1' in the debug.log even if TLS options are not setup. I take a default slapd.conf file and adjust to my domain and it will not restart.

DB43 and Openldap-sasl

2005-03-21 Thread Robert Fitzpatrick
The README for openldap22-sasl-server indicates Berkeley DB 4.3 is required for slapd. I adjusted the /etc/make.conf to WITH_BDB_VER=43 and the port system now complains, not that I'm trying to upgrade that version of SASL, just an example is: genoa# portupgrade cyrus-sasl-2.1.20_1 ** Port marked

clamd after upgrade to 0.83

2005-02-23 Thread Robert Fitzpatrick
After doing a portupgrade of clamd from 0.81 to 0.83, the service reports that it is not running using 'clamav-clamd.sh status'. esmtp# cd /usr/local/etc esmtp# rc.d/clamav-clamd.sh status clamav_clamd is not running. esmtp# ps -ax|grep clam 781 ?? Ss 0:10.96 /usr/local/sbin/clamd

Re: clamd after upgrade to 0.83

2005-02-23 Thread Robert Fitzpatrick
be possible to test whether the server is responding by connecting to its TCP/IP port using a telnet client ... - telnet localhost 3310 Robert Fitzpatrick schrieb: After doing a portupgrade of clamd from 0.81 to 0.83, the service reports that it is not running using 'clamav-clamd.sh status'. esmtp

Re: clamd after upgrade to 0.83

2005-02-23 Thread Robert Fitzpatrick
log entries. So to sumarize: ClamAV's daemon is not running, thus there is neither a PID file nor a UNIX domain socket. So if you want to use the daemonized version of ClamAV, you need to elaborate why the daemon isn't started. Robert Fitzpatrick schrieb: I do not have anything in /var/run/clamav

Mounting smbfs

2004-12-30 Thread Robert Fitzpatrick
/SPC2K smbfs rw 0 0 Can someone help or guide me to some more documentation on this? -- Robert -- ___ ^ ^ / \Robert Fitzpatrick [EMAIL PROTECTED

Cleaning port config options

2004-12-13 Thread Robert Fitzpatrick
I was installing the mail/dspam port and the selection of options appeared for configuration, then after selecting, the configuration stopped with an error that I had selected too many back-end options. I did 'make distclean' and 'make clean', but the options list will not appear again for me to

Re: Cleaning port config options

2004-12-13 Thread Robert Fitzpatrick
On Mon, 2004-12-13 at 11:00, Miguel Mendez wrote: I was installing the mail/dspam port and the selection of options appeared for configuration, then after selecting, the configuration stopped with an error that I had selected too many back-end options. I did 'make distclean' and 'make

dspam

2004-12-13 Thread Robert Fitzpatrick
On our FreeBSD 5.2.1 box, I have postfix-2.1.5 running with amavisd-new-2.2.0 and Spamassassin-3.0. All works well and thinking of incorporating dspam. This postfix server serves as a transport only, no local user other than admin users. Does anyone have this type of setup going and possibly some

Cabextract port fails during AMaVis portupgrade

2004-12-07 Thread Robert Fitzpatrick
I have been trying to resolve this for a few days now and with the help from someone on the AMaVis list, I believe I know the issue at hand. It seems that, on our 5.2.1 box, configure for cabextract-1.1 fails to autodetect my fnmatch.h: checking fnmatch.h usability... no checking fnmatch.h

amavisd-new upgrade fails

2004-12-05 Thread Robert Fitzpatrick
Could someone please give me an idea of what could be causing my issue? I have checked /usr/ports/UPDATING, README's for cabextract and amavisd-new, RELEASE-NOTES, google'd, checked the cabextract web site and still nothing to suggest what could be the problem with this error when doing a

cabextract error trying to upgrade amavisd-new

2004-12-04 Thread Robert Fitzpatrick
I am trying to do the portupgrade of amavisd: portupgrade -o /usr/ports/security/amavisd-new amavisd-new-20030616.p9 and getting the following error as it tries to build the required cabextract port: esmtp# make all install === Building for cabextract-1.1 make all-am cc -DHAVE_CONFIG_H -I.

PHP portupgrade error

2004-11-20 Thread Robert Fitzpatrick
I am getting this error when trying to do a portupgrade of php-4.3.9 from 4.3.7, actually at this point I have PHP uninstalled. Can someone tell me if they know what this refers to? /usr/ports/lang/php4/work/php-4.3.9/ext/standard/file.c:119:21: fnmatch.h: No such file or directory

Connecting to serial port using HyperTerminal

2004-10-19 Thread Robert Fitzpatrick
I see the Terminals docs in the handbook for connecting to the serial port. It looks as if maybe my FreeBSD 5.2 has getty up and running with several instances: 64553 v0 Is+0:00.00 /usr/libexec/getty Pc ttyv0 808 v1 Is+0:00.00 /usr/libexec/getty Pc ttyv1 809 v2 Is+0:00.00

Re: Connecting to serial port using HyperTerminal

2004-10-19 Thread Robert Fitzpatrick
ttyd0 /usr/libexec/getty std.9600 vt100 on secure I found an existing line for ttyd0 set for dailup and off, I replaced it with the one you suggested. Now, the ttyd0 shows up in the processes running, but still no luck connecting. I have things set to 9600 baud with 8|None|1|Hardware and

Re: Connecting to serial port using HyperTerminal

2004-10-19 Thread Robert Fitzpatrick
ttyd0 /usr/libexec/getty std.9600 vt100 on secure I found an existing line for ttyd0 set for dailup and off, I replaced it with the one you suggested. Now, the ttyd0 shows up in the processes running, but still no luck connecting. I have things set to 9600 baud with

Postfix+LDAP

2004-08-17 Thread Robert Fitzpatrick
Is the doc below still the way to go for LDAP support? I do a 'postconf -m' and see ldap on the list. With that, I setup the alias_maps as shown in the docs and used sample-ldap.cf to setup my main.cf file. I can't see any attempts to the LDAP directory in the logs, should there be? And in Webmin,

Install FreeBSD 5.2.1 on Compaq Proliant 800

2004-07-28 Thread Robert Fitzpatrick
Trying to install FreeBSD 5.2.1 on a Compaq Proliant 800, looking for someone that has done this or similar. Of course, you have to have the SmartStart CD, I have that, I choose System Erase and it loads the Compaq partition and the FreeBSD goes without error and when I reboot I get 'Invalid

SASL error Decrypt integrity check failed with sample-server test for GSSAPI

2004-07-27 Thread Robert Fitzpatrick
Trying to get SASL to work with Heimdal 0.6 on FreeBSD 5.2.1. When doing the sample-server test, it finds my ticket OK and presents a response that the sample-client accepts and gives its response. The problem is when sending that client response back to the server, this is what happens: esmtp#

Unrecognized database type (bdb) after openldap 21 upgrade to 22

2004-07-24 Thread Robert Fitzpatrick
After running 'portupgrade -rfo net/openldap22-sasl-client openldap--sasl- client', it seems to have taken care of the server upgrade as well, but my slapd.conf file complains of the bdb database type. Can someone tell me what it is looking for? esmtp# ls /var/db/pkg | grep openldap

Building Perl with shared lib libperl

2004-06-08 Thread Robert Fitzpatrick
Trying to install a procedural language in PostgreSQL 7.4.2, pl/perl, but it complains that my 'libperl is not a shared library' and that I may need to rebuild my Perl. I am using Perl 5.6.1, is there a way to set this option when using the port /usr/ports/lang/perl5? -- Robert

Errors building PHP 4.3.6

2004-05-22 Thread Robert Fitzpatrick
I have Heimdal 0.6 port installed on FreeBSD 5.2.1 and getting this error when trying to build and do portupgrade for PHP 4.3.6 from 4.3.4. Can anyone suggest what the problem may be? /usr/local/lib/libc-client4.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()

Re: Errors building PHP 4.3.6

2004-05-22 Thread Robert Fitzpatrick
On Sat, 2004-05-22 at 11:08, Michal Pasternak wrote: Robert Fitzpatrick [Sat, May 22, 2004 at 10:48:22AM -0400]: I have Heimdal 0.6 port installed on FreeBSD 5.2.1 and getting this error when trying to build and do portupgrade for PHP 4.3.6 from 4.3.4. Can anyone suggest what the problem

Re: Errors building PHP 4.3.6

2004-05-22 Thread Robert Fitzpatrick
On Sat, 2004-05-22 at 11:56, Michal Pasternak wrote: Robert Fitzpatrick [Sat, May 22, 2004 at 11:46:50AM -0400]: esmtp# ldd /usr/local/bin/psql /usr/local/bin/psql: libpq.so.3 = /usr/local/lib/libpq.so.3 (0x28096000) libkrb5.so.20 = /usr/local/lib/libkrb5.so.20 (0x280b2000

Re: Errors building PHP 4.3.6

2004-05-22 Thread Robert Fitzpatrick
On Sat, 2004-05-22 at 12:48, Michal Pasternak wrote: Robert Fitzpatrick [Sat, May 22, 2004 at 12:10:11PM -0400]: On Sat, 2004-05-22 at 11:56, Michal Pasternak wrote: Robert Fitzpatrick [Sat, May 22, 2004 at 11:46:50AM -0400]: esmtp# ldd /usr/local/bin/psql /usr/local/bin/psql

Upgrading OpenLDAP 2.1.30 to 2.2.x

2004-05-16 Thread Robert Fitzpatrick
Can portupgrade be used to upgrade OpenLDAP 2.1.x to 2.2.x by changing WITH_OPENLDAP_VER in my /etc/make.conf file to 22? Or do I have to deinstall the 21 package, and reinstall 22 and everything that depends on it? -- Robert ___ [EMAIL PROTECTED]

Re: Upgrading OpenLDAP 2.1.30 to 2.2.x

2004-05-16 Thread Robert Fitzpatrick
On Sun, 2004-05-16 at 11:24, Matthew Seaman wrote: That means that all of the applications linked against the LDAP shlibs have suddenly stopped working. To fix them, all you need do is reinstall -- the situation is analogous to the problem with 'libintl.so.N no found' thing that keeps coming

Upgrading Postfix 2.0.16 to 2.1.1

2004-05-15 Thread Robert Fitzpatrick
I notice the portupgrade for Postfix will take me to version 2.1.1 from my current version of 2.0.16 on FreeBSD 5.2.1. Of course, I will check the RELEASE NOTES and I also know some of the syntax in my main.cf will need to change. Just want to see here if there is anything that should be

Creating periodic cron jobs

2004-05-13 Thread Robert Fitzpatrick
I am trying to create a quarter-daily cron job on my FreeBSD 5.2.1 as follows in /etc/crontab: 05 0,6,12,18 * * * root periodic quarter-daily I created the /etc/periodic/quarter-daily directory and placed my script there. After I ran 'crontab -u root /etc/crontab', now I am

Re: Creating periodic cron jobs

2004-05-13 Thread Robert Fitzpatrick
On Thu, 2004-05-13 at 12:05, platanthera wrote: On Thursday 13 May 2004 17:51, Robert Fitzpatrick wrote: I am trying to create a quarter-daily cron job on my FreeBSD 5.2.1 as follows in /etc/crontab: 05 0,6,12,18 * * * root periodic quarter-daily I created the /etc

Perl 5.8 upgrade

2004-05-12 Thread Robert Fitzpatrick
I remember installing a package that said it required Perl 5.6 in the past, but cannot remember which one. I am using this box mainly for Postfix 2.0.16 and amavisd-new with SpamAssassin 2.63 and ClamAV 0.65. I also have OpenLDAP 2.1.29, Heimdal 0.6, Cyrus-SASL 2.1.18 and Cyrus-IMAP 2.1.16 that I

Restoring system files from CD

2004-05-06 Thread Robert Fitzpatrick
How can I restore some lost system files from the original 5.2.1-RELEASE CD-ROM? Is there somewhere in the handbook to discuss this? -- Robert ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Restoring system files from CD

2004-05-06 Thread Robert Fitzpatrick
On Thu, 2004-05-06 at 10:21, Christian Hiris wrote: Insert the 5.2.1-RELEASE CD-ROM and boot into the installation menu. Then select the 'Fixit' option from the install menu. Next select option 2 CDROM/DVD (you need the 5.2.1-RELEASE-i386-disc2.iso handy or download it from a freebsd ftp

Re: Restoring system files from CD

2004-05-06 Thread Robert Fitzpatrick
On Thu, 2004-05-06 at 11:27, Incoming Mail List wrote: You don't have to install the entire OS to another machine if you have a medium to large area on your disk. Mount up the #1 CDROM and then create a scratch directory somewhere on your system. Go to the distribution that you think

Heimdal with LDAP backend

2004-04-15 Thread Robert Fitzpatrick
On FreeBSD 5.2.1, I see a new Heimdal port with LDAP backend options. After install, I am getting this error and wondering if it may be I have to run OpenLDAP 2.2.8, now running 2.1.29 port install. If so, should the 2.1.29 be removed first or just set my VER in make.conf to 22 and portupgrade?

Heimdal with LDAP backend

2004-04-14 Thread Robert Fitzpatrick
On FreeBSD 5.2.1, I see a new Heimdal port with LDAP backend options. After install, I am getting this error and wondering if it may be I have to run OpenLDAP 2.2.8, now running 2.1.29 port install. If so, should the 2.1.29 be removed first or just set my VER in make.conf to 22 and portupgrade?

Multiple port installs of Berkeley

2004-04-04 Thread Robert Fitzpatrick
I just found that I have these packages installed. Is this normal? I don't remember doing any installs of Berkeley. I found out when I saw that my Cyrus-SASL package was using db3. Should I get things down to one version and maybe add 'WITH_BERKELEY_VER' to /etc/make.conf, or is there such a

Which cyclic depdency to unlink?

2004-04-04 Thread Robert Fitzpatrick
I'm getting the following when running 'pkgdb -F', but how do I know which to unlink? I did a quick search of openldap-sasl in the INDEX, but nothing. esmtp# pkgdb -F --- Checking the package registry database Cyclic dependencies: openldap-sasl-server-2.1.29 - openldap-sasl-client-2.1.29 -

Reinstalling OpenLDAP-2.1.28 with SASL support

2004-04-03 Thread Robert Fitzpatrick
I want to be sure I'm doing this right before I start. I currently have OpenLDAP-2.1.28 port installed on FreeBSD-5.2.1. I need to rebuild it with SASL support. I have defined WITH_SASL in /etc/make.conf and have Cyrus-SASL-2.1.18 and saslauthd installed. My directory has plenty of existing

Re: Reinstalling OpenLDAP-2.1.28 with SASL support

2004-04-03 Thread Robert Fitzpatrick
On Sat, 2004-04-03 at 15:45, Robert Fitzpatrick wrote: So, from here, can I just move into the /usr/ports/net/openldap21-server dir and do 'make deinstall' and then 'make install clean'? I guess my big question is where will the server end up? My current install is in /usr and I know ports

Re: Sample server for Cyrus SASL

2004-03-26 Thread Robert Fitzpatrick
On Fri, 2004-03-26 at 10:04, Breno Colom wrote: El 26/26/2004 07:38AM, WebTent Support escribio: I have Cyrus SASL 2.1.18 installed from ports on 5.2.1. Does it place the source somewhere? How can I test with the sample-server and sample-client? /usr/ports/distfiles should have the

ldapi on FreeBSD

2004-03-24 Thread Robert Fitzpatrick
I am running 5.2.1. Been trying for a couple of days to get this going. Heimdal talks to LDAP over ldapi unix domain socket. Talking with people on the openldap list, one post suggests... It's quite possible that ldapi on FreeBSD doesn't work for transmitting Unix credentials, although I would be

Re: amavisd-new not using clamd

2004-03-22 Thread Robert Fitzpatrick
On Mon, 2004-03-22 at 11:43, Tom Munro Glass wrote: When a message is sent to amavisd for scanning I get the following message: WARN: all primary virus scanners failed, considering backups Have you tested clamav to see if all works fine, run 'clamdscan /path/to/a/file'. Also, check the

--enable-local with openldap21-server

2004-03-22 Thread Robert Fitzpatrick
Can't seem to find where or how to add the config arg for openldap '--enable-local'. No mention in the Makefile or should I just add it to CONFIGURE_ARGS? Also, the openldap package was loaded at system build and found is currently in /usr. I did portupgrade on it a while back and now at

Building Heimal without using ports

2004-03-20 Thread Robert Fitzpatrick
Well, I have sent two posts to the FreeBSD questions list, one to the ports list, one to Heimdal and one to OpenLDAP and copied the port maintainer on the last one to the FreeBSD questions list. No help on how to get LDAP backend support built in to Heimdal using the port security/heimdal. So, I

RE: Building Heimal without using ports

2004-03-20 Thread Robert Fitzpatrick
Still doesn't explain why your attempt to install using WITH_LDAP didn't work. Could you try doing a 'make clean' and then rebuild the port from scratch using WITH_LDAP? Man, I did everything :-( I 'make clean'd twice one time because I read somebody else did that. I did deinstall and

OpenLDAP support in port security/heimdal

2004-03-18 Thread Robert Fitzpatrick
I am a newbie to ports on FreeBSD and never needed to modify config options for a port before. Now I need OpenLDAP support for Heimdal and from looking at the Makefile, I just need to satisfy WITH_LDAP. I've put it in my /etc/make.conf file and even tried 'make WITH_LDAP=yes', still no luck. I

Re: Changing configuration options for ports

2004-03-17 Thread Robert Fitzpatrick
On Sun, 2004-03-14 at 06:16, Dancho Penev wrote: On Sat, Mar 13, 2004 at 12:00:40PM -0500, Robert Fitzpatrick wrote: From: Robert Fitzpatrick [EMAIL PROTECTED] To: FreeBSD [EMAIL PROTECTED] Date: Sat, 13 Mar 2004 12:00:40 -0500 Subject: Changing configuration options for ports I've posted

Changing configuration options in ports, Cyrus

2004-03-12 Thread Robert Fitzpatrick
I sent this yesterday, but no responses, so I thought to try again. I now have see the GSSAPI support is not in my Cyrus-IMAP as well. I'm just trying to realize how to build the support in to the ports. I have not dealt with ports other than installing them with defaults in the past. I think I

Enabling GSSAPI support in Cyrus-SASL

2004-03-11 Thread Robert Fitzpatrick
I have not dealt with ports other than installing them with defaults in the past. I think I understand the handbook in changing options in the Makefile to have the port support what you need. I need GSSAPI support in Cyrus-SASL and the 2.1.15 version of the port installed does not seem to have it.

Enabling quotas

2004-03-10 Thread Robert Fitzpatrick
I am running 5.2.1 and trying to enable quotas, I see that I need to build and install my own custom kernel to support this? I read the Chapter 9 in the Handbook, but don't quite understand one thing. I can't seem to locate what changes I need to make to the new kernel configuration before

kernel arp errors

2004-03-10 Thread Robert Fitzpatrick
I am running 5.2.1 with two NIC's, both connected to a Cisco switch with a Cisco router also connected to the switch for Internet connectivity. There are 5 eth ports on the router, one of them with an address assigned of 66.129.101.193/28 and another with 66.129.101.217/29, the other eth ports are

Re: kernel arp errors

2004-03-10 Thread Robert Fitzpatrick
On Wed, 2004-03-10 at 10:54, Robert Fitzpatrick wrote: I am running 5.2.1 with two NIC's, both connected to a Cisco switch with a Cisco router also connected to the switch for Internet connectivity. There are 5 eth ports on the router, one of them with an address assigned of 66.129.101.193/28

Amavisd/ClamAV

2004-03-09 Thread Robert Fitzpatrick
I am running Postfix 2.0.16 on FreeBSD 5.2.1 and used the FreeBSD port collection to install amavisd-new. I have this entry recurring in my amavisd log: WARN: all primary virus scanners failed, considering backups I looked on the clamav web site and found this statement: clamscan is enabled

Enabling quotas

2004-03-06 Thread Robert Fitzpatrick
I am running 5.2.1 and trying to enable quotas, I see that I need to build and install my own custom kernel to support this? I read the Chapter 9 in the Handbook, but don't quite understand one thing. I can't seem to locate what changes I need to make to the new kernel configuration before

Enabling quotas

2004-02-29 Thread Robert Fitzpatrick
I am running 5.2.1, I found the docs on how to enable quotas and build a custom kernel because it is not built into GENERIC, but I can't find out what to change my custom kernel before building it. Can someone tell me what to look for and change in my custom version of GENERIC to enable quotas?

Local package asking for password on boot

2004-01-28 Thread Robert Fitzpatrick
I have new 5.2 box and have installed many ports, now when it boots up I get 'Local package initialization: Password:'. No password works and I just Ctl+C to continue. I am having a hard time determining what this package is, would anybody here know? -- Robert

BIND 9.2.3 error in chroot

2004-01-26 Thread Robert Fitzpatrick
Installed the BIND 9.2.3 port and trying to setup in chroot, getting this error: unable to convert errno to isc_result: 6: I found info on the web about generating the /dev/random correctly for the version I am running. I used 'mknod random c 2 3'. I followed this example, but still getting the

Re: Mounting free space

2004-01-25 Thread Robert Fitzpatrick
On Sun, 2004-01-25 at 06:03, Matthew Seaman wrote: You need to edit that, using the command: # bsdlabel -e aac0s1 which will put you into the editor specified in your $EDITOR environment variable (defaults to: vi(1)) with that text in there. Edit the text so that it looks like: 8

Mounting free space

2004-01-24 Thread Robert Fitzpatrick
On FreeBSD 5.2 I have a RAID-5 host drive with 100GB of free space. What can I use to mount this free space? I tried the Disk Label Editor in /stand/sysinstall, but it does not seem to hold my settings when creating and the existing mount points show up as none. Can someone give me some guidance

Mounting free space

2004-01-24 Thread Robert Fitzpatrick
On FreeBSD 5.2 I have a RAID-5 host drive with 100GB of free space. What can I use to mount this free space? I tried the Disk Label Editor in /stand/sysinstall, but it does not seem to hold my settings when creating and the existing mount points show up as none. Can someone give me some guidance

pam_ldap instructions

2004-01-23 Thread Robert Fitzpatrick
I just installed the pam_ldap port and receive the following instructions at the end of the install, I have 5.2-RELEASE and not sure which instruction to follow regarding enabling login: Copy /usr/local/etc/ldap.conf.dist to /usr/local/etc/ldap.conf, then edit /usr/local/etc/ldap.conf in order to

BIND 9.2.3 error in chroot

2004-01-21 Thread Robert Fitzpatrick
the error: http://freebsd.mu/freebsd/archives/2003/01/31/chroot_bind_9_on_freebsd_50 -- \\|//Robert Fitzpatrick [EMAIL PROTECTED] \\\|/// WebTent Networking, Inc. www.WebTent.com \\ ~ ~ // Office: 813-286-6502 Fax: 813-281-2077 (\ @ @ /) oOOo~(_)~oOOo Everything for your

Re: [5.2] Startup script won't install

2004-01-20 Thread Robert Fitzpatrick
On Mon, 2004-01-19 at 13:38, Thomas T. Veldhouse wrote: # (cd /usr/ports/net/openldap21-server make all install clean) Thanks. How do I know when this is needed for everything? Or should I always use the 'all' argument? I have not been able to figure out where to look for

Re: [5.2] Startup script won't install

2004-01-20 Thread Robert Fitzpatrick
On Tue, 2004-01-20 at 09:45, Antoine Jacoutot wrote: My slapd statup script is in: /etc/rc.d/slapd I didn't watch the thread, but did you look there ? There it is:) I was searching for slapd.sh :\ -- Robert ___ [EMAIL PROTECTED] mailing list

BIND in chroot jail

2004-01-20 Thread Robert Fitzpatrick
I see the bind user is defined as BIND Sandbox, does this mean the default port install of bind9 sets bind up in a chroot jail? -- Robert ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

[5.2] ProFTPD

2004-01-20 Thread Robert Fitzpatrick
What am I missing to get Anonymous FTP to work with the ProFTPD port. I do 'make install clean', go set the Scoreboard file in the proftpd.conf and uncomment the Anonymous section. Create the ftp user and it starts without problem. I can login as any user, but not Anonymous. -- Robert

[5.2] Startup script won't install

2004-01-19 Thread Robert Fitzpatrick
I have installed the openldap-2.1.23 package through the ports system, but it will not install the slapd.sh file into the rc.d directory. Am I missing something to get it to do this? I see the file in the files directory below the ports for openldap. Other packages installed their scripts fine,

Re: [5.2] Startup script won't install

2004-01-19 Thread Robert Fitzpatrick
On Mon, 2004-01-19 at 13:08, Thomas T. Veldhouse wrote: Robert Fitzpatrick wrote: I have installed the openldap-2.1.23 package through the ports system, but it will not install the slapd.sh file into the rc.d directory. Am I missing something to get it to do this? I see the file

Root lost after KDE user manager change

2004-01-19 Thread Robert Fitzpatrick
On 5.2, I install, startx, go in to the user manager and set my admin user created during installation to the wheel group, exit and save changes. Now I can't login as root after logging out. I think this happens no matter what changes you do in the user manager, once saved, root is gone. Does not

<    1   2