<?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 for Adaptec Linux Blog</title>
	<link>http://linux.adaptec.com</link>
	<description></description>
	<pubDate>Sun, 07 Sep 2008 23:09:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on 1220SA adp3132 SATA raid controller driver for ubuntu 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>Comment on 1220SA adp3132 SATA raid controller driver for ubuntu 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>Comment on How do I get Adaptec Storage Manager to work with Ubuntu 7.10? by Alex Mclintock</title>
		<link>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-47</link>
		<author>Alex Mclintock</author>
		<pubDate>Sun, 30 Dec 2007 17:57:18 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-47</guid>
		<description>Would it be possible to supply this package as an ubuntu package as well as an RPM one? 

And possibly supply it to one of the main repositories too?

:-)</description>
		<content:encoded><![CDATA[<p>Would it be possible to supply this package as an ubuntu package as well as an RPM one? </p>
<p>And possibly supply it to one of the main repositories too?</p>
<p> <img src='http://linux.adaptec.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1220SA adp3132 SATA raid controller driver for ubuntu 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>
	<item>
		<title>Comment on How do I get Adaptec Storage Manager to work with Ubuntu 7.10? by Phil Wilson</title>
		<link>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-41</link>
		<author>Phil Wilson</author>
		<pubDate>Fri, 21 Dec 2007 11:10:38 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-41</guid>
		<description>Thanks for the suggestions and corrections. Sorry I haven't responded sooner but have been traveling.

I found the editor I use unhelpfully turns two short hyphens into one longer one! I'll watch out for that in future - I hope it didn't cause too much grief - thanks for pointing this out Mipam. 

Thanks to Pavel for the tip regarding the libraries that arcconf uses and the dynamic linker.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestions and corrections. Sorry I haven&#8217;t responded sooner but have been traveling.</p>
<p>I found the editor I use unhelpfully turns two short hyphens into one longer one! I&#8217;ll watch out for that in future - I hope it didn&#8217;t cause too much grief - thanks for pointing this out Mipam. </p>
<p>Thanks to Pavel for the tip regarding the libraries that arcconf uses and the dynamic linker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I get Adaptec Storage Manager to work with Ubuntu 7.10? by Mipam Moudry</title>
		<link>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-40</link>
		<author>Mipam Moudry</author>
		<pubDate>Thu, 20 Dec 2007 22:24:23 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-40</guid>
		<description>Sorry about whining, it works like a charm now on both 63 bit and 32 bit.

Thanks!</description>
		<content:encoded><![CDATA[<p>Sorry about whining, it works like a charm now on both 63 bit and 32 bit.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on arconf with HostRAID ESB2 controller by Kavan</title>
		<link>http://linux.adaptec.com/2007/12/19/arconf-with-hostraid-esb2-controller/#comment-39</link>
		<author>Kavan</author>
		<pubDate>Thu, 20 Dec 2007 13:40:23 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/12/19/arconf-with-hostraid-esb2-controller/#comment-39</guid>
		<description>It works. Thank you!</description>
		<content:encoded><![CDATA[<p>It works. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I get Adaptec Storage Manager to work with Ubuntu 7.10? by Pavel Flajshans</title>
		<link>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-34</link>
		<author>Pavel Flajshans</author>
		<pubDate>Sun, 16 Dec 2007 13:22:08 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-34</guid>
		<description>Thanks a lot for this article.
Just one suggestion. If you want use arcconf from /usr/StorMan, it's necessary to put line "/usr/StorMan" into /etc/ld.so.conf and then run ldconfig.
Arcconf uses bundled library libstdc++.so.5.
Tested on Ubuntu 7.10 Gutsy.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this article.<br />
Just one suggestion. If you want use arcconf from /usr/StorMan, it&#8217;s necessary to put line &#8220;/usr/StorMan&#8221; into /etc/ld.so.conf and then run ldconfig.<br />
Arcconf uses bundled library libstdc++.so.5.<br />
Tested on Ubuntu 7.10 Gutsy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I get Adaptec Storage Manager to work with Ubuntu 7.10? by Mipam Moudry</title>
		<link>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-33</link>
		<author>Mipam Moudry</author>
		<pubDate>Thu, 13 Dec 2007 13:42:25 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-33</guid>
		<description>This procedure doesn't work. Why was my comment about it not working been deleted?
Another point your line containing : sudo alien –scripts asm_linux_x86_v5_20_17414.rpm

should be: sudo alien –-scripts asm_linux_x86_v5_20_17414.rpm</description>
		<content:encoded><![CDATA[<p>This procedure doesn&#8217;t work. Why was my comment about it not working been deleted?<br />
Another point your line containing : sudo alien –scripts asm_linux_x86_v5_20_17414.rpm</p>
<p>should be: sudo alien –-scripts asm_linux_x86_v5_20_17414.rpm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I get Adaptec Storage Manager to work with Ubuntu 7.10? by Mipam Moudry</title>
		<link>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-30</link>
		<author>Mipam Moudry</author>
		<pubDate>Wed, 12 Dec 2007 21:29:53 +0000</pubDate>
		<guid>http://linux.adaptec.com/2007/11/15/how-do-i-get-adaptec-storage-manager-to-work-with-ubuntu-710/#comment-30</guid>
		<description>Hi,
I have tried your procedure and it hangs on the convert step. I am using Ubuntu 7.10 64 bit.

Here is the output :

mipam@origin:~$ sudo alien -v --scripts asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{SUMMARY} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{POSTIN} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{NAME} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{POSTUN} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{PREUN} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{RELEASE} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{PREFIXES} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{CHANGELOGTEXT} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{COPYRIGHT} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{DESCRIPTION} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{ARCH} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{VERSION} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qp --queryformat %{PREIN} asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qcp asm_linux_x64_v5_20_17414.rpm
        rpm -qpi asm_linux_x64_v5_20_17414.rpm
        LANG=C rpm -qpl asm_linux_x64_v5_20_17414.rpm
        mkdir StorMan-5.20
        chmod 755 StorMan-5.20
        rpm2cpio asm_linux_x64_v5_20_17414.rpm &#124; (cd StorMan-5.20; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2&#62;&#38;1
Unpacking of 'asm_linux_x64_v5_20_17414.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 153.
        find StorMan-5.20 -type d -exec chmod 755 {} ;
        rm -rf StorMan-5.20

MM</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have tried your procedure and it hangs on the convert step. I am using Ubuntu 7.10 64 bit.</p>
<p>Here is the output :</p>
<p><a href="mailto:mipam@origin:~$">mipam@origin:~$</a> sudo alien -v &#8211;scripts asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{SUMMARY} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{POSTIN} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{NAME} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{POSTUN} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{PREUN} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{RELEASE} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{PREFIXES} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{CHANGELOGTEXT} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{COPYRIGHT} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{DESCRIPTION} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{ARCH} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{VERSION} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qp &#8211;queryformat %{PREIN} asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qcp asm_linux_x64_v5_20_17414.rpm<br />
        rpm -qpi asm_linux_x64_v5_20_17414.rpm<br />
        LANG=C rpm -qpl asm_linux_x64_v5_20_17414.rpm<br />
        mkdir StorMan-5.20<br />
        chmod 755 StorMan-5.20<br />
        rpm2cpio asm_linux_x64_v5_20_17414.rpm | (cd StorMan-5.20; cpio &#8211;extract &#8211;make-directories &#8211;no-absolute-filenames &#8211;preserve-modification-time) 2&gt;&amp;1<br />
Unpacking of &#8216;asm_linux_x64_v5_20_17414.rpm&#8217; failed at /usr/share/perl5/Alien/Package/Rpm.pm line 153.<br />
        find StorMan-5.20 -type d -exec chmod 755 {} ;<br />
        rm -rf StorMan-5.20</p>
<p>MM</p>
]]></content:encoded>
	</item>
</channel>
</rss>
