mphilipps

Results 14 comments of mphilipps

I would prefer an exclude list for files/directories that I want included in the backup, but that may change during the backup run without the need to trigger a warning.

We too have a machine that occasionally just prints ` Can't cd to (unreachable)/root: No such file or directory` Is there any additional information we could provide to help fix...

I am not sure, I can't 100% reliably trigger it. Usually I am able to trigger it by calling needrestart a couple of times in a row. I am fairly...

We have no tmpreaper or such running on /tmp, but the debian default apache2.service is using PrivateTmp=true, could that have something to do with it?

No, even after restarting apache /tmp appears to be empty. `nsenter -t 23186 -m ls /tmp/` 23186 is the pid of the passenger core process. However we do set **PassengerInstanceRegistryDir**...

``` $ systemctl restart apache2 $ nsenter -t 12338 -m find / -name '*.spawn.*' ``` and nothing was found.

Is there any doubt? ``` $ ls -l /proc/{1,8735}/ns/mnt lrwxrwxrwx 1 root root 0 Feb 10 09:11 /proc/1/ns/mnt -> mnt:[4026531840] lrwxrwxrwx 1 root root 0 Feb 10 09:11 /proc/8735/ns/mnt ->...

Afaik even on an apache2 reload the passenger process gets restarted. So it unlikely to help.

Having the same issue, removing the CSS renderer didn't help. rake reminder:exec RAILS_ENV="production" appears to never terminate.

We have something like ~150 users and I killed the script after 2hours with disabled css renderer.