mvogt1
mvogt1
Thanks for your reply, but `--debug` does not provide any helpful output, but here is the complete error messge: ``` Error: Evaluation Error: Error while evaluating a Function Call, Lookup...
This is my solution to the problem: ``` # https://serverfault.com/questions/127466/how-do-i-access-an-environment-variable-in-a-puppet-manifest # # before puppet apply write in Makefile or command line # export FACTER_PUPPET_LOCAL_IS_RUNNING=1 # facter will import this into...
I noticed too that the nextcloud gallery app is too slow on my older qnap. Each preview icon, for example, takes around >1053 milliseconds (thus > 1 sec) to load....
When I restarted the cups process the client behaves like: ``` sendto(5, "OPTIONS * HTTP/1.1\r\nConnection: Upgrade\r\nHost: cupsserver.domain.de:631\r\nUpgrade: TLS/1.1,TLS/1.0\r\nUser-Agent: CUPS/1.6.3 (Linux 3.10.0-1160.80.1.el7.x86_64; x86_64) IPP/2.0\r\n\r\n", 173, 0, NULL, 0) = 173 poll([{fd=5,...
Nope. I have modified it ``Require user @SYSTEM,@printadmin`` and indeed joe is now forbidden, good. But if I add joe now to the group printadmin he is **still forbidden**, bad....