Displaying 9 results from an estimated 9 matches for "general_log".
2018 Dec 04
2
asterisk is not seeing my queues in database
...d I do get a result.
On Tue, Dec 4, 2018 at 9:08 AM Mitch Claborn <mitch_ml at claborn.net> wrote:
> Maybe try capturing the queries that are executed on the mysql server?
> That might point you in the right direction.
>
> -- show the log file name
> SHOW VARIABLES LIKE 'general_log%';
> -- turn logging on and off
> SET GLOBAL general_log='ON';
> SET GLOBAL general_log='OFF';
>
>
>
> Mitch
>
> On 12/4/18 7:50 AM, Dominic wrote:
> > Hi I am facing an issue where asterisk cannot see the queues that exist
> > in my databa...
2018 Dec 04
2
asterisk is not seeing my queues in database
Hi I am facing an issue where asterisk cannot see the queues that exist in
my database through realtime. I am using res_odbc and a local mysql
database.
If I run:
realtime load queues name myqueue
I get "No rows found matching search criteria.", however if I do the same
for a peer:
realtime load sippeers name
Then I get a result. Since my queues table is in the same database as my
2015 Nov 30
2
SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file
...r my.cnf files in /usr/share/mysql/
#
# this is read by the standalone daemon and embedded servers
[server]
# this is only for the mysqld standalone daemon
[mysqld]
#wait_timeout=28800
#interactive_timeout = 28800
max_allowed_packet=512M
#General Query Log
general_log_file = /var/log/mysql/mysql_query.log
general_log = 1
#Error Log
log_error = /var/log/mysql/mysql_error.log
#Slow Query Log
slow_query_log = 1
slow_query_log_file = /var/log/mysql/mysql_slow.log
long_query_time = 2...
2015 Mar 12
3
mysql replication - problems
...sql.sock
symbolic-links=0
;plugin-load=rpl_semi_sync_master=semisync_master.so
;plugin-load=rpl_semi_sync_slave=semisync_slave.so
;rpl_semi_sync_master_enabled=1
;rpl_semi_sync_master_timeout=10
;rpl_semi_sync_slave_enabled=1
;performance_schema
query_cache_size = 8MB
innodb_buffer_pool_size = 199M
general_log_file=/var/log/mysql/mysql.log
general_log=1
log-error=/var/log/mysql/mysql_error_log
log-slow-queries=/var/log/mysql/mysql_slow_log
wait_timeout = 86400
[mysqld_safe]
general_log_file=/var/log/mysql/mysql.log
general_log=1
log-error=/var/log/mysql/mysql_error_log
log-slow-queries=/var/log/mysql/my...
2015 Mar 12
0
mysql replication - problems
...pl_semi_sync_master=semisync_master.so
> ;plugin-load=rpl_semi_sync_slave=semisync_slave.so
> ;rpl_semi_sync_master_enabled=1
> ;rpl_semi_sync_master_timeout=10
> ;rpl_semi_sync_slave_enabled=1
> ;performance_schema
> query_cache_size = 8MB
> innodb_buffer_pool_size = 199M
> general_log_file=/var/log/mysql/mysql.log
> general_log=1
> log-error=/var/log/mysql/mysql_error_log
> log-slow-queries=/var/log/mysql/mysql_slow_log
> wait_timeout = 86400
>
> [mysqld_safe]
> general_log_file=/var/log/mysql/mysql.log
> general_log=1
> log-error=/var/log/mysql/mysql_...
2012 Jun 10
1
director userdb problem
hello !
I'm trying to get users from dovecot director server:
doveadm director map
doveadm(root): Error: User listing returned failure
doveadm(root): Error: user listing failed
user mail server ip expire time
<unknown> 192.168.5.101 2012-06-10 21:54:06
in
2008 Jun 18
1
debugging dovecot and sieve
...##
## Logging
##
# Log file to use for error messages, instead of sending them to syslog.
# /dev/stderr can be used to log into stderr.
log_path = /var/log/dovecot/error_log
# Log file to use for informational and debug messages.
# Default is the same as log_path.
info_log_path = /var/log/dovecot/general_log
# Prefix for each line written to log file. % codes are in strftime(3)
# format.
#log_timestamp = "%b %d %H:%M:%S "
# Syslog facility to use if you're logging to syslog. Usually if you don't
# want to use "mail", you'll use local0..local7. Also other standard
# fac...
2007 Jul 09
2
Quota exceeded messages
When I try to move messages between folders I get 'Quota exceeded' messages.
I installed dovecot without any major configuration and accounts are
created with PostfixAdmin.
Is there some common setting that I must be missing?
Version in use is 1.0 rc26
- Frank
2015 Mar 12
3
mysql replication - problems
...gt; > ;plugin-load=rpl_semi_sync_slave=semisync_slave.so
> > ;rpl_semi_sync_master_enabled=1
> > ;rpl_semi_sync_master_timeout=10
> > ;rpl_semi_sync_slave_enabled=1
> > ;performance_schema
> > query_cache_size = 8MB
> > innodb_buffer_pool_size = 199M
> > general_log_file=/var/log/mysql/mysql.log
> > general_log=1
> > log-error=/var/log/mysql/mysql_error_log
> > log-slow-queries=/var/log/mysql/mysql_slow_log
> > wait_timeout = 86400
> >
> > [mysqld_safe]
> > general_log_file=/var/log/mysql/mysql.log
> > general_lo...