Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Namaste

Pages: 1 [2] 3 4 ... 24
16
MySQL / Re: howto export all databases and users with privel
« on: April 11, 2025, 09:53:59 PM »
I looking more at the dbase migration.  I can grab the public_html folder with ssh.  Done it in the past, fast and furious.  But thats just for folders.

Basically, I want to know how to dump all/some databases with the users.  I exported from phpmyadmin and I dont get any users. I read on line that mariadb is supposed to export users with export.

17
Information / Re: Goaccess stopped working
« on: April 11, 2025, 08:24:50 PM »
Thanks.  Now a followup question mr. president.

Would that screw up goaccess monthly reports.  Or is go access only using the access_log file which would not be trimmed by the log rotation.

18
MySQL / howto export all databases and users with privel
« on: April 11, 2025, 01:33:19 PM »
Thinking about migrating to another host.  Whats the best way?

19
Information / Re: Goaccess stopped working
« on: April 10, 2025, 02:29:59 PM »
Filemanagement > Logrotate Manager
create /etc/logrotate.d/httpd

Code: [Select]
/usr/local/apache/domlogs/*.log {
    missingok
    notifempty
    sharedscripts
    daily
    rotate 7
    postrotate
        /sbin/service httpd reload > /var/log/httpd-rotate.log 2>&1 || true
    endscript
    compress
}
I got basically the same from chatgpt.  The only difference was this:  /sbin/service httpd reload > /var/log/httpd-rotate.log 2>&1 || true.
What does that do?

20
Information / Re: Goaccess stopped working
« on: April 10, 2025, 12:52:12 AM »
How do I remember all my threads? I authored them, so I maintain a basic familiarity with them. Plus, if you test your methods and author an instructional post, sometimes it takes 15 min+ to test it ahead of publication. So I'm apt to remember a post that took some doing!

25MB is not overly large for an access log. Your error log, on the other hand, is rather large if it's >500MB. Do you have logrotate enabled to process all your domlogs?


Error log is big,  I delete if from time to time.  Is the error log relevant to goaccess Problem or was that just an observation?
Default logrotate does not include domlogs.  What do you suggest.?

21
Updates / Re: Server updates don't seem to be happening
« on: April 10, 2025, 12:12:29 AM »
Does anyone know when v 1201 came out, exactly?

22
Installation / Re: Cron jobs from installation
« on: April 09, 2025, 07:36:13 PM »
Hello everyone,

I did a fresh install of Alma Linux 8.  All went well until I tried to add a cron job and accidently deleted the 2 that were created with the installation of Alma Linux 8.  Can some one out there post the 2 cron jobs that were created with the install.  Not sure how I did that. ::)

Thank you for your help.
David

They were not accidently deleted.  I lost mine as well on the exact same date.  This was a system update that did this.  Why is no one looking into this.

23
Information / Re: User control panel not working either
« on: April 08, 2025, 11:04:10 AM »
I haven't encountered the issue and probably don't fully understand what you are seeing. Have you tried manually running the root and user cronjobs from the shell so you can watch their output and ensure they have run (to validate your hypothesis)?

there are no crons in root or user other than ssl.

24
Information / Re: User control panel not working Centos7 not alma8
« on: April 06, 2025, 07:40:29 PM »
So my brand new linode with alma 8 is not providind the bandwidth comsumption graph for users.  And its not working on my old centos7 server either.  This has to be a bug of some sort since its happening on two different servers with 2 different op systems.

25
Information / Re: User control panel not working either
« on: April 05, 2025, 04:21:58 PM »
Also FYI. Both old and new servers had a goaccess.conf file in /etc and /usr/local/etc directories........

26
Information / Re: User control panel not working either
« on: April 05, 2025, 03:53:06 PM »
Incidently, this also happened on the morning on Feb 28.  There was no report.  But the next morning, I had Mar 1 report but no Feb 28 report.  This is why I think it is an update issue.

27
Information / Re: User control panel not working either
« on: April 05, 2025, 03:36:15 PM »
I dont see any cron jobs for root or user other than ssl.  So have not run cron.

I am able to run go access from shell  generate a single report.html from my existing server.  The report is comprehensive without single domains.

I just spun up another linode with alma8 this morning so I have a reference.  It has goaccess 1.3.  I ran it from user panel and got a report for the single domain that exists and of course it was empty.

When I run shell goaccess status from todays new server,  I get an error that says
Code: [Select]
Fatal error has occurred
Error occurred at: src/parser.c - read_log - 2728
Unable to open the specified log file. No such file or directory

But I dont want to discuss the new server. 

On both there seems to be some confusion about the access file name.  goaccess assumes access.log, when in fact with cwp its access_log.  I can deal with that I think.

But my problem is no goaccess reports parsed any more automatically.  In addition, the nice graphical user bandwidth has also stopped displaying.  It sounds to me like a cron problem.  I still think its an cwp update issue.  Shouldnt I be seeing crons for goaccess and bandwidth?

28
Information / Re: User control panel not working either
« on: April 05, 2025, 11:28:00 AM »
No one has anything to say about user bandwidth consumption disappearing?

29
Information / User control panel not working either
« on: April 04, 2025, 10:27:06 AM »
So I thought it was goaccess that quit working.  But also the the graph of bandwidth consumption has also stopped working since March 31.  March 30 was the last time any data was saved.  So this might be a cron issue after cwp update.  I can run go access from shell but daily records are not happening.  I can see all data prior to march 31 in both goaccess and bandwidth consumption.  Houston we have a problem.

30
Information / Re: Goaccess stopped working
« on: April 03, 2025, 02:48:57 PM »
FWIW  goaccess 1.9.4 uses access.log as the source file to parse and not access_log

Pages: 1 [2] 3 4 ... 24