<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi Rick,</DIV>
<DIV> </DIV>
<DIV>Did you ever have the issue of addbiblio.pl breaking and prompting your browser to "save the file"?</DIV>
<DIV> </DIV>
<DIV>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.</DIV>
<DIV>Does this make any sense?</DIV>
<DIV> </DIV>
<DIV>
<DIV>F. Grant Johnson<BR>566-0630 / <A href="mailto:fgjohnson@upei.ca">fgjohnson@upei.ca</A> </DIV>
<DIV>Skype ID = jetsongeorge</DIV>
<DIV> </DIV>
<DIV>Systems/Web Coordinator<BR> Robertson Library<BR> University of Prince Edward Island</DIV>
<DIV> </DIV>
<DIV>***************<BR>Attitude is IT!</DIV><BR><BR>>>> On 9/14/2007 at 10:06 PM, in message <46EB3017.6070007@praxis.com.au>, Rick Welykochy <rick@praxis.com.au> wrote:<BR></DIV>
<DIV style="PADDING-LEFT: 7px; MARGIN: 0px 0px 0px 15px; BORDER-LEFT: #050505 1px solid; BACKGROUND-COLOR: #f3f3f3">penelope defreitas wrote:<BR><BR>> I recently installed koha sucessfully on debian etch<BR>> 4.0.<BR><BR>Hi Penelope ... we've done the same on Debian Etch with great success :)<BR><BR><BR><BR>> However, I was unable to start the mysql service and<BR>> restart apache.<BR>> <BR>> I tried starting the Mysql service using:<BR>> <BR>> mysql start command<BR><BR>You start and stop mysql on Debian as follows:<BR><BR>sudo /etc/init.d/mysql start<BR><BR>and<BR><BR>sudo /etc/init.d/mysql stop<BR><BR>Note that "mysql" is the mysql client and<BR>/etc/init.d/mysql is the control file for the<BR>mysql server.<BR><BR><BR><BR><BR>> When i tried restarting Apache I got the following<BR>> error:<BR>> <BR>> Could not reliably determine the server's fully<BR>> qualified domain name, using 127.0.0.1 for ServerName<BR>> [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost<BR>> *:8080 has no VirtualHosts<BR>> [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost *:80<BR>> has no VirtualHosts.<BR><BR><BR>See my comments below ....<BR><BR><BR>> # KOHA's OPAC Configuration<BR>> <VirtualHost *:80><BR>> ServerAdmin user@domain.edu<BR><BR>ServerAdmin should designate a valid email address.<BR><BR><BR>EXAMPLE ServerAdmin penelopedefreitas@yahoo.com<BR><BR><BR>> DocumentRoot /usr/local/koha/opac/htdocs<BR>> ServerName debian<BR><BR>ServerName should designate the fully-qualified domain<BR>name (FQDN) of your web server.<BR><BR>EXAMPLE ServerName intranet.ugcsi.edu<BR><BR><BR>> ServerAdmin user@domain.edu<BR>> ServerName debian<BR><BR>ditto for the above<BR><BR><BR><BR>HTH!<BR><BR>cheers<BR>rickw<BR><BR><BR><BR>-- <BR>_________________________________<BR>Rick Welykochy || Praxis Services<BR><BR>Traditionally, most of Australia's imports come from overseas.<BR> -- Keppel Enderbery<BR>_______________________________________________<BR>Koha mailing list<BR>Koha@lists.katipo.co.nz<BR><A href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</A><BR></DIV></BODY></HTML>