Report post You have 30 minutes to complete this form before the CAPTCHA will expire. Security image * Required field JavaScript is required to view this page. Either you do not have JavaScript enabled in your web browser, you do not have cookies enabled in your web browser, or this website is misconfigured such that cookies do not save correctly. This is a reported post for a post in the topic <input class="cms_keep_ui_controlled" size="45" title="[post param="Module anopr - for irc services."]639[/post]" type="button" value="post Comcode tag (dbl-click to edit/delete)" />, by jacobgkau<br /><br /><comcode-quote param="2">Hi there! Not 100% sure what you mean by "#services logs," but if you have Anopr installed, then you should see a number of log messages from "m_composr_authentication" appearing in the logs for anope.service on the machine hosting it. For example, here's output from my server:<br /><comcode-code>root@NOTS-Chat:~# journalctl -u anope.service -b 0 | tail -n 13<br />Aug 24 00:09:59 NOTS-Chat services[847]: [Aug 24 00:09:59 2021] USERS: dpr!musk@ip-address (musk) disconnected from the network (irc.nerdonthestreet.com)<br />Aug 29 19:22:10 NOTS-Chat services[847]: [Aug 29 19:22:10 2021] USERS: jacobgkau!jacobgkau@ip-address (Jacob Kauffmann) [24.128.96.26] connected to the network (irc.nerdonthestreet.com)<br />Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: User is trying to authenticate: jacobgkau<br />Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: Output stored in memory: true<br />Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: Output was true, returning a successful authentication.<br />Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: The authentication request has completed.<br />Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: Authentication was successful, returning success for request.<br />Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] m_composr_authentication: Updated email address to jacob@nerdonthestreet.com<br />Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] COMMAND: jacobgkau!jacobgkau@ip-address used IDENTIFY and identified for account jacobgkau<br />Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] USERS: jacobgkau!jacobgkau@ip-address is now identified as jacobgkau<br />Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] m_composr_authentication: Returned a success for user: jacobgkau<br />Aug 29 19:22:15 NOTS-Chat services[847]: [Aug 29 19:22:15 2021] CHANNEL: create #technology<br />Aug 29 19:22:15 NOTS-Chat services[847]: [Aug 29 19:22:15 2021] CHANNEL: jacobgkau!jacobgkau@ip-address join #technology<br />root@NOTS-Chat:~#<br /></comcode-code><br />If you're not seeing any logging at all, then you probably don't have the Anope module component installed properly. If you are seeing logs, then you might have something in the PHP scripts configured incorrectly– hopefully the logs can help point us in the right direction.<br /></comcode-quote><br />//// PUT YOUR REPORT BELOW \\\\<br /><br /> Add: Add: Font Size Color [Font] Arial Courier Georgia Impact Times Trebuchet Verdana Tahoma Geneva Helvetica [Size] 0.8 1 1.5 2 2.5 3 4 [Color] Black Blue Gray Green Orange Purple Red White Yellow This is a reported post for a post in the topic [post param="Module anopr - for irc services."]639[/post], by jacobgkau [quote="2"] Hi there! Not 100% sure what you mean by "#services logs," but if you have Anopr installed, then you should see a number of log messages from "m_composr_authentication" appearing in the logs for anope.service on the machine hosting it. For example, here's output from my server: [code] root@NOTS-Chat:~# journalctl -u anope.service -b 0 | tail -n 13 Aug 24 00:09:59 NOTS-Chat services[847]: [Aug 24 00:09:59 2021] USERS: dpr!musk@ip-address (musk) disconnected from the network (irc.nerdonthestreet.com) Aug 29 19:22:10 NOTS-Chat services[847]: [Aug 29 19:22:10 2021] USERS: jacobgkau!jacobgkau@ip-address (Jacob Kauffmann) [24.128.96.26] connected to the network (irc.nerdonthestreet.com) Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: User is trying to authenticate: jacobgkau Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: Output stored in memory: true Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: Output was true, returning a successful authentication. Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: The authentication request has completed. Aug 29 19:22:11 NOTS-Chat services[847]: [Aug 29 19:22:11 2021] m_composr_authentication: Authentication was successful, returning success for request. Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] m_composr_authentication: Updated email address to jacob@nerdonthestreet.com Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] COMMAND: jacobgkau!jacobgkau@ip-address used IDENTIFY and identified for account jacobgkau Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] USERS: jacobgkau!jacobgkau@ip-address is now identified as jacobgkau Aug 29 19:22:12 NOTS-Chat services[847]: [Aug 29 19:22:12 2021] m_composr_authentication: Returned a success for user: jacobgkau Aug 29 19:22:15 NOTS-Chat services[847]: [Aug 29 19:22:15 2021] CHANNEL: create #technology Aug 29 19:22:15 NOTS-Chat services[847]: [Aug 29 19:22:15 2021] CHANNEL: jacobgkau!jacobgkau@ip-address join #technology root@NOTS-Chat:~# [/code] If you're not seeing any logging at all, then you probably don't have the Anope module component installed properly. If you are seeing logs, then you might have something in the PHP scripts configured incorrectly-- hopefully the logs can help point us in the right direction. [/quote] //// PUT YOUR REPORT BELOW \\\\ View all Use of this website implies that you agree to the website rules and privacy policy. Statistics Users online: Details jacobgkau, 21 guests Usergroups: Administrators Forum statistics: 148 topics, 639 posts, 633 members Our newest member is OfflineInfluencer83 Birthdays: jjfire (35)saytoonz (28)TheChaplainSchmettik (25)