Hans-Nikolai Viessmann
Hans-Nikolai Viessmann
I solved the error ``` php Warning: require(application/errors/error_php_custom.php): failed to open stream: No such file or directory in /home/user/website/application/core/MY_Exceptions.php on line 195 Fatal error: require(): Failed opening required 'application/errors/error_php_custom.php' (include_path='.:/usr/share/php:/usr/share/pear')...
Your welcome @ShayHurley!
@ItachiSan heres one repo I know of that has this problem: https://download.opensuse.org/repositories/home:/justkidding:/arch/standard/x86_64/
I confirm that this works
Hi @Andrei-Pozolotin, oops forgot to include content of `mkinitcpio.conf` (hooks): ``` HOOKS=(base keyboard autodetect modconf block filesystems fsck systemd sd-vconsole sd-lvm2 systemd-tool) ```
I can confirm that it works with compiling against qt5/qtscintilla-qt5 using PR #4.
Hi @alxgu, my example (not using an Ansible task) is if you try to uninstall a package that is not already installed on the system: ```sh da781781110c:/ # zypper --quiet...
@alxgu oh, oops, yes I see I left this out. I will change that ASAP.
Just to add, per https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-vault-password-file, the `ANSIBLE_VAULT_PASSWORD_FILE` environment variable can be set to either a file (whose content contains the clear text password/key) or a executable file (e.g. a script...
Am still running into this issue with version 10.2.10. Per issue #3788, the workaround is to explicitly create a symlink from either of these files: ``` dcache-10.2.10/share/lib/services-daemon.sh dcache-10.2.10/share/lib/services-systemd.sh ``` to...