Closed ErtanSahinn closed 2 years ago
please make sure you have created two password files (mysql_password.txt and mysql_root_password.txt) under ./V2X-Hub/configuration/arm64/secrets folder. The content of these 2 files is 'ivp'.
Please make sure the file size of these 2 files are 3 bytes (not 4 bytes). That is, it should have no LF ('\n') or CR ('\r') character in files. Otherwise, the 'v2xhub' container will restart continuously, and whole system does not start up successfully.
I created the password files content with "ivp" but the folders are 4 bytes. And so the v2xhubarm image always restarting. How can I fix the bytes
Please try: "tr -d '\n' < mysql_password.txt > tmp; mv tmp mysql_password.txt"
BTW, in case you face the issue that both 'usdotfhwaops/php' and 'port_drayage_webservice' images cannot start up successfully on Raspberry Pi board, please refer to issue #322 for some information.
It worked and folders decrease to 3 bytes but v2x-hub still is restarting. I tried on ubuntu 18.04 device.
after ./initilization.sh output: Starting port_drayage_webservice ... done Starting mysql ... done Starting v2xhub ... done Starting php ... done
also docker ps output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES a127acbfcac0 usdotfhwaops/v2xhubarm:latest "/home/V2X-Hub/conta…" 3 seconds ago Restarting (1) 1 second ago v2xhub 368ccb194af1 mariadb:10.4 "docker-entrypoint.s…" 4 seconds ago Up 3 seconds mysql 559a8bea12eb usdotfhwaops/port-drayage-webservice:latest "java -jar port-dray…" 4 seconds ago Up 3 seconds port_drayage_webservice
It seems container 'php' is missing in your 'docker ps' output.
Please retry by following steps and provide the output: $ sudo docker-compose down $ sudo docker images $ sudo docker-compose up -d [wait for one minute] $ sudo docker ps -a
It gives php exited
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0436596c338c usdotfhwaops/php:latest "docker-php-entrypoi…" 9 seconds ago Exited (1) 8 seconds ago php e3e9300a157a usdotfhwaops/v2xhubarm:latest "/home/V2X-Hub/conta…" 9 seconds ago Restarting (1) 1 second ago v2xhub 5118cfc864d4 mariadb:10.4 "docker-entrypoint.s…" 9 seconds ago Up 9 seconds mysql a559e0e87684 usdotfhwaops/port-drayage-webservice:latest "java -jar port-dray…" 9 seconds ago Up 9 seconds port_drayage_webservice
images:
REPOSITORY TAG IMAGE ID CREATED SIZE
usdotfhwaops/v2xhubarm latest 9be894078c28 3 days ago 1.67GB
usdotfhwaops/php latest 3e539d86b229 3 days ago 378MB
committed_redis latest 3b9e7ce517e5 6 days ago 32.4MB
mariadb 10.4 4fc356de1c6a 13 days ago 401MB
mysql latest d1dc36cf8d9e 2 weeks ago 519MB
usdotfhwaops/port-drayage-webservice latest 6429453e8d73 3 weeks ago 182MB
redis
Have you installed some qemu packages?
Please try: $ sudo docker-compose down $ sudo apt-get install qemu qemu-utils qemu-user-static $ sudo docker-compose up -d
And check the result again.
It doesn't affect anything, the result is same "restarting"
It worked and folders decrease to 3 bytes but v2x-hub still is restarting. I tried on ubuntu 18.04 device.
after ./initilization.sh output: Starting port_drayage_webservice ... done Starting mysql ... done Starting v2xhub ... done Starting php ... done
also docker ps output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES a127acbfcac0 usdotfhwaops/v2xhubarm:latest "/home/V2X-Hub/conta…" 3 seconds ago Restarting (1) 1 second ago v2xhub 368ccb194af1 mariadb:10.4 "docker-entrypoint.s…" 4 seconds ago Up 3 seconds mysql 559a8bea12eb usdotfhwaops/port-drayage-webservice:latest "java -jar port-dray…" 4 seconds ago Up 3 seconds port_drayage_webservice
Hello,
Attached is my procedure to install V2X Hub on Ubuntu Desktop 21.10 (64-bit, arm64)/Raspberry Pi 4 board. I guess it would also work on Ubuntu Desktop 18.04.
You can refer to this procedure and try again from beginning. And, you had better to use Ubuntu 64-bit version.
Best wishes, Ubuntu Desktop 21.10 on RPi4.txt
Hello,
Attached is my procedure to install V2X Hub on Ubuntu Desktop 21.10 (64-bit, arm64)/Raspberry Pi 4 board. I guess it would also work on Ubuntu Desktop 18.04.
You can refer to this procedure and try again from beginning. And, you had better to use Ubuntu 64-bit version.
Best wishes, Ubuntu Desktop 21.10 on RPi4.txt
I tried again and again from zero but the result still same. usdotfhwaops/v2xhubarm:latest image "Restarting (1)" and usdotfhwaops/php:latest image is "exited (1)". I try docker start -a <container_id_of_usdotfhwaops/php:latest> And it's outputs: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs
Also I changed "ServerName" key with 127.0.0.1 and localhost.
Also now I try on Nvidia AGX Xavier with master branch and changing images on docker-compose.yml . For v2xhub: image:usdotfhwaops/v2xhubarm:latest and for port_drayage_webservice: image:usdotfhwaops/port-drayage-webservice_arm:322-fix-php-port_drayage_webservice_images_arm . It up with the result: v2xhubarm, mariadb and port-drayage-webservice-images-arm is up. I tried different images for php but it's still exited.
Sorry, I have no exact idea about this failure now.
From the error message, it seems it is related to 'apache2'? If you have installed 'apache2' package, please remove it and check again. In my setup, I do not install apache2.
BTW, which Ubuntu type and version you used?
Also welcome others to comment.
Best regards,
Sorry, I have no exact idea about this failure now.
From the error message, it seems it is related to 'apache2'? If you have installed 'apache2' package, please remove it and check again. In my setup, I do not install apache2.
BTW, which Ubuntu type and version you used?
Also welcome others to comment.
Best regards,
Thanks for your help, It worked. php is up but now I have new error because v2xhubarm and mariadb started to restart. I work on Ubuntu 18.04 LTS both PC and Nvidia Xavier. Which branch and tags do you recommend?
[2022-02-16 13:53:27.339] l/src/lib/PluginConfig.cpp (257) - ERROR : Access denied for user 'IVP'@'localhost' (using password: YES)
backtrace: (Hint: Use addr2line -C -e
{
"name": "Location",
"description": "Plugin used to send out Location Messages using data from GPSD",
"version": "5.0",
"exeLocation": "\/bin\/LocationPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": [
{
"type": "Decoded",
"subtype": "Location",
"description": "Location information gathered from the GPS"
}
],
"configuration": [
{
"key": "Frequency",
"default": "500",
"description": "Rate to send Location Message in milliseconds"
},
{
"key": "LatchHeadingSpeed",
"default": "2.5",
"description": "Speed at which the heading parameter should be latched, in mph. Set to 0 to disable latching."
},
{
"key": "GPSSource",
"default": "localhost",
"description": "Host where the GPSd is running"
},
{
"key": "SendRawNMEA",
"default": "true",
"description": "Route the raw NMEA strings from GPSd through TMX"
}
]
}
[2022-02-16 13:53:27.473] l/src/lib/PluginConfig.cpp (257) - ERROR : Access denied for user 'IVP'@'localhost' (using password: YES)
backtrace: (Hint: Use addr2line -C -e
{
"name": "MAP",
"description": "Plugin that reads intersection geometry from a configuration file and publishes a J2735 MAP message.",
"version": "5.0",
"exeLocation": "\/bin\/MapPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": [
{
"type": "J2735",
"subtype": "MAP-P",
"description": "Full geometric layout of the intersection."
}
],
"configuration": [
{
"key": "Frequency",
"default": "1000",
"description": "The frequency to send the MAP message in milliseconds."
},
{
"key": "MAP_Files",
"default": "{ \"MapFiles\": [\n {\"Action\":0, \"FilePath\":\"GID_Telegraph-Twelve_Mile_withEgress.xml\"}\n] }",
"description": "JSON data defining a list of map files. One map file for each action set specified by the TSC."
}
]
}
[2022-02-16 13:53:27.586] l/src/lib/PluginConfig.cpp (257) - ERROR : Access denied for user 'IVP'@'localhost' (using password: YES)
backtrace: (Hint: Use addr2line -C -e
{
"name": "MessageReceiver",
"description": "Plugin to receive messages from an external DSRC radio or other source",
"version": "5.0",
"exeLocation": "\/bin\/MessageReceiverPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": "",
"configuration": [
{
"key": "messageid",
"default": "0012,0013,0014,001D,00F0,00F1,00F2,00F3,00F4,00F5,00F6,00F7",
"description": "Comma separated list of SAE J2735 message ID values."
},
{
"key": "IP",
"default": "127.0.0.1",
"description": "IP address for the incoming message network connection."
},
{
"key": "Port",
"default": "26789",
"description": "Port for the incoming message network connection."
},
{
"key": "RouteDSRC",
"default": "false",
"description": "Set the flag to route a received J2735 message over DSRC."
},
{
"key": "EnableSimulatedBSM",
"default": "true",
"description": "Accept and route incoming BSM messages from a V2I Hub simulator."
},
{
"key": "EnableSimulatedSRM",
"default": "true",
"description": "Accept and route incoming SRM messages from a V2I Hub simulator."
},
{
"key": "EnableSimulatedLocation",
"default": "true",
"description": "Accept and route incoming GPS location messages from a V2I Hub simulator."
},
{
"key": "EnableVerification",
"default": "0",
"description": "If enabled, security HSM features are enabled and MessageReceiver Plugin will try to verify incoming message."
},
{
"key": "HSMLocation",
"default": "
{
"name": "ODEPlugin",
"description": "Plugin to forward messages to the Florida ODEPlugin network",
"version": "5.0",
"exeLocation": "\/bin\/ODEPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": "",
"configuration": [
{
"key": "ODEIP",
"default": "127.0.0.1",
"description": "IP address for the ODE network connection."
},
{
"key": "ODEPort",
"default": "26789",
"description": "Port for the ODE network connection."
}
]
}
[2022-02-16 13:53:27.798] l/src/lib/PluginConfig.cpp (257) - ERROR : Access denied for user 'IVP'@'localhost' (using password: YES)
backtrace: (Hint: Use addr2line -C -e
{
"name": "RTCM",
"description": "Plugin to listen for RTCM messages from an NTRIP caster and route those messages over DSRC",
"version": "5.0",
"exeLocation": "\/bin\/RtcmPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": [
{
"type": "RTCM",
"subtype": "2.3"
},
{
"type": "J2735",
"subtype": "RTCM"
}
],
"configuration": [
{
"key": "Endpoint IP",
"default": "156.63.133.118",
"description": "NTRIP caster endpoint IP address"
},
{
"key": "Endpoint Port",
"default": "2101",
"description": "NTRIP caster endpoint port"
},
{
"key": "Username",
"default": "username",
"description": "NTRIP caster authentication username"
},
{
"key": "Password",
"default": "password",
"description": "NTRIP caster authentication password"
},
{
"key": "Mountpoint",
"default": "ODOT_RTCM23",
"description": "NTRIP caster mountpoint"
},
{
"key": "RTCM Version",
"default": "Unknown",
"description": "Specify the expected RTCM message version (2.3 or 3.3) coming from the caster. Use Unknown to auto detect the version, which is done using trial and error, thus may be slow."
},
{
"key": "Route RTCM",
"default": "false",
"description": "Route the RTCM messages created from NTRIP internally for use by other plugins."
}
]
}
[2022-02-16 13:53:27.916] l/src/lib/PluginConfig.cpp (257) - ERROR : Access denied for user 'IVP'@'localhost' (using password: YES)
backtrace: (Hint: Use addr2line -C -e
{
"name": "SPAT",
"description": "Plugin that reads PTLM data from a configuration file, receives live data from the signal controller, and publishes a J2735 SPAT message.",
"version": "5.0",
"exeLocation": "\/bin\/SpatPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": [
{
"type": "J2735",
"subtype": "SPAT-P",
"description": "Signal Phase and Timing (SPAT) status for the signalized intersection."
},
{
"type": "SIGCONT",
"subtype": "ACT",
"description": "Current signal controller action"
}
],
"configuration": [
{
"key": "Intersection_Id",
"default": "1",
"description": "The intersection id for SPAT generated by this plugin."
},
{
"key": "Intersection_Name",
"default": "Intersection",
"description": "The intersection name for SPAT generated by this plugin."
},
{
"key": "SignalGroupMapping",
"default": "{\"SignalGroups\":[{\"SignalGroupId\":1,\"Phase\":1,\"Type\":\"vehicle\"},{\"SignalGroupId\":2,\"Phase\":2,\"Type\":\"vehicle\"},{\"SignalGroupId\":3,\"Phase\":3,\"Type\":\"vehicle\"},{\"SignalGroupId\":4,\"Phase\":4,\"Type\":\"vehicle\"},{\"SignalGroupId\":5,\"Phase\":5,\"Type\":\"vehicle\"},{\"SignalGroupId\":6,\"Phase\":6,\"Type\":\"vehicle\"},{\"SignalGroupId\":7,\"Phase\":7,\"Type\":\"vehicle\"},{\"SignalGroupId\":8,\"Phase\":8,\"Type\":\"vehicle\"},{\"SignalGroupId\":22,\"Phase\":2,\"Type\":\"pedestrian\"},{\"SignalGroupId\":24,\"Phase\":4,\"Type\":\"pedestrian\"},{\"SignalGroupId\":26,\"Phase\":6,\"Type\":\"pedestrian\"},{\"SignalGroupId\":28,\"Phase\":8,\"Type\":\"pedestrian\"}]}",
"description": "JSON data defining a list of SignalGroups and phases."
},
{
"key": "Local_IP",
"default": "
{
"name": "Preemption",
"description": "Preemption plugin for the IVP system.",
"version": "5.0",
"exeLocation": "\/bin\/PreemptionPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"configuration": [
{
"key": "Instance",
"default": "0",
"description": "The instance of Preemption plugin."
},
{
"key": "BasePreemptionOid",
"default": ".1.3.6.1.4.1.1206.4.2.1.6.3.1.2.",
"description": "The BasePreemptionOid of Preemption plugin."
},
{
"key": "ipwithport",
"default": "
{
"name": "SPaTLoggerPlugin",
"description": "Listens for SPaT messages and logs them in a file in CSV format.",
"version": "5.0",
"exeLocation": "\/bin\/SPaTLoggerPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": "",
"configuration": [
{
"key": "File Size In MB",
"default": "100",
"description": "Maximum size of the SPaT log file in mb."
},
{
"key": "Filename",
"default": "spatTx",
"description": "Default name of the SPaT log file."
},
{
"key": "File Location",
"default": "\/var\/log\/tmx",
"description": "The location where the log files are stored. DO NOT edit while using docker deployment of V2X-Hub!"
}
]
}
[2022-02-16 13:53:28.249] l/src/lib/PluginConfig.cpp (257) - ERROR : Access denied for user 'IVP'@'localhost' (using password: YES)
backtrace: (Hint: Use addr2line -C -e
{
"name": "MessageLoggerPlugin",
"description": "Listens for J2735 messages and logs them in a file in JSON format.",
"version": "5.0",
"exeLocation": "\/bin\/MessageLoggerPlugin",
"coreIpAddr": "127.0.0.1",
"corePort": "24601",
"messageTypes": "",
"configuration": [
{
"key": "File Size In MB",
"default": "100",
"description": "Maximum size of the BSM log file in mb."
},
{
"key": "Filename",
"default": "bsmTx",
"description": "Default name of the BSM log file."
},
{
"key": "File Location",
"default": "\/var\/log\/tmx",
"description": "The location where the log files are stored. DO NOT edit while using docker deployment of V2X-Hub!"
}
]
}
[2022-02-16 13:53:28.413] l/src/lib/PluginConfig.cpp (257) - ERROR : Access denied for user 'IVP'@'localhost' (using password: YES)
backtrace: (Hint: Use addr2line -C -e
{ "name": "Pedestrian", "description": "Pedestrian plugin for the IVP system.", "version": "5.0", "exeLocation": "\/bin\/PedestrianPlugin", "coreIpAddr": "127.0.0.1", "corePort": "24601", "messageTypes": [ { "type": "J2735", "subtype": "PSM", "description": "Pedestrian Safety Message" } ], "configuration": [ { "key": "Frequency", "default": "1000", "description": "The frequency to send the PSM in milliseconds." }, { "key": "Instance", "default": "0", "description": "The instance of Pedestrian plugin." }, { "key": "WebServiceIP", "default": "127.0.0.1", "description": "IP address at which the web service exists" }, { "key": "WebServicePort", "default": "9000", "description": "Port at which Web service exists" } ] }
Also maridb logs:
2022-02-16 13:47:33+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:47:33+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:47:33+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:47:33+00:00 [Note] [Entrypoint]: Initializing database files
PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue the following command:
'/usr/bin/mysql_secure_installation'
which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers.
See the MariaDB Knowledgebase at http://mariadb.com/kb or the MySQL manual for more instructions.
Please report any problems at http://mariadb.org/jira
The latest information about MariaDB is available at http://mariadb.org/. You can find additional information about the MySQL part at: http://dev.mysql.com Consider joining MariaDB's strong and vibrant community: https://mariadb.org/get-involved/
2022-02-16 13:47:35+00:00 [Note] [Entrypoint]: Database files initialized 2022-02-16 13:47:35+00:00 [Note] [Entrypoint]: Starting temporary server 2022-02-16 13:47:35+00:00 [Note] [Entrypoint]: Waiting for server startup 2022-02-16 13:47:35 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 120 ... 2022-02-16 13:47:36 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:47:36 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:47:36 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:47:36 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:47:36 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:47:36 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:47:36 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:47:36 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:47:36 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:47:36 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:47:37 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:47:37 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:47:37 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:47:37 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:47:37 0 [Note] InnoDB: 10.4.22 started; log sequence number 60967; transaction id 20 2022-02-16 13:47:37 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:47:37 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:47:37 0 [Warning] 'user' entry 'root@adasjet01' ignored in --skip-name-resolve mode. 2022-02-16 13:47:37 0 [Warning] 'proxies_priv' entry '@% root@adasjet01' ignored in --skip-name-resolve mode. 2022-02-16 13:47:37 0 [Note] InnoDB: Buffer pool(s) load completed at 220216 13:47:37 2022-02-16 13:47:39 0 [Note] Reading of all Master_info entries succeeded 2022-02-16 13:47:39 0 [Note] Added new Master_info '' to hash table 2022-02-16 13:47:39 0 [Note] mysqld: ready for connections. Version: '10.4.22-MariaDB-1:10.4.22+maria~focal' socket: '/var/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution 2022-02-16 13:47:39+00:00 [Note] [Entrypoint]: Temporary server started. Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it. Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it. 2022-02-16 13:47:45 10 [Warning] 'proxies_priv' entry '@% root@adasjet01' ignored in --skip-name-resolve mode. 2022-02-16 13:47:45+00:00 [Note] [Entrypoint]: Creating database IVP 2022-02-16 13:47:45+00:00 [Note] [Entrypoint]: Creating user IVP 2022-02-16 13:47:45+00:00 [Note] [Entrypoint]: Giving user IVP access to schema IVP
2022-02-16 13:47:45+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/localhost.sql
2022-02-16 13:47:45+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/port_drayage.sql
2022-02-16 13:47:45+00:00 [Note] [Entrypoint]: Stopping temporary server 2022-02-16 13:47:45 0 [Note] mysqld (initiated by: root[root] @ localhost []): Normal shutdown 2022-02-16 13:47:45 0 [Note] Event Scheduler: Purging the queue. 0 events 2022-02-16 13:47:45 0 [Note] InnoDB: FTS optimize thread exiting. 2022-02-16 13:47:45 0 [Note] InnoDB: Starting shutdown... 2022-02-16 13:47:45 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool 2022-02-16 13:47:45 0 [Note] InnoDB: Buffer pool(s) dump completed at 220216 13:47:45 2022-02-16 13:47:47 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2022-02-16 13:47:47 0 [Note] InnoDB: Shutdown completed; log sequence number 195375; transaction id 146 2022-02-16 13:47:47 0 [Note] mysqld: Shutdown complete
2022-02-16 13:47:47+00:00 [Note] [Entrypoint]: Temporary server stopped
2022-02-16 13:47:47+00:00 [Note] [Entrypoint]: MariaDB init process done. Ready for start up.
2022-02-16 13:47:47 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:47:47 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:47:47 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:47:47 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:47:47 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:47:47 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:47:47 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:47:47 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:47:48 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:47:48 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:47:48 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:47:48 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:47:48 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:47:48 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:47:48 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:47:48 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:47:48 0 [Note] InnoDB: 10.4.22 started; log sequence number 195375; transaction id 147 2022-02-16 13:47:48 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:47:48 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:47:48 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:47:48 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:47:48 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:47:48 0 [ERROR] Aborting 2022-02-16 13:48:00+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:00+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:00+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:00 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:00 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:00 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:00 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:00 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:00 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:00 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:00 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:00 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:00 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:00 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:00 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:00 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:00 0 [Note] InnoDB: 10.4.22 started; log sequence number 195384; transaction id 147 2022-02-16 13:48:00 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:00 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:00 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:00 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:00 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:00 0 [ERROR] Aborting 2022-02-16 13:48:04+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:04+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:04+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:04 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:04 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:04 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:04 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:04 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:04 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:04 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:04 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:05 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:05 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:05 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:05 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:05 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:05 0 [Note] InnoDB: 10.4.22 started; log sequence number 195393; transaction id 147 2022-02-16 13:48:05 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:05 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:05 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:05 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:05 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:05 0 [ERROR] Aborting 2022-02-16 13:48:08+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:08+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:08+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:09 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:09 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:09 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:09 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:09 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:09 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:09 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:09 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:09 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:09 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:09 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:09 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:09 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:09 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:09 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:09 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:48:09 0 [Note] InnoDB: 10.4.22 started; log sequence number 195402; transaction id 147 2022-02-16 13:48:09 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:09 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:09 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:09 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:09 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:09 0 [ERROR] Aborting 2022-02-16 13:48:12+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:12+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:12+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:13 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:13 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:13 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:13 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:13 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:13 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:13 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:13 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:13 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:13 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:13 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:13 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:13 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:13 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:13 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:13 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:48:13 0 [Note] InnoDB: 10.4.22 started; log sequence number 195411; transaction id 147 2022-02-16 13:48:13 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:13 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:13 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:13 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:13 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:13 0 [ERROR] Aborting 2022-02-16 13:48:17+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:18+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:18+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:18 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:18 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:18 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:18 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:18 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:18 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:18 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:18 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:18 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:18 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:18 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:18 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:18 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:18 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:18 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:18 0 [Note] InnoDB: 10.4.22 started; log sequence number 195420; transaction id 147 2022-02-16 13:48:18 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:18 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:18 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:18 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:18 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:18 0 [ERROR] Aborting 2022-02-16 13:48:24+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:24+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:24+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:24 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:24 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:24 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:24 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:24 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:24 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:24 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:24 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:24 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:24 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:24 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:24 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:24 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:24 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:48:24 0 [Note] InnoDB: 10.4.22 started; log sequence number 195429; transaction id 147 2022-02-16 13:48:24 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:24 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:24 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:24 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:24 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:24 0 [ERROR] Aborting 2022-02-16 13:48:34+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:34+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:34+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:34 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:34 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:34 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:34 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:34 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:34 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:34 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:34 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:34 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:34 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:34 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:34 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:34 0 [Note] InnoDB: 10.4.22 started; log sequence number 195438; transaction id 147 2022-02-16 13:48:34 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:34 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:34 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:34 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:34 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:34 0 [ERROR] Aborting 2022-02-16 13:48:53+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:53+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:48:53+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:48:53 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:48:53 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:48:53 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:48:53 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:48:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:48:53 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:48:53 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:48:53 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:48:53 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:48:53 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:48:53 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:48:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:48:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:48:53 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:48:53 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:48:53 0 [Note] InnoDB: 10.4.22 started; log sequence number 195447; transaction id 147 2022-02-16 13:48:53 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:48:53 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:48:53 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:48:53 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:48:53 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:48:53 0 [ERROR] Aborting 2022-02-16 13:49:22+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:49:22+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:49:22+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:49:22 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:49:22 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:49:22 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:49:22 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:49:22 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:49:22 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:49:22 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:49:22 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:49:22 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:49:22 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:49:22 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:49:22 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:49:22 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:49:22 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:49:22 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:49:22 0 [Note] InnoDB: 10.4.22 started; log sequence number 195456; transaction id 147 2022-02-16 13:49:22 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:49:22 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:49:22 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:49:22 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:49:22 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:49:22 0 [ERROR] Aborting 2022-02-16 13:50:17+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:50:17+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:50:17+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:50:17 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:50:17 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:50:17 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:50:17 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:50:17 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:50:17 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:50:17 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:50:17 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:50:17 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:50:17 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:50:17 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:50:17 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:50:17 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:50:17 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:50:17 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:50:17 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:50:17 0 [Note] InnoDB: 10.4.22 started; log sequence number 195465; transaction id 147 2022-02-16 13:50:17 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:50:17 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:50:17 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:50:17 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:50:17 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:50:17 0 [ERROR] Aborting 2022-02-16 13:51:20+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:51:20+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:51:20+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:51:20 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:51:20 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:51:20 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:51:20 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:51:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:51:20 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:51:20 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:51:20 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:51:20 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:51:20 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:51:20 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:51:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:51:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:51:20 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:51:20 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:51:20 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:51:21 0 [Note] InnoDB: 10.4.22 started; log sequence number 195474; transaction id 147 2022-02-16 13:51:21 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:51:21 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:51:21 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:51:21 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:51:21 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:51:21 0 [ERROR] Aborting 2022-02-16 13:52:23+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:52:23+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:52:23+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:52:23 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:52:23 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:52:23 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:52:23 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:52:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:52:23 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:52:23 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:52:23 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:52:24 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:52:24 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:52:24 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:52:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:52:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:52:24 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:52:24 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:52:24 0 [Note] InnoDB: 10.4.22 started; log sequence number 195483; transaction id 147 2022-02-16 13:52:24 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:52:24 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:52:24 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:52:24 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:52:24 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:52:24 0 [ERROR] Aborting 2022-02-16 13:53:26+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:53:27+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:53:27+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:53:27 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:53:27 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:53:27 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:53:27 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:53:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:53:27 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:53:27 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:53:27 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:53:27 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:53:27 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:53:27 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:53:27 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:53:27 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:53:27 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:53:27 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:53:27 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:53:27 0 [Note] InnoDB: 10.4.22 started; log sequence number 195492; transaction id 147 2022-02-16 13:53:27 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:53:27 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:53:27 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:53:27 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:53:27 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:53:27 0 [ERROR] Aborting 2022-02-16 13:54:30+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:54:30+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:54:30+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:54:30 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:54:30 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:54:30 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:54:30 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:54:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:54:30 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:54:30 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:54:30 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:54:30 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:54:30 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:54:30 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:54:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:54:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:54:30 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:54:30 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:54:30 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:54:30 0 [Note] InnoDB: 10.4.22 started; log sequence number 195501; transaction id 147 2022-02-16 13:54:30 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:54:30 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:54:30 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:54:30 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:54:30 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:54:30 0 [ERROR] Aborting 2022-02-16 13:55:33+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:55:33+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:55:33+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:55:33 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:55:33 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:55:33 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:55:33 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:55:33 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:55:33 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:55:33 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:55:33 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:55:33 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:55:33 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:55:33 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:55:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:55:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:55:33 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:55:33 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:55:33 0 [Note] InnoDB: Waiting for purge to start 2022-02-16 13:55:33 0 [Note] InnoDB: 10.4.22 started; log sequence number 195510; transaction id 147 2022-02-16 13:55:33 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:55:33 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:55:33 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:55:33 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:55:33 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:55:33 0 [ERROR] Aborting 2022-02-16 13:56:36+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:56:36+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:56:36+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:56:36 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:56:36 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:56:36 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:56:36 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:56:36 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:56:36 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:56:36 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:56:36 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:56:36 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:56:36 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:56:36 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:56:36 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:56:36 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:56:36 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:56:36 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:56:36 0 [Note] InnoDB: 10.4.22 started; log sequence number 195519; transaction id 147 2022-02-16 13:56:36 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:56:36 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:56:36 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:56:36 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:56:36 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:56:36 0 [ERROR] Aborting 2022-02-16 13:57:39+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:57:39+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:57:39+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:57:39 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:57:39 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:57:39 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:57:39 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:57:39 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:57:39 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:57:39 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:57:39 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:57:39 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:57:39 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:57:39 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:57:39 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:57:39 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:57:39 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:57:39 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:57:39 0 [Note] InnoDB: 10.4.22 started; log sequence number 195528; transaction id 147 2022-02-16 13:57:39 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:57:39 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:57:39 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:57:39 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:57:39 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:57:39 0 [ERROR] Aborting 2022-02-16 13:58:43+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:58:43+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-02-16 13:58:43+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.22+maria~focal started. 2022-02-16 13:58:43 0 [Note] mysqld (mysqld 10.4.22-MariaDB-1:10.4.22+maria~focal) starting as process 1 ... 2022-02-16 13:58:43 0 [Note] InnoDB: Using Linux native AIO 2022-02-16 13:58:43 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-02-16 13:58:43 0 [Note] InnoDB: Uses event mutexes 2022-02-16 13:58:43 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-02-16 13:58:43 0 [Note] InnoDB: Number of pools: 1 2022-02-16 13:58:43 0 [Note] InnoDB: Using generic crc32 instructions 2022-02-16 13:58:43 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) 2022-02-16 13:58:43 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2022-02-16 13:58:43 0 [Note] InnoDB: Completed initialization of buffer pool 2022-02-16 13:58:43 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-02-16 13:58:43 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2022-02-16 13:58:43 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-02-16 13:58:43 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-02-16 13:58:43 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-02-16 13:58:43 0 [Note] InnoDB: 10.4.22 started; log sequence number 195537; transaction id 147 2022-02-16 13:58:43 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-02-16 13:58:43 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-02-16 13:58:43 0 [Note] Server socket created on IP: '::'. 2022-02-16 13:58:43 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2022-02-16 13:58:43 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2022-02-16 13:58:43 0 [ERROR] Aborting 2022-02-16 13:59:47+00:00
I have no experience to setup V2X Hub on Ubuntu 18.04 LTS. Are you using 64-bit Ubuntu?
Suggest to try with Ubuntu Desktop 21.10, 64-bit version on Nvidia AGX Xavier first.
It works successfully now and mariadb, v2hubarm, php and port-drayage-webservice is up. But on the Administration Portal, I enter username "v2iadmin" and password "V2iHub#123" , it returns "FAILED : Invalid user name or password"
You have to use add_v2xhub_user.sh to add this account first. But the password checking rule of current script is hard to pass, suggest to modify one statement of this script file before executing,
From:
if [ $PASSLENGTH -ge 8 ] && echo $PASS | grep -q [a-z] && echo $PASS | grep -q [A-Z] && echo $PASS | grep -q [0-9] && echo $PASS | grep -q [\$!.+-*@#\^%\?~]; then
To:
if [ $PASS_LENGTH -ge 8 ]; then
Then execute this script like
v2x@rpi4-ken:~/workspace/V2X-Hub/configuration/arm64/mysql$ ./add_v2xhub_user.sh
Hit:1 https://download.docker.com/linux/ubuntu impish InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports impish InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
mysql-client is already the newest version (8.0.28-0ubuntu0.21.10.3).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Please enter a username:
<---** here put 'v2iadmin' (or other username)
Password must be 8-12 charcters, and contain at least one of each of the following: uppercase letter, lowercase letter, number, and symbol.
Please enter a password: Confirm password:
<--- here put 'V2iHub#123' (or other password, >= 8 characters)
VALID PASSWORD
Enter MYSQL ROOT PASSWORD:
Enter password:
<--- here put 'ivp'
Finally, 'docker-compose restart' to restart all these 4 containers to make this account effect. Then try to login the web.
Wish it is helpful.
Enter MYSQL ROOT PASSWORD: Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
'ivp' password gives error
After Googling, it seems your mysql's 'root' user password is not 'ivp' (has been modified?). There are some suggestions for this ERROR 1045 in Internet. Please refer to and make trial.
@ken0el0kung We normally see this behavior when there in a new line character in one of the secret files. In our V2X-Hub code we read this newline character while mysql ignores it. This causes us to have incorrect login information on V2X-Hub side. The current work around is to remove new line characters from the secret files. This command should allow you to do this.tr -d '\n' < input.txt > output.txt
Thank you @paulbourelly999
Share with @ErtanSahinn
Thanks for your help @ken0el0kung and @paulbourelly999 , I success to run v2xhub with arm images of usdotfhwaops/php_arm:322-fix-php-port_drayage_webservice_images_arm and usdotfhwaops/port-drayage-webservice_arm:322-fix-php-port_drayage_webservice_images_arm. Also before "docker-compose up -d", "service mysql stop" command needed.
But I came with new error. When the system up, I add a user and change the configuration but after the reboot all configs and user can be deleted.
This is correct and the intended behavior. When you destroy the mysql container you lose your configurations and replaces those with the default initial configuration. Two ways to avoid this. First use docker stop or docker-compose stop to stop containers instead of removing them. When you start them back up they will retain state. Also if you want to create your own custom configurations on start up ( container creation ) you can create a custom localhost.sql file for mysql to load up on start up. Using mysqldump with the -A option you can create a sql file representation of the current state of the mysql database. Replacing the default localhost.sql file with your own custom one these configuration will be loaded every time you create new mysql images. Does that make sense
@ErtanSahinn so just to be clear if you want to capture your current configurations and have them load in by default on rebooting of the V2X-Hub system you need to set up your configurations then call mysqldump -h127.0.0.1 -p<your mysql root password> -A > localhost.sql
to save those configurations to a sql file. Then you can replace the localhost.sql file in the mysql/ directory with your custom one and this will cause the system to load your configurations on reboot. Ideally though, you do not need to destroy you mysql container on system restarts. Most likely you will not even need to stop it but if you need to start or stop individual services within a docker-compose deployment you can use docker-compose stop
Types of Issue
Descriptive summary
I'm trying to build V2HUB (arm64) with docker but it fails to bringing up project.
V2XHUB version where this issue was discovered
Tryed with master, develop and v2xrelease_7.0 branch.
Actual behavior
Reading package lists... Done Building dependency tree
Reading state information... Done Package 'docker-engine' is not installed, so not removed Package 'docker' is not installed, so not removed Package 'containerd' is not installed, so not removed Package 'docker.io' is not installed, so not removed Package 'runc' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 293 not upgraded. Get:1 file:/var/cuda-repo-ubuntu1804-11-1-local InRelease Ign:1 file:/var/cuda-repo-ubuntu1804-11-1-local InRelease Get:2 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 InRelease Ign:2 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 InRelease Get:3 file:/var/cuda-repo-ubuntu1804-11-1-local Release [564 B] Get:4 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 Release [569 B] Get:3 file:/var/cuda-repo-ubuntu1804-11-1-local Release [564 B] Get:4 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 Release [569 B] Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:7 http://dl.google.com/linux/chrome/deb stable InRelease [1.811 B]
Hit:8 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:11 https://linux.teamviewer.com/deb stable InRelease
Hit:12 http://ppa.launchpad.net/caffeine-developers/ppa/ubuntu bionic InRelease Get:13 http://packages.microsoft.com/repos/code stable InRelease [10,4 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Hit:15 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic InRelease
Get:16 https://packages.microsoft.com/repos/vscode stable InRelease [3.959 B]
Get:17 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:18 https://packages.microsoft.com/repos/ms-teams stable InRelease
Hit:19 http://packages.ros.org/ros/ubuntu bionic InRelease
Hit:20 http://ppa.launchpad.net/peek-developers/stable/ubuntu bionic InRelease Get:21 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1.093 B] Hit:22 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease Hit:24 https://download.docker.com/linux/ubuntu bionic InRelease
Get:25 http://packages.microsoft.com/repos/code stable/main armhf Packages [70,5 kB] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2.412 kB] Get:27 http://packages.microsoft.com/repos/code stable/main amd64 Packages [69,7 kB] Get:28 http://packages.microsoft.com/repos/code stable/main arm64 Packages [70,7 kB] Get:29 https://packages.microsoft.com/repos/vscode stable/main amd64 Packages [285 kB] Hit:23 https://packagecloud.io/github/git-lfs/ubuntu bionic InRelease
Ign:30 https://s3.amazonaws.com/autonomoustuff-repo bionic InRelease
Hit:31 https://s3.amazonaws.com/autonomoustuff-repo bionic Release
Ign:32 https://s3.amazonaws.com/autonomoustuff-repo bionic Release.gpg
Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1.416 kB] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [459 kB] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [297 kB] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [634 kB] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [86,5 kB] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1.598 kB] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1.785 kB] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [300 kB] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2.468 B] Get:42 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [9.272 B] Get:43 http://archive.ubuntu.com/ubuntu bionic-security/main i386 Packages [1.110 kB] Get:44 http://archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2.063 kB] Get:45 http://archive.ubuntu.com/ubuntu bionic-security/main Translation-en [366 kB] Get:46 http://archive.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [55,1 kB] Get:47 http://archive.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1.006 kB] Get:48 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1.171 kB] Get:49 http://archive.ubuntu.com/ubuntu bionic-security/universe Translation-en [269 kB] Get:50 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [59,4 kB] Get:51 http://archive.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2.464 B] Fetched 15,9 MB in 4s (3.656 kB/s)
Reading package lists... Done W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons (stable/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons (stable/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 Reading package lists... Done Building dependency tree
Reading state information... Done ca-certificates is already the newest version (20210119~18.04.2). curl is already the newest version (7.58.0-2ubuntu3.16). software-properties-common is already the newest version (0.96.24.32.18). apt-transport-https is already the newest version (1.6.14). gnupg-agent is already the newest version (2.2.4-1ubuntu1.4). 0 upgraded, 0 newly installed, 0 to remove and 293 not upgraded. OK Get:1 file:/var/cuda-repo-ubuntu1804-11-1-local InRelease Ign:1 file:/var/cuda-repo-ubuntu1804-11-1-local InRelease Get:2 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 InRelease Ign:2 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 InRelease Get:3 file:/var/cuda-repo-ubuntu1804-11-1-local Release [564 B] Get:4 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 Release [569 B] Get:3 file:/var/cuda-repo-ubuntu1804-11-1-local Release [564 B]
Get:4 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 Release [569 B] Hit:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:8 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Hit:10 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:11 http://packages.microsoft.com/repos/code stable InRelease
Hit:12 https://download.docker.com/linux/ubuntu bionic InRelease
Hit:13 https://linux.teamviewer.com/deb stable InRelease
Hit:14 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:15 http://ppa.launchpad.net/caffeine-developers/ppa/ubuntu bionic InRelease Hit:16 http://archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:17 http://packages.ros.org/ros/ubuntu bionic InRelease
Hit:18 https://packages.microsoft.com/repos/vscode stable InRelease
Hit:19 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic InRelease
Hit:20 https://packages.microsoft.com/repos/ms-teams stable InRelease
Hit:21 http://ppa.launchpad.net/peek-developers/stable/ubuntu bionic InRelease Hit:22 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease Ign:23 https://s3.amazonaws.com/autonomoustuff-repo bionic InRelease
Hit:24 https://s3.amazonaws.com/autonomoustuff-repo bionic Release
Ign:26 https://s3.amazonaws.com/autonomoustuff-repo bionic Release.gpg
Hit:25 https://packagecloud.io/github/git-lfs/ubuntu bionic InRelease
Reading package lists... Done W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons (stable/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons (stable/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 Get:1 file:/var/cuda-repo-ubuntu1804-11-1-local InRelease Ign:1 file:/var/cuda-repo-ubuntu1804-11-1-local InRelease Get:2 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 InRelease Ign:2 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 InRelease Get:3 file:/var/cuda-repo-ubuntu1804-11-1-local Release [564 B] Get:4 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 Release [569 B] Get:3 file:/var/cuda-repo-ubuntu1804-11-1-local Release [564 B]
Get:4 file:/var/nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.3.4-ga-20210226 Release [569 B] Hit:5 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Hit:8 http://packages.microsoft.com/repos/code stable InRelease
Hit:9 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:10 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:11 https://linux.teamviewer.com/deb stable InRelease
Hit:12 https://download.docker.com/linux/ubuntu bionic InRelease
Hit:13 http://ppa.launchpad.net/caffeine-developers/ppa/ubuntu bionic InRelease Hit:15 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:16 https://packages.microsoft.com/repos/vscode stable InRelease
Hit:17 http://packages.ros.org/ros/ubuntu bionic InRelease
Hit:18 http://archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:19 https://packages.microsoft.com/repos/ms-teams stable InRelease
Hit:20 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic InRelease
Hit:21 http://ppa.launchpad.net/peek-developers/stable/ubuntu bionic InRelease Hit:22 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease Ign:23 https://s3.amazonaws.com/autonomoustuff-repo bionic InRelease
Hit:24 https://s3.amazonaws.com/autonomoustuff-repo bionic Release
Ign:26 https://s3.amazonaws.com/autonomoustuff-repo bionic Release.gpg
Hit:25 https://packagecloud.io/github/git-lfs/ubuntu bionic InRelease
Reading package lists... Done
W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons (stable/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11 (stable/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target DEP-11-icons (stable/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 W: Target CNF (stable/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/docker.list:1 Reading package lists... Done Building dependency tree
Reading state information... Done containerd.io is already the newest version (1.4.12-1). docker-ce-cli is already the newest version (5:20.10.12~3-0~ubuntu-bionic). docker-ce is already the newest version (5:20.10.12~3-0~ubuntu-bionic). 0 upgraded, 0 newly installed, 0 to remove and 293 not upgraded. Reading package lists... Done Building dependency tree
Reading state information... Done python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.5). 0 upgraded, 0 newly installed, 0 to remove and 293 not upgraded. /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes WARNING: The directory '/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Requirement already satisfied: docker-compose in /usr/local/lib/python3.6/dist-packages (1.29.2) Requirement already satisfied: websocket-client<1,>=0.32.0 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (0.59.0) Requirement already satisfied: jsonschema<4,>=2.5.1 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (3.2.0) Requirement already satisfied: requests<3,>=2.20.0 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (2.27.1) Requirement already satisfied: dockerpty<1,>=0.4.1 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (0.4.1) Requirement already satisfied: python-dotenv<1,>=0.13.0 in /home/.local/lib/python3.6/site-packages (from docker-compose) (0.19.2) Requirement already satisfied: cached-property<2,>=1.2.0 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (1.5.2) Requirement already satisfied: texttable<2,>=0.9.0 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (1.6.4) Requirement already satisfied: docker[ssh]>=5 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (5.0.3) Requirement already satisfied: docopt<1,>=0.6.1 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (0.6.2) Requirement already satisfied: PyYAML<6,>=3.10 in /usr/lib/python3/dist-packages (from docker-compose) (3.12) Requirement already satisfied: distro<2,>=1.5.0 in /usr/local/lib/python3.6/dist-packages (from docker-compose) (1.6.0) Requirement already satisfied: paramiko>=2.4.2 in /usr/local/lib/python3.6/dist-packages (from docker[ssh]>=5->docker-compose) (2.9.2) Requirement already satisfied: six>=1.3.0 in /home/.local/lib/python3.6/site-packages (from dockerpty<1,>=0.4.1->docker-compose) (1.16.0) Requirement already satisfied: setuptools in /home/.local/lib/python3.6/site-packages (from jsonschema<4,>=2.5.1->docker-compose) (59.6.0) Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.6/dist-packages (from jsonschema<4,>=2.5.1->docker-compose) (4.8.3) Requirement already satisfied: attrs>=17.4.0 in /usr/lib/python3/dist-packages (from jsonschema<4,>=2.5.1->docker-compose) (17.4.0) Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.6/dist-packages (from jsonschema<4,>=2.5.1->docker-compose) (0.18.0) Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (2.6) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (2018.1.18) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/.local/lib/python3.6/site-packages (from requests<3,>=2.20.0->docker-compose) (1.26.7) Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/dist-packages (from requests<3,>=2.20.0->docker-compose) (2.0.11) Requirement already satisfied: cryptography>=2.5 in /usr/local/lib/python3.6/dist-packages (from paramiko>=2.4.2->docker[ssh]>=5->docker-compose) (36.0.1) Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko>=2.4.2->docker[ssh]>=5->docker-compose) (1.1.2) Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.6/dist-packages (from paramiko>=2.4.2->docker[ssh]>=5->docker-compose) (3.2.0) Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata->jsonschema<4,>=2.5.1->docker-compose) (4.0.1) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata->jsonschema<4,>=2.5.1->docker-compose) (3.6.0) Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.6/dist-packages (from bcrypt>=3.1.3->paramiko>=2.4.2->docker[ssh]>=5->docker-compose) (1.15.0) Requirement already satisfied: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko>=2.4.2->docker[ssh]>=5->docker-compose) (2.21) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: Service "db" uses an undefined secret file "/home/V2X-Hub/configuration/arm64/secrets/mysql_password.txt", the following file should be created "/home/V2X-Hub/configuration/arm64/secrets/mysql_password.txt" WARNING: Service "db" uses an undefined secret file "/home/V2X-Hub/configuration/arm64/secrets/mysql_root_password.txt", the following file should be created "/home/V2X-Hub/configuration/arm64/secrets/mysql_root_password.txt" WARNING: Service "v2xhub" uses an undefined secret file "/home/V2X-Hub/configuration/arm64/secrets/mysql_password.txt", the following file should be created "/home/V2X-Hub/configuration/arm64/secrets/mysql_password.txt" Starting port_drayage_webservice ... Creating mysql ... error
ERROR: for mysql Cannot create container for service db: invalid mount config fStarting port_drayage_webservice ... done tion/arm64/secrets/mysql_password.txt
ERROR: for db Cannot create container for service db: invalid mount config for type "bind": bind source path does not exist: /home/V2X-Hub/configuration/arm64/secrets/mysql_password.txt ERROR: Encountered errors while bringing up the project.
Steps to reproduce the actual behavior
İnstall Docker CE Install Docker Compose git clone https://github.com/usdot-fhwa-OPS/V2X-Hub.git cd V2X-Hub/configuration/arm64/ chmod +x initialization.sh sudo ./initialization.sh