FreeBSD compatibility with HP ProLiant DL360p Generation 8 (Gen8) ?

2012-06-14 Thread Olivier Mueller
Hello, I need to order a few more servers for an internal project, and instead of the usual DL360G7 we now use without any problem with FreeBSD, there would now be the next generation, called Gen8. Intel® C600 Series Chipset Intel® E5-2600 Processor Family Storage Controller : HP Smart Array

restricted ssh shell for ruby on rails hosting ? (rake, git, etc.)

2011-05-09 Thread Olivier Mueller
Hello, I'm managing a few hosting servers, mostly php-based: customers have SFTP access (via proftpd and mod_sftp), phpmyadmin, etc. They are jailed in their home directory on both levels: DefaultRoot ~ for FTP, and open_basedir for PHP, and it's working fine like this. Now I have added a

[solved] Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-19 Thread Olivier Mueller
Hello and thanks for your feedback! On Tue, 2010-11-16 at 13:03 +0100, end...@gmail.com wrote: [...@pandora ~]$ php -v -c /usr/local/etc/php.ini-production PHP 5.3.2 with Suhosin-Patch (cli) (built: Jun 14 2010 18:11:48) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0,

Re: [solved] Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-19 Thread Olivier Mueller
Hi Alex, thanks for this even better feedback. On Tue, 2010-11-16 at 15:22 +0100, Alex Dupre wrote: This is not the correct fix, the correct fix is to enable threads in php, using the appropriate OPTION. Ok, so probably this one: LINKTHR=off (default) Link thread lib (for threaded

Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-11 Thread Olivier Mueller
Good evening, On Tue, 2010-06-22 at 10:45 +0200, Olivier Mueller wrote: Problem: [...@pandora ~]$ php -v -c /usr/local/etc/php.ini-production PHP 5.3.2 with Suhosin-Patch (cli) (built: Jun 14 2010 18:11:48) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010

Re: freebsd-update - removing sources of a 7.2 system

2010-04-27 Thread Olivier Mueller
Repost... Any idea, other should I really have a look at the source code of freebsd-update? :) Thanks regards, O. On Thu, 2010-04-22 at 18:43 +0200, Olivier Mueller wrote: Two little questions about freebsd-update best-practices: 1) These are the output when I start a freebsd-update

Re: Is there PHP 5.2.x in ports? yes.

2010-04-23 Thread Olivier Mueller
On Fri, 2010-04-23 at 15:34 -0400, doug schmidt wrote: On Thu, Apr 22, 2010 at 3:18 PM, Olivier Mueller om-lists-...@omx.ch wrote: And if you are patient, some devs are planing to add a php52 port, there is even something in the PR DB : http://www.freebsd.org/cgi/query-pr.cgi?pr=ports

freebsd-update - removing sources of a 7.2 system

2010-04-22 Thread Olivier Mueller
Hello, Two little questions about freebsd-update best-practices: 1) These are the output when I start a freebsd-update upgrade on two different systems. On the first one, everything ok, on the second, the sources are still there and I would like to get rid of them: sys1: The following

Re: Is there PHP 5.2.x in ports?

2010-04-22 Thread Olivier Mueller
On Thu, 2010-04-22 at 22:06 +0300, Eitan Adler wrote: Is there 5.2.x in ports, or is there other way to get it installed? For MySQL, for example, there are both 5.0.x and 5.1.x in ports. php 5.2 is not currently in the ports system. You could get it by using porteasy or portdowngrade.

imagemagick/tiff lib - inverted tiffs since upgrade

2009-12-02 Thread Olivier Mueller
Hello, I just spent some time with an issue: after a standard upgrade (by luck on a test server), the image generation/conversion part of a webpage is not working correctly anymore: pictures (which are dynamically re-sized with pecl-imagick) are simply inverted (but only TIFF's). Before:

Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-14 Thread Olivier Mueller
Hi Mel, On Wed, 2009-05-13 at 22:21 +0200, Mel Flynn wrote: I'm still thinking there's two different (threading|bdb) libraries linked into httpd, but not sure to ask for which ldd...httpd or mod_dav. The db version could be a red herring or that only one of the formats requires this mutex

Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-13 Thread Olivier Mueller
Hi Mel, On Tue, 2009-05-12 at 17:25 +0200, Mel Flynn wrote: I have a strange situation on our internal svn server. Since a few days and some upgrades, if I try to access a new created repository via apache, I get a blank page and this error in the apache error log: ==

subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-12 Thread Olivier Mueller
Hello, I have a strange situation on our internal svn server. Since a few days and some upgrades, if I try to access a new created repository via apache, I get a blank page and this error in the apache error log: == /var/log/httpd/httpd-error.log == Fatal error 'Recurse on a private mutex.' at

filesystem: 12h to delete 32GB of data

2009-05-06 Thread Olivier Mueller
Hello, $ df -m ; date ; rm -r templates_c ; df -m ; date Filesystem 1M-blocks Used Avail Capacity Mounted on /dev/da0s1a 989 45 864 5%/ /dev/da0s1f128631 102179 1616086%/usr [...] Wed May 6 00:23:01 CEST 2009 Filesystem 1M-blocks Used Avail Capacity

Re: filesystem: 12h to delete 32GB of data (4 million files)

2009-05-06 Thread Olivier Mueller
Thanks for your answer Bill! (and to Will as well), Some more infos I gathered a few minutes ago: [~/templates_c]$ date; du -s -m ; date Wed May 6 13:35:15 CEST 2009 2652 . Wed May 6 13:52:36 CEST 2009 [~/templates_c]$ date ; find . | wc -l ; date Wed May 6 13:52:56 CEST 2009

upgrade 7.0 - 7.1 : portupgrade -af required?

2009-01-15 Thread Olivier Mueller
Hello, After an upgrade from FreeBSD 7.0 to 7.1 (with freebsd-update in my case), is it required to recompile all ports (portupgrade -af) like specified in some docs/blog-entries, or is it not *really* necessary? What are you doing on your production systems? Having to upgrade several servers

Re: upgrade 7.0 - 7.1 : portupgrade -af required?

2009-01-15 Thread Olivier Mueller
Hello, Le 15 janv. 09 à 19:36, Peter Ulrich Kruppa a écrit : 1) On a production server you don't have so many ports, do you? So a portupgrade -af wouldn't take that long, would it? Well, it depends what you mean by not so many... :-) [...@omega09 ~]$ pkg_info | wc -l 370 just for a

Re: HP Proliant DL360 G5

2008-10-29 Thread Olivier Mueller
Hello, On Wed, 2008-10-29 at 13:27 +0100, Julien Cigar wrote: Our hardware begins to age and we plan to buy two new machines at HP. Our choice focused on the HP Proliant DL360 G5. As HP doesn't officially support FreeBSD, I checked with the 7.0-RELEASE Hardware Notes and everything seems to

mrtg peak on reboot / snmp-issue?

2008-06-15 Thread Olivier Mueller
Hello, Small but curious thing on my freebsd-based systems: when a server is rebooted, it generates a peak (or spike?) on the network mrtg for all interfaces (here just before 1 am): http://8304.ch/om/stuff/mrtg_localhost_1-day.png It happens with both net-snmp and ucd-snmp, with a quite

ZendDebugger.so for FreeBSD 6.x/7.x amd64?

2008-03-06 Thread Olivier Mueller
Hello, Is there anyone around using the current ZendDebbuger (part of the Zend Plattform) under Freebsd/amd64?Zend support doesn't seem to be able to help at the moment... I tried the linux version in linux compatibility mode, but it didn't worked yet. Thanks regards, Olivier

Re: 7.0 Release for Alpha

2008-02-28 Thread Olivier Mueller
Le 29 févr. 08 à 06:21, Moises Castellanos a écrit : I try to download the 7.0 Release for Alpha Platform, but 550 no such directory Y search in ftp://ftp.freebsd.org/pub/FreeBSD/releases/alpha/ and there is no 7.0-RELEASE Anyone know why this is happening ??? Compare: FreeBSD 7.0-RELEASE

Re: looking for online text editor

2007-12-04 Thread Olivier Mueller
Le 4 déc. 07 à 21:09, David Banning a écrit : mindterm-ssh. Is there some plain text editor program out there that will allow me to simply login and edit my files in plain text - (not a gui html editor) ? ...You can't just SSH into your box and use vim? Let's say I'm in a library in some