[Koha] Koha SIP2 server setup

pankaj delnet pdelnet at gmail.com
Thu Jul 5 16:49:44 NZST 2012


Dear All of koha user .Please help me ..

start server---*(1) -- root at RFID:~/koha/koha-3.8.2# perl -IC4/SIP/ -MILS
C4/SIP/SIPServer.pm etc/SIPconfig.xml

SIPServer config:
$VAR1 = bless( {
                 'xmlns' => 'http://openncip.org/acs-config/1.0/',
                 'institutions' => {
                                     'CPL' => bless( {
                                                     'implementation' =>
'ILS',
                                                     'policy' => {
                                                                 'checkout'
=> 'true',
                                                                 'retries'
=> '5',
                                                                 'checkin'
=> 'true',
                                                                 'timeout'
=> '25',

'status_update' => 'false',
                                                                 'offline'
=> 'false',
                                                                 'renewal'
=> 'true'
                                                               },
                                                     'id' => 'CPL',
                                                     'parms' => ''
                                                   },
'Sip::Configuration::Institution' ),
                                     'MAIN' => bless( {
                                                      'implementation' =>
'ILS',
                                                      'policy' => {

'checkout' => 'true',
                                                                  'retries'
=> '5',
                                                                  'checkin'
=> 'true',
                                                                  'timeout'
=> '100',

'status_update' => 'false',
                                                                  'offline'
=> 'false',
                                                                  'renewal'
=> 'true'
                                                                },
                                                      'id' => 'MAIN',
                                                      'parms' => ''
                                                    },
'Sip::Configuration::Institution' ),
                                     'kohalibrary' => bless( {

'implementation' => 'ILS',
                                                             'policy' => {

'checkout' => 'true',

'retries' => '5',

'checkin' => 'true',

'timeout' => '100',

'status_update' => 'false',

'offline' => 'false',

'renewal' => 'false'
                                                                       },
                                                             'id' =>
'kohalibrary',
                                                             'parms' => ''
                                                           },
'Sip::Configuration::Institution' ),
                                     'LPL' => bless( {
                                                     'implementation' =>
'ILS',
                                                     'policy' => {
                                                                 'checkout'
=> 'true',
                                                                 'retries'
=> '5',
                                                                 'checkin'
=> 'true',
                                                                 'timeout'
=> '100',
                                                                 'renewal'
=> 'false'
                                                               },
                                                     'id' => 'LPL'
                                                   },
'Sip::Configuration::Institution' ),
                                     'kohalibrary2' => bless( {

'implementation' => 'ILS',
                                                              'policy' => {

'checkout' => 'true',

'retries' => '3',

'checkin' => 'true',

'timeout' => '100',

'renewal' => 'false'
                                                                        },
                                                              'id' =>
'kohalibrary2',
                                                              'parms' => ''
                                                            },
'Sip::Configuration::Institution' )
                                   },
                 'server-params' => {
                                    'syslog_ident' => 'koha_sip',
                                    'min_servers' => '1',
                                    'min_spare_servers' => '0',
                                    'log_file' => 'Sys::Syslog',
                                    'syslog_facility' => 'local6'
                                  },
                 'error-detect' => 'true',
                 'listeners' => {
                                  '127.0.0.1:6001/tcp' => bless( {
                                                                 'protocol'
=> 'SIP/2.00',

'transport' => 'RAW',
                                                                 'timeout'
=> '60',
                                                                 'port' => '
127.0.0.1:6001/tcp'
                                                               },
'Sip::Configuration::Service' ),
                                  '8023/tcp' => bless( {
                                                       'protocol' =>
'SIP/2.00',
                                                       'transport' =>
'telnet',
                                                       'timeout' => '60',
                                                       'port' => '8023/tcp'
                                                     },
'Sip::Configuration::Service' )
                                },
                 'accounts' => {
                                 'koha' => bless( {
                                                  'password' => 'koha',
                                                  'error-detect' =>
'enabled',
                                                  'id' => 'koha',
                                                  'delimiter' => '|',
                                                  'institution' =>
'kohalibrary'
                                                },
'Sip::Configuration::Account' ),
                                 'lpl-sc-beacock' => bless( {
                                                            'password' =>
'xyzzy',
                                                            'error-detect'
=> 'enabled',
                                                            'id' =>
'lpl-sc-beacock',
                                                            'delimiter' =>
'|',
                                                            'institution'
=> 'LPL'
                                                          },
'Sip::Configuration::Account' ),
                                 'koha2' => bless( {
                                                   'password' => 'koha',
                                                   'id' => 'koha2',
                                                   'institution' =>
'kohalibrary2'
                                                 },
'Sip::Configuration::Account' ),
                                 'term1' => bless( {
                                                   'password' => 'term1',
                                                   'error-detect' =>
'enabled',
                                                   'id' => 'term1',
                                                   'delimiter' => '|',
                                                   'institution' => 'CPL'
                                                 },
'Sip::Configuration::Account' ),
                                 'lpl-sc' => bless( {
                                                    'password' => '1234',
                                                    'id' => 'lpl-sc',
                                                    'institution' => 'LPL'
                                                  },
'Sip::Configuration::Account' )
                               }
               }, 'Sip::Configuration' );

END SIPServer config.
Thu Jul  5 10:12:08 2012 -- startup -- procid:2906
Params for Net::Server::PreFork :
$VAR1 = [
          'port=127.0.0.1:6001/tcp',
          'port=8023/tcp',
          'syslog_ident=koha_sip',
          'min_servers=1',
          'min_spare_servers=0',
          'log_file=Sys::Syslog',
          'syslog_facility=local6'
        ];

root at RFID:~/koha/koha-3.8.2# grep LOG_SIP C4/SIP/SIPServer.pm
use constant LOG_SIP => "local6"; # Local alias for the logging facility

After that --

*

*To redirect output in individual file add following to /etc/syslog.conf *

*local6.*        -/var/log/sip2.log

This file in my etc syslog.conf is not found

*




On Thu, Jul 5, 2012 at 2:58 AM, <koha-request at lists.katipo.co.nz> wrote:

> Send Koha mailing list submissions to
>         koha at lists.katipo.co.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.katipo.co.nz/mailman/listinfo/koha
> or, via email, send a message with subject or body 'help' to
>         koha-request at lists.katipo.co.nz
>
> You can reach the person managing the list at
>         koha-owner at lists.katipo.co.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Koha digest..."
>
>
> Today's Topics:
>
>    1. Koha Live CD Lite released (Vimal Kumar)
>    2. Re: languages lost after upgrading from 3.0 to 3.6
>       (Fr?d?ric Demians)
>    3. SIP2 koha installation (pankaj delnet)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 4 Jul 2012 22:16:11 +0530
> From: Vimal Kumar <vimal0212 at gmail.com>
> To: Koha-List <koha at lists.katipo.co.nz>
> Subject: [Koha] Koha Live CD Lite released
> Message-ID:
>         <CAEaJrwW7-Lx8z+Qjrbi+ihZwVohwYtgZJDU12uTGPW5xF=
> 7vZQ at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Dear Friends,
>
> Koha Live CD Lite <http://sourceforge.net/projects/kohalivecd-lite/> is
> based on Ubuntu Linux 10.04 and Koha 3.8.2.
> File size is 600 MB. Live CD is customized for ready to use.
>
> Download Link,
>
> http://sourceforge.net/projects/kohalivecd-lite/
>
>
> Highlights are:
>
>    - Easy installation steps
>    - Koha customised for ready to use
>    - Zebra server enabled
>    - Customised MARC fields in cataloguing
>    - Scheduled database backup
>    - Build on Ubuntu 10.04 LTS
>    - Detailed installation manual and Read Me file
>    - Sample reports
>
>
> Regards,
>
>
> --
> Vimal Kumar V.
> Mahatma Gandhi University Library
> Kottayam, Kerala- 686 560
> Web: http://www.vimalkumar.org
> Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in
> ---------------------------------------------------------------------------
> "I forget what I was taught. I only remember what I have learnt"
> -Patrick White
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 04 Jul 2012 19:03:54 +0200
> From: Fr?d?ric Demians <frederic at tamil.fr>
> To: koha at lists.katipo.co.nz
> Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> Message-ID: <4FF4777A.10506 at tamil.fr>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>  > ok, i just did it:
>  >   env KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/local/koha/lib/
>  > perl translate install fr-FR
>  > tmpl_process3.pl: Warning: unconsistent %s count: (0/1):
>  >    line:   70660
>  >    msgid:  "Total amount to be written ofsf:"
>  >    msgstr: "Total des pertes et profits : %s"
>  > tmpl_process3.pl: Warning: unconsistent %s count: (3/4):
>  >    line:   10980
>  >    msgid:  "%s %%] %s %s "
>  >    msgstr: "%s %s] %s %s "
>
> This is just warnings. It means that 2 strings will not be translated
> from English to French due to errors in the translation. This is a very
> marginal issue.
>
> Kind regards,
> --
> Fr?d?ric DEMIANS
> http://www.tamil.fr/u/fdemians.html
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 4 Jul 2012 21:08:57 +0530
> From: pankaj delnet <pdelnet at gmail.com>
> To: koha at lists.katipo.co.nz
> Subject: [Koha] SIP2 koha installation
> Message-ID:
>         <
> CALYPb4CnRfcYH29KBUqnbeeOux0Y16JBdg8xQ-BvD2H1UoiDFQ at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Wed, Jul 4, 2012 at 9:03 PM, <koha-request at lists.katipo.co.nz> wrote:
>
> > Send Koha mailing list submissions to
> >         koha at lists.katipo.co.nz
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         http://lists.katipo.co.nz/mailman/listinfo/koha
> > or, via email, send a message with subject or body 'help' to
> >         koha-request at lists.katipo.co.nz
> >
> > You can reach the person managing the list at
> >         koha-owner at lists.katipo.co.nz
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Koha digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Re: languages lost after upgrading from 3.0 to 3.6
> >       (Jared Camins-Esakov)
> >    2. Re: [Koha-devel] About IRC meeting & voting (BWS Johnson)
> >    3. Re: [Koha-devel] About IRC meeting & voting (Paul Poulain)
> >    4. Re: languages lost after upgrading from 3.0 to 3.6 (Gerard Henry)
> >    5. Koha Release Manager monthly newsletter 8 published (Paul Poulain)
> >    6. Re: languages lost after upgrading from 3.0 to 3.6 (Beda Szukics)
> >    7. Re: Koha Digest, Vol 81, Issue 9 (pankaj delnet)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 4 Jul 2012 09:19:58 -0400
> > From: Jared Camins-Esakov <jcamins at cpbibliography.com>
> > To: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > Cc: Koha List <koha at lists.katipo.co.nz>
> > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > Message-ID:
> >         <CALVDfQx7GY9VG1Pqh1xVPSOsKxu=
> > v2NCR8xZ-DepP4y33N2+zQ at mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Gerard,
> >
> > at the beginning of the wiki:
> > > http://wiki.koha-community.**org/wiki/Installation_of_**
> > > additional_languages_for_OPAC_**and_INTRANET_staff_client<
> >
> http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
> > >
> > >
> > > there is: Getting the latest translation files
> > > "For many languages the stable Koha installation packages come with
> > > outdated or disfunctional translation files. Thus it is a good idea to
> > > download the latest translation files"
> > > but the link http://translate.koha.org/ only displays "it works"
> > >
> >
> > That link is wrong. It should be http://translate.koha-community.org/ (I
> > am
> > fixing it now)
> >
> > on this page:
> > > http://translate.koha-**community.org/fr/36/<
> > http://translate.koha-community.org/fr/36/>
> > > i don't understand how i can retrieve the files
> > >
> > > do i need to download files from 3.8 release, even if i'm using 3.6 ?
> >
> >
> > If you are using a recent 3.6 release, you should not need to download
> new
> > files.
> >
> > Regards,
> > Jared
> >
> > --
> > Jared Camins-Esakov
> > Bibliographer, C & P Bibliography Services, LLC
> > (phone) +1 (917) 727-3445
> > (e-mail) jcamins at cpbibliography.com
> > (web) http://www.cpbibliography.com/
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Wed, 4 Jul 2012 06:26:48 -0700 (PDT)
> > From: BWS Johnson <abesottedphoenix at yahoo.com>
> > To: Paul Poulain <paul.poulain at biblibre.com>,
> >         "koha-devel at lists.koha-community.org"
> >         <koha-devel at lists.koha-community.org>, koha <
> > koha at lists.katipo.co.nz>
> > Subject: Re: [Koha] [Koha-devel] About IRC meeting & voting
> > Message-ID:
> >         <1341408408.80207.YahooMailNeo at web140805.mail.bf1.yahoo.com>
> > Content-Type: text/plain; charset=iso-8859-1
> >
> > Salvete!
> >
> >
> > >> ? ?  That said, having LimeSurvey up and available to the community at
> > large
> > > would just be so fantastic.
> > > Nicole gave me a limeSurvey admin access. I'll use it when a discussion
> > > arise, and we will see if it fit our needs.
> > > If it does, we can open a survey.koha-community.org. But let's check
> if
> > > it fit our needs first.
> > >
> >
> > ??? Forwarding this on to the general list, since to my recollection, the
> > context of discussion was larger than what would apply on the developer's
> > listserv. Again, my gut feeling is that it is quite useful to have an
> > asynchronous tool, but it is also important to me to have meetings. I'm
> no
> > fan of meetings as a concept, but for this body with everyone so far from
> > one another, meetings help build community. I have the same rationale for
> > KohaCon. Distance synchronous meetings are good, but buying someone a
> pint
> > is even better :D
> >
> > Cheers,
> > Brooke
> >
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Wed, 04 Jul 2012 15:38:03 +0200
> > From: Paul Poulain <paul.poulain at biblibre.com>
> > To: BWS Johnson <abesottedphoenix at yahoo.com>
> > Cc: "koha-devel at lists.koha-community.org"
> >         <koha-devel at lists.koha-community.org>, koha <
> > koha at lists.katipo.co.nz>
> > Subject: Re: [Koha] [Koha-devel] About IRC meeting & voting
> > Message-ID: <4FF4473B.3000508 at biblibre.com>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Le 04/07/2012 15:26, BWS Johnson a ?crit :
> >
> > > I have the same rationale for KohaCon.
> > > Distance synchronous meetings are good, but buying someone a pint is
> > even better :D
> > As someone who attended all KohaCon, I won't object ;-)
> >
> > --
> > Paul POULAIN
> > http://www.biblibre.com
> > Expert en Logiciels Libres pour l'info-doc
> > Tel : (33) 4 91 81 35 08
> >
> >
> >
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Wed, 04 Jul 2012 15:44:25 +0200
> > From: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > To: koha at lists.katipo.co.nz
> > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > Message-ID: <4FF448B9.9060406 at cmi.univ-mrs.fr>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >
> > On 07/04/12 02:09 PM, Gerard Henry wrote:
> > > ok, i just did it:
> > >   env KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/local/koha/lib/
> > > perl translate install fr-FR
> > > tmpl_process3.pl: Warning: unconsistent %s count: (0/1):
> > >    line:   70660
> > >    msgid:  "Total amount to be written ofsf:"
> > >    msgstr: "Total des pertes et profits : %s"
> > > tmpl_process3.pl: Warning: unconsistent %s count: (3/4):
> > >    line:   10980
> > >    msgid:  "%s %%] %s %s "
> > >    msgstr: "%s %s] %s %s "
> > >
> > > but there is nothing yet in opaclanguagesdisplay
> >
> > i tested the same command on another fresh install of koha 3.6, and as
> > it works, i remove the old files (came from the upgrade) and replaced
> > them by the new files. It works now, but i have to report all the
> > modifcations made in templates
> >
> > thanks to everybody for help
> >
> > gerard
> >
> >
> > ------------------------------
> >
> > Message: 5
> > Date: Wed, 04 Jul 2012 15:58:21 +0200
> > From: Paul Poulain <paul.poulain at biblibre.com>
> > To: "koha-devel at lists.koha-community.org"
> >         <koha-devel at lists.koha-community.org>,  Koha-Mailinglist
> >         <Koha at lists.katipo.co.nz>
> > Subject: [Koha] Koha Release Manager monthly newsletter 8 published
> > Message-ID: <4FF44BFD.2070306 at biblibre.com>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Hello Koha users & developers,
> >
> > I just published my monthly RM newsletter at
> > http://koha-community.org/koha-release-manager-newsletter-8-2012-06/
> >
> > Enjoy
> > --
> > Paul POULAIN
> > http://www.biblibre.com
> > Expert en Logiciels Libres pour l'info-doc
> > Tel : (33) 4 91 81 35 08
> >
> >
> >
> > ------------------------------
> >
> > Message: 6
> > Date: Wed, 04 Jul 2012 15:25:57 +0200
> > From: Beda Szukics <beda at kollegium-sarnen.ch>
> > To: koha at lists.katipo.co.nz
> > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > Message-ID: <4FF44465.3080206 at kollegium-sarnen.ch>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Am 04.07.2012 15:16, schrieb Gerard Henry:
> > > on this page:
> > > http://translate.koha-community.org/fr/36/
> >
> > That's the right one.
> >
> > > i don't understand how i can retrieve the files
> >
> > Go to the tab "Translate". There you have the files. Right-click
> > "Download" and select "Save as" (or save the displayed file using the
> > correct file name).
> >
> > > do i need to download files from 3.8 release, even if i'm using 3.6 ?
> >
> > Those won't work with 3.6
> >
> > Beda
> >
> >
> > ------------------------------
> >
> > Message: 7
> > Date: Wed, 4 Jul 2012 21:03:13 +0530
> > From: pankaj delnet <pdelnet at gmail.com>
> > To: koha at lists.katipo.co.nz
> > Subject: Re: [Koha] Koha Digest, Vol 81, Issue 9
> > Message-ID:
> >         <
> > CALYPb4CukiYMZQfY7xmYwLo4J25L1m7vEr-RjbMpemOZ0ymTdg at mail.gmail.com>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Dear sir ,
> >
> > I installed this proses but there is some problem
> >
> > 1).. (To redirect output in individual file add following to
> > /etc/syslog.conf) there is no syslog.conf file ..
> >
> > using this command --
> >
> > perl C4/SIP/SIPServer.pm C4/SIP/SIPconfig.xml
> >
> > then given Error ..
> >
> > Can't locate Sip/Constants.pm in @INC (@INC contains: /etc/perl
> > /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5
> > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
> > /usr/local/lib/site_perl .) at C4/SIP/SIPServer.pm line 14.
> >
> > BEGIN failed--compilation aborted at C4/SIP/SIPServer.pm line 14.
> >
> >
> > My File is --
> > (1)  SIPconfig.xml --(etc/koha/SIPconfig.xml)
> >
> > (2) /usr/share/koha/lib/C4
> >
> >
> > but they some Error please give me help .
> >
> >
> >
> > On Wed, Jul 4, 2012 at 6:46 PM, <koha-request at lists.katipo.co.nz> wrote:
> >
> > > Send Koha mailing list submissions to
> > >         koha at lists.katipo.co.nz
> > >
> > > To subscribe or unsubscribe via the World Wide Web, visit
> > >         http://lists.katipo.co.nz/mailman/listinfo/koha
> > > or, via email, send a message with subject or body 'help' to
> > >         koha-request at lists.katipo.co.nz
> > >
> > > You can reach the person managing the list at
> > >         koha-owner at lists.katipo.co.nz
> > >
> > > When replying, please edit your Subject line so it is more specific
> > > than "Re: Contents of Koha digest..."
> > >
> > >
> > > Today's Topics:
> > >
> > >    1. Re: languages lost after upgrading from 3.0 to 3.6 (David Nind)
> > >    2. Re: Recommended Server Specs (Tom Obrien)
> > >    3. Re: languages lost after upgrading from 3.0 to 3.6 (Gerard Henry)
> > >    4. Re: languages lost after upgrading from 3.0 to 3.6 (Robin Sheat)
> > >    5. Re: languages lost after upgrading from 3.0 to 3.6 (Chris
> Cormack)
> > >    6. Re: languages lost after upgrading from 3.0 to 3.6 (Gerard Henry)
> > >    7. Re: languages lost after upgrading from 3.0 to 3.6 (David Nind)
> > >    8. assigning books to patrons (umer.habib at techlogix.com)
> > >    9. Re: languages lost after upgrading from 3.0 to 3.6 (Gerard Henry)
> > >
> > >
> > > ----------------------------------------------------------------------
> > >
> > > Message: 1
> > > Date: Wed, 4 Jul 2012 19:31:16 +1200
> > > From: David Nind <david.nind at gmail.com>
> > > To: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > > Cc: Koha List <koha at lists.katipo.co.nz>
> > > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > > Message-ID:
> > >         <
> > > CAK5OMPdbKjOd+08RhUN0UxFO3n_Jy6LZ2Hy675pgKa5w9svzzg at mail.gmail.com>
> > > Content-Type: text/plain; charset=ISO-8859-1
> > >
> > > Hi Gerard.
> > >
> > > I haven't had to work with multiple languages (either a fresh install
> or
> > > after an upgrade).
> > >
> > > However, this wiki page may help:
> > >
> > >
> >
> http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client#Koha_3.2_and_newer_versions
> > >
> > > And this manual page:
> > > http://manual.koha-community.org/3.6/en/administration.html#l18nprefs
> > >
> > >
> > > David Nind | david.nind at gmail.com
> > > PO Box 12367, Thorndon, Wellington, New Zealand 6144
> > > h. +64 4 9720 600 | m. +64 21 0537 847 | w. +64 4 8906 098
> > >
> > > On 4 July 2012 05:39, Gerard Henry <ghenry at cmi.univ-mrs.fr> wrote:
> > >
> > > > hello all,
> > > > i'm doing the upgrade. In 3.0, we have the languages:
> > > > en
> > > > fr-FR
> > > > de-DE
> > > > ed-ES
> > > > in opaclanguagesdisplay
> > > >
> > > > but after the upgrade, opaclanguages display is empty, it is not
> > possible
> > > > to select languages.
> > > > The dirs are presents:
> > > > # ls -l /usr/local/koha/opac/htdocs/**opac-tmpl/prog
> > > > total 28
> > > > drwxr-x--x 7 koha koha 4096 2009-11-26 18:40 de-DE
> > > > drwxr-x--x 8 koha koha 4096 2009-11-26 18:40 en
> > > > drwxr-x--x 8 koha koha 4096 2009-11-26 18:40 es-ES
> > > > drwxr-x--x 4 koha koha 4096 2012-06-27 10:39 famfamfam
> > > > drwxr-x--x 8 koha koha 4096 2009-11-26 18:40 fr-FR
> > > > drwxr-x--x 2 koha koha 4096 2012-06-27 10:39 images
> > > > drwxr-x--x 9 koha koha 4096 2012-06-27 10:34 itemtypeimg
> > > >
> > > > what am i missing? anybody can help?
> > > >
> > > > thanks in advance
> > > >
> > > > gerard
> > > > ______________________________**_________________
> > > > Koha mailing list  http://koha-community.org
> > > > Koha at lists.katipo.co.nz
> > > > http://lists.katipo.co.nz/**mailman/listinfo/koha<
> > > http://lists.katipo.co.nz/mailman/listinfo/koha>
> > > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 2
> > > Date: Wed, 4 Jul 2012 11:24:03 +0300
> > > From: Tom Obrien <tobrienu at gmail.com>
> > > To: koha at lists.katipo.co.nz
> > > Subject: Re: [Koha] Recommended Server Specs
> > > Message-ID:
> > >         <
> > > CAE+4i9_8vf4_gBJR6td+rB-L+M-bDCdbZqieyzOjtyYuuN9jZA at mail.gmail.com>
> > > Content-Type: text/plain; charset=ISO-8859-1
> > >
> > > Hi,
> > > My institution is planning to invest on a server to deploy Koha and
> other
> > > library related systems (Dspace, Vufind).
> > > The proposal is for all the systems to run on the same server.
> > >
> > > can some Kindly advice on the specs(including capabilities) i should
> look
> > > for.
> > > Thanks in advance,
> > > Tom,
> > > St. Judes College
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 3
> > > Date: Wed, 04 Jul 2012 11:59:19 +0200
> > > From: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > > Cc: Koha List <koha at lists.katipo.co.nz>
> > > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > > Message-ID: <4FF413F7.8010706 at cmi.univ-mrs.fr>
> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> > >
> > > thanks for your reply
> > >
> > > but, as i tried to explain, i'm upgrading from 3.0 where the languages
> > > are already installed. The corresponding files are here. Except that
> the
> > > upgraded 3.6 now doesn't see them
> > >
> > >
> > >
> > >
> > > On 07/04/12 09:31 AM, David Nind wrote:
> > > > Hi Gerard.
> > > >
> > > > I haven't had to work with multiple languages (either a fresh install
> > or
> > > > after an upgrade).
> > > >
> > > > However, this wiki page may help:
> > > >
> > >
> >
> http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client#Koha_3.2_and_newer_versions
> > > >
> > > > And this manual page:
> > > >
> http://manual.koha-community.org/3.6/en/administration.html#l18nprefs
> > > >
> > > >
> > > > David Nind | david.nind at gmail.com <mailto:david.nind at gmail.com>
> > > > PO Box 12367, Thorndon, Wellington, New Zealand 6144
> > > > h. +64 4 9720 600 | m. +64 21 0537 847 | w. +64 4 8906 098
> > > >
> > > > On 4 July 2012 05:39, Gerard Henry <ghenry at cmi.univ-mrs.fr
> > > > <mailto:ghenry at cmi.univ-mrs.fr>> wrote:
> > > >
> > > >     hello all,
> > > >     i'm doing the upgrade. In 3.0, we have the languages:
> > > >     en
> > > >     fr-FR
> > > >     de-DE
> > > >     ed-ES
> > > >     in opaclanguagesdisplay
> > > >
> > > >     but after the upgrade, opaclanguages display is empty, it is not
> > > >     possible to select languages.
> > > >     The dirs are presents:
> > > >     # ls -l /usr/local/koha/opac/htdocs/__opac-tmpl/prog
> > > >     total 28
> > > >     drwxr-x--x 7 koha koha 4096 2009-11-26 18:40 de-DE
> > > >     drwxr-x--x 8 koha koha 4096 2009-11-26 18:40 en
> > > >     drwxr-x--x 8 koha koha 4096 2009-11-26 18:40 es-ES
> > > >     drwxr-x--x 4 koha koha 4096 2012-06-27 10:39 famfamfam
> > > >     drwxr-x--x 8 koha koha 4096 2009-11-26 18:40 fr-FR
> > > >     drwxr-x--x 2 koha koha 4096 2012-06-27 10:39 images
> > > >     drwxr-x--x 9 koha koha 4096 2012-06-27 10:34 itemtypeimg
> > > >
> > > >     what am i missing? anybody can help?
> > > >
> > > >     thanks in advance
> > > >
> > > >     gerard
> > > >     _________________________________________________
> > > >     Koha mailing list http://koha-community.org
> > > >     Koha at lists.katipo.co.nz <mailto:Koha at lists.katipo.co.nz>
> > > >     http://lists.katipo.co.nz/__mailman/listinfo/koha
> > > >     <http://lists.katipo.co.nz/mailman/listinfo/koha>
> > > >
> > > >
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 4
> > > Date: Wed, 04 Jul 2012 11:01:39 +0100
> > > From: Robin Sheat <robin at catalyst.net.nz>
> > > To: koha at lists.katipo.co.nz
> > > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > > Message-ID: <4FF41483.5060802 at catalyst.net.nz>
> > > Content-Type: text/plain; charset=UTF-8
> > >
> > > Op 04-07-12 10:59, Gerard Henry schreef:
> > > > but, as i tried to explain, i'm upgrading from 3.0 where the
> languages
> > > > are already installed. The corresponding files are here. Except that
> > the
> > > > upgraded 3.6 now doesn't see them
> > >
> > > When you upgrade, translations and methods of deploying the
> translations
> > > change. Did you try regenerating them as explained in the links David
> > > posted?
> > >
> > > --
> > > Robin Sheat
> > > Catalyst IT Ltd.
> > > ? +64 4 803 2204
> > > GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
> > >
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 5
> > > Date: Wed, 4 Jul 2012 22:09:36 +1200
> > > From: Chris Cormack <chris at bigballofwax.co.nz>
> > > To: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > > Cc: Koha List <koha at lists.katipo.co.nz>
> > > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > > Message-ID:
> > >         <CA+95qVSSh68-orEFidV=
> > > Ppe1yaPTu6toOZr1EQUxUZk9mM5xhg at mail.gmail.com>
> > > Content-Type: text/plain; charset=UTF-8
> > >
> > > On 4 July 2012 21:59, Gerard Henry <ghenry at cmi.univ-mrs.fr> wrote:
> > > > thanks for your reply
> > > >
> > > > but, as i tried to explain, i'm upgrading from 3.0 where the
> languages
> > > are
> > > > already installed. The corresponding files are here. Except that the
> > > > upgraded 3.6 now doesn't see them
> > > >
> > > Yes, but they are for 3.0.
> > >
> > > 1/ 3.6.x uses Template::Toolkit not HTML::Template::Pro, so even if it
> > > found them, they wouldn't
> > > 2/ There have been literally hundreds (thousands) of changes to the
> > > templates in the years since 3.0. Those generated templates will not
> > > work anymore, even if they were the right syntax
> > >
> > > So David is right, you need to regenerate your templates, and you
> > > should do this after every upgrade
> > >
> > > Chris
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 6
> > > Date: Wed, 04 Jul 2012 14:09:02 +0200
> > > From: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > > To: Chris Cormack <chris at bigballofwax.co.nz>
> > > Cc: Koha List <koha at lists.katipo.co.nz>
> > > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > > Message-ID: <4FF4325E.1070104 at cmi.univ-mrs.fr>
> > > Content-Type: text/plain; charset=UTF-8; format=flowed
> > >
> > > On 07/04/12 12:09 PM, Chris Cormack wrote:
> > > > On 4 July 2012 21:59, Gerard Henry<ghenry at cmi.univ-mrs.fr>  wrote:
> > > >> thanks for your reply
> > > >>
> > > >> but, as i tried to explain, i'm upgrading from 3.0 where the
> languages
> > > are
> > > >> already installed. The corresponding files are here. Except that the
> > > >> upgraded 3.6 now doesn't see them
> > > >>
> > > > Yes, but they are for 3.0.
> > > >
> > > > 1/ 3.6.x uses Template::Toolkit not HTML::Template::Pro, so even if
> it
> > > > found them, they wouldn't
> > > > 2/ There have been literally hundreds (thousands) of changes to the
> > > > templates in the years since 3.0. Those generated templates will not
> > > > work anymore, even if they were the right syntax
> > > >
> > > > So David is right, you need to regenerate your templates, and you
> > > > should do this after every upgrade
> > > >
> > >
> > > ok, i just did it:
> > >   env KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/local/koha/lib/
> > > perl translate install fr-FR
> > > tmpl_process3.pl: Warning: unconsistent %s count: (0/1):
> > >    line:   70660
> > >    msgid:  "Total amount to be written ofsf:"
> > >    msgstr: "Total des pertes et profits : %s"
> > > tmpl_process3.pl: Warning: unconsistent %s count: (3/4):
> > >    line:   10980
> > >    msgid:  "%s %%] %s %s "
> > >    msgstr: "%s %s] %s %s "
> > >
> > > but there is nothing yet in opaclanguagesdisplay
> > >
> > > is there anything am i missing?
> > >
> > > thanks for help,
> > >
> > > gerard
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 7
> > > Date: Thu, 5 Jul 2012 00:48:25 +1200
> > > From: David Nind <david.nind at gmail.com>
> > > To: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > > Cc: Koha List <koha at lists.katipo.co.nz>
> > > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > > Message-ID:
> > >         <CAK5OMPfOhS+c=
> > > Fn3RYCYtkBW9rotyUBwTLmRruhJUVuZ0zGTNA at mail.gmail.com>
> > > Content-Type: text/plain; charset=ISO-8859-1
> > >
> > > Hi Gerard.
> > >
> > > I'm not sure whether the warning messages mean there was a problem and
> it
> > > didn't work. I didn't get any messages on a 3.8 package install (I
> don't
> > > have 3.6 installed to try it out).
> > >
> > >  but there is nothing yet in opaclanguagesdisplay
> > > >
> > > > is there anything am i missing?
> > > >
> > > After installing a new language it has to be activated in the system
> > > preference editor:
> > >
> > >  More > Administration > Global System Preferences > I18N/L10N
> > >
> > > opaclanguagesdisplay should be set to allow, for the settings above
> this
> > > for language and opaclanguages there should be a tick box for French
> next
> > > to them.
> > >
> > > David Nind | david.nind at gmail.com
> > > PO Box 12367, Thorndon, Wellington, New Zealand 6144
> > > h. +64 4 9720 600 | m. +64 21 0537 847 | w. +64 4 8906 098
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 8
> > > Date: Wed, 4 Jul 2012 09:09:27 -0400 (EDT)
> > > From: umer.habib at techlogix.com
> > > To: "koha at lists.katipo.co.nz" <koha at lists.katipo.co.nz>
> > > Subject: [Koha] assigning books to patrons
> > > Message-ID: <1341407367.08610667 at apps.rackspace.com>
> > > Content-Type: text/plain;charset=UTF-8
> > >
> > > Hi,
> > >
> > > I am working on the phase where i have to transfer library data from
> the
> > > old system to KOHA.
> > > I have successfully added the library books and items into KOHA using a
> > > mrc file that i created using marcedit tool
> > > Ok. now i have an excel file in which all the data related to 'which
> > books
> > > are issued to which patron + all the due fines of the patrons' is
> present
> > > and i have to imnport it to KOHA. There isnt any tool in KOHA to do
> this
> > > thing directly. does any one has any idea how to accomplish this thing.
> > Or
> > > moving that data directly to the database is the only option we have?
> in
> > > that case is there some script already available or anyone has any
> script
> > > that could help me?
> > >
> > > thanks a lot
> > >
> > > regards
> > > umer habib
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 9
> > > Date: Wed, 04 Jul 2012 15:16:09 +0200
> > > From: Gerard Henry <ghenry at cmi.univ-mrs.fr>
> > > Cc: Koha List <koha at lists.katipo.co.nz>
> > > Subject: Re: [Koha] languages lost after upgrading from 3.0 to 3.6
> > > Message-ID: <4FF44219.4090809 at cmi.univ-mrs.fr>
> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> > >
> > > at the beginning of the wiki:
> > >
> > >
> >
> http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
> > >
> > > there is: Getting the latest translation files
> > > "For many languages the stable Koha installation packages come with
> > > outdated or disfunctional translation files. Thus it is a good idea to
> > > download the latest translation files"
> > > but the link http://translate.koha.org/ only displays "it works"
> > >
> > > on this page:
> > > http://translate.koha-community.org/fr/36/
> > > i don't understand how i can retrieve the files
> > >
> > > do i need to download files from 3.8 release, even if i'm using 3.6 ?
> > >
> > >
> > >
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > _______________________________________________
> > > Koha mailing list
> > > Koha at lists.katipo.co.nz
> > > http://lists.katipo.co.nz/mailman/listinfo/koha
> > >
> > >
> > > End of Koha Digest, Vol 81, Issue 9
> > > ***********************************
> > >
> >
> >
> >
> > --
> > * Regards
> > Software Engineer
> > PANKAJ KUMAR MAURYA*
> > *Mobail No-9953938077
> > *
> > *Email: pdelnet at gmail.com*
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > Koha mailing list
> > Koha at lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
> >
> > End of Koha Digest, Vol 81, Issue 10
> > ************************************
> >
>
>
>
> --
> * Regards
> Software Engineer
> PANKAJ KUMAR MAURYA*
> *Mobail No-9953938077
> *
> *Email: pdelnet at gmail.com*
>
>
> ------------------------------
>
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
> End of Koha Digest, Vol 81, Issue 11
> ************************************
>



-- 
* Regards
Software Engineer
PANKAJ KUMAR MAURYA*
*Mobail No-9953938077
*
*Email: pdelnet at gmail.com*


More information about the Koha mailing list