Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot connect to manticore mysql instance #2829

Open
2 of 4 tasks
Chaitanyspace opened this issue Dec 9, 2024 · 5 comments
Open
2 of 4 tasks

cannot connect to manticore mysql instance #2829

Chaitanyspace opened this issue Dec 9, 2024 · 5 comments
Labels
waiting Waiting for the original poster (in most cases) or something else

Comments

@Chaitanyspace
Copy link

Confirmation Checklist:

  • You have searched for an answer in the manual.
  • You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries.
  • You are aware of our community support channels on Slack, Telegram EN, and Telegram RU, where you can interact with other users and our developers.
  • You know about Manticore Team's professional services. Engaging with our experts through a support subscription can significantly accelerate resolution times and provide tailored solutions to your specific needs.

Your question:

image
this is what im facing i started the docker on the port

@sanikolaev
Copy link
Collaborator

Hi. How did you run the container? It seems to me not the mysql listener is listening on port 3896.

@Chaitanyspace
Copy link
Author

docker run -e EXTRA=1 -d --name manticore_container -p 3896:3896 manticoresearch/manticore

@sanikolaev
Copy link
Collaborator

Manticore doesn't listen on port 3896 by default.

@sanikolaev sanikolaev added the waiting Waiting for the original poster (in most cases) or something else label Dec 10, 2024
@Chaitanyspace
Copy link
Author

i tried this as well
docker run --privileged -e EXTRA=1 --name manticore -v /etc/manticoresearch/manticore.conf:/etc/manticoresearch/manticore.conf -v /mnt/data/:/var/lib/manticore -p 127.0.0.1:9366:9306 -d manticoresearch/manticore

but shows this logs
root@cp [/var/run/manticore]# docker logs manticore
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
[Tue Dec 10 08:34:58.215 2024] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (20359 chars)...
[Tue Dec 10 08:34:58.217 2024] [1] TCP fast open unavailable (can't read /proc/sys/net/ipv4/tcp_fastopen, look Server_settings/Searchd#Technical-details-about-Sphinx-API-protocol-and-TFO in manual)
starting daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
listening on all interfaces for sphinx and http(s), port=9312
listening on all interfaces for mysql, port=9306
listening on all interfaces for sphinx and http(s), port=9308
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)

precaching table 'big_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big.sph: No such file or directory
WARNING: table 'big_main': prealloc: failed to open /var/lib/manticore/big.sph: No such file or directory - NOT SERVING
precaching table 'big_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big_delta.sph: No such file or directory
WARNING: table 'big_delta': prealloc: failed to open /var/lib/manticore/big_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'big': no such local table 'big_main', SKIPPED
WARNING: table 'big': table 'big': no such local table 'big_main' - NOT SERVING
precaching table 'piskei_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei.sph: No such file or directory
WARNING: table 'piskei_main': prealloc: failed to open /var/lib/manticore/piskei.sph: No such file or directory - NOT SERVING
precaching table 'piskei_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory
WARNING: table 'piskei_delta': prealloc: failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'piskei': no such local table 'piskei_main', SKIPPED
WARNING: table 'piskei': table 'piskei': no such local table 'piskei_main' - NOT SERVING
prereading 0 tables
preread 0 tables in 0.000 sec
accepting connections
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restart amount of attempts (3) has been exceeded
caught SIGTERM, shutting down
shutdown daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
shutdown complete
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
[Tue Dec 10 08:50:25.448 2024] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (20359 chars)...
[Tue Dec 10 08:50:25.450 2024] [1] TCP fast open unavailable (can't read /proc/sys/net/ipv4/tcp_fastopen, look Server_settings/Searchd#Technical-details-about-Sphinx-API-protocol-and-TFO in manual)
starting daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
listening on all interfaces for sphinx and http(s), port=9312
listening on all interfaces for mysql, port=9306
listening on all interfaces for sphinx and http(s), port=9308
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)

precaching table 'big_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big.sph: No such file or directory
WARNING: table 'big_main': prealloc: failed to open /var/lib/manticore/big.sph: No such file or directory - NOT SERVING
precaching table 'big_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big_delta.sph: No such file or directory
WARNING: table 'big_delta': prealloc: failed to open /var/lib/manticore/big_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'big': no such local table 'big_main', SKIPPED
WARNING: table 'big': table 'big': no such local table 'big_main' - NOT SERVING
precaching table 'piskei_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei.sph: No such file or directory
WARNING: table 'piskei_main': prealloc: failed to open /var/lib/manticore/piskei.sph: No such file or directory - NOT SERVING
precaching table 'piskei_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory
WARNING: table 'piskei_delta': prealloc: failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'piskei': no such local table 'piskei_main', SKIPPED
WARNING: table 'piskei': table 'piskei': no such local table 'piskei_main' - NOT SERVING
prereading 0 tables
preread 0 tables in 0.000 sec
accepting connections
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restart amount of attempts (3) has been exceeded
caught SIGTERM, shutting down
shutdown daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
shutdown complete
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
[Tue Dec 10 09:15:41.966 2024] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (20359 chars)...
[Tue Dec 10 09:15:41.970 2024] [1] TCP fast open unavailable (can't read /proc/sys/net/ipv4/tcp_fastopen, look Server_settings/Searchd#Technical-details-about-Sphinx-API-protocol-and-TFO in manual)
starting daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
listening on all interfaces for sphinx and http(s), port=9312
listening on all interfaces for mysql, port=9306
listening on all interfaces for sphinx and http(s), port=9308
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)

precaching table 'big_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big.sph: No such file or directory
WARNING: table 'big_main': prealloc: failed to open /var/lib/manticore/big.sph: No such file or directory - NOT SERVING
precaching table 'big_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big_delta.sph: No such file or directory
WARNING: table 'big_delta': prealloc: failed to open /var/lib/manticore/big_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'big': no such local table 'big_main', SKIPPED
WARNING: table 'big': table 'big': no such local table 'big_main' - NOT SERVING
precaching table 'piskei_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei.sph: No such file or directory
WARNING: table 'piskei_main': prealloc: failed to open /var/lib/manticore/piskei.sph: No such file or directory - NOT SERVING
precaching table 'piskei_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory
WARNING: table 'piskei_delta': prealloc: failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'piskei': no such local table 'piskei_main', SKIPPED
WARNING: table 'piskei': table 'piskei': no such local table 'piskei_main' - NOT SERVING
prereading 0 tables
preread 0 tables in 0.000 sec
accepting connections
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restart amount of attempts (3) has been exceeded
root@cp [/var/run/manticore]# docker logs manticore
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
[Tue Dec 10 08:34:58.215 2024] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (20359 chars)...
[Tue Dec 10 08:34:58.217 2024] [1] TCP fast open unavailable (can't read /proc/sys/net/ipv4/tcp_fastopen, look Server_settings/Searchd#Technical-details-about-Sphinx-API-protocol-and-TFO in manual)
starting daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
listening on all interfaces for sphinx and http(s), port=9312
listening on all interfaces for mysql, port=9306
listening on all interfaces for sphinx and http(s), port=9308
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)

precaching table 'big_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big.sph: No such file or directory
WARNING: table 'big_main': prealloc: failed to open /var/lib/manticore/big.sph: No such file or directory - NOT SERVING
precaching table 'big_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big_delta.sph: No such file or directory
WARNING: table 'big_delta': prealloc: failed to open /var/lib/manticore/big_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'big': no such local table 'big_main', SKIPPED
WARNING: table 'big': table 'big': no such local table 'big_main' - NOT SERVING
precaching table 'piskei_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei.sph: No such file or directory
WARNING: table 'piskei_main': prealloc: failed to open /var/lib/manticore/piskei.sph: No such file or directory - NOT SERVING
precaching table 'piskei_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory
WARNING: table 'piskei_delta': prealloc: failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'piskei': no such local table 'piskei_main', SKIPPED
WARNING: table 'piskei': table 'piskei': no such local table 'piskei_main' - NOT SERVING
prereading 0 tables
preread 0 tables in 0.000 sec
accepting connections
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restart amount of attempts (3) has been exceeded
caught SIGTERM, shutting down
shutdown daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
shutdown complete
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
[Tue Dec 10 08:50:25.448 2024] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (20359 chars)...
[Tue Dec 10 08:50:25.450 2024] [1] TCP fast open unavailable (can't read /proc/sys/net/ipv4/tcp_fastopen, look Server_settings/Searchd#Technical-details-about-Sphinx-API-protocol-and-TFO in manual)
starting daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
listening on all interfaces for sphinx and http(s), port=9312
listening on all interfaces for mysql, port=9306
listening on all interfaces for sphinx and http(s), port=9308
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)

precaching table 'big_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big.sph: No such file or directory
WARNING: table 'big_main': prealloc: failed to open /var/lib/manticore/big.sph: No such file or directory - NOT SERVING
precaching table 'big_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big_delta.sph: No such file or directory
WARNING: table 'big_delta': prealloc: failed to open /var/lib/manticore/big_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'big': no such local table 'big_main', SKIPPED
WARNING: table 'big': table 'big': no such local table 'big_main' - NOT SERVING
precaching table 'piskei_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei.sph: No such file or directory
WARNING: table 'piskei_main': prealloc: failed to open /var/lib/manticore/piskei.sph: No such file or directory - NOT SERVING
precaching table 'piskei_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory
WARNING: table 'piskei_delta': prealloc: failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'piskei': no such local table 'piskei_main', SKIPPED
WARNING: table 'piskei': table 'piskei': no such local table 'piskei_main' - NOT SERVING
prereading 0 tables
preread 0 tables in 0.000 sec
accepting connections
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restart amount of attempts (3) has been exceeded
caught SIGTERM, shutting down
shutdown daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
shutdown complete
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
[Tue Dec 10 09:15:41.966 2024] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (20359 chars)...
[Tue Dec 10 09:15:41.970 2024] [1] TCP fast open unavailable (can't read /proc/sys/net/ipv4/tcp_fastopen, look Server_settings/Searchd#Technical-details-about-Sphinx-API-protocol-and-TFO in manual)
starting daemon version '6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)' ...
listening on all interfaces for sphinx and http(s), port=9312
listening on all interfaces for mysql, port=9306
listening on all interfaces for sphinx and http(s), port=9308
Manticore 6.3.8 d17bd2b6b@24112202 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)

precaching table 'big_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big.sph: No such file or directory
WARNING: table 'big_main': prealloc: failed to open /var/lib/manticore/big.sph: No such file or directory - NOT SERVING
precaching table 'big_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/big_delta.sph: No such file or directory
WARNING: table 'big_delta': prealloc: failed to open /var/lib/manticore/big_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'big': no such local table 'big_main', SKIPPED
WARNING: table 'big': table 'big': no such local table 'big_main' - NOT SERVING
precaching table 'piskei_main'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei.sph: No such file or directory
WARNING: table 'piskei_main': prealloc: failed to open /var/lib/manticore/piskei.sph: No such file or directory - NOT SERVING
precaching table 'piskei_delta'
Index header format is not json, will try it as binary...
WARNING: Unable to load header... Error failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory
WARNING: table 'piskei_delta': prealloc: failed to open /var/lib/manticore/piskei_delta.sph: No such file or directory - NOT SERVING
WARNING: table 'piskei': no such local table 'piskei_main', SKIPPED
WARNING: table 'piskei': table 'piskei': no such local table 'piskei_main' - NOT SERVING
prereading 0 tables
preread 0 tables in 0.000 sec
accepting connections
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got 'Error while initialization: mkdir(): Permission denied
'
[BUDDY] restart amount of attempts (3) has been exceeded

@sanikolaev
Copy link
Collaborator

Pls share your config file you map to the container and "ls -la /mnt/data".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting Waiting for the original poster (in most cases) or something else
Projects
None yet
Development

No branches or pull requests

2 participants