Adrien Rey-Jarthon
Adrien Rey-Jarthon
Maybe ;) if you're also interested in this, feel free to take @james2m changes and create a pull request yourself with comments addressed.
Thanks for your contribution, You're right about the order issue, but the fix should be in `#precompiled` IMO: We don't care if the config definition hash is sorted, and sorting...
Haha, yeah that's the tricky case everyone loves. You're right, 2:00 -05:00 seems like the most logical output. If you have a good fix please go ahead, this is usually...
That's an interesting idea, but tricky to implement (it'll also slow things down). We'll see if we can work something out but this is low priority, feel free to PR...
Hi, we're having the same issue with Passenger Enterprise 5.2.3 (last version available for Debian 7) but with nginx, is this bug supposed to hit nginx installations too? We have...
@CamJN Yes, I tried reproducing it locally with a simplified config (the production one is huge) and I managed to! I use the open source version locally though but it...
I can't reproduce the bug with `5.3.4` so I guess this bug has been fixed in between for `nginx` too, but then you have a changelog issue as this bug...
@CamJN done
Interesting, if I do `capsh --print` I also see the `cap_sys_ptrace` capability in the Bounding set: ``` > capsh --print Current: = Bounding set =cap_chown,cap_dac_override,cap_dac_read_search,cap_fowner,cap_fsetid,cap_kill,cap_setgid,cap_setuid,cap_setpcap,cap_linux_immutable,cap_net_bind_service,cap_net_broadcast,cap_net_admin,cap_net_raw,cap_ipc_lock,cap_ipc_owner,cap_sys_module,cap_sys_rawio,cap_sys_chroot,cap_sys_ptrace,cap_sys_pacct,cap_sys_admin,cap_sys_boot,cap_sys_nice,cap_sys_resource,cap_sys_time,cap_sys_tty_config,cap_mknod,cap_lease,cap_audit_write,cap_audit_control,cap_setfcap,cap_mac_override,cap_mac_admin,cap_syslog,cap_wake_alarm,cap_block_suspend,cap_audit_read,cap_perfmon,cap_bpf Ambient set = Current IAB:...
Mmm interesting but no it's not the case on my server (I'm also on `ext4`): ```sh > getcap rbspy > cat /boot/config-$(uname -r) | grep FS_XATTR CONFIG_REISERFS_FS_XATTR=y CONFIG_F2FS_FS_XATTR=y CONFIG_TMPFS_XATTR=y CONFIG_JFFS2_FS_XATTR=y...