genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
143 stars 23 forks source link

valet-dns freezes #77

Closed cobraprojects closed 1 year ago

cobraprojects commented 1 year ago

Hello,

thanks for the great work you have done,

after the last upgrade 1.6.0 I face that valet stop working , valet restart doesn't solve the problem.

I notice the issue was in valet-dns service when I manually restart the service using systemctl restart valet-dns it works fine for while, untill it freeze again

the result of systemctl status valet-dns is working and running however it's disconnected

valet version: 1.6.0 system: archlinux using mariadb

note: I have this on my home PC, laptop and my work PC. all runing archlinux

uttamrabadiya commented 1 year ago

@cobraprojects

Thank you for bringing this here,

We are removing valet-dns service entirely as we do not need it on our package. You may follow this response on this issue https://github.com/genesisweb/valet-linux-plus/issues/63#issuecomment-1368456789

We will be releasing next version, and we will do the needful modification from package by default.

Regards, Uttam R.

markovic-nikola commented 1 year ago

@cobraprojects

Thank you for bringing this here,

We are removing valet-dns service entirely as we do not need it on our package. You may follow this response on this issue #63 (comment)

We will be releasing next version, and we will do the needful modification from package by default.

Regards, Uttam R.

Hi @uttamrabadiya ,

I tried following those instructions: systemctl stop valet-dns systemctl disable valet-dns

But I'm still having issues with DNS. ping -c1 foobar.test ping: foobar.test: Name or service not known

Perhaps systemctl status dnsmasq.service can give you more info: image

Thanks.

uttamrabadiya commented 1 year ago

@markovic-nikola

We needed to modify additional configurations for dnsmasq & systemd-resolve to make it compatible work together. Please update to latest version (1.6.3), and I believe your issue will be resolved.

Thank you!