TheFlipside

Results 7 issues of TheFlipside

After struggling for a while to get the script to start at all I run into the following error when trying to browse the URL: **Bareword "base_tag" not allowed while...

The script would not start until I changed the following: replaced **Mojolicious::Commands->start;** with **Mojolicious::Commands->start_app('KippoStats');** in the file _/script/kippo_stats_ and replaced **my $config = $self->plugin('json_config'); # kippo_stats.json** with **my $config =...

when answering No at the step **Would you like to provision Tor now? (Y/n):** then when answering Yes at the step **Would you like to provision Converse.js now? (Y/n):** results...

On an Ubuntu 18.04 system I ran into errors at the part of installing patroni: Finished installing PostgreSQL. Synchronizing state of postgresql.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install...

## Expected Behavior virtual machines which are part of a vApp cannot be monitored with the check command ## Current Behavior When checking the icinga-vspheredb service log, entries similar to...

Maybe I'm missing something but has anyone got the "Start" Menu button to look like on the screenshot on a MATE desktop? As far as I understand it should use...

I'm using autopostgresqlbackup on multiple Rocky Linux 8.7 systems and I always set the following in /etc/profile: **TMOUT=300** **readonly TMOUT** **export TMOUT** This is not an uncommon practice and a...