daniejstriata

Results 110 comments of daniejstriata

If I had to use this feature I'd expect the results to show me the utilisation of the GPU for doing work with CUDA, OpenGL, OpenCV, Xtend, or OpenCL. Also,...

similar issue was resolved in FastFetch here: https://github.com/fastfetch-cli/fastfetch/issues/567 Use `lscpu` to detect CPU name for ARM CPUs (CPU, Linux)

I use Kops Client version: 1.25.3 (git-v1.25.3) and have the same problem. I do not see `AWSServiceRoleForElasticLoadBalancing` under my list of policies. I created a policy to allow `iam:CreateServiceLinkedRole` which...

I updated the role to the following and it is still failing: ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:Describe*", "iam:CreateServiceLinkedRole", "tag:GetResources", "elasticloadbalancing:*" ], "Resource": [...

I found the problem. There is a Role created for the cluster. This role is named masters. and can be seen following the ARN in the error `arn:aws:sts:::assumed-role/masters.example.com/i-` I added...

Seems both our solutions is doing the same thing, just a little differently. The masters role should still be correctly created by kops. This was not an issue for me...

I also thought that the case will be preserved. It does make sense for the final case to be the replacement value. Changing with the following example makes it a...

Hi, I am also experiencing this issue. I tested on various Linux installs without any issues. I only get this on FreeBSD. `FreeBSD 11.3-RELEASE-p5` What I notice is that the...

Here is the output of bash -x ``` root@server1:~/server-fixes # bash -x ./ssl-cert-check -b -c /etc/certs/example.com.crt + PROGRAMVERSION=4.12 + trap cleanup EXIT INT TERM QUIT + PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/ssl/bin:/usr/sfw/bin + export PATH...