You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP, Nginx and DNSmasq are throwing errors when starting...
Brew services list:
Name Status User File
dbus stopped roland ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist
dnsmasq error 512 root ~/Library/LaunchAgents/homebrew.mxcl.dnsmasq.plist
[email protected] started roland ~/Library/LaunchAgents/[email protected]
nginx error 256 root ~/Library/LaunchAgents/homebrew.mxcl.nginx.plist
php error 19968 root ~/Library/LaunchAgents/homebrew.mxcl.php.plist
unbound error 256 roland ~/Library/LaunchAgents/homebrew.mxcl.unbound.plist
Also my php-fpm log looks like this
[04-Nov-2022 12:26:56] NOTICE: [pool valet] 'user' directive is ignored when FPM is not running as root
[04-Nov-2022 12:26:56] NOTICE: [pool valet] 'user' directive is ignored when FPM is not running as root
[04-Nov-2022 12:26:56] NOTICE: [pool valet] 'group' directive is ignored when FPM is not running as root
[04-Nov-2022 12:26:56] NOTICE: [pool valet] 'group' directive is ignored when FPM is not running as root
[04-Nov-2022 12:26:56] ERROR: Another FPM instance seems to already listen on /Users/roland/.config/valet/valet81.sock
[04-Nov-2022 12:26:56] ERROR: Another FPM instance seems to already listen on /Users/roland/.config/valet/valet81.sock
[04-Nov-2022 12:26:56] ERROR: FPM initialization failed
[04-Nov-2022 12:26:56] ERROR: FPM initialization failed
[04-Nov-2022 12:27:06] NOTICE: [pool valet] 'user' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:06] NOTICE: [pool valet] 'user' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:06] NOTICE: [pool valet] 'group' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:06] NOTICE: [pool valet] 'group' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:06] ERROR: Another FPM instance seems to already listen on /Users/roland/.config/valet/valet81.sock
[04-Nov-2022 12:27:06] ERROR: Another FPM instance seems to already listen on /Users/roland/.config/valet/valet81.sock
[04-Nov-2022 12:27:06] ERROR: FPM initialization failed
[04-Nov-2022 12:27:06] ERROR: FPM initialization failed
[04-Nov-2022 12:27:16] NOTICE: [pool valet] 'user' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:16] NOTICE: [pool valet] 'user' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:16] NOTICE: [pool valet] 'group' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:16] NOTICE: [pool valet] 'group' directive is ignored when FPM is not running as root
[04-Nov-2022 12:27:16] ERROR: Another FPM instance seems to already listen on /Users/roland/.config/valet/valet81.sock
[04-Nov-2022 12:27:16] ERROR: Another FPM instance seems to already listen on /Users/roland/.config/valet/valet81.sock
[04-Nov-2022 12:27:16] ERROR: FPM initialization failed
[04-Nov-2022 12:27:16] ERROR: FPM initialization failed
I tried following here but no luck. Also, tried uninstalling everything and then reinstalling and still getting errors.
Checking composer.json: WARNING
No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com rate limit: OK
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0 87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B 0C708369 153E328C AD90147D AFE50952
OK
Checking composer version: You are not running the latest stable version, run `composer self-update` to update (2.1.14 => 2.4.4)
Composer version: 2.1.14
PHP version: 8.1.12
PHP binary path: /opt/homebrew/Cellar/php/8.1.12/bin/php
OpenSSL version: OpenSSL 1.1.1q 5 Jul 2022
cURL version: 7.86.0 libz 1.2.11 ssl (SecureTransport) OpenSSL/1.1.1s
zip: extension present, unzip present, 7-Zip not available
composer global outdated
Info from https://repo.packagist.org: #StandWithUkraine
Color legend:
- patch or minor release available - update recommended
- major release available - update possible
illuminate/container v8.83.25 v9.38.0 The Illuminate Container package.
illuminate/contracts v8.83.25 v9.38.0 The Illuminate Contracts package.
psr/container 1.1.2 2.0.2 Common Container Interface (PHP FIG PSR-11)
psr/simple-cache 1.0.1 3.0.0 Common interfaces for simple caching
symfony/console v5.4.14 v6.1.7 Eases the creation of beautiful and testable command line interfaces
symfony/deprecation-contracts v2.5.2 v3.1.1 A generic function and convention to trigger deprecation notices
symfony/process v5.4.11 v6.1.3 Executes commands in sub-processes
symfony/service-contracts v2.5.2 v3.1.1 Generic abstractions related to writing services
symfony/string v5.4.14 v6.1.7 Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a ...
symfony/var-dumper v5.4.14 v6.1.6 Provides mechanisms for walking through any arbitrary PHP variable
tightenco/collect v8.83.25 v9.33.0 Collect - Illuminate Collections as a separate package.
ls -al /etc/sudoers.d/
total 0
drwxr-xr-x 2 root wheel 64 Oct 18 08:36 .
drwxr-xr-x 80 root wheel 2560 Nov 3 10:27 ..
brew config
HOMEBREW_VERSION: 3.6.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: fa2649dde786208da7d151a89bcafdd23a453f4d
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: d57a74db258be03152f3d41d8e31156f347d5c97
Core tap last commit: 24 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: nano
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 14.0.0 build 1400
Git: 2.38.1 => /opt/homebrew/bin/git
Curl: 7.84.0 => /usr/bin/curl
macOS: 13.0-arm64
CLT: 14.1.0.0.1.1666437224
Xcode: N/A
Rosetta 2: false
php -v
PHP 8.1.12 (cli) (built: Oct 30 2022 12:39:49) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.12, Copyright (c) Zend Technologies
with Xdebug v3.1.5, Copyright (c) 2002-2022, by Derick Rethans
with Zend OPcache v8.1.12, Copyright (c), by Zend Technologies
which -a php
/opt/homebrew/bin/php
nginx -v
nginx version: nginx/1.23.2
sudo nginx -t
nginx: the configuration file /opt/homebrew/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /opt/homebrew/etc/nginx/nginx.conf test is successful
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
PHP, Nginx and DNSmasq are throwing errors when starting...
Brew services list:
Also my php-fpm log looks like this
I tried following here but no luck. Also, tried uninstalling everything and then reinstalling and still getting errors.
sw_vers
valet --version
Laravel Valet 3.1.12
cat ~/.config/valet/config.json
cat ~/.composer/composer.json
composer global diagnose
composer global outdated
ls -al /etc/sudoers.d/
brew config
php -v
which -a php
nginx -v
sudo nginx -t
Beta Was this translation helpful? Give feedback.
All reactions