Try the following patch in /opt/xcat/lib/perl/xCAT, and then restart xcatd deamon, and see if the problem gets fixed
--- Yum.pm 2011-09-13 09:45:27.000000000 +0100
+++ Yum.pm.new 2011-09-13 09:44:59.000000000 +0100
@@ -23,7 +23,7 @@
}
sub check_tofix {
if (-d $File::Find::name and $File::Find::name =~ /\/repodata$/) {
- if($distname =~ /rhels5/)
+ if(($distname =~ /rhels5/) || ($distname =~ /SL6/))
{
fix_directory($File::Find::name);
}
regards,
Arif Ali
catch me on freenode IRC, username: arif-ali
On 09/13/2011 09:36 AM, Arif Ali wrote:
> Aah, I can see what the problem is, we may need to change the code
> slightly, I will get back to you with the small change required to fix this
>
> Arif Ali
>
> catch me on freenode IRC, username: arif-ali
>
> On 09/09/2011 07:26 PM, Andrew Klaassen wrote:
>> Hi all,
>>
>> I running into two problems (so far) with Scientific Linux 6.
>>
>> 1. Copycds doesn't recognize the DVDs. I was able to import with the "-n
>> SL6" option, though. I found a similar thread in the archives, but I wasn't
>> able to read the HTML-encoded emails that might've had the answers.
>>
>> 2. After install, updatenode -S fails with:
>>
>> r051: ospkgs: yum -y upgrade\n
>> ftp://10.101.4.3/SL6/x86_64/SL/repodata/repomd.xml: [Errno 14] PYCURL ERROR
>> 9 - "Server denied you to change to the given directory"
>>
>> The /install/SL6/x86_64/SL directory doesn't exist; the "repodata" directory
>> is actually one directory up, at /install/SL6/x86_64/repodata/.
>>
>> I'm running xCAT-2.6.7-snap201108301115 from the xCAT yum repo.
>>
>> Thanks.
>>
>> Andrew
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Why Cloud-Based Security and Archiving Make Sense
>> Osterman Research conducted this study that outlines how and why cloud
>> computing security and archiving is rapidly being adopted across the IT
>> space for its ease of implementation, lower cost, and increased
>> reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
>> _______________________________________________
>> xCAT-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/xcat-user
<<attachment: mail.vcf>>
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1
_______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
