<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Thank you, I think 80 is taken by Plesk but I will try, <br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">I try to import any of this way but I get error all the time <br><br>root@koyauniversity ~ # mysql koha_library < koha_library_old3.10<br>ERROR 1142 (42000) at line 55: SELECT command denied to user 'root'@'localhost' for table 'accountlines'<br>root@koyauniversity ~ # mysql -u koha_library -p koha_library < koha_library_old3.10<br>Enter password:<br>ERROR 1045 (28000): Access denied for user 'koha_library'@'localhost' (using password: YES)<br>root@koyauniversity ~ # mysql -u root -p koha_library < koha_library_old3.10<br>Enter password:<br>ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)<br>root@koyauniversity ~ # mysql -u koha.admin -p koha_library < koha_library_old3.10<br>Enter password:<br>ERROR 1045 (28000): Access denied for user 'koha.admin'@'localhost' (using password: YES)<br>root@koyauniversity ~ #<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 19 June 2016 at 11:36, Jonathan Druart <span dir="ltr"><<a href="mailto:jonathan.druart@bugs.koha-community.org" target="_blank">jonathan.druart@bugs.koha-community.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please answer to the list.<br>
<span class=""><br>
2016-06-19 10:41 GMT+01:00 MHE I.T. Admin (DRR) <<a href="mailto:admin@mhe-krg.org">admin@mhe-krg.org</a>>:<br>
> I have now managed to install the Koha 16.05, but still have issue to get<br>
> the web-domain work properly<br>
><br>
> With IP works fine<br>
> <a href="http://88.198.51.202:8080/" rel="noreferrer" target="_blank">http://88.198.51.202:8080/</a><br>
><br>
> White domain I still have to have the sufix 8080 to get the site to appear<br>
><br>
> <a href="http://library.koyauniversity.org:8080/" rel="noreferrer" target="_blank">http://library.koyauniversity.org:8080/</a><br>
> <a href="http://libraryadmin.koyauniversity.org:8080/" rel="noreferrer" target="_blank">http://libraryadmin.koyauniversity.org:8080/</a><br>
><br>
> Whilst I want this to appear as<br>
> <a href="http://library.koyauniversity.org" rel="noreferrer" target="_blank">http://library.koyauniversity.org</a><br>
> <a href="http://libraryadmin.koyauniversity.org" rel="noreferrer" target="_blank">http://libraryadmin.koyauniversity.org</a><br>
<br>
</span>Use port 80 instead of 8080<br>
<span class=""><br>
> Now we need to import the database from our previous version Koha 3.10 to<br>
> this new installation. Shall I just delete the new database and import the<br>
> old one please?<br>
<br>
</span>Yes, the procedure is described on the this wiki page:<br>
<a href="https://wiki.koha-community.org/wiki/Moving_an_installation_from_a_regular_install_to_the_Debian_packages" rel="noreferrer" target="_blank">https://wiki.koha-community.org/wiki/Moving_an_installation_from_a_regular_install_to_the_Debian_packages</a><br>
<br>
Regards,<br>
Jonathan<br>
<div class="HOEnZb"><div class="h5"><br>
> On 18 June 2016 at 22:13, MHE I.T. Admin (DRR) <<a href="mailto:admin@mhe-krg.org">admin@mhe-krg.org</a>> wrote:<br>
>><br>
>> It keep giving me<br>
>><br>
>>  # deluser library-koha<br>
>> Removing user `library-koha' ...<br>
>> Warning: group `library-koha' has no more members.<br>
>> userdel: user library-koha is currently used by process 933<br>
>> /usr/sbin/deluser: `/usr/sbin/userdel library-koha' returned error code 8.<br>
>> Exiting.<br>
>><br>
>> Is it possible for you to kindly look at for me please? It drive me crazy<br>
>> and I can not get it work. Our library website is has been down for a week<br>
>> now, We thought it will be easy to to update the server and reinstate the<br>
>> site.<br>
>><br>
>><br>
>> On 18 June 2016 at 16:22, Jonathan Druart<br>
>> <<a href="mailto:jonathan.druart@bugs.koha-community.org">jonathan.druart@bugs.koha-community.org</a>> wrote:<br>
>>><br>
>>> Try to remove the user:<br>
>>>   deluser library-koha<br>
>>><br>
>>> Regards,<br>
>>> Jonathan<br>
>>><br>
>>> 2016-06-18 15:59 GMT+01:00 MHE I.T. Admin (DRR) <<a href="mailto:admin@mhe-krg.org">admin@mhe-krg.org</a>>:<br>
>>> > I am trying to reinstate our library after upgrading server to Debian<br>
>>> > 8.5<br>
>>> > with Plesk 12.5 panel,<br>
>>> ><br>
>>> > I follow the instruction provided here<br>
>>> ><br>
>>> > <a href="https://wiki.koha-community.org/wiki/Koha_on_Debian" rel="noreferrer" target="_blank">https://wiki.koha-community.org/wiki/Koha_on_Debian</a><br>
>>> ><br>
>>> > I have done the steps, but<br>
>>> ><br>
>>> > Install the Database<br>
>>> ><br>
>>> > If you are planning to run MySQL on the same server that Koha is on,<br>
>>> > then<br>
>>> > run:<br>
>>> ><br>
>>> >  $ sudo apt-get install mysql-server<br>
>>> ><br>
>>> ><br>
>>> > I am assuming that we have already have mySQL server so I do not need<br>
>>> > this.<br>
>>> ><br>
>>> > When I run this<br>
>>> ><br>
>>> > # sudo koha-create --create-db library<br>
>>> ><br>
>>> > I get<br>
>>> ><br>
>>> > User library-koha already exists.<br>
>>> ><br>
>>> > I have not created user yet and this is a fresh install.<br>
>>> ><br>
>>> > I do not see /etc/apache2/sites-enabled/library.conf<br>
>>> > and I do not see<br>
>>> ><br>
>>> > /etc/koha/sites/library/koha-conf.xml<br>
>>> ><br>
>>> > Is there any solution to this please? How can I totally remove Koha and<br>
>>> > do a<br>
>>> > fresh start?<br>
>>> ><br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > Koha-devel mailing list<br>
>>> > <a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a><br>
>>> > <a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
>>> > website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
>>> > git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
>>> > bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br>
>>> _______________________________________________<br>
>>> Koha-devel mailing list<br>
>>> <a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a><br>
>>> <a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
>>> website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
>>> git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
>>> bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>><br>
>> I.T Admin (Dr. D.R. Roshani)<br>
>> Ministry of Higher Education<br>
>> T. +964.XXX.XXX XXX | E. <a href="mailto:admin@mhe-krg.org">admin@mhe-krg.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
><br>
> I.T Admin (Dr. D.R. Roshani)<br>
> Ministry of Higher Education<br>
> T. +964.XXX.XXX XXX | E. <a href="mailto:admin@mhe-krg.org">admin@mhe-krg.org</a><br>
_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"></blockquote><div style="text-align:left"><b><font color="#666666">I.T Admin (Dr. D.R. Roshani)</font></b></div><b><a href="http://www.mhe-krg.org" target="_blank"><font color="#666666">Ministry of Higher Education</font></a></b><font color="#666666"><br>T. +964.XXX.XXX XXX </font><b><font color="#666666">|</font></b><font color="#666666"> E. </font><font color="#666666"><a href="mailto:admin@mhe-krg.org" target="_blank">admin@mhe-krg.org</a></font></div></div>
</div>