https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33418
Brendan Lawlor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Brendan Lawlor <[email protected]> --- Thanks to your detailed instructions it was fun testing this bug. Test notes: Update system prefs to allow weak passwords Set up kohauser with Cataloging permissions, thanks for link to bug Follow step 18 to delete the record to avoid confusion\ Sometimes when trying to restart the daemon I would get an error like perl misc/bin/connexion_import_daemon.pl -c /etc/koha/sites/kohadev/connexion.cnf Couldn't be a tcp server on port 8888: Address already in use IO::Socket::INET: Address already in use at misc/bin/connexion_import_daemon.pl line 209. but I found you can resolve this issue with sudo fuser 8888/tcp -k When I first tried the last step it overlaid the record with the default framework, but I realized that was because I did not remove the whole line overlay_framework. It took me a couple tries to realize I needed to remove the whole line, but I eventually got it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
