KasperskyLab/TinyCheck

https://tinycheck.local can't be reach

Azaretdodo opened this issue · 1 comments

hello,

when i want to reach the backend of tinycheck i can't open it in the browser where i have a page web nill (in french) and the http page web show a window apache :

La connexion a échoué

Une erreur est survenue pendant une connexion à tinycheck.local.

Le site est peut-être temporairement indisponible ou surchargé. Réessayez plus tard ;
Si vous n’arrivez à naviguer sur aucun site, vérifiez la connexion au réseau de votre ordinateur ;
Si votre ordinateur ou votre réseau est protégé par un pare-feu ou un proxy, assurez-vous que Firefox est autorisé à accéder au Web.

the error went maybe because dnsmasq keep broken thus i have checked if bind is installed and i don't found bind installed :

× dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
     Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Tue 2022-10-04 17:14:11 CEST; 14min ago
    Process: 1095 ExecStartPre=/etc/init.d/dnsmasq checkconfig (code=exited, status=0/SUCCESS)
    Process: 1182 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=2)
        CPU: 44ms

oct. 04 17:14:04 tinycheck systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
oct. 04 17:14:11 tinycheck dnsmasq[1182]: dnsmasq: failed to create listening socket for port 53: Adresse déjà utilisée
oct. 04 17:14:11 tinycheck dnsmasq[1182]: failed to create listening socket for port 53: Adresse déjà utilisée
oct. 04 17:14:11 tinycheck dnsmasq[1182]: IMPOSSIBLE de démarrer
oct. 04 17:14:11 tinycheck systemd[1]: dnsmasq.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
oct. 04 17:14:11 tinycheck systemd[1]: dnsmasq.service: Failed with result 'exit-code'.
oct. 04 17:14:11 tinycheck systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.

i have found a huge bad error about the frontend that maybe break the interface :

[+] Compiling VueJS projects
install.sh: ligne 349: npm : commande introuvable
install.sh: ligne 350: npm : commande introuvable
install.sh: ligne 452: sqlite3 : commande introuvable

as you see the interface can't be installed because i can't install some dependancies for npm and sqlite3 (below:),

for both programs two dependancies are installed but the program apt don't find those ( and with the right version they were installed ):

'''
sudo apt-get install npm sqlite3
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
libuv1-dev : Dépend: libuv1 (= 1.43.0-1) mais 1.44.2-1 devra être installé
sqlite3 : Dépend: libsqlite3-0 (= 3.37.2-2) mais 3.39.3-1 devra être installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
'''

thanks you in advance to help myself use fully your program,

regards.

Azaretdodo.

Hello, thanks for detailed report.

We did a lot of work recently to stabilize TinyCheck installation process. Can you please reinstall your copy of TinyCheck and describe is it ok for now (or not).

Thanks!

Azaretdodo, looking forward for your reply.