rundeck

Rundeck tips

Once upon a time, I got this error:

jsch scp failed copying the file no response from server

The rundeck was working on two nodes but not the third one. After digging, I found out that some had messed up with /dev/null permissions:

rm -f /dev/null; mknod /dev/null c 1 3

Rundeck install

We install rundeck on FreeBSD 14 using the port collection.

grab the port

Installing from ports on FreeBSD:

portmaster java/openjdk8
portmaster sysutils/rundeck

start the service

To be ajusted:

cat /usr/local/rundeck/server/config/rundeck-config.properties
cat /usr/local/rundeck/etc/preferences.properties
/usr/local/etc/rc.d/rundeck onestart
sockstat -l|grep 4440
/usr/local/etc/rc.d/rundeck onestop
vim /usr/local/rundeck/server/config/realm.properties

ajust rc.conf

rundeck_enable=”YES” rundeck_user=”rundeck79” rundeck_group=”rundeck79”