similar to: Add. Sense: Logical unit not ready, initializing command required

Displaying 20 results from an estimated 300 matches similar to: "Add. Sense: Logical unit not ready, initializing command required"

2007 Feb 28
1
local master browser
Hello! Can anybody tell me what is the meaning of following logs (/var/log/messages). Feb 28 09:16:10 espl nmbd[3086]: process_local_master_announce: Server VINAY at IP 192.168.10.50 is announcing itself as a local master browser for workgroup EXCELIZE and we think we are master. Forcing election. Feb 28 09:16:10 espl nmbd[3086]: Samba name server ESPL has stopped being a local
2010 Mar 29
2
Running commercial softwares on CentOS
Hello! How can I use CentOS as a complete desktop OS? I want to run Autodesk products on it like AutoCAD,Revit,3D Max,etc. Does Wine (winehq) support running such software? Can I use (KVM,Xen) virtualization to run Windows XP and all commercial software on it? Does running XP in virtualization requires a license? Regards, Rahul Tidke
2005 Oct 29
2
AIC7901 RAID320 with CENTOS4 not recognized
An INTEL Server motherboard model SE7501BR2 with an onboard Adaptec AIC7901 controller (with HostRAID) is not being recognized by CENTOS 4. The AIC79xx driver loads correctly, however it does not "see" the fact that I used the HostRAID onboard software to create a RAID 1 set. I went to the INTEL site and only found a driver for RHEL 3.0 and I was unable to find a driver on the adaptec
2006 Jul 05
2
Samba backup and restore with LDAP
Hi I have a problem with a production server (Acer Altos G5350) SLE9 SP3 with Samba 3.0.20b-3.4). It provides shares for about 15 Windows workstations. I purchased it with an Adaptec Hostraid a320 controller (using two 146mb Seatgate drives mirrored with Hostraid) but slowly realising that getting up tod ate kernel supported drivers for these cards is near impossible. When I installed SLE9 it
2005 Feb 01
3
IBM x226 lockups, convert CentOS to RHEL 3.0
I have a friend who has been having an intermittent problem with his nice, shiny new IBM x226 server. It's a Xeon processor, 1.5Gb RAM, hardware RAID controller running CentOS 3 The system will will sometimes run for a couple of weeks, then simply lock up -- nothing on the console, no response to pings, no "caps-lock" lights, no kernel panic indicators, nothing in the logs to
2009 Aug 26
2
Supermicro Adaptec AIC-9410 HostRAID controller
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 1) Has anyone been able to get their AIC-9410 controller recognized in CentOS 5.3? I'm working with a Supermicro X7DBR-3 motherboard. It has 2 "ICH Raid Codebase" options in the Bios (Intel and Adaptec); neither of which seem to change Linux's behavior. The interesting part though, choosing either Adaptec or Intel, then performing
2005 Jun 28
2
Adaptec Host Raid
Hi All, I need to install CentOS 4.0 x86_64 using Adaptec ASC-29320A with HostRAID enabled, but it seems my card isn't recognized. I've tried to install the hardware using driver downloaded for RHEL 4.0 from the Adaptec Website, but still it's unrecognized. P.S. I'm able to install RedHat 9.0 using this card before. Is there anyone have any solution for this? Thanks and
2006 Nov 30
1
Server Compatibility questions... IBM and Dell
Does anyone on list have experience with Digium hardware in the following servers: Dell poweredge SC440 IBM xSeries x226 Have just had major hassles getting TE205P ISDN cards going in these boxes. No joy so far. Anyone managed to do it yet? Thanks. Mark
2004 Dec 13
7
Installation trouble on Dell Poweredge SC420
Hi people I am new to Xen and having some trouble getting it up and running. I am trying to install it on a Dell Poweredge SC420 that has CentOS (RHEL3 clone) installed. The error that I am getting when I first try to boot into the Xen kernel, after having installed the binary and adding the necessary lines to grub.conf is : ---snip--- md: Autodetecting RAID arrays md: autorun ... md: ...
2008 Jun 27
0
Fixed-point AGC, snapshot
Is there any update on this implementation of Fixed-point AGC? We tested the code from Thorvald Natvig. If we can get some idea about the scaling factors - how to set/ calculate for the float to fix conversion, we will try to get up this code. Thanks Regards Manisha Tidke -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Aug 29
0
Fw: Voice Activation Level (speex 1.1.11.1)
Manisha, I'm still here. :-) Here's the function: // Returns the average power level in the given signal float getPower(signed short int *signal, int numSamples) { int i; float amp; float powerSum = 0.0f; for (i = 0; i < numSamples; i++) { amp = (float) abs(signal[i]); powerSum += amp * amp; } return powerSum / (32768.0f * 32768.0f *
2006 Mar 16
0
SCCP problem with ATA188, Asterisk@home and chan_sccp
Hi, This is a message I already posted on the chan_sccp mailing list, but since this list has a lot of active members, I'm hoping someone might be able to help (And my problem is * related, so I guess it's ok if I post it here also ;) ). I'm trying to get SCCP ATA188s to run with Asterisk. The Asterisk box uses the latest Asterisk@Home image (Version 2.6). I have compiled and
2011 Jul 01
6
Cluster Failover Troubleshooting (luci and ricci)
Hello all. I posted this in the forum and was told to instead post it to the mailing list. My apologies for the redundancy if you have already seen and been irritated by my blatherings. Thanks. _________________________ I am working on a CentOS clustered LAMP stack and running into problems. I have searched extensively and have come up empty. Here's my setup: Two node cluster
2008 Nov 10
3
Asterisk daemon dies about once per day
I have an asterisk system where the asterisk daemon dies typically at least once per day. It is running in the wrapper safe_asterisk, which automatically starts the daemon back up. But we find this unacceptable because when the daemon dies, we usually have active calls drop, and sometimes we have to run asterisk -r -x "module reload" after the daemon starts back up before everything is
2005 Nov 20
1
CentOS 4.2 and Adaptect 1210SA
Adaptec 1210SA with a RAID 0 Intel 815 based mobo 512mb ram During the install, Disk Druid or whatever the partition utility is, sees the first disk but says the other disk is not initialized and only reports 150MB when the array is 300MB. How do I get the CentOS installer to see the RAID 0 array correctly?
2006 Aug 02
1
Qt client with rails? Does it make sense?
Hi, A quick question from a beginner: does it make sense to build the UI of a rails application with Qt, instead of bulding a web application? The idea would be to reuse parts of rails (like ActiveRecords) to write the logic on the server, and build the (complex) UI faster, with a client-based framework. On the client, ruby *could* be used too, since QtRuby exists. Your reactions are more than
2006 May 11
0
Settings DS field: Does it make sense?
Hi all I can set the DS field to EF of outgoing VoIP RTP packets, but does it makes any sense to routers? Do routers look at the DS field for routing decisions or do routers classify packets based on other criteria and subsequently sets the DS field? I''m bit of confused here, could somebody give me some light here. Thanks. Regards Unga
2004 May 25
0
Does weight route and nat make sense ?
After many attempts to get weight multipath routing to work reliable on my NAT firewall, I am beginning to think, maybe it simply does not make sense to combine them together. I get various kinds of problems with this configuration, especially with long-connecting session ( eg PcAnywhere ). After various investigations, my conclusion is that PcAnyWhere has a mechanism to "detect"
2006 Jan 30
0
Making sense of all the search options
Hi everyone, I have an app that manages accounts. There''s a search function that I don''t like, but it works: @person_pages, @people = paginate :person, :per_page => 20, :conditions => [ "LOWER(username) LIKE ? OR LOWER(first_name) LIKE ? OR LOWER(last_name) LIKE ? OR LOWER(preferred_name) LIKE ?", "%" + session[:q] +
2007 Jul 20
1
[PATCH 1/3] lguest: fix sense if IF flag on interrupt injection
The sense of the IF bit is backwards in the host interrupt handling. This means we always save "IF=1" on the stack when injecting an interrupt. It turns out this is almost always correct (unless the guest is taking a page fault in an interrupt due to an unpopulated vmalloc mapping), so went unnoticed. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> ---