1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-04-02 23:25:32 +02:00
pg_probackup/travis/before-script.sh

20 lines
401 B
Bash
Raw Normal View History

2022-12-04 09:08:26 +03:00
#!/usr/bin/env bash
set -xe
/etc/init.d/ssh start
# Show pg_config path (just in case)
echo "############### pg_config path:"
which pg_config
# Show pg_config just in case
echo "############### pg_config:"
pg_config
# Show kernel parameters
echo "############### kernel params:"
cat /proc/sys/kernel/yama/ptrace_scope
sudo sysctl kernel.yama.ptrace_scope=0
cat /proc/sys/kernel/yama/ptrace_scope