Comments on: GoAccess (A Real-Time Apache and Nginx) Web Server Log Analyzer https://www.tecmint.com/goaccess-a-real-time-apache-and-nginx-web-server-log-analyzer/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sat, 31 Oct 2020 11:26:57 +0000 hourly 1 By: Libero https://www.tecmint.com/goaccess-a-real-time-apache-and-nginx-web-server-log-analyzer/comment-page-1/#comment-1383638 Sat, 31 Oct 2020 11:26:57 +0000 http://www.tecmint.com/?p=2324#comment-1383638 I have the following error:

Fatal error has occurred
Error occurred at: src/parser.c – read_log – 2730
Unable to open the specified log file. Device or resource busy

any solution?

]]>
By: Ravi Saive https://www.tecmint.com/goaccess-a-real-time-apache-and-nginx-web-server-log-analyzer/comment-page-1/#comment-782826 Sat, 21 May 2016 06:43:50 +0000 http://www.tecmint.com/?p=2324#comment-782826 In reply to rlinux57.

@rlinux,

Did you uncomment or re-configured date-format or time-format in goaccess.conf file? Please check these time parameters in the configuration file and correct them. If you don’t know, try this thread, hope you will find solution https://github.com/allinurl/goaccess/issues/136

]]>
By: rlinux57 https://www.tecmint.com/goaccess-a-real-time-apache-and-nginx-web-server-log-analyzer/comment-page-1/#comment-782595 Fri, 20 May 2016 17:47:20 +0000 http://www.tecmint.com/?p=2324#comment-782595 How it can be work in cpanel server, getting below error ?
#goaccess -f /usr/local/cpanel/logs/access_log

GoAccess – version 0.9.8 – May 20 2016 13:21:04
Config file: /usr/local/etc/goaccess.conf

Fatal error has occurred
Error occured at: src/parser.c – verify_formats – 2215
No time format was found on your conf file.

]]>
By: Jalal Hajigholamali https://www.tecmint.com/goaccess-a-real-time-apache-and-nginx-web-server-log-analyzer/comment-page-1/#comment-773126 Tue, 19 Apr 2016 05:04:08 +0000 http://www.tecmint.com/?p=2324#comment-773126 Thanks a lot
very nice article…

]]>
By: Ravi Saive https://www.tecmint.com/goaccess-a-real-time-apache-and-nginx-web-server-log-analyzer/comment-page-1/#comment-690242 Tue, 20 Oct 2015 11:46:29 +0000 http://www.tecmint.com/?p=2324#comment-690242 In reply to bheema.

@Bheema,
Change the format as shown in the configuration it should work..

date_format %d/%b/%Y
log_format %^, %h %^[%d:%^] "%r" %s %b "%R" "%u"
]]>