Closed emgk closed 2 years ago
@emgk now that the PR is merged does this still happen?
Nope, all good now, thanks @tomjn! :tada:
vagrant@vvv:~$ service memcached status
● memcached.service - memcached daemon
Loaded: loaded (/lib/systemd/system/memcached.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2022-01-04 16:52:30 UTC; 1min 46s ago
Docs: man:memcached(1)
Main PID: 18179 (memcached)
Tasks: 10 (limit: 2279)
Memory: 1.7M
CGroup: /system.slice/memcached.service
└─18179 /usr/bin/memcached -m 128 -p 11211 -u memcache -l 127.0.0.1,192.168.56.4
Jan 04 16:52:30 vvv systemd[1]: Started memcached daemon.
Are you using the latest stable or develop branch version of VVV?
Yes (develop)
Is it a new VVV or an existing VVV that used to work?
New fresh install
Whats the problem?
Getting an error on memcached page.
service memcached status
outputs:Its because virtualbox private ip_address was changed to "192.168.56.4" here https://github.com/Varying-Vagrant-Vagrants/VVV/commit/39ee551a9d6a6cb15699ca989cf8d706fbb6f52c but memcache.conf is still using the old IP address https://github.com/Varying-Vagrant-Vagrants/VVV/blob/develop/provision/core/memcached/config/memcached.conf#L38
How do we reproduce it?
VVV Status screen
Which Operating System are you using?
Linux
Which provider are you using?
VirtualBox