Crimson Dynamo | 1 Dec 2006 10:59
Picon
Favicon

Re: Koha on Windows 2000 Pro

I never changed the password.  How will that help?

>From: Owen Leonard <oleonard@...>
>To: koha@...
>Subject: Re: [Koha] Koha on Windows 2000 Pro
>Date: Thu, 30 Nov 2006 15:27:15 -0500
>MIME-Version: 1.0
>Received: from daddy.katipo.co.nz ([202.50.109.200]) by 
>bay0-mc8-f9.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 30 
>Nov 2006 12:27:56 -0800
>Received: from localhost (localhost.localdomain [127.0.0.1])by 
>daddy.katipo.co.nz (Postfix) with ESMTP id 6875219465;Fri,  1 Dec 2006 
>09:27:54 +1300 (NZDT)
>Received: from daddy.katipo.co.nz ([127.0.0.1])by localhost (daddy 
>[127.0.0.1]) (amavisd-new, port 10024) with ESMTPid 07544-03; Fri, 1 Dec 
>2006 09:27:53 +1300 (NZDT)
>Received: from daddy.katipo.co.nz (localhost.localdomain [127.0.0.1])by 
>daddy.katipo.co.nz (Postfix) with ESMTP;Fri,  1 Dec 2006 09:27:53 +1300 
>(NZDT)
>Received: from localhost (localhost.localdomain [127.0.0.1])by 
>daddy.katipo.co.nz (Postfix) with ESMTP id 7340B1945Efor 
><koha@...>; Fri,  1 Dec 2006 09:27:31 +1300 (NZDT)
>Received: from daddy.katipo.co.nz ([127.0.0.1])by localhost (daddy 
>[127.0.0.1]) (amavisd-new, port 10024) with ESMTPid 07557-04 for 
><koha@...>;Fri, 1 Dec 2006 09:27:20 +1300 (NZDT)
>Received: from alma.athenscounty.lib.oh.us 
>(alma.athenscounty.lib.OH.US[66.213.78.75]) by daddy.katipo.co.nz (Postfix) 
>with ESMTPfor <koha@...>; Fri,  1 Dec 2006 09:27:20
+1300 
>(NZDT)
(Continue reading)

Owen Leonard | 1 Dec 2006 12:38
Picon

Re: Koha on Windows 2000 Pro

On Fri, Dec 01, 2006 at 09:59:45AM +0000, Crimson Dynamo wrote:
> I never changed the password.  How will that help?

It doesn't change your password at all, it just changes (as I understand
it) the format in which it is stored.

  -- Owen
oren maurer | 2 Dec 2006 18:47
Picon

Koha 2.2.7, Debian etch and mysql-server-5.0 question

Koha 2.2.7, Debian etch and mysql-server-5.0 question:


Due to the known incompability of mysql-server-5.0, I have decided today to downgrade from mysql-server-5.0 to  mysql-server-4.1, and than to try re-install Koha 2.2.7.

but when I'm doing this:

$sudo apt-get install mysql-server-4.1

I'm informed that:

===========================================================================
The following extra packages will be installed:

 libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common

 mysql-server-5.0

The following NEW packages will be installed

 libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common

 mysql-server-4.1 mysql-server-5.0

0 upgraded, 6 newly installed, 0 to remove and 156 not upgraded.

Need to get 34.1MB of archives.

After unpacking 88.7MB of additional disk space will be used.

Do you want to continue [Y/n]?
===========================================================================

So ... is it MySQL 4.1 or not? is it suitable for Koha, or not?


Thanks



--
________________________________
Oren  Maurer
http://www.meorero.org.il
_______________________________
#  =======================|
#  Please avoid sending me Word |
#   or PowerPoint attachments      |
#  =======================|
# See: http://www.gnu.org/philosophy/no-word-attachments.html
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Joshua Ferraro | 2 Dec 2006 18:53
Favicon

Re: Koha 2.2.7, Debian etch and mysql-server-5.0 question

Hi Oren,

I haven't confirmed this for myself, but I believe Etch has taken out
support for MySQL 4.1. At LibLime, we're still running Sarge, though
we've talked about upgrading to Etch soon.

I think the best way to proceed would be to either:

  * re-install with sarge (probably easiest)
  * play around with backports.org, apt pinning (with the stable
    sources), or installing from source...

Cheers,

--
Joshua Ferraro                       SUPPORT FOR OPEN-SOURCE SOFTWARE
President, Technology       migration, training, maintenance, support
LibLime                                Featuring Koha Open-Source ILS
jmf@... |Full Demos at http://liblime.com/koha |1(888)KohaILS

On Sat, Dec 02, 2006 at 07:47:16PM +0200, oren maurer wrote:
>    Koha 2.2.7, Debian etch and mysql-server-5.0 question:
> 
>    Due to the known incompability of mysql-server-5.0, I have decided today
>    to downgrade from mysql-server-5.0 to  mysql-server-4.1, and than to try
>    re-install Koha 2.2.7.
> 
>    but when I'm doing this:
> 
>    $sudo apt-get install mysql-server-4.1
> 
>    I'm informed that:
> 
>    ===========================================================================
>    The following extra packages will be installed:
> 
>     libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common
> 
>     mysql-server-5.0
> 
>    The following NEW packages will be installed
> 
>     libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common
> 
>     mysql-server-4.1 mysql-server-5.0
> 
>    0 upgraded, 6 newly installed, 0 to remove and 156 not upgraded.
> 
>    Need to get 34.1MB of archives.
> 
>    After unpacking 88.7MB of additional disk space will be used.
> 
>    Do you want to continue [Y/n]?
>    ===========================================================================
> 
>    So ... is it MySQL 4.1 or not? is it suitable for Koha, or not?
> 
>    Thanks
> 
>    --
>    ________________________________
>    Oren  Maurer
>    http://www.meorero.org.il
>    _______________________________
>    #  =======================|
>    #  Please avoid sending me Word |
>    #   or PowerPoint attachments      |
>    #  =======================|
>    # See: http://www.gnu.org/philosophy/no-word-attachments.html
Rick Welykochy | 3 Dec 2006 01:00
Picon

Re: Koha 2.2.7, Debian etch and mysql-server-5.0 question

Joshua Ferraro wrote:

> I haven't confirmed this for myself, but I believe Etch has taken out
> support for MySQL 4.1. At LibLime, we're still running Sarge, though
> we've talked about upgrading to Etch soon.
> 
> I think the best way to proceed would be to either:
> 
>   * re-install with sarge (probably easiest)
>   * play around with backports.org, apt pinning (with the stable
>     sources), or installing from source...

I am working on an install of Debian Etch + Xen + Koha.

I am no debian expert, but have installed MySQL many times. If MySql 5.0
is all that is available on Etch, my inclination is to eschew apt for MySQL
and manually install MySQL 4.0. After all, there will be no need to updgrade
MySQL 4.0 ... it is static.

Any reason not to do this?

cheers
rickw

--

-- 
_________________________________
Rick Welykochy || Praxis Services

Something is wrong.
This is something.
Therefore this is wrong.
    - Politician's Syllogism
Roger Hart | 3 Dec 2006 05:47
Picon

www.kohadocs.org???

I tried to look at the koha documentation tonight at

http://www.kohadocs.org/

and instead was given a redirect to the address

https://staff.liblime.com/

which requires a username and password. What is going on here?

Thanks,

Roger Hart
Alex King | 3 Dec 2006 08:57
Picon

Re: Koha 2.2.7, Debian etch and mysql-server-5.0 question

There is a package called mysql-server-4.1 in etch.  However, it is 
empty, and depends on mysql-server-5.0  It is an transitional package, 
an aid to a smooth upgrade from a sarge system.   It ensures that if a 
sarge system with mysql-server-4.1 installed is upgraded, it will end up 
with mysql5.

The side effect is that if you type apt-get install mysql-server-4.1 on 
an etch system, you will in fact get mysql5.

Alex

oren maurer wrote:
>
> Koha 2.2.7, Debian etch and mysql-server-5.0 question:
>
>
> Due to the known incompability of mysql-server-5.0, I have decided 
> today to downgrade from mysql-server-5.0 to  mysql-server-4.1, and 
> than to try re-install Koha 2.2.7.
>
> but when I'm doing this:
>
> $sudo apt-get install mysql-server-4.1
>
> I'm informed that:
>
> ===========================================================================
> The following extra packages will be installed:
>
>  libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common
>
>  mysql-server-5.0
>
> The following NEW packages will be installed
>
>  libdbd-mysql-perl libmysqlclient15off mysql-client-5.0 mysql-common
>
>  mysql-server-4.1 mysql-server-5.0
>
> 0 upgraded, 6 newly installed, 0 to remove and 156 not upgraded.
>
> Need to get 34.1MB of archives.
>
> After unpacking 88.7MB of additional disk space will be used.
>
> Do you want to continue [Y/n]?
> ===========================================================================
>
> So ... is it MySQL 4.1 or not? is it suitable for Koha, or not?
>
>
> Thanks
>
>
>
> -- 
> ________________________________
> Oren  Maurer
> http://www.meorero.org.il
> _______________________________
> #  =======================|
> #  Please avoid sending me Word |
> #   or PowerPoint attachments      |
> #  =======================|
> # See: http://www.gnu.org/philosophy/no-word-attachments.html 
> <http://www.gnu.org/philosophy/no-word-attachments.html>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Koha mailing list
> Koha@...
> http://lists.katipo.co.nz/mailman/listinfo/koha
>   
Chris Cormack | 3 Dec 2006 20:08
Picon
Favicon

Re: Dreaded Server Error 500

Tom Rice wrote:
> I have installed Koha 2.26 on an XP machine along with Mysqul 4.0.46, 
> Acitve Perl 5.8.817 and Apache 2.0.59.
> 
> I get the following opac error log message.
> 
> [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] File does not 
> exist: C:/usr/koha226/opac/htdocs/favicon.ico
> [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] Premature end of 
> script headers: opac-main.pl
> [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] Can't locate 
> HTML/Template.pm in  <at> INC ( <at> INC contains: c:/usr/koha226/intranet/modules 
> C:/usr/lib C:/usr/site/lib .) at 
> C:/usr/koha226/opac/cgi-bin/koha/opac-main.pl line 5.
> [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] BEGIN 
> failed--compilation aborted at 
> C:/usr/koha226/opac/cgi-bin/koha/opac-main.pl line 5.
> 
> Any and all suggestions are appreciated. Please make them very specific 
> and detailed.
> 
Hi Tom

As the error log tells you, you are missing a perl module
HTML::Template. You will need to install this and then try again.

Chris
Chris Cormack | 3 Dec 2006 22:21
Picon
Favicon

www.kohadocs.org???

Roger Hart wrote:
> I tried to look at the koha documentation tonight at
> 
> http://www.kohadocs.org/
> 
> and instead was given a redirect to the address
> 
> https://staff.liblime.com/
> 
Looks like there was a dns problem

Seems all good again now

Chris

--

-- 
Chris Cormack                                      Katipo Communications
Programmer                                         www.katipo.co.nz
027 4500 789
Joshua Ferraro | 3 Dec 2006 16:41
Favicon

www.kohadocs.org???

Hi Roger,

On Sat, Dec 02, 2006 at 10:47:39PM -0600, Roger Hart wrote:
> I tried to look at the koha documentation tonight at
> 
> http://www.kohadocs.org/
> 
> and instead was given a redirect to the address
> 
> https://staff.liblime.com/
> 
> which requires a username and password. What is going on here?
What's going on is that our systems administrator (in this case, me),
got lazy and didn't update the apache conf file to include a server
alias for the www subdomain of kohadocs.org -- it's fixed now, thanks
for the heads up.

Cheers,

--

-- 
Joshua Ferraro                       SUPPORT FOR OPEN-SOURCE SOFTWARE
President, Technology       migration, training, maintenance, support
LibLime                                Featuring Koha Open-Source ILS
jmf@... |Full Demos at http://liblime.com/koha |1(888)KohaILS

Gmane