Re: ipmi

2007-08-26 Thread Riemer Palstra
ded or compiled into the kernel? Usually a 'kldload ipmi' should be enough. -- Riemer Palstra [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rc.conf Where to put DNS Servers addresses

2007-01-07 Thread Riemer Palstra
rg/doc/en_US.ISO8859-1/books/handbook/index.html -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freeb

Re: FreeBSD chroot problem...Please help!!!

2007-01-07 Thread Riemer Palstra
. ] > fopen: Operation not supported > httpd: could not open document config file /dev/null Are these files/directories/device nodes present in their respective chroot environment? -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]

Re: php 5.2.0... go boom!

2006-11-08 Thread Riemer Palstra
tion_base': /usr/ports/databases/pecl-PDO/work/PDO-1.0.3/pdo.c:78: error: too few arguments to function `zend_exception_get_default' Are you actually using PDO (for MySQL, ODBC, PostgreSQL, SQLite etc)? If not, you might just want to comment it out of you

Re: php 5.2.0... go boom!

2006-11-08 Thread Riemer Palstra
haven't fully benchmarked it yet. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: Cacti Problem

2006-10-27 Thread Riemer Palstra
On Thu, Oct 26, 2006 at 12:19:20PM +0200, riccardo_diago wrote: > "An error occurred while loading http://server.com/cacti: Connection > to host server.com is broken." What do the error logs say? This could be anything from a simple configuration mistake to (mod_)php segfaultin

Re: Nagios on FreeBSD6.1

2006-10-27 Thread Riemer Palstra
On Fri, Oct 27, 2006 at 12:26:39PM +0200, riccardo_diago wrote: > I think is the web server, because I see nagios's web page, but I > cannot exeute the cgis. Well, what do the error logs say? > I've already changed permission 777 to all dirs and Probably not necessary.

Re: Set default python to 2.5?

2006-10-27 Thread Riemer Palstra
On Thu, Oct 26, 2006 at 07:06:28PM -0400, Nicolas Blais wrote: > Is there a make.conf flag or something I can do to make 2.5 my default > python? That would probably be PYTHON_VERSION=python2.5. Look in bsd.python.mk to see all of the options you could use. -- Riemer P

Re: PERC 5/E SAS RAID in Dell PowerEdge 1950/2950

2006-09-08 Thread Riemer Palstra
f irq 78 at device 14.0 on pci2 [ ... ] mfid0: on mfi0 mfid0: 69375MB (142082047 sectors) RAID -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ __

Re: what happed to mod_perl in 6.1?

2006-09-01 Thread Riemer Palstra
anything 6.1 specific, it will work like this on any version... LoadModule cgi_module libexec/apache22/mod_cgi.so AddHandler cgi-script .cgi (Followed by any ExecCGI and ScriptAlias directives you might need...) -- Riemer PalstraAmsterdam, The Netherlands [EMAIL

Re: Unable to access Postfixadmin

2006-07-25 Thread Riemer Palstra
ed on in your PHP config? > > Unfortunately, PostfixAdmin may need that. > > I don't know. Where would I locate it? Uhm, php.ini perhaps? -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]

Re: Unable to access Postfixadmin

2006-07-24 Thread Riemer Palstra
wd and .htaccess files are both located in the > postfixadmin/admin directory. And what's in your .htaccess file? On a related note, is magic_quotes_gpc turned on in your PHP config? Unfortunately, PostfixAdmin may need that. -- Riemer PalstraAmst

Re: upgrading mysql-server

2006-06-10 Thread Riemer Palstra
LL configuration options to call the rc.d scripts and restart. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ ___ freebsd-questions@freebsd.org m

Re: upgrading mysql-server

2006-06-10 Thread Riemer Palstra
, I don't know if it's possible to name the package differently from PORTNAME(+PKGSUFFIX)+PORTVERSION... -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://ww

Re: upgrading mysql-server

2006-06-09 Thread Riemer Palstra
r/ > /usr/ports/databases/mysql41-server/ > > I'm assuming mysql41-server, since it's version 4.1.15. Your assumption is right. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]

Re: apache13 to 22

2006-06-08 Thread Riemer Palstra
together (also with MySQL 5.0.22 thrown into the mix). Also, they're both production releases, and not development snapshots like some here like to repeat over and over again ;) -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]

Re: New FreeBSD Logo

2006-05-13 Thread Riemer Palstra
us > all. Yes, it affects us al. And yes, we all had our chance of giving input while this was still open for discussion. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]h

Re: Mysql FreeBSD 6.x

2006-05-11 Thread Riemer Palstra
.2 libc_r.so.6 libthr.so.2 libthr.so.2 libthr.so.2 libpthread.so.1 libthr.so.2 libpthread.so.2 libthr.so.2 -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://w

Re: Mysql FreeBSD 6.x

2006-05-11 Thread Riemer Palstra
cgi/MySQL Switching to libthr has given quite excellent performance on FreeBSD 6.0 with MySQL 5.0.x for me... -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.pa

Re: Substitute command on vi

2006-05-05 Thread Riemer Palstra
6 M, or a ctrl+V ctrl+M? The last one should work. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ ___ freebsd-questions@freebsd.org mai

Re: help me

2006-05-05 Thread Riemer Palstra
On Fri, May 05, 2006 at 03:09:54PM +0300, astalus razvan wrote: >P.S. for the installation of libnet i used >./configure >make >make install Why didn't you use the port: /usr/ports/net/libnet ? -- Riemer PalstraAmsterdam, The N

Re: Bind as a chaching nameserver

2006-04-26 Thread Riemer Palstra
d start' would do it for you, if you have named_enable="YES" in your /etc/rc.conf. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ ___ freebsd-que

Re: httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Riemer Palstra
dy gave you quite a helpful answer too. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

Re: Install XML::Parser

2006-04-12 Thread Riemer Palstra
On Wed, Apr 12, 2006 at 11:59:01AM +0100, Ashley Moran wrote: > checking for XML::Parser... configure: error: XML::Parser perl module > is required for intltool > > How can I install this one perl module? By installing it: /usr/ports/textproc/p5-XML-Parser -- Ri

Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-03 Thread Riemer Palstra
-mysql. > I think php4-4.4.2_1 and php4-mysql-4.4.2_1 will cause a conflict. I hope not. That would defeat the purpose of being able to install PHP modules. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]

Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-03 Thread Riemer Palstra
odules, whilst reloading the pages causing the segfault. If you find the offender, try cleaning/recompiling it. (This kind of fiddling around actually helped me out when even phpinfo.php wouldn't completely load for me, until I disabled the imagick module which was misbehaving around that time).

Re: spamassassin build failure

2006-03-26 Thread Riemer Palstra
ed February 2006. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: Ongoing Saga Dell PE1850 - FreeBSD 6.0 Release Freezups.

2006-03-22 Thread Riemer Palstra
as done to correct it. Is this a dual proc machine running SMP? If so, is HyperThreading enabled in the BIOS? -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ __

Re: smb startup

2006-03-22 Thread Riemer Palstra
On Wed, Mar 22, 2006 at 02:10:00AM -0800, spen wrote: > ###samba start### > samba_enable="YES" > > should I be adding something else to my rc.conf? Try these instead: smbd_enable="YES" nmbd_enable="YES" -- Riemer Palstra

Re: Kernel settings for Dell 1850 and 2850 with 4GB of ram

2006-03-22 Thread Riemer Palstra
ed for the upcoming 6.1, haven't tested that yet. > 4- What threading should I use in mysql for better stability and > performance (generic or ?) I use libthr. It performs slightly better than default for the situations I use it in (which is mainly databa

Re: Building a virgin.

2006-03-18 Thread Riemer Palstra
to not go with PHP 5? > install apache Install Apache before PHP, especially when you're installing Apache 2.0 or 2.2. By doing that, PHP will pick up on the right apxs binary and build with that compatibility in mind. -- Riemer PalstraAmsterdam, The

Re: Do you use MySQL?

2006-03-16 Thread Riemer Palstra
TIMIZED > - Do you have any problems that you think are related to the choice of > the version you're using? None at the moment. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ __

Re: freeradius freebsd-6.0

2006-01-13 Thread Riemer Palstra
On Thu, Jan 12, 2006 at 10:26:57AM +0700, Beastie wrote: > main: pidfile = "/var/run/radiusd/radiusd.pid" Is /var/run/radiusd/ owned by radius:radius? -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]

Re: Cannot build linux-gtk2 for FreeBSD 6.0 ...

2006-01-05 Thread Riemer Palstra
#x27;s indeed the way Fedora name their RPMs). I'm not sure if there used to be such a file named as above, or this is just a type or oversight from the port maintainer... As a quick fix, try downloading the available gtk2, rename it and put it in /usr/ports/distfiles (you may even have

Re: [Bulk] Re: PHP startup error in Apache error log

2005-12-19 Thread Riemer Palstra
ebugging was turned on at compile-time. Could you show me what's in your /var/db/ports/php5/options ? -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstra.com/ _

Re: httpd_flags="-DSSL"?

2005-12-19 Thread Riemer Palstra
ou could still use apache2_flags="-DSSL" I think. With the apache22 port, this has become somewhat easier, by including extra/httpd-ssl.conf. -- Riemer PalstraAmsterdam, The Netherlands [EMAIL PROTECTED]http://www.palstr

Re: PHP startup error in Apache error log

2005-12-18 Thread Riemer Palstra
r /usr/local/etc/php/extensions.ini, and what does the extension_dir directive in your /usr/local/etc/php.ini say? My installation of Apache 2.2.0 and PHP 5.1.1 just takes the mysql.so from /usr/local/lib/php/20050922/mysql.so - did you specify any extra debugging options at compile time? -- Riemer