intro & first question
Hi all, I stumbled on the kohalist after struggling to get koha up and running for a couple of days now. As this list kindly asks to describe myself; here it goes I work for a research institute at the Vrije Universiteit Brussel (Belgium) . My main tasks include everything that is somewhat web-related; from e-learning to managing mailinglists to structuring and remaking websites etc etc. You get it, the traditional "oh, he knows what html is and has some idea about css too and has his own server up and running so we can ask him anything moderately related to webstuff or electronics. My background however is linguistics so I have only a hobby-esque knowledge of linux and servers and am definitely not a full blown sysadmin/programmer/... . This is where the misery started; our Apple Sysadmin (who only knows apple) saw something about an ILS named koha but as it is linux and he has no linux experience whatsoever he thought the office webmonkey might just be the one to give this mission to. I got a macmini and the order "make it work". First i struggled to install Debian on this server and then I got to installing koha. However, after going through the debian installation, I end up with a http://localhost/ that says "system maintenance; the koha online catalog is offline for system maintenance. We'll be back soon!... (etc). I get nothing on ports 8080 or other ports i've tried and frankly after looking for a while now, i have no clue what to do or how to go on. So I got on to this mailinglist by lack of finding support-forums or anything else to go by. I tried to join the irc channel but couldn't get into it. my config: debian-squeeze (6.0) on a macmini 2.1 (running it with bootcamp so not in macos but on a fully operational debian) Thanks for any help and I hope that, once i get it going, i might , eventually, be of help here as well! cheers, Klaas
Klaas Chielens writes
First i struggled to install Debian on this server and then I got to installing koha. However, after going through the debian installation, I end up with a http://localhost/ that says "system maintenance; the koha online catalog is offline for system maintenance.
This means your patron interface is successfully installed. You need to configure it using staff interface using it's web interface, usually put on port 8080, for reasons I am not sure of.
We'll be back soon!... (etc). I get nothing on ports 8080
Nothing is listening? This sound like a problem with your web server configuration, rather than a koha problem. The easiest way to get a running system is to use the Debian packages maintained by Robin Sheat. You may have a look at this page, recently did for my library school course. http://openlib.org/home/krichel/courses/lis9012/doc/ This should get you there, but I suggest to start from a clean sheet by reinstalling the Debian. Cheers, Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel
Well, I reinstalled debian and when trying to install koha now i get errors about "unmet dependencies" koha-common: Depends: libalgorithm-checkdigits-perl which is a virtual package Depends: libbiblio-endnotestyle-perl which is a virtual package etc. there are no problems with zebra or yaz but koha seems to give problems. any clue how to continue? thanks! On 20 Feb 2011, at 21:09, Thomas Krichel wrote:
Klaas Chielens writes
First i struggled to install Debian on this server and then I got to installing koha. However, after going through the debian installation, I end up with a http://localhost/ that says "system maintenance; the koha online catalog is offline for system maintenance.
This means your patron interface is successfully installed. You need to configure it using staff interface using it's web interface, usually put on port 8080, for reasons I am not sure of.
We'll be back soon!... (etc). I get nothing on ports 8080
Nothing is listening? This sound like a problem with your web server configuration, rather than a koha problem.
The easiest way to get a running system is to use the Debian packages maintained by Robin Sheat. You may have a look at this page, recently did for my library school course.
http://openlib.org/home/krichel/courses/lis9012/doc/
This should get you there, but I suggest to start from a clean sheet by reinstalling the Debian.
Cheers,
Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel
Klaas Chielens | Electronic Communication __________________________________ Institute for European Studies Vrije Universiteit Brussel Pleinlaan 2 (office: Pleinlaan 15, 5th floor) 1050 Brussels Belgium T: +32 2 6291563 F: +32 2 6291809 E: klaas.chielens@vub.ac.be
Klaas Chielens schreef op ma 21-02-2011 om 13:39 [+0100]:
koha-common: Depends: libalgorithm-checkdigits-perl which is a virtual package Depends: libbiblio-endnotestyle-perl which is a virtual package
What version of Debian are you running? Is it squeeze (a.k.a 6.0)? They don't look like virtual packages to me (see below.) Perhaps you need to do an apt-get update if you installed from an older image. $ apt-cache show libalgorithm-checkdigits-perl Package: libalgorithm-checkdigits-perl Priority: optional Section: perl Installed-Size: 456 Maintainer: Jose Parrella <bureado@debian.org> Architecture: all Version: 0.50-1 Depends: perl (>= 5.6.0-16) Filename: pool/main/liba/libalgorithm-checkdigits-perl/libalgorithm-checkdigits-perl_0.50-1_all.deb Size: 139040 MD5sum: a97c6cd59fdee8122155962ecb63f850 SHA1: 92812a7c282188025dde3de18d1f19bae04a7242 SHA256: 5cd8674ce0f64640c5eede19b587b3b4cf61acd3d336e66116d06f740072e159 Description: Perl extension to generate and test check digits ... Package: libbiblio-endnotestyle-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> Architecture: all Version: 0.05-1 Depends: perl (>= 5.6.0-16) Filename: pool/main/libb/libbiblio-endnotestyle-perl/libbiblio-endnotestyle-perl_0.05-1_all.deb Size: 11256 MD5sum: 6277210376d63bcfff4720bf3b2d6e00 SHA1: 69f501a3faf2a6c567e5559ae50cbc377f224e11 SHA256: e03cf76a267d94704d368d602eb7cab17e425c7d30d571c6b337060401fa9abb Description: Reference formatting using Endnote-like templates ... Groetjes, -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
Hi and welcome to the wonderful world of Koha! On 20 February 2011 20:33, Klaas Chielens <klaas.chielens@vub.ac.be> wrote: ...
I get nothing on ports 8080 or other ports i've tried ...
Did you add "Listen 8080" to /etc/apache2/ports.conf and restart Apache, as described here: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.debian;hb=... Best regards, Magnus Enger libriotech.no
participants (4)
-
Klaas Chielens -
Magnus Enger -
Robin Sheat -
Thomas Krichel