Re: [Koha] Koha Installation on Ubuntu 11

2011-08-19 Thread deepak.bhatia
Thanks for your help, actually we have to set the http_proxy in the Config.pm
file……..Thanks

--
View this message in context: 
http://koha.1045719.n5.nabble.com/Koha-Installation-on-Ubuntu-11-tp4711550p4715013.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread deepak.bhatia
Hi,

1.  When I install the Ubuntu 11, then I create a user by my name “deepak”
2.  Then I login as deepak and set the password for root using “sudo passwd
root”
3.  Then create a koha user while logged in as deepak, using the command
“adduser koha”
4.  Then I do “sudo users-admin” and give administer rights to koha
5.  Then I logout and login using koha
6.  Then I follow the steps after that as suggested by you in your PDF.

Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands
had worked, like sudo apt-get update, sudo dselect)

Please help me in resolving this issue.

Thanks

Deepak Bhatia

--
View this message in context: 
http://koha.1045719.n5.nabble.com/Koha-Installation-on-Ubuntu-11-tp4711550p4711550.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread Deepak Bhatia
Hi Tomas,

Please find the error message below

$sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
 PDF::API2::Simple Storable Text::CSV::Encoded MARC::Crosswalk::DublinCore \
 GD::Barcode::UPCE HTML::Scrubber Email::Date YAML PDF::Reuse \
 PDF::Reuse::Barcode Test::More Test::Simple Business::ISBN \
 CGI::Session::Driver::memcached
CPAN: Storable loaded ok (v2.20)
CPAN: LWP::UserAgent loaded ok (v5.835)
CPAN: Time::HiRes loaded ok (v1.9719)
Warning: no success downloading 
'/home/koha/.cpan/sources/authors/01mailrc.txt.gz.tmp1828'. Giving up on it. at 
/usr/share/perl/5.10/CPAN/Index.pm line 225
Fetching with LWP:
  http://www.perl.org/CPAN/authors/01mailrc.txt.gz
LWP failed with code[500] message[Can't connect to www.perl.org:80 (connect: 
Connection refused)]

Trying with /usr/bin/wget -O 
/home/koha/.cpan/sources/authors/01mailrc.txt.tmp1828 to get
http://www.perl.org/CPAN/authors/01mailrc.txt.gz;
--2011-08-18 22:20:24--  http://www.perl.org/CPAN/authors/01mailrc.txt.gz
Resolving www.perl.org... 207.171.7.41, 2607:f238:3::1:41
Connecting to www.perl.org|207.171.7.41|:80... failed: Connection refused.

-Original Message-
From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Tomas Cohen Arazi
Sent: Thursday, August 18, 2011 7:30 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha Installation on Ubuntu 11

Deepak

On Thu, Aug 18, 2011 at 7:01 AM, deepak.bhatia
deepak.bha...@nechclst.in wrote:
 Hi,

 1.      When I install the Ubuntu 11, then I create a user by my name “deepak”
 2.      Then I login as deepak and set the password for root using “sudo 
 passwd
 root”
 3.      Then create a koha user while logged in as deepak, using the command
 “adduser koha”
 4.      Then I do “sudo users-admin” and give administer rights to koha
 5.      Then I logout and login using koha
 6.      Then I follow the steps after that as suggested by you in your PDF.

 Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands
 had worked, like sudo apt-get update, sudo dselect)

It is not enough to tell us that

$sudo cpan HTTP::OAI

fails. You need to tell us *how* does it fail. Most likely a CPAN
problem downloading packages? Please, provide us with more details,
perhaps a message the command throws to your shell output.

Regards
To+
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha



DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
---
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread Tomas Cohen Arazi
On Thu, Aug 18, 2011 at 11:03 AM, Deepak Bhatia
deepak.bha...@nechclst.in wrote:
 Hi Tomas,

 Please find the error message below

 $sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
 PDF::API2::Simple Storable Text::CSV::Encoded MARC::Crosswalk::DublinCore \
 GD::Barcode::UPCE HTML::Scrubber Email::Date YAML PDF::Reuse \
 PDF::Reuse::Barcode Test::More Test::Simple Business::ISBN \
 CGI::Session::Driver::memcached
 CPAN: Storable loaded ok (v2.20)
 CPAN: LWP::UserAgent loaded ok (v5.835)
 CPAN: Time::HiRes loaded ok (v1.9719)
...
 Connecting to www.perl.org|207.171.7.41|:80... failed: Connection refused.

  ^^
Exactly, it looks like you can't reach perl servers. And is not a cpan
command problem. If you still have this issue (problem looks solved
from Argentina at least) try using a different mirror, that can be set
in the file

/etc/perl/CPAN/Config.pm

Mirrors can be found here:

http://search.cpan.org/mirror

Regards
To+
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread Deepak Bhatia
Hi Tomas,

Thanks for your support.

I can google the updation of config.pn to contain the urllist of the
mirrors for perl servers, but will be grateful to you if you can send me
an example as I not a perl expert.

Regards

Deepak Bhatia

-Original Message-
From: koha-boun...@lists.katipo.co.nz
[mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Tomas Cohen Arazi
Sent: Thursday, August 18, 2011 7:40 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha Installation on Ubuntu 11

On Thu, Aug 18, 2011 at 11:03 AM, Deepak Bhatia
deepak.bha...@nechclst.in wrote:
 Hi Tomas,

 Please find the error message below

 $sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
 PDF::API2::Simple Storable Text::CSV::Encoded
MARC::Crosswalk::DublinCore \
 GD::Barcode::UPCE HTML::Scrubber Email::Date YAML PDF::Reuse \
 PDF::Reuse::Barcode Test::More Test::Simple Business::ISBN \
 CGI::Session::Driver::memcached
 CPAN: Storable loaded ok (v2.20)
 CPAN: LWP::UserAgent loaded ok (v5.835)
 CPAN: Time::HiRes loaded ok (v1.9719)
...
 Connecting to www.perl.org|207.171.7.41|:80... failed: Connection
refused.

  ^^
Exactly, it looks like you can't reach perl servers. And is not a cpan
command problem. If you still have this issue (problem looks solved
from Argentina at least) try using a different mirror, that can be set
in the file

/etc/perl/CPAN/Config.pm

Mirrors can be found here:

http://search.cpan.org/mirror

Regards
To+
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha



DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
---
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha