<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: 1220SA adp3132 SATA raid controller driver for ubuntu</title>
	<link>http://linux.adaptec.com/2007/12/22/1220sa-adp3132-sata-raid-controller-driver-for-ubuntu/</link>
	<description></description>
	<pubDate>Fri, 16 May 2008 13:19:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Phil Wilson</title>
		<link>http://linux.adaptec.com/2007/12/22/1220sa-adp3132-sata-raid-controller-driver-for-ubuntu/#comment-64</link>
		<author>Phil Wilson</author>
		<pubDate>Mon, 18 Feb 2008 08:15:09 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/12/22/1220sa-adp3132-sata-raid-controller-driver-for-ubuntu/#comment-64</guid>
		<description>Hi Jason, not sure if anyone came back to you on this - if not sorry for the delay. I've had the same problem in the past caused by ASM using older versions of the libstc++ libraries than those shipped with the distribution.

Can you try with the latest version of ASM (version 5.20) which ships with the appropriate version of the libstdc++ library?

If you look under our support downloads section under one of the more recent controllers e.g. the 3805,

http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3805&#038;dn=Adaptec+RAID+3805

You'll see the rpm's for version 5.20.

There's a posting elsewhere on this blog describing the steps to convert to a deb package and a changes to get the ASM agent to start in run level 2.

Alternatively you could do an ldd of the two so libraries in the /usr/StorMan directory and install the appropriate older version of libstdc++ to resolve missing dependencies.

cheers, Phil</description>
		<content:encoded><![CDATA[<p>Hi Jason, not sure if anyone came back to you on this - if not sorry for the delay. I&#8217;ve had the same problem in the past caused by ASM using older versions of the libstc++ libraries than those shipped with the distribution.</p>
<p>Can you try with the latest version of ASM (version 5.20) which ships with the appropriate version of the libstdc++ library?</p>
<p>If you look under our support downloads section under one of the more recent controllers e.g. the 3805,</p>
<p><a href="http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3805&#038;dn=Adaptec+RAID+3805" rel="nofollow">http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3805&#038;dn=Adaptec+RAID+3805</a></p>
<p>You&#8217;ll see the rpm&#8217;s for version 5.20.</p>
<p>There&#8217;s a posting elsewhere on this blog describing the steps to convert to a deb package and a changes to get the ASM agent to start in run level 2.</p>
<p>Alternatively you could do an ldd of the two so libraries in the /usr/StorMan directory and install the appropriate older version of libstdc++ to resolve missing dependencies.</p>
<p>cheers, Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Emanuel</title>
		<link>http://linux.adaptec.com/2007/12/22/1220sa-adp3132-sata-raid-controller-driver-for-ubuntu/#comment-49</link>
		<author>Jason Emanuel</author>
		<pubDate>Fri, 04 Jan 2008 16:10:19 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/12/22/1220sa-adp3132-sata-raid-controller-driver-for-ubuntu/#comment-49</guid>
		<description>Hi Anil,
Thanks for your help. I've managed to get the packages installed on CentOS 5.0 but when I run the ASM and fill in the root credentials i get a "user root could not be logged in" error. The contents of the RaidErr.log are as follows:
04 Jan 2008 10:55:20,466 [RaidMan:Console:Login:chocho] ERROR GUIManagementAgentRemote.doLogin:175 - Login failed
java.rmi.ServerError: Error occurred in server thread; nested exception is: 
        java.lang.UnsatisfiedLinkError: authenticateUser
        at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:382)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
        at sun.rmi.transport.Transport$1.run(Transport.java:153)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
        at java.lang.Thread.run(Thread.java:595)
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
        at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI_Stub.login(Unknown Source)
        at com.ibm.sysmgt.raidmgr.mgtGUI.GUIManagementAgentRemote.doLogin(GUIManagementAgentRemote.java:146)
        at com.ibm.sysmgt.raidmgr.mgtGUI.ManagedSystem.doLogin(ManagedSystem.java:211)
        at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToLocal(LoginHelper.java:682)
        at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToRemote(LoginHelper.java:115)
        at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToRemote(LoginHelper.java:91)
        at com.ibm.sysmgt.raidmgr.mgtGUI.ManagedSystem$1.run(ManagedSystem.java:703)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.UnsatisfiedLinkError: authenticateUser
        at com.ibm.sysmgt.raidmgr.agent.ManagementAgent.authenticateUser(Native Method)
        at com.ibm.sysmgt.raidmgr.agent.SecurityManagerRMI.login(SecurityManagerRMI.java:432)
        at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI.login(GatekeeperRMI.java:142)
        at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI_Skel.dispatch(Unknown Source)
        at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
        at sun.rmi.transport.Transport$1.run(Transport.java:153)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
        ... 1 more



Any advice?</description>
		<content:encoded><![CDATA[<p>Hi Anil,<br />
Thanks for your help. I&#8217;ve managed to get the packages installed on CentOS 5.0 but when I run the ASM and fill in the root credentials i get a &#8220;user root could not be logged in&#8221; error. The contents of the RaidErr.log are as follows:<br />
04 Jan 2008 10:55:20,466 [RaidMan:Console:Login:chocho] ERROR GUIManagementAgentRemote.doLogin:175 - Login failed<br />
java.rmi.ServerError: Error occurred in server thread; nested exception is:<br />
        java.lang.UnsatisfiedLinkError: authenticateUser<br />
        at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:382)<br />
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)<br />
        at sun.rmi.transport.Transport$1.run(Transport.java:153)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)<br />
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)<br />
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)<br />
        at java.lang.Thread.run(Thread.java:595)<br />
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)<br />
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)<br />
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)<br />
        at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI_Stub.login(Unknown Source)<br />
        at com.ibm.sysmgt.raidmgr.mgtGUI.GUIManagementAgentRemote.doLogin(GUIManagementAgentRemote.java:146)<br />
        at com.ibm.sysmgt.raidmgr.mgtGUI.ManagedSystem.doLogin(ManagedSystem.java:211)<br />
        at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToLocal(LoginHelper.java:682)<br />
        at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToRemote(LoginHelper.java:115)<br />
        at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToRemote(LoginHelper.java:91)<br />
        at com.ibm.sysmgt.raidmgr.mgtGUI.ManagedSystem$1.run(ManagedSystem.java:703)<br />
        at java.lang.Thread.run(Thread.java:595)<br />
Caused by: java.lang.UnsatisfiedLinkError: authenticateUser<br />
        at com.ibm.sysmgt.raidmgr.agent.ManagementAgent.authenticateUser(Native Method)<br />
        at com.ibm.sysmgt.raidmgr.agent.SecurityManagerRMI.login(SecurityManagerRMI.java:432)<br />
        at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI.login(GatekeeperRMI.java:142)<br />
        at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI_Skel.dispatch(Unknown Source)<br />
        at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)<br />
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)<br />
        at sun.rmi.transport.Transport$1.run(Transport.java:153)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)<br />
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)<br />
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)<br />
        &#8230; 1 more</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Emanuel</title>
		<link>http://linux.adaptec.com/2007/12/22/1220sa-adp3132-sata-raid-controller-driver-for-ubuntu/#comment-46</link>
		<author>Jason Emanuel</author>
		<pubDate>Fri, 28 Dec 2007 19:30:40 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/12/22/1220sa-adp3132-sata-raid-controller-driver-for-ubuntu/#comment-46</guid>
		<description>Hi Anil,
Thanks for the help. Do you guys have a 64 bit source package available? Here's the error message I receive:

Package build failed. Here's the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 &#124; \
                xargs -0 -r -i cp -a {} debian/adaptec-adp3132
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: error: current build architecture amd64 does not appear in package's list (i386)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
        find Adaptec_adp3132-OpenBuild -type d -exec chmod 755 {} ;
find: Adaptec_adp3132-OpenBuild: No such file or directory
        rm -rf Adaptec_adp3132-OpenBuild



Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi Anil,<br />
Thanks for the help. Do you guys have a 64 bit source package available? Here&#8217;s the error message I receive:</p>
<p>Package build failed. Here&#8217;s the log:<br />
dh_testdir<br />
dh_testdir<br />
dh_testroot<br />
dh_clean -k -d<br />
dh_installdirs<br />
dh_installdocs<br />
dh_installchangelogs<br />
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \<br />
                xargs -0 -r -i cp -a {} debian/adaptec-adp3132<br />
dh_compress<br />
dh_makeshlibs<br />
dh_installdeb<br />
dh_shlibdeps<br />
dh_gencontrol<br />
dpkg-gencontrol: error: current build architecture amd64 does not appear in package&#8217;s list (i386)<br />
dh_gencontrol: command returned error code 65280<br />
make: *** [binary-arch] Error 1<br />
        find Adaptec_adp3132-OpenBuild -type d -exec chmod 755 {} ;<br />
find: Adaptec_adp3132-OpenBuild: No such file or directory<br />
        rm -rf Adaptec_adp3132-OpenBuild</p>
<p>Thanks <img src='http://linux.adaptec.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
