x2go session database in the server is at /var/lib/x2go/x2go_sessions
You can reset it by running: x2godbadmin –create
you can query it by doing sqlite3 /var/lib/x2go/x2go_sessions
some Unix notes
x2go session database in the server is at /var/lib/x2go/x2go_sessions
You can reset it by running: x2godbadmin –create
you can query it by doing sqlite3 /var/lib/x2go/x2go_sessions
echo "options lpfc lpfc_nodev_tmo=10 lpfc_lun_queue_depth=32 lpfc_max_luns=2048" > /etc/modprobe.d/lpfc.conf
dracut -f
reboot
I had some issues with checksums failing after a port downloading, so you can clean the port this way:
$ sudo port selfupdate $ sudo port clean --dist <portname> $ sudo port install <portname>
If you suspect you have packages with linking errors:
$ sudo port rev-upgrade
$ sudo port selfupdate
$ sudo port upgrade outdated