Hello,

Am 15.12.19 um 12:50 schrieb Erik P. Olsen:
> Well, I got nothing out of tcpdump:
> 
> dropped privs to tcpdump
> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
> listening on wlp4s0, link-type EN10MB (Ethernet), capture size 262144 bytes
> ^C
> 0 packets captured
> 0 packets received by filter
> 0 packets dropped by kernel

ok, tcpdump will not really work with localhost interface. I suggested you
try to use bconsole from a different system.

> I thought it would be easy because bacula-dir and bconsole is on the same 
> system. I have
> also added port 3306 to mysql service to no avail. Status of mariadb is as 
> follows, but I
> don't know if it's all right or not:
> 
> [erik@Erik-PC ~]$ systemctl status mariadb.service
> ● mariadb.service - MariaDB 10.3 database server
>    Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor 
> preset: disabled)
>   Drop-In: /usr/lib/systemd/system/mariadb.service.d
>            └─tokudb.conf
>    Active: active (running) since Sun 2019-12-15 12:41:14 CET; 50s ago
>      Docs: man:mysqld(8)
>            https://mariadb.com/kb/en/library/systemd/
>   Process: 1184 ExecStartPre=/usr/libexec/mysql-check-socket (code=exited, 
> status=0/SUCCESS)
>   Process: 1240 ExecStartPre=/usr/libexec/mysql-prepare-db-dir 
> mariadb.service (code=exited, status=0/SUCCESS)
>   Process: 1672 ExecStartPost=/usr/libexec/mysql-check-upgrade (code=exited, 
> status=0/SUCCESS)
>  Main PID: 1512 (mysqld)
>    Status: "Taking your SQL requests now..."
>     Tasks: 71 (limit: 4915)
>    Memory: 186.1M
>    CGroup: /system.slice/mariadb.service
>            └─1512 /usr/libexec/mysqld --basedir=/usr
> 
> dec 15 12:41:13 Erik-PC.epolan.dk systemd[1]: Starting MariaDB 10.3 database 
> server...
> dec 15 12:41:13 Erik-PC.epolan.dk mysql-check-socket[1184]: Socket file 
> /var/lib/mysql/mysql.sock exists.
> dec 15 12:41:13 Erik-PC.epolan.dk mysql-check-socket[1184]: No process is 
> using /var/lib/mysql/mysql.sock, which means it is a garbage, so it will be 
> removed automatically.
> dec 15 12:41:13 Erik-PC.epolan.dk mysql-prepare-db-dir[1240]: Database 
> MariaDB is probably initialized in /var/lib/mysql already, nothing is done.
> dec 15 12:41:13 Erik-PC.epolan.dk mysql-prepare-db-dir[1240]: If this is not 
> the case, make sure the /var/lib/mysql is empty before running 
> mysql-prepare-db-dir.
> dec 15 12:41:13 Erik-PC.epolan.dk mysqld[1512]: 2019-12-15 12:41:13 0 [Note] 
> /usr/libexec/mysqld (mysqld 10.3.20-MariaDB) starting as process 1512 ...
> dec 15 12:41:13 Erik-PC.epolan.dk mysqld[1512]: 2019-12-15 12:41:13 0 [ERROR] 
> WSREP: rsync SST method requires wsrep_cluster_address to be configured on 
> startup.
> dec 15 12:41:14 Erik-PC.epolan.dk systemd[1]: Started MariaDB 10.3 database 
> server.
> [erik@Erik-PC ~]$ 
> 

A connection with maria db, bacula user and password is possible and you can 
directly
use the tables of the bacula database like

select * from pool

?

Do you use security as like TLS for communication?

Cheers,



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to