Authentication log Questions

김태호 taehokim at hicare.net
Thu Jun 10 07:25:58 UTC 2021


Hello Kallithea>> Question 1We are constantly getting this kind of log as following (at WARNING level) :...2021-06-10 07:04:42.989 ERROR [kallithea.lib.auth_modules.auth_internal] user admin had a bad password2021-06-10 07:04:42.989 WARNI [kallithea.lib.auth_modules] User `admin` failed to authenticate against kallithea.lib.auth_modules.auth_internal2021-06-10 07:04:48.507 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:04:48.853 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:05:18.535 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:05:18.848 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:05:48.560 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:05:48.859 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:06:18.592 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:06:18.865 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:06:39.255 WARNI [kallithea.lib.auth_modules] User `member1` failed to authenticate against kallithea.lib.auth_modules.auth_crowd2021-06-10 07:06:45.635 WARNI [kallithea.lib.auth_modules] User `member1` failed to authenticate against kallithea.lib.auth_modules.auth_crowd2021-06-10 07:06:48.719 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:06:48.884 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index[2021-06-10 07:07:10 +0000] [5664] [INFO] Handling signal: winch2021-06-10 07:07:18.640 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:07:18.911 WARNI [kallithea.lib.auth] user is anonymous and NOT authenticated with regular auth @ HomeController:index2021-06-10 07:07:22.535 WARNI [kallithea.lib.auth_modules] User `member1` failed to authenticate against kallithea.lib.auth_modules.auth_crowd2021-06-10 07:07:28.507 WARNI [kallithea.lib.auth_modules] User `member1` failed to authenticate against kallithea.lib.auth_modules.auth_crowd...I wonder why the log prints that the authentication failedeven if login is successful.>> Question 2We changed http_server to waitress to download a large size file from my kallithea-git.Also I put larger value for channel_timeout andmax_request_body_size(channel_timeout = 180, max_request_body_size = 322122547200) in my .ini file.But I still haven't received the same size file as the next attached picture.But I can still download small size files from Kallithea.>> Question 3As a guest, whenever I push to git repositoy, the following error message occurs.ERROR MESSAGE 1:POSTgit-receive-pack(642bytes)remote:Traceback(mostrecentcalllast):remote:File"hooks/pre-receive",line16,in<module>remote:fromkallithea.lib.hooksimporthandle_git_pre_receiveas_handlerremote:ModuleNotFoundError:Nomodulenamed'kallithea'   ERROR MESSAGE 2:Enumeratingobjects:46,done.Deltacompressionusingupto8threadsTotal32(delta17),reused0(delta0),pack-reused0POSTgit-receive-pack(34113bytes)Remote:Traceback(mostrecentcalllast):Remote:File"hooks/pre-receive",line16,in<module>Remote:fromkallithea.lib.hooksimporthandle_git_pre_receiveas_handlerRemote:ModuleNotFoundError:Nomodulenamed'kallithea'   Why cannot it find the 'kallithea' module?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sfconservancy.org/pipermail/kallithea-general/attachments/20210610/bec10386/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.16233092690410.png
Type: image/png
Size: 5022 bytes
Desc: not available
URL: <http://lists.sfconservancy.org/pipermail/kallithea-general/attachments/20210610/bec10386/attachment.png>


More information about the kallithea-general mailing list