Displaying 20 results from an estimated 3000 matches similar to: "Installing FreeBSD 9.1 amd64 on IBM x3550 M3"
2008 Nov 13
1
qlogic qle2462 hba and freebsd stable on a dl360 g5
Hi.
I'm looking at a qlogic qle2462 hba for my dl360 g5. The thread
http://www.mail-archive.com/freebsd-stable@freebsd.org/msg99497.html
mentions a deadlock when system is loaded. Has this issue been
resolved? Are there other PCI Express hba's which are known to work
with freebsd stable and dl360 g5?
--
regards
Claus
When lenity and cruelty play for a kingdom,
the gentler gamester is
2013 Aug 06
4
FreeBSD-Update + Sendmail
I have been updating my FreeBSD systems for many years by updating and
building from source. For the FreeBSD 9.2 cycle, I decided to use
freebsd-update for binary update instead. I use Sendmail + Cyrus-SASL and
the freebsd-update process only installed a 'bare bones' binary. How do I
compile just Sendmail from source so that it uses my /etc/make.conf for the
smtp_auth components?
2010 Nov 11
2
Boot failure after install on IBM x3550 M3
I'm trying to install CentOS 5.5 on a couple of servers of type IBM
System x3550 M3, but it's not going too well. Actually, the install
setup phase runs as expected, and the actual installation also appears
to be successful, but the system will not boot - I just get a message
(presumably) from BIOS saying that boot from hard disk 0. If I start the
installer again after this, or boot
2008 Oct 14
1
FreeBSD 7-STABLE, isp(4), QLE2462: panic & deadlocks
Hello everybody,
we recently got three Dell PowerEdge servers equipped with Qlogic
QLE2462 cards (dual FC 4Gbps ports) and an EMC CLARiiON CX3-40 SAN.
The servers with the FC cards were successfully and extensively
tested with an older SUN StorEdge T3 SAN.
However, when we connect them to the CX3-40, create and mount a new
partition and then do something as simple as "tar -C /san -xf
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of
the problems was that some people would like to use freebsd-update but
can't as they are using a custom kernel. With all the kernel modules
we provide, the need for a custom kernel should be small, but on the
other hand, we do not provide a small kernel-skeleton where you can
load just the modules you need.
2015 Apr 06
2
mge-shut driver fails almost after every reboot
Hello Arno,
Can apply the patch directly or should I recompile nut?
Best regards,
Panagiotis
On 3/4/2015 5:06 ??, Arnaud Quette wrote:
> Hello Panagiotis
>
> 2015-04-03 14:28 GMT+02:00 Panagiotis Kritikakos
> <panagiotis.kritikakos at nikitec.gr
> <mailto:panagiotis.kritikakos at nikitec.gr>>:
>
> Hello Arno,
>
> Question: have you also
2006 Sep 29
2
Binary updates for SA-06:23?
Is it just me, or freebsd-update isn't yet shipping the openssl updates?
I'm trying (on an SMP machine) to fetch them, but there seem to be none
available. I'd like to confirm that sleep deprivation isn't the culprit
here, so I've checked in /usr/local/freebsd-update/work/ and the
subdirectory with the highest number contains the SA-06:21 files.
Anyone seen that clue bat
2013 Feb 06
4
FreeBSD-9.1 would not boot on pentium3 laptop
Hello!
I have an old Dell Latitude C800 laptop (with Pentium3 CPU in it).
FreeBSD 6.3-STABLE was running fine on it, but I decided to update the
machine to 9.1-STABLE.
Well, neither my own custom kernel, nor even the official 9.1-RELEASE
CD1 would boot... In both cases the boot process runs up to detecting
uhub0, then either hangs forever or shuts off after a short while.
Again, I thought I
2015 Apr 03
2
mge-shut driver fails almost after every reboot
Hello Arno,
> Question: have you also tested oldmge-shut?
> Otherwise, that might be interesting to do so and send back the
> results of these tests...
Yes, I've tried this as well with worse results unfortunately. This
driver seems to be even more unstable. When it gets able to set
communication with the UPS (which is not always the case), it usually
lost it again after a while.
2015 Apr 01
2
mge-shut driver fails almost after every reboot
Hello all,
OS name: FreeNAS 9.3
NUT version: 2.7.2
NUT installed method: Bundled with FreenNAS 9.3
Device: EATON 5SC 1000
(http://powerquality.eaton.com/Products-services/Backup-Power-UPS/5SC.aspx?cx=5&wtredirect=www.eaton.com/5SC&GUID=B81251A4-F34E-4373-94B3-B4FB3D0CBCA8)
Problem description:
This was originally reported as bug to FreeNAS
2015 Apr 02
2
mge-shut driver fails almost after every reboot
Hello Arno,
Thanks for the quick reply. FreeNAS is FreeBSD-based.
Yes, I could test a patch.
As I have mentioned, this behavior is not seen at every single reboot
but after most reboots. Also, some times, the connectivity can be lost
without even rebooting. That is not very often can have happened a few
times.
Best regards,
Panagiotis
On 2/4/2015 5:44 ??, Arnaud Quette wrote:
> Hello
2015 Apr 08
1
mge-shut driver fails almost after every reboot
Hello Arno,
FreeNAS doesn't come with a compiler and I had to compile with the patch
on FreebBSD-9.3 and then copy the produced mge-shut. Unfortunately it
didn't work out. For every try I was getting "Connection Refused" and
when I tried /usr/local/libexec/nut/mge-shut -D -a <ups_name> I was
always getting 'No matching HID UPS found'.
I returned back to the
2012 Sep 07
3
[LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
Sorry for double-posting to the list,
The citation is the following (this time with a url to the paper):
K. Sagonas, C. Stavrakakis, and Y. Tsiouris. "ErLLVM: An LLVM backend for Erlang"[1]. In Eleventh ACM SIGPLAN Erlang Workshop, September 2012. ACM Press.
Thanks!
Yiannis
[1]: http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf
On 09/07/2012 08:13 PM, Yiannis Tsiouris wrote:
2013 Feb 25
2
[LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Yiannis, Pedro,
I'm not an expert here. Taking closer look I see that it makes sense to do
this cleanup job in doFinalization() of the pass, which requested GC info.
So the current fix seems to be ok and all external clients will need to do
cleanup directly doing the same jobs as Printer::doFinalization() does now.
By the way, I've just noticed that comments for GCModuleInfo::clear()
2010 Jun 15
2
IBM ServeRAID M5014 and CentOS 5.5
Hi all,
we are about to buy some IBM x3550 M2 servers with ServeRAID M5014 SAS
onboard controller. Can anyone confirm that these controllers will work
with CentOS 5.5 (seems to be some rebranded LSI controller).
I cannot find any hint in the 2.6.18-194.3.1.el5 sources...
Regards,
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2012 Sep 10
0
[LLVMdev] Publication - ErLLVM: An LLVM backend for Erlang
ping. :-)
On 09/07/2012 08:24 PM, Yiannis Tsiouris wrote:
> [...]
> The citation is the following (this time with a url to the paper): K.
> Sagonas, C. Stavrakakis, and Y. Tsiouris. "ErLLVM: An LLVM backend
> for Erlang"[1]. In Eleventh ACM SIGPLAN Erlang Workshop, September
> 2012. ACM Press.
>
> [1]: http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf
>
2013 Feb 23
3
[LLVMdev] GCMetadataPrinter::finishAssembly not executed?
Pedro, Yiannis,
What's about the usage case, when LLVM is used as a library and the user
implements its custom pass, which dump the code (implemented as a
FunctionPass, but not as Printer)?
You also missed in your changes the declaration
of llvm::createGCInfoDeleter() in include/llvm/CodeGen/Passes.h
-Dmitry.
On Mon, Feb 18, 2013 at 9:34 PM, Pedro Artigas <partigas at apple.com>
2011 Oct 04
1
Question about linear mixed effects model (nlme)
Hi,
I applied a linear mixed effect model in my data using the nlme package.
lme2<-lme(distance~temperature*condition, random=~+1|trial, data) and then
anova.
I want to ask if it is posible to get the least squares means for the
interaction effect and the corresponding 95%ci. And then plot this values.
Thank you
Panagiotis
--
View this message in context:
2007 May 09
4
Suggestions for partition
The recent thread on Anaconda and RAID10 made me start to think about
how to partition a server I'm about to set up. I have two 146GB SCSI
drives on an IBM x3550. It will be used as a build system. As such,
there is no critical data on these systems, as the source code will
be checked out of our source control system, and the build results
are copied to another system. I usually
2010 Nov 11
1
gmp package installation on CentOS 5.2
Hello,
Last year, I installed CentOS 5.2 on an HP Proliant Server. Along with other packages, the gmp and gmp-devel version 4.1.4 packages were installed. To the best of my knowledge these packages do not come from the gmp team.
Recently, I built an rpm package for gmp 5.0.1 for CentOS 5.2. I tried to update the gmp package by command
rpm -Uvh gmp-5.0.1-1.x86_64.rpm
but the update failed