The first error could be caused by the fact that PostgreSQL has not been restarted yet after you edited pg_hba.conf.
Regarding the “access is denied” error, are you logged in with Administrator rights? You could try to right-click the Start Menu entry and click “Run as Administrator” if so.
You correctly identified the solution to my second issue. Running the command as Administrator (even though I am logged in as an Administrator) does the trick and I can stop and start the server.
The first issue, mAirList being unable to find the pg_hba.conf file is still baffling me. I’ve rebooted the PC several times and swtiched off the Windows Firewall.
Andrew: you have ensured that mAirList can use the PostgreSQL client libraries, either by adding their path/directory to the PATH environment variable; or by downloading the client DLLs and putting them in your mAirList program folder, yes?
The error messages mentions “fe80::a488:dad:69a4:606d/10” as the source address. First of all, this is in IPv6 format - do you run an IPv6 network? If not, best thing would be to disable all IPv6 related things in Windows Control Panel if possible.
Second, this is a so called “link-local” address, the type of address used when DHCP is not available.
I strongly believe there’s some problem with your network configuration here.
I’ve disabled IPv6 and that seems to have worked. However I now have a new error message:
17/08/2009 08:20:38 Error Error connecting mAirListDB (network mode): SQL Error: ERROR: relation “config” does not exist
LINE 1: SELECT value FROM config WHERE name=‘schemaversion’
^
They should have been imported automatically during the file import. Of course only if you set up the MMD folder in the config so mAirList will find them. There is no way to import the MMD information later.
Generally, the database uses the same import mechanisms as the mAirList playlist does. It also uses the exact same file import settings. If the information from the MMD files shows up properly when you drag the files into mAirList, it will also be considered during DB import.
So, if I check that the address of the mmd folder is set in config and then I delete all the records and the storage in the database, could I then start again and this time the mmd import would happen along with the music file data?