Christian Rebischke

Results 134 comments of Christian Rebischke

@qstrahl Are you using a specific vim version? It doesn't work for me. I mean when I have this: {|} and I type a space I should have this: {...

@babenzele `:DelimitMateTest` in vim

This is what I get on CentOS7 (kernel: 3.10.0-862.3.3.el7.x86_64): ``` Resources in use CIFS Session: 1 Share (unique mount targets): 1 SMB Request/Response Buffer: 1 Pool size: 5 SMB Small...

@superq any feedback to my first data model? https://github.com/shibumi/procfs/blob/cifs-support/cifs/cifs.go I am unsure if I should add the key/value pairs of your output as well. I guess this would make sense,...

Ok now I am totally confused. I have tested this in a vagrant box with `ubuntu 18.04` and `kernel 4.15.0-22-generic`. Here is the output what I get here: ``` Resources...

@SuperQ possible that it's related to the used samba version. I have used the mount flag `vers=1.0` for the CIFS mounts... I can try `vers=2.0` tomorrow.. everything above is not...

@c-r-h On CentOS 7: mount.cifs version: 6.2 On Ubuntu 18.04: mount.cifs version: 6.8 Sadly I have no possibility to test the different versions.. seems like our storage cluster only supports...

@c-r-h One question. Is a mix out of SMB1 and SMB3 possible? so something like this?: ``` Resources in use CIFS Session: 1 Share (unique mount targets): 2 SMB Request/Response...

Thanks for the feedback. I have nearly finished the implementation of support for SMB1. Next step will be SMB2 and SMB3 + Test Units. I hope that I can get...

I have a working version now that supports SMB1 and SMB2/SMB3. Here is my current branch: https://github.com/shibumi/procfs/tree/cifs-support-smb2/cifs What is missing so far: * Tests (!!) * calling the parser in...