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

New old problem with dns #1258

Open
idsosd opened this issue Jan 29, 2025 · 2 comments
Open

New old problem with dns #1258

idsosd opened this issue Jan 29, 2025 · 2 comments

Comments

@idsosd
Copy link

idsosd commented Jan 29, 2025

I'm having the same problem as described by nalenb.

I use Herd 1.14.1 but I can see my sites at http://127.0.0.1/site.test (instead of http://site.test). So in a way, it works, but the database connections fail and I don't know how to workaround that problem. All things seem to be up and running, including the line in '/etc/resolver/test'.

http://127.0.0.1/ gives the 'Laravel - Herd 404 page not found site' with:
'The site "127.0.0.1" could not be found in your parked or linked sites.
Please ensure that the folder is within your parked paths.'

In the DNSMasq-logfile there's one line saying 'dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use'.

% brew services list --->php (Name) none (Status) - (User) - (File)

What am I missing? Any suggestion?

Originally posted by @idsosd in #795

@mpociot
Copy link
Member

mpociot commented Jan 29, 2025

@idsosd the error indicates that you already have some service running on the port that DNSMasq tries to listen on.

What do you get when you run sudo brew services list?

You can also check what's running on this port via:

sudo lsof -i :53

@idsosd
Copy link
Author

idsosd commented Jan 30, 2025

What do you get when you run sudo brew services list?
As I mentioned above:
Name Status User File
php none

You can also check what's running on this port via:
sudo lsof -i :53
I get this output (I haven't got a clue, but right now the Docker-Daemon is running; it was not running trying Herd; btw: when the Docker-daemon is not running I get same kind of output)
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
named 579 root 87u IPv4 0xf2f23ddc22f75751 0t0 UDP localhost:domain
named 579 root 88u IPv4 0x243784c07f04df24 0t0 UDP localhost:domain
named 579 root 89u IPv4 0x8a5b001a2dfd277f 0t0 UDP localhost:domain
named 579 root 90u IPv4 0x7dc7e352cd4bd922 0t0 UDP localhost:domain
named 579 root 91u IPv4 0x8402219357cad81c 0t0 UDP localhost:domain
named 579 root 92u IPv4 0x98e874730e957765 0t0 UDP localhost:domain
named 579 root 93u IPv4 0x9caacb6658b8c8b8 0t0 UDP localhost:domain
named 579 root 94u IPv4 0x1acf7a8e5e3ad2ae 0t0 UDP localhost:domain
named 579 root 95u IPv4 0x43365b2860eb5657 0t0 UDP localhost:domain
named 579 root 96u IPv4 0x3ffd9d2201ea3da2 0t0 UDP localhost:domain
named 579 root 98u IPv4 0x2aef3ef8b9bd4e97 0t0 TCP localhost:domain (LISTEN)
named 579 root 99u IPv6 0xc45135989e1b3a15 0t0 UDP localhost:domain
named 579 root 100u IPv6 0x20b7e378257018d3 0t0 UDP localhost:domain
named 579 root 101u IPv6 0x900aad2c6b2ca8d7 0t0 UDP localhost:domain
named 579 root 102u IPv6 0x1fee81332c4e45db 0t0 UDP localhost:domain
named 579 root 103u IPv6 0x49a8c28e6d17db9 0t0 UDP localhost:domain
named 579 root 104u IPv6 0xdc61f1e3c9e09b83 0t0 UDP localhost:domain
named 579 root 105u IPv6 0xf9970b47c006890c 0t0 UDP localhost:domain
named 579 root 106u IPv6 0x62c0e0757089bfc 0t0 UDP localhost:domain
named 579 root 107u IPv6 0xebd5857f85f0223 0t0 UDP localhost:domain
named 579 root 108u IPv6 0x2a036e5c7395d033 0t0 UDP localhost:domain
named 579 root 110u IPv6 0x7a15b50788c847b7 0t0 TCP localhost:domain (LISTEN)
named 579 root 111u IPv6 0x4863425caed1a05f 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 112u IPv6 0x418136a79938d8ed 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 113u IPv6 0xe416dd6d305a7506 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 114u IPv6 0xcc15af36b8c26c0a 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 115u IPv6 0x78a002a110191a8 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 116u IPv6 0x89fc41dec8e991ea 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 117u IPv6 0x5fedeceb91628ea6 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 118u IPv6 0x54c0fc2c6db42fc9 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 119u IPv6 0xab0be1e47ffb3568 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 120u IPv6 0x8d5ff556e9db755 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 122u IPv6 0xea4fbeb479e3934b 0t0 TCP macbook-pro-van-ids.local:domain (LISTEN)
named 579 root 126u IPv6 0x658e5145e4d55c4f 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 127u IPv6 0x29f7ab9c387d96ff 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 128u IPv6 0x59d9a0499593fa8 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 129u IPv6 0xf403d0ece9d0d5a2 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 130u IPv6 0xea623a3961cd96ce 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 131u IPv6 0xc343511f3094ecd2 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 132u IPv6 0xc3af7e5f6c9cf022 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 133u IPv6 0xbe5c00fe33d2df16 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 134u IPv6 0x99f9843d6e75cfd9 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 135u IPv6 0x44554e91e5b138ec 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 136u IPv6 0xd25f1b6e8a9027b7 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 137u IPv6 0x1ee65d6e0e054f81 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 138u IPv6 0x23102971fce52ce7 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 139u IPv6 0x280bee5c2e8d070e 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 140u IPv6 0x54f518dda48892d1 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 141u IPv6 0x5ed9f242923c7f97 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 142u IPv6 0xe17f10cbf2bc5d0d 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 143u IPv6 0x91df62d2a6c2c00f 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 144u IPv6 0x6e6432c5e00deabf 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 145u IPv6 0x24842ec9df0c6b7d 0t0 UDP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain
named 579 root 148u IPv6 0x3e99bc18bc079474 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 149u IPv6 0x1518bd9b66f9ccf5 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 150u IPv6 0x41ae9f34ffff1fe0 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 151u IPv6 0x9161120a605ab0c7 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 152u IPv6 0xba095148ffdcc23 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 153u IPv6 0x2e82930a6eccacb1 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 154u IPv6 0x57881829fe43900a 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 155u IPv6 0xe5cb9d70cdbbd14a 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 156u IPv6 0xf35fa5007edb74fa 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 157u IPv6 0x4673a938d95e70e0 0t0 UDP [fe80:12::2885:adff:fe7f:efb8]:domain
named 579 root 159u IPv6 0xb400339147bd9983 0t0 TCP [fe80:12::2885:adff:fe7f:efb8]:domain (LISTEN)
named 579 root 160u IPv6 0x99eb2c017e56cbdd 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 161u IPv6 0x51c2aabb45c0535f 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 162u IPv6 0x4ede22c25dbbd0ac 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 163u IPv6 0x85b012ccff1a8975 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 164u IPv6 0x625d7b558b9bfdef 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 165u IPv6 0x562c5fcbac7eecc6 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 166u IPv6 0x52b3259c648fea21 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 167u IPv6 0xd3424c959dd926d5 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 168u IPv6 0xc9fa82bde8426918 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 169u IPv6 0x1f48d08257d9b1ab 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 170u IPv6 0x629a35b93b01ed05 0t0 TCP macbook-pro-van-ids.local:domain (LISTEN)
named 579 root 171u IPv6 0x234605ba76a89039 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 172u IPv6 0x2404c29b7448eda2 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 173u IPv6 0xdc834cd06df4f64e 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 174u IPv6 0x243e3b59f1c4862a 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 175u IPv6 0xc11977b81e483345 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 176u IPv6 0x365147a56b9e0e07 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 177u IPv6 0x6a8c5ee7dc1f2d42 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 178u IPv6 0xc242676c74a99f1f 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 179u IPv6 0x5c517327e16683a 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 180u IPv6 0xe552458d1bf15a22 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 182u IPv6 0x2404a85ab88774ae 0t0 TCP macbook-pro-van-ids.local:domain (LISTEN)
named 579 root 183u IPv6 0xb94809d350f7d517 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 184u IPv6 0x6ebb645102a10932 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 185u IPv6 0x9192db49f3d8b32b 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 186u IPv6 0x53a0cacbd104ea16 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 187u IPv6 0x3c6f411f99234e5a 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 188u IPv6 0x4745910641646a48 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 189u IPv6 0x83139c235824da6e 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 190u IPv6 0x6e8b09f5b3530775 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 191u IPv6 0x6ccf6727daad02c8 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 192u IPv6 0xe516e577a6dfd08b 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 193u IPv6 0x21390c5de5b4c905 0t0 TCP macbook-pro-van-ids.local:domain (LISTEN)
named 579 root 194u IPv4 0x529c5743ec505215 0t0 UDP 192.168.68.115:domain
named 579 root 195u IPv6 0x3a9f40934068a880 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 196u IPv6 0xb86dfe8feccd5d 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 197u IPv6 0xed26a33dc7742f45 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 198u IPv6 0xe2aaba8c55ae5af 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 199u IPv6 0x95b7988f5e42c10e 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 200u IPv6 0x515a91d3a88ae7 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 201u IPv6 0xd3ba9961300bb9e0 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 202u IPv6 0xb41733a559d892ca 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 203u IPv6 0x68ef6b3512b02844 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 204u IPv6 0x34203d832fbcb6a6 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 205u IPv4 0x998bd06abf4637c 0t0 UDP 192.168.68.115:domain
named 579 root 206u IPv4 0xe6e03f527311c3bb 0t0 UDP 192.168.68.115:domain
named 579 root 207u IPv4 0x7318e880f903d94f 0t0 UDP 192.168.68.115:domain
named 579 root 208u IPv4 0x7c28d946f813b94d 0t0 UDP 192.168.68.115:domain
named 579 root 209u IPv4 0x92ad4e220e35bc47 0t0 UDP 192.168.68.115:domain
named 579 root 210u IPv4 0xa2ef9849d169e545 0t0 UDP 192.168.68.115:domain
named 579 root 211u IPv4 0x2dd4ab7199939cb1 0t0 UDP 192.168.68.115:domain
named 579 root 212u IPv4 0x67d65710eb4ba862 0t0 UDP 192.168.68.115:domain
named 579 root 213u IPv4 0x424b656d9cafa3cc 0t0 UDP 192.168.68.115:domain
named 579 root 215u IPv4 0x86c089cb3febcee5 0t0 TCP 192.168.68.115:domain (LISTEN)
named 579 root 217u IPv6 0x20d9e3762ae8e8fc 0t0 TCP 2001-1c01-3509-1c00-0000-0000-0000-1016.cable.dynamic.v6.ziggo.nl:domain (LISTEN)
named 579 root 218u IPv6 0xd038141a5260fb9 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 219u IPv6 0xe2332fee39b683ce 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 220u IPv6 0xfe69bc200abcd36d 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 221u IPv6 0x56d739963b08ff0f 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 222u IPv6 0xbce87d26e72acaac 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 223u IPv6 0x8b7b4f52ffe124f7 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 224u IPv6 0x62cd3c75540e434c 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 225u IPv6 0x82ee9febbd594276 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 226u IPv6 0x2dc7b605235d32fd 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 227u IPv6 0x23024855e519f045 0t0 UDP [fe80:11::2885:adff:fe7f:efb8]:domain
named 579 root 228u IPv6 0x453ea0490d817f2d 0t0 TCP [fe80:11::2885:adff:fe7f:efb8]:domain (LISTEN)
named 579 root 229u IPv4 0x60dfe2f75a11e02e 0t0 UDP 192.168.64.1:domain
named 579 root 230u IPv4 0xc32edb877deb5ed7 0t0 UDP 192.168.64.1:domain
named 579 root 231u IPv4 0xc9b7cf90f6ddb793 0t0 UDP 192.168.64.1:domain
named 579 root 232u IPv4 0xa27a711634fd654a 0t0 UDP 192.168.64.1:domain
named 579 root 233u IPv4 0x3c8e488f5b81a447 0t0 UDP 192.168.64.1:domain
named 579 root 234u IPv4 0x5c1835bb0421b6a6 0t0 UDP 192.168.64.1:domain
named 579 root 235u IPv4 0xf28aef0e51cb3965 0t0 UDP 192.168.64.1:domain
named 579 root 236u IPv4 0x89d2154998c49d76 0t0 UDP 192.168.64.1:domain
named 579 root 238u IPv4 0xddc1c4b49d21da1b 0t0 UDP 192.168.64.1:domain
named 579 root 239u IPv4 0xf22305fa2ffca15c 0t0 UDP 192.168.64.1:domain
named 579 root 240u IPv4 0x33480fdb82e9773e 0t0 TCP 192.168.64.1:domain (LISTEN)
named 579 root 241u IPv6 0x5bb675936e018527 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 242u IPv6 0x13cc4caf54bdd558 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 243u IPv6 0xbfa9c0191677ae02 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 244u IPv6 0xd271616461af8857 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 245u IPv6 0x6f031166f8918f72 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 246u IPv6 0x96a0789a7bee70c5 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 247u IPv6 0x800e44c64dd4cc9b 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 248u IPv6 0xa4132b171265353 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 249u IPv6 0xfb404e1355cb3093 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 250u IPv6 0x8785068cd2722716 0t0 UDP macbook-pro-van-ids.local:domain
named 579 root 251u IPv6 0x436696abcf7e769e 0t0 TCP macbook-pro-van-ids.local:domain (LISTEN)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants