[Koha] koha on debian etch 4.0

Grant Johnson fgjohnson at upei.ca
Tue Oct 30 23:51:07 UTC 2007


Hi Rick,
 
Did you ever have the issue of addbiblio.pl breaking and prompting your browser to "save the file"?
 
I'm thinking is has something to do with the config of my 090 and 050 fields in the Koha config and the records I'm importing.
Does this make any sense?
 
F. Grant Johnson
566-0630 / fgjohnson at upei.ca 
Skype ID = jetsongeorge
 
Systems/Web Coordinator
 Robertson Library
 University of Prince Edward Island
 
***************
Attitude is IT!


>>> On 9/14/2007 at 10:06 PM, in message <46EB3017.6070007 at praxis.com.au>, Rick Welykochy <rick at praxis.com.au> wrote:
penelope defreitas wrote:

> I recently installed koha sucessfully on debian etch
> 4.0.

Hi Penelope ... we've done the same on Debian Etch with great success :)



> However, I was unable to start the mysql service and
> restart apache.
> 
> I tried starting the Mysql service using:
> 
> mysql start command

You start and stop mysql on Debian as follows:

sudo /etc/init.d/mysql start

and

sudo /etc/init.d/mysql stop

Note that "mysql" is the mysql client and
/etc/init.d/mysql is the control file for the
mysql server.




> When i tried restarting Apache I got the following
> error:
> 
> Could not reliably determine the server's fully
> qualified domain name, using 127.0.0.1 for ServerName
> [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost
> *:8080 has no VirtualHosts
> [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost *:80
> has no VirtualHosts.


See my comments below ....


> # KOHA's OPAC Configuration
> <VirtualHost *:80>
>   ServerAdmin user at domain.edu 

ServerAdmin should designate a valid email address.


EXAMPLE    ServerAdmin penelopedefreitas at yahoo.com 


>   DocumentRoot /usr/local/koha/opac/htdocs
>   ServerName debian

ServerName should designate the fully-qualified domain
name (FQDN) of your web server.

EXAMPLE    ServerName intranet.ugcsi.edu


>  ServerAdmin user at domain.edu 
>  ServerName debian

ditto for the above



HTH!

cheers
rickw



-- 
_________________________________
Rick Welykochy || Praxis Services

Traditionally, most of Australia's imports come from overseas.
      -- Keppel Enderbery
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz 
http://lists.katipo.co.nz/mailman/listinfo/koha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.katipo.co.nz/pipermail/koha/attachments/20071030/c193d08b/attachment.htm>
-------------- next part --------------
BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Grant Johnson
EMAIL;WORK;PREF:FGJohnson at groupwise.upei.ca
N:Johnson;Grant
END:VCARD



More information about the Koha mailing list