Norman Pellet

Results 64 comments of Norman Pellet

It's probably a firewall issue failing to fetch the deps, I'll check it out On Sat, 7 May 2022, 01:12 MichailAlexakis, ***@***.***> wrote: > Compiling with a previous version of...

Here as well (in v8): DNS1D.php, ln 1299: ``` $tmpchr = ord($seq[1][0]); ```

Ok thanks for the feedback ! I'll go through it and try to address everything.

I believe i'm having a bit of a similar issue. The DHCP seemed to work fine. Guest: ``` vagrant@ce813vl:~$ ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group...

I was thinking that for node 19+, instead of `node -r`, one could use `node --import` (import an ESM module), and use a SDK initialization with a top-level await. The...

I enabled the crazy-level CIFS logging and compared with a manual mount. The two are awfully similar, and no error is thrown The dmesg for the csi mount: ``` [1060002.992000]...

Sorry I think I'm narrowing down my issues https://github.com/kubernetes-csi/csi-driver-smb/blob/50f065f944a298097fd321d27062369b6f8fb304/deploy/v1.6.0/csi-smb-node.yaml#L122 This is indicating a host mount that is not valid for microk8s. I'll try to change it to the correct distro...

Got it to work by changing the mount points to match microk8s paths: ```yaml [...] - name: smb image: mcr.microsoft.com/k8s/csi/smb-csi:latest imagePullPolicy: IfNotPresent args: - "--v=5" - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" -...

Well, I would think forceExclude is the equivalent to "trust me bro, I know what I'm doing". Would allow me to nicely get rid of typescript and all the other...

I guess concerns are similar as in #1098, in the sense that this could enable probing a private network via proxy (which is exactly what we want in this case),...