<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>&nbsp;</DIV>
<DIV>Did you ever have the issue of addbiblio.pl breaking and prompting your browser to "save the file"?</DIV>
<DIV>&nbsp;</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>&nbsp;</DIV>
<DIV>
<DIV>F. Grant Johnson<BR>566-0630 / <A href="mailto:fgjohnson@upei.ca">fgjohnson@upei.ca</A> </DIV>
<DIV>Skype ID =&nbsp;jetsongeorge</DIV>
<DIV>&nbsp;</DIV>
<DIV>Systems/Web Coordinator<BR>&nbsp;Robertson Library<BR>&nbsp;University of Prince Edward Island</DIV>
<DIV>&nbsp;</DIV>
<DIV>***************<BR>Attitude is IT!</DIV><BR><BR>&gt;&gt;&gt; On 9/14/2007 at 10:06 PM, in message &lt;46EB3017.6070007@praxis.com.au&gt;, Rick Welykochy &lt;rick@praxis.com.au&gt; 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>&gt; I recently installed koha sucessfully on debian etch<BR>&gt; 4.0.<BR><BR>Hi Penelope ... we've done the same on Debian Etch with great success :)<BR><BR><BR><BR>&gt; However, I was unable to start the mysql service and<BR>&gt; restart apache.<BR>&gt; <BR>&gt; I tried starting the Mysql service using:<BR>&gt; <BR>&gt; 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>&gt; When i tried restarting Apache I got the following<BR>&gt; error:<BR>&gt; <BR>&gt; Could not reliably determine the server's fully<BR>&gt; qualified domain name, using 127.0.0.1 for ServerName<BR>&gt; [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost<BR>&gt; *:8080 has no VirtualHosts<BR>&gt; [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost *:80<BR>&gt; has no VirtualHosts.<BR><BR><BR>See my comments below ....<BR><BR><BR>&gt; # KOHA's OPAC Configuration<BR>&gt; &lt;VirtualHost *:80&gt;<BR>&gt;&nbsp;&nbsp; ServerAdmin user@domain.edu<BR><BR>ServerAdmin should designate a valid email address.<BR><BR><BR>EXAMPLE&nbsp;&nbsp;&nbsp; ServerAdmin penelopedefreitas@yahoo.com<BR><BR><BR>&gt;&nbsp;&nbsp; DocumentRoot /usr/local/koha/opac/htdocs<BR>&gt;&nbsp;&nbsp; ServerName debian<BR><BR>ServerName should designate the fully-qualified domain<BR>name (FQDN) of your web server.<BR><BR>EXAMPLE&nbsp;&nbsp;&nbsp; ServerName intranet.ugcsi.edu<BR><BR><BR>&gt;&nbsp; ServerAdmin user@domain.edu<BR>&gt;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- 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>