apache2 php5 mysql4 problems

2005-11-21 Thread Robert Munn
I have been successfuly running apache2 as a web server with php5 as a module. Recently I needed access to a database so I tried to upgrade my system by adding mysql4 as the database server. I had installed apache2 and php5 from the ports. Previously I would install php5-extensions to build

NFS question

2005-06-13 Thread munn
I am trying to NFS connect to a server machine using mount_nfs. I get the following message RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive. An 'identical' machine connects without a message and the mount works. Does anybody know what the message means and how to make it go

Re: NFS question

2005-06-13 Thread munn
Bingo! Lowell Gilbert wrote: munn [EMAIL PROTECTED] writes: I am trying to NFS connect to a server machine using mount_nfs. I get the following message RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive. An 'identical' machine connects without a message and the mount works

rsyncing a SMBFS fiole system

2005-06-06 Thread munn
~/testmnt it errors with the following message. [isca]rsync sudo ./Photos.sh ~/testmnt/ rsync: readdir(/disk2/home/munn/testmnt/BillMorocco/Sahara): Bad file descriptor (9) rsync error: some files could not be transferred (code 23) at main.c(789) [isca]rsync The rsync logfile contains

mount_smbfs issue

2005-04-15 Thread munn
I am getting an inconsistency when I try to use perl to access file in a smbfs mounted Win XP directory structure My kernel is at 4.11p3. Any help in resolving this problem would be much appreciated. # smbfs mount command which mounts a WinXP share ShareDir on my FreeBSD # box. The directory

file system type

2005-03-19 Thread Robert Munn
Is there any way of detecting the type of file system on a disk, specifically UFS2 or UFS1? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

newsyslog

2004-12-11 Thread munn
I have two FreeBSD machines running 4.10-RELEASE-p5. On machine A newsyslog rolls over the log files perfectly, on Machine B I get the message /var/log/auth.log.0: No such file or directory The newsyslog.conf entries are : MACHINE A : /var/log/auth.log 600 7 100 *

FreeBSD 4.10 build world problem

2004-12-02 Thread munn
When I try to make buildworld after a complete cvsup (RELENG_4_10) I am getting the error === sendmail make: don't know how to make freebsd.cf. Stop *** Error code 2 When I look at /usr/src/etc/sendmail that was cvsup'd some time ago I see the file freebsd.cf. If I copy that file into

Barnyard

2004-11-29 Thread munn
/usr/local/lib/mysql ** First mysqlclient.a is in /usr/local/lib/mysql but I cannot find the entry point mysql_real_connect() which is part of the mysql API. Has anyone had any success in compiling barnyard? I am running 4.10p4. Thanks Robert Munn

portupgrade

2004-11-10 Thread munn
In using portupgrade I get a series of files that fail to upgrade with the message because it is held by user (specify -f to force) How is a file held and how can you unhold it? Does the -f option unhold it or just ignore the hold? What is the purpose of the hold? With thanks

Apache/mod_php4/mysql issue

2004-07-21 Thread Robert Munn
I recently upgraded apache2 and mod_php4 using portupgrade. Now all my scripts that reference mysql fail with the error message: PHP Fatal error: Call to undefined function: mysql_connect() in /usr/users/munn/public_html/Testing/MySQL.php I re-built Apache and mod_php4 with the following

s/key

2003-02-18 Thread Robert Munn
How do I turn off the prompt for an s/key password? I started getting the request when I upgraded from 4.5 to 4.7 -- Robert Munn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

s/key

2003-02-18 Thread Robert Munn
After upgrading one of my system from 4.6 to 4.7 I get an S/Key prompt when I ssh to a 4.6 system. How can I get rid of the skey prompt. I have tried fiddling with pam.conf but it doesn't seem to make ant difference To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe