genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
135 stars 22 forks source link

Error on Linux Mint LMDE 6 #137

Open danstoian07 opened 2 weeks ago

danstoian07 commented 2 weeks ago

Installed php8.2 with all requirements.

~$ valet install

   INFO  Installing valet services.  

  Nginx ...................................................................................................... Enabled  
  Nginx ..................................................................................................... Stopping  
  Php8.2-fpm .............................................................................................. Restarting  
  Dnsmasq .................................................................................................... Enabled  

In Systemd.php line 186:

  Unable to determine service name.  

install [--ignore-selinux]

Log file is empty.

uttamrabadiya commented 2 weeks ago

@danstoian07 It seems failing while stopping systemd-resolved service, can you please if this service is installed. You can check if service is installed by below command:

sudo systemctl status systemd-resolved