From smita.jadhav at alepo.com Tue Dec 2 03:28:33 2008 From: smita.jadhav at alepo.com (Smita Jadhav) Date: Tue Dec 2 03:28:39 2008 Subject: Freebsd with HP Proliant DL380/DL180 G5 Message-ID: Hello, Can you please quickly let me know the the specifications and compatibility issues(if any) required for freebsd on HP Proliant DL380 G5 & DL180 G5? Also let me know the freebsd version most suitable for HP Proliant DL380/DL180 G5. Following is the quick specifiaction I am having for my HP server DL380 G5. 1. Two processors E5345 @ 2.33GHZ, 2333 MHz, 4 cores, 4 logical processors 2. NICS - Broadcom BCM5708C NetXtreme II GigE (NDIS VBD client) Following is the quick specifiaction I am having for my HP server DL380 G5. 1. Two processors E5205 @ 1.80GHZ, 1862 MHz, 2 cores, 2 logical processors 2. Broadcom NetXtreme Gigabit ethernet Thanks & regards, Smita Jadhav Alepo Technologies Pvt. Ltd. From kama at pvp.se Wed Dec 3 00:47:27 2008 From: kama at pvp.se (kama) Date: Wed Dec 3 00:47:33 2008 Subject: Freebsd with HP Proliant DL380/DL180 G5 In-Reply-To: References: Message-ID: <20081203093842.T20485@ns1.as.pvp.se> I can only report for DL380 G5. I have not found any problem with running FreeBSD 7.1 amd64 on those. I only have those in a lab environment, so I cant say how they perform on a real heavy loaded server. But load tests, benchmarking and disk test have all worked. I have dual quad core setup with 16GB of ram. p800 as the SA card. One thing that does not work is hpacucli on amd64. But that baby is up to HP to fix. I really would like to see true fbds7 binaries of those apps, now you need old libraries to make them work. /Bjorn On Tue, 2 Dec 2008, Smita Jadhav wrote: > Hello, > Can you please quickly let me know the the specifications and > compatibility issues(if any) required for freebsd on HP Proliant DL380 > G5 & DL180 G5? Also let me know the freebsd version most suitable for HP > Proliant DL380/DL180 G5. > > Following is the quick specifiaction I am having for my HP server DL380 G5. > 1. Two processors E5345 @ 2.33GHZ, 2333 MHz, 4 cores, 4 logical processors > 2. NICS - Broadcom BCM5708C NetXtreme II GigE (NDIS VBD client) > > Following is the quick specifiaction I am having for my HP server DL380 G5. > 1. Two processors E5205 @ 1.80GHZ, 1862 MHz, 2 cores, 2 logical processors > 2. Broadcom NetXtreme Gigabit ethernet > > Thanks & regards, > Smita Jadhav > Alepo Technologies Pvt. Ltd. > _______________________________________________ > freebsd-proliant@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-proliant > To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org" > From ivan.slavkov at gmail.com Wed Dec 3 07:23:18 2008 From: ivan.slavkov at gmail.com (Ivan Slavkov) Date: Wed Dec 3 07:23:26 2008 Subject: Freebsd with HP Proliant DL380/DL180 G5 In-Reply-To: References: Message-ID: <60bb96a10812030656s5869ac3dm30ba8afa6f619200@mail.gmail.com> Hello, I use DL180 G5 width FreeBSD 7.0. There was only issue with the network card. You'll need to patch the kernel and to recompile it to work. I don't know if this problem is fixed in 7.1 . - Ivan Slavkov ---------- Forwarded message ---------- From: Smita Jadhav Date: Tue, Dec 2, 2008 at 1:16 PM Subject: Freebsd with HP Proliant DL380/DL180 G5 To: freebsd-proliant@freebsd.org Cc: Vishal Mathur Hello, Can you please quickly let me know the the specifications and compatibility issues(if any) required for freebsd on HP Proliant DL380 G5 & DL180 G5? Also let me know the freebsd version most suitable for HP Proliant DL380/DL180 G5. Following is the quick specifiaction I am having for my HP server DL380 G5. 1. Two processors E5345 @ 2.33GHZ, 2333 MHz, 4 cores, 4 logical processors 2. NICS - Broadcom BCM5708C NetXtreme II GigE (NDIS VBD client) Following is the quick specifiaction I am having for my HP server DL380 G5. 1. Two processors E5205 @ 1.80GHZ, 1862 MHz, 2 cores, 2 logical processors 2. Broadcom NetXtreme Gigabit ethernet Thanks & regards, Smita Jadhav Alepo Technologies Pvt. Ltd. _______________________________________________ freebsd-proliant@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-proliant To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org" From bf.mbox at gmail.com Fri Dec 26 01:19:38 2008 From: bf.mbox at gmail.com (bf.mbox@gmail.com) Date: Fri Dec 26 01:19:44 2008 Subject: httpd coredumps on restart Message-ID: Configuration: OS FreeBSD 7.0 System: HP Proliant DL380 Apache 1.3.41 PHP-5.2.8 I recently changed my httpd.conf file to allow NameVirtualHost as well as IP based Virtual hosting. Since then I am having problems starting up apache. On graceful restart the apache process dumps core and the log message is: kernel: pid 10114 (httpd), uid 0: exited on signal 11 (core dumped) gdb on the core file is unenlightening: Program terminated with signal 11, Segmentation fault. Reverting to the old httpd.conf (before changes) did not help and apachectl start also failed. I found a work around which was to comment out the LoadModule php5_module and AddModule mod_php5.c lines in httpd.conf and then start httpd. At this point httpd runs and I then uncomment the above lines and do a graceful restart and httpd stays alive. Any suggestions on diagnosing this problem would be appreciated. -- Barry Friedman From hlh at restart.be Fri Dec 26 02:06:28 2008 From: hlh at restart.be (Henri Hennebert) Date: Fri Dec 26 02:06:35 2008 Subject: httpd coredumps on restart In-Reply-To: References: Message-ID: <4954AC9F.2060608@restart.be> bf.mbox@gmail.com wrote: > Configuration: > OS FreeBSD 7.0 > System: HP Proliant DL380 > Apache 1.3.41 > PHP-5.2.8 > > I recently changed my httpd.conf file to allow NameVirtualHost as well > as IP based Virtual hosting. Since then I am having problems starting > up apache. On graceful restart the apache process dumps core and the > log message is: > > kernel: pid 10114 (httpd), uid 0: exited on signal 11 (core dumped) > gdb on the core file is unenlightening: Program terminated with signal > 11, Segmentation fault. You probably update php to 5.2.8. During this upgrade, the order of php extensions change in the file /usr/local/etc/php/extensions.ini Simply edit it and change the order of the lines. It's a known problem with php. Henri > > Reverting to the old httpd.conf (before changes) did not help and > apachectl start also failed. > > I found a work around which was to comment out the LoadModule > php5_module and AddModule mod_php5.c lines in httpd.conf and then > start httpd. At this point httpd runs and > I then uncomment the above lines and do a graceful restart and httpd > stays alive. > > Any suggestions on diagnosing this problem would be appreciated. > > -- > Barry Friedman > > > From ivan.slavkov at gmail.com Fri Dec 26 02:41:13 2008 From: ivan.slavkov at gmail.com (Ivan Slavkov) Date: Fri Dec 26 02:41:19 2008 Subject: httpd coredumps on restart In-Reply-To: References: Message-ID: <60bb96a10812260241w11b1ea0ai882e62f6e3e6cd8@mail.gmail.com> Do you have APC PHP extension or some other memory cache or Zend Optimizer installed? On Fri, Dec 26, 2008 at 10:40 AM, wrote: > Configuration: > OS FreeBSD 7.0 > System: HP Proliant DL380 > Apache 1.3.41 > PHP-5.2.8 > > I recently changed my httpd.conf file to allow NameVirtualHost as well > as IP based Virtual hosting. Since then I am having problems starting > up apache. On graceful restart the apache process dumps core and the > log message is: > > kernel: pid 10114 (httpd), uid 0: exited on signal 11 (core dumped) > gdb on the core file is unenlightening: Program terminated with signal > 11, Segmentation fault. > > Reverting to the old httpd.conf (before changes) did not help and > apachectl start also failed. > > I found a work around which was to comment out the LoadModule > php5_module and AddModule mod_php5.c lines in httpd.conf and then > start httpd. At this point httpd runs and > I then uncomment the above lines and do a graceful restart and httpd > stays alive. > > Any suggestions on diagnosing this problem would be appreciated. > > -- > Barry Friedman > > > > _______________________________________________ > freebsd-proliant@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-proliant > To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org > " >