Re: ipmi

2007-08-26 Thread Riemer Palstra
On Sun, Aug 26, 2007 at 08:44:51AM -0400, Grant Peel wrote:
 Can anyone take my blinders off and show me what I am missing?
 
 excelsior# ipmitool sensor
 Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0:
 No such file or directory

Is the ipmi module loaded 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: FreeBSD chroot problem...Please help!!!

2007-01-07 Thread Riemer Palstra
On Sun, Jan 07, 2007 at 12:50:34PM +0100, VeeJay wrote:
 I trying to run MySQL and Apache under a chroot envoirnment. But I am
 getting these errors.

[ ... ]

 # /usr/local/mysql/libexec/mysqld: Can't create/write to file
 '/var/tmp/ibPM3e0d' (Errcode: 13)

[ ... ]

 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]http://www.palstra.com/
___
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
On Sun, Jan 07, 2007 at 01:05:04PM +0100, VeeJay wrote:
 In which file and what location, I can find the DNS Server IP address
 I gave during installation?

/etc/resolv.conf, like on most Unix-like systems.

You might want to try reading the Handbook though,

http://www.freebsd.org/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.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php 5.2.0... go boom!

2006-11-08 Thread Riemer Palstra
On Wed, Nov 08, 2006 at 01:07:31PM +0300, Andrew Pantyukhin wrote:
 I have yet to see a problem. So far, so good.

I haven't had any problems with PHP 5.2.0 and its own modules, I only
can't get pecl-PDO (1.0.3) to build against it. It even seems to be a
bit faster than 5.1.6, but I haven't fully benchmarked it yet.

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php 5.2.0... go boom!

2006-11-08 Thread Riemer Palstra
On Wed, Nov 08, 2006 at 09:26:19AM -0600, Jonathan Horne wrote:
 PHP Warning:  PHP Startup: Unable to load dynamic 
 library '/usr/local/lib/php/20060613/pdo.so' - Cannot open
 quot;/usr/local/lib/php/20060613/pdo.soquot; in Unknown on line 0
 
 i need to figure out what extension that belongs to, and hopefully rebuild 
 it.  
 that will probably solve my problem.

Err. pdo.so is /usr/ports/databases/pecl-PDO. I haven't got that one to
build yet against PHP 5.2.0:

/usr/ports/databases/pecl-PDO/work/PDO-1.0.3/pdo.c: In function
`php_pdo_get_exception_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 your
/usr/local/etc/php/extensions.ini.

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 segfaulting...

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-09-08 Thread Riemer Palstra
On Fri, Sep 08, 2006 at 08:07:06AM +0800, ke han wrote:
 Have you done an install of FreeBSD 6.1 on a 1950/2950? 

Yes, 1950.

 Does the  install kernel automatically recognize RAID arrays you have
 setup  with the PERC 5 bios?

Yes.

mfi0: Dell PERC 5/i mem 0xd80f-0xd80f,0xfc4e-0xfc4f
irq 78 at device 14.0 on pci2

[ ... ]

mfid0: MFI Logical Disk on mfi0
mfid0: 69375MB (142082047 sectors) RAID

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what happed to mod_perl in 6.1?

2006-09-01 Thread Riemer Palstra
On Fri, Sep 01, 2006 at 12:18:41PM -0600, Miguel wrote:
 Hi, my cgi scripts doesnt work in 6.1, and i dont see any entry about
 mod_perl in httpd.conf, how do i enable it?

You don't actually need mod_perl to run CGI scripts, but okay. 

If you want mod_perl try installing it, depending on your version of
Apache you should use /usr/ports/www/mod_perl or mod_perl2. After
installation, you'll get hints on what LoadModule and other directives
you'll need to put in your httpd.conf file. In my case, it's:

LoadModule perl_module libexec/apache22/mod_perl.so

More about mod_perl can be found here:

http://perl.apache.org/docs/index.html

To use CGI scripts, you'll just have to enable the CGI module (it's
probaby on by default) and add a handler for .cgi files (oh and allow
Execution of scripts on the locations where you've put them). This isn't
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 PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to access Postfixadmin

2006-07-25 Thread Riemer Palstra
On Mon, Jul 24, 2006 at 05:12:51PM -0400, Gerard Seibert wrote:
 Directory /usr/local/www/postfixadmin
  Options Indexes
  AllowOverride AuthConfig
 /Directory
 
 Attempting to access the site produced am error message.

So, what's the error message, and what's in your Apache logs?

 The .htpasswd 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 PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to access Postfixadmin

2006-07-25 Thread Riemer Palstra
On Tue, Jul 25, 2006 at 04:56:45AM -0400, Gerard Seibert wrote:
 [Tue Jul 25 04:46:35 2006] [error] [client 72.14.194.17] client denied
 by server configuration: /usr/local/www/postfixadmin/, referer:
 http://www.seibercom.net/postfixadmin/
 
 [Tue Jul 25 04:46:36 2006] [error] [client 67.189.184.224] client
 denied by server configuration: /usr/local/www/postfixadmin/

Ah, right. Try something like this:

Directory /usr/local/www/postfixadmin
  Options Indexes
  AllowOverride AuthConfig
  Order allow,deny
  Allow from all
/Directory

  On a related note, is magic_quotes_gpc turned 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]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading mysql-server

2006-06-10 Thread Riemer Palstra
On Fri, Jun 09, 2006 at 09:01:00PM -0400, Michael P. Soulier wrote:
 If the port is mysql41-server, maybe the package name should be similar?

Ah, because the package is named mysql-server-4.1.20.tbz you mean? Hm,
for people using packages, this would maybe make life easier, but to be
honest, I don't know if it's possible to name the package differently
from PORTNAME(+PKGSUFFIX)+PORTVERSION...

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading mysql-server

2006-06-10 Thread Riemer Palstra
On Fri, Jun 09, 2006 at 09:08:03PM -0400, Michael P. Soulier wrote:
 And it shuts down my mysql server, but does not start it again. That's
 not very nice. Should the upgrade not handle this?

I'm not aware of any port doing this. If you use portupgrade, use the
AFTERINSTALL configuration options to call the rc.d scripts and restart.

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading mysql-server

2006-06-09 Thread Riemer Palstra
On Thu, Jun 08, 2006 at 06:40:01PM -0400, Michael P. Soulier wrote:
 [EMAIL PROTECTED] ~]# ls -d /usr/ports/databases/mysql*server
 /usr/ports/databases/mysql323-server/   /usr/ports/databases/mysql50-server/
 /usr/ports/databases/mysql40-server//usr/ports/databases/mysql51-server/
 /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]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache13 to 22

2006-06-08 Thread Riemer Palstra
On Wed, Jun 07, 2006 at 04:09:56PM -0500, Kevin Kinsey wrote:
 and vehement claims that php5 is broken in ports persist, but aren't
 true as near as I can tell from both external evidence and personal
 experience.

Indeed, the current ports of PHP 5.1.4 and Apache 2.2.2 work fine
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]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New FreeBSD Logo

2006-05-13 Thread Riemer Palstra
On Wed, May 10, 2006 at 09:59:59AM -0400, fbsd wrote:
 The point being it was not  announced  on the questions list.

Oh, where would an announcement go... like, the announcement
mailinglist?

Date: Wed, 23 Feb 2005 08:26:38 +0900
From: Jun Kuriyama [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [FreeBSD-Announce] FreeBSD logo design competition

[ ... ]

Date: Mon, 31 Oct 2005 22:47:00 +0900
From: Jun Kuriyama [EMAIL PROTECTED]
To: freebsd-announce@FreeBSD.org
Subject: [FreeBSD-Announce] New Logo

 Quite trying to make a non-subject out of something that effects 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]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mysql FreeBSD 6.x

2006-05-11 Thread Riemer Palstra
On Thu, May 11, 2006 at 12:23:25PM +0430, Mohamad Babaei wrote:
 Has anyone installed Mysql 4.x or 5.x on FreeBSD 6.x in a production
 environment?

Quite a few I think.

 Is the problem with FreeBSD threading is still exist?

See these Wiki pages: http://wikitest.freebsd.org/moin.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.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mysql FreeBSD 6.x

2006-05-11 Thread Riemer Palstra
On Thu, May 11, 2006 at 01:54:18PM +0200, Pietro Cerutti wrote:
 How does one do that? I read the wiki page but didn't find any info
 about how to apply the switch libpthread - libthr..

My /etc/libmap.conf looks something like this:

[mysqld]
libc_r.so.5 libthr.so.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://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Substitute command on vi

2006-05-05 Thread Riemer Palstra
On Fri, May 05, 2006 at 10:12:02AM -0300, Aguiar Magalhaes wrote:
 I need to substitute a lot of characters ^M (ctrl+M)
 at the end of each line in my file.

You might wanna give dos2unix a try: /usr/local/bin/dos2unix

 The command :%s/^M//g insn't have success.

Is this a shift+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 mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bind as a chaching nameserver

2006-04-26 Thread Riemer Palstra
On Wed, Apr 26, 2006 at 09:27:27AM +0100, Richard Collyer wrote:
 Yep I've set the named.conf up correctly but when I do ndc start it
 tells me that it is not found.

With BIND 9.3.1, you'd probably want 'rndc', but even then,
'/etc/rc.d/named 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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Riemer Palstra
On Fri, Apr 14, 2006 at 05:20:00AM -0800, Noah wrote:
 Also the php-general mail list is broken - it never allows me to join
 after I reply to the mail list acknowledgments.  

That doesn't quite seem to be the case as I see your mail appear over
there three times. Somebody already 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.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-04-03 Thread Riemer Palstra
On Sun, Apr 02, 2006 at 03:56:27PM -0700, Andrew Reitz wrote:
 Can anyone supply any hints as to how I can get more debugging
 information (I don't see any core files anywhere), and/or how I can
 fix this problem?

In /usr/local/etc/php/extensions.ini, try enabling/disabling modules,
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).

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-04-03 Thread Riemer Palstra
On Sun, Apr 02, 2006 at 08:02:12PM -0400, RJ wrote:
   When I have setup a server I use php4-4.4.2_1,
   mysql-server-4.1.18_2, php4-extensions-1.0 and apache.

And when you tell the php4-extensions configuration screen that you want
MySQL support, by checking the knob, it installs php4-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]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: spamassassin build failure

2006-03-26 Thread Riemer Palstra
On Sun, Mar 26, 2006 at 08:30:04AM -0500, Michael P. Soulier wrote:
 As I think I only went from perl 5.6 to 5.8, I'm surprised that so
 much would be out of date.

That's actually quite a change, as Perl 5.6.2 dates from, I think,
November 2003, while Perl 5.8.8 was released February 2006.

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-03-22 Thread Riemer Palstra
On Tue, Mar 21, 2006 at 02:57:15PM -0500, Ian Lord wrote:
 I am currently running freebsd 6 (amd64) on dells servers that have
 dual xeon processors in them. There is also 4 gigs of ram in them.

Your mileage may vary, but this is what I run on some Dedicated Dell
1850s which have quite some heavy MySQL usage:

 Could someone tell me:
 
 1- What is the cpu I need to specify in my config ?

I generally go with just 'i686'.

 2- Do I need to run PAE to have access to all my 4 gigs of ram ?

Yes. (On a 1850, I only got +/- 3 GB with PAE off).

 3- Should I use ULE or 4BSD has my threading model ? (I currently run
 ULE but it seems it's slower then 4BSD for the posts in that forum)

I still tend to stay away from ULE from production machines, my last
testing on 6.0 with it still showed signs of it being somewhat slower.
This may have changed 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 database powered websites and
such).

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-03-22 Thread Riemer Palstra
On Mon, Mar 20, 2006 at 05:12:33PM -0500, Grant Peel wrote:
 I have been having freezups of my PE 1850 and FreeBSD 6.0 RELEASE.
 since about Feb 23. 1 about every three days. Sometimes twice a day.

I was having these on a 1850 whilst running 5.4 with SMP, but not 6.0.

 So I am just wondering (before I start the task of movinf this client
 to a new machine) if anyone has seen complete software freezes, again,
 with no errors whatsoever in any log, no panics, no coredumps, of
 FreeBSD 6.0 freezing with the only recovery method being a machine
 reset, if so what was 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/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Building a virgin.

2006-03-18 Thread Riemer Palstra
On Sat, Mar 18, 2006 at 11:31:54AM -0500, fbsd_user wrote:
 Install apache first before mysql and php.

Err, no, I think it's better to do MySQL first:

 installing database/MySQL server (4.1.18_1)
 installing database/MySQL client (4.1.18)

Installing the server will normally also get you the client. Any reason
for not going with MySQL 5?

 install lang/PHP4 (4.4.1_1)
 install (use config) lang/php-extensions

If MySQL is already installed, php-mysql (or if using PHP5 also
php-mysqli) will pick up the libraries of the already installed
mysql-client. Any reason 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 Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Do you use MySQL?

2006-03-16 Thread Riemer Palstra
On Thu, Mar 16, 2006 at 11:18:46AM +0100, Greg 'groggy' Lehey wrote:
 - Which version of FreeBSD are you running?

A mixture of 5.4 and 6.0 (new installs currently get 6.0, I plan on
checking 6.1 and making it the default in the coming weeks or so).

 - Which version of MySQL are you running?

A mixture of 4.1 and 5.0, new installs get 5.0.

 - If you're not running MySQL 5.0, why not?

These are 'older' installations, being stable in their current setup, so
no real need to bump a major version number on them.

 - Where do you get your MySQL software from?

   * From the ports collection?

Yes (also rolling my own packages from them, when needed).

 - Which threading library are you using?  Why?

libthr on 6.0. Some minor performance improvements over libpthread, but
combined with some tweaks in my-huge.cnf copied over to /etc/my.cnf,
this can be quite a difference from a default install.

(On 4.x I used LinuxThreads, I saw no real need to try them on 5.x or
6.0)

 - Have you had to change the default installation (different compile
   flags, different installation directories, etc.)?

BUILD_STATIC  BUILD_OPTIMIZED

 - 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/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-01-05 Thread Riemer Palstra
On Thu, Jan 05, 2006 at 01:06:16PM +0100, Kiffin Gish wrote:
 = Attempting to fetch from
 ftp://limestone.uoregon.edu/fedora/updates/3/i386/.
 fetch:
 ftp://limestone.uoregon.edu/fedora/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm: 
 File unavailable (e.g., file not found, no access)
 = Attempting to fetch from
 http://mirrors.kernel.org/fedora/core/updates/3/i386/.
 fetch:
 http://mirrors.kernel.org/fedora/core/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm:
  Not Found
 = Attempting to fetch from
 ftp://mirrors.kernel.org/fedora/core/updates/3/i386/.
 fetch:
 ftp://mirrors.kernel.org/fedora/core/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm:
  File unavailable (e.g., file not found, no access)

Having a quick glance over those links, there seems to be no such file,
only gtk2-2.4.14-4.fc3.3.i386.rpm (note the 3, afaik that'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 to disable
CHECKSUM as it might not match).

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: httpd_flags=-DSSL?

2005-12-19 Thread Riemer Palstra
On Sun, Dec 18, 2005 at 07:03:02PM -0800, Jeff D. Hamann wrote:
 I've searched plenty looking for the proper method to get apache2 to start 
 up at boot time with little success. I've tried the various combinations of 
 httpd_flags/apache2_flags/apache_flags= to my rc.conf file to no avail:
 
 bobby# cat rc.conf
 blah, blah, blah...
 apache_enable=YES
 httpd_flags=-DSSL

You probably want apache2_enable=YES and apache2ssl_enable=YES
(although the last one has become obsolete by now). Alternatively, you
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.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2005-12-19 Thread Riemer Palstra
On Sun, Dec 18, 2005 at 02:44:25PM -0800, Jose Borquez wrote:
 The contents of my extensions.ini file are:
 extension=mysql.so
 
 ; Directory in which the loadable extensions (modules) reside.
 ; extension_dir = ./
 
 It looks like that is commented out.

That shouldn't matter as it should default to the right extension
directory.

 I am assuming I need to uncomment this as well as extension=msql.so in
 the Dynamic Extensions section below.  Am I correct?

No need to, and msql is not mysql.

I'm still suspecting somehow debugging 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/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP startup error in Apache error log

2005-12-18 Thread Riemer Palstra
On Sun, Dec 18, 2005 at 01:58:57PM -0800, Jose Borquez wrote:
 I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, 
 mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and 
 php5-mysql-5.1.1.  I see the following error messages every time I 
 attempt to access a php page:
 
 PHP Warning:  PHP Startup: Unable to load dynamic library 
 '/usr/local/lib/php/20050922-debug/mysql.so' - Cannot open 
 quot;/usr/local/lib/php/20050922-debug/mysql.soquot; in Unknown on line 0

That's quite strange actually. What's the contents of your
/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 PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]