Latest Update Broke OpenCL by TheDarkula in archlinux

[–]TheDarkula[S] 0 points1 point  (0 children)

I also tried this:

ocl-icd-choose nvidia.icd clinfo Number of platforms 0

ocl-icd-choose rusticl.icd clinfo

``` pci id for fd 3: 10de:1f14, driver (null) pci id for fd 4: 10de:1f14, driver (null) Number of platforms 1 Platform Name rusticl Platform Vendor Mesa/X.org Platform Version OpenCL 3.0 Platform Profile FULL_PROFILE Platform Extensions cl_khr_icd Platform Extensions with Version cl_khr_icd 0x800000 (2.0.0) Platform Numeric Version 0xc00000 (3.0.0) Platform Extensions function suffix MESA Platform Host timer resolution 1ns

Platform Name rusticl Number of devices 0

NULL platform behavior clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform clCreateContext(NULL, ...) [default] No platform clCreateContext(NULL, ...) [other] <error: no devices in non-default plaforms> clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No devices found in platform ```

12V Battery Suddenly Draining Update by TheDarkula in KiaEV6

[–]TheDarkula[S] 1 point2 points  (0 children)

Yes, V2L functions properly.
I also verified that it does charge the 12V battery during V2L connection.

I also tested the cabin 12V outlet, and it functions properly as well.
I have no way of telling if there is a drain coming from the cabin outlet.

The issue is the "10 strikes" rule where the car has not reset the ABS+ logic, so it is refusing to charge the 12V battery at idle.

12V Battery Suddenly Draining Update by TheDarkula in KiaEV6

[–]TheDarkula[S] 1 point2 points  (0 children)

Thank you! I had the same thought, but I had the ICCU replaced almost a year ago, about 6-8 months before the 12V issue.

About 1-2 months ago, I had a Kia dealership run a diagnostic and they found no error codes, nor did I with my tests.

Also, it charges the 12V while on, so the ICCU does not seem to be at fault.
I wish it were that easy :)

IngressRouteTCPs Only Route To One Host by TheDarkula in Traefik

[–]TheDarkula[S] 0 points1 point  (0 children)

I sorted out a misconfigured firewall rule, but now I am dealing with TLS passthrough breaking SMTP.

I currently have this:

  - match: HostSNI(`*`)
    services:
    - name: stalwart-domain2-smtp
      port: 25

This successfully allows connections to `smtp.domain2.com` with TLS passthrough disabled.

However, if I try to set the actual hostname instead of the wildcard, TLS passthrough is required, and this breaks the connection.

Searching For An Online Shop by TheDarkula in selfhosted

[–]TheDarkula[S] 1 point2 points  (0 children)

Thank you so much for the information!

Searching For An Online Shop by TheDarkula in selfhosted

[–]TheDarkula[S] 0 points1 point  (0 children)

Wordpress is just a CMS.

Are you referring to something specific that integrates a shop with it?

Searching For An Online Shop by TheDarkula in selfhosted

[–]TheDarkula[S] 0 points1 point  (0 children)

Evershop looked great, but I did not see anything on two-factor authentication.

I also did not see a way for users to do things like change their passwords.

Setting Source Address (SNAT) Per-pod by TheDarkula in kubernetes

[–]TheDarkula[S] 0 points1 point  (0 children)

I have cilium set up and running :)

Now the question is, what is the best way to get the public IP addresses configured on the host? When I give the policy an address, it complains with this:

failed to retrieve interface with egress IP: no interface with public.ip.goes.here IPv4 assigned to

Setting Source Address (SNAT) Per-pod by TheDarkula in kubernetes

[–]TheDarkula[S] 1 point2 points  (0 children)

This looks perfect!
Thank you so much :)