search for: srvs

Displaying 9 results from an estimated 9 matches for "srvs".

Did you mean: srv
2006 Sep 10
2
Possible to have two SAMBA srvs act as one?
Hi, is it possible to share write locks amongst two samba servers? We are experiencing performance issues all the time, because one location (location A) is connected via VPN to the main location (location B) and needs to access files hosted there on some samba shares. Now loc A gets its own server, but still files hosted in B need to be read/write accessed from A and vice versa. It would be
2019 Jan 14
0
SMB3.11 and receiving NT_STATUS_SMB_BAD_CLUSTER_DIALECT
...MS-DTYP] section 2.2.49. If the Buffer field is not in the format specified in section 2.2.9, the server MUST fail the request with STATUS_INVALID_PARAMETER. Otherwise, the server MUST provide the tuple <hostname, sharename> parsed from the request message to invoke the event specified in [MS-SRVS] section 3.1.6.8, to normalize the hostname by resolving server aliases and evaluating share scope. The server MUST use <normalized hostname, sharename> to look up the Share in ShareList. If no share with a matching share name and server name is found, the server MUST fail the request with ST...
2017 Dec 15
0
Wine release 3.0-rc2
...-bit HBITMAPs in InsertMenu16. Martin Storsjo (1): msvcrt: Fix copy/paste typos in arm64 setjmp/longjmp. Matteo Bruni (3): d3d11/tests: Add a couple of testcases for UINT, sRGB UAVs. d3d11/tests: Add tests for GenerateMips(). d3d11/tests: Add a couple of testcases for sRGB SRVs. Nikolay Sivov (7): wshom: Implement Popup() method. comctl32/listview: Directly reset focused item on item count change. user32/tests: Release window DCs consistently. comctl32/tests: Rename test file. comctl32/tests: Add ComboBox tests. comctl32/tests: Add Sta...
2017 Feb 17
0
Wine release 2.2
...ctions. wined3d: Fix condition to determine if FIXME message should be printed. d3d10core/tests: Add tests for buffer ranges. d3d10core/tests: Fix SM4 not instruction test. d3d11/tests: Fix SM4 not instruction test. d3d11/tests: Add more tests for format reinterpreting SRVs. wined3d: Handle declarations for raw buffer shader resources. wined3d: Record sampler usage for WINED3DSIH_LD_RAW. wined3d: Implement SM5 store_raw instruction. wined3d: Implement SM5 imm_atomic_* instructions. d3d11/tests: Add test for SM5 imm_atomic_* instructions....
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
...rks for most initscripts + logging_services="" + prgs_cmd = "cd /etc/init.d|sudo lsof -Fc +D /var/log|grep ^c|sort -u" + prgs = subprocess.Popen(prgs_cmd, shell=True, stdout=PIPE, stderr=STDOUT) + prgs_output = prgs.stdout.read() + for prg in prgs_output: + srvs = subprocess.Popen("grep -l ${prg#c}$ *", shell=True, stdout=PIPE, stderr=STDOUT) + srvs_output = srvs.stdout.read() + for svc in srv_output: + os.system("service %s stop") % svc + logging_services+= svc + # debugging help + os.system("lsof +D...
2016 Jul 22
0
Wine release 1.9.15
...reByteStride" for raw and structured buffers. d3d11/tests: Add more tests for structured and raw buffers. d3d10core/tests: Add test for CreateBuffer() with invalid misc flags. d3d11: Allow creating UAVs for structured buffers with NULL description. d3d11: Allow creating SRVs for structured buffers with NULL description. Ken Thomases (3): kernel32: Overhaul the handling of argv in set_process_name(). winemac: Only call -[NSApplication unhide:] if the app is actually hidden. winemac: Call -removeFromSuperview on a view before adding it to a superview,...
2016 Jun 24
0
Wine release 1.9.13
...wined3d: Recognize SM5 imm_atomic_consume opcode. wined3d: Recognize SM5 bfi opcode. wined3d: Recognize SM5 store_structured opcode. wined3d: Recognize SM5 bufinfo opcode. wined3d: Fix error codes returned when creating shader resource views. wined3d: Forbid creating SRVs with level or layer count equal to 0. d3d11: Validate "ViewDimension" field in D3D11_SHADER_RESOURCE_VIEW_DESC. d3d11/tests: Add test for invalid SRV descriptions. wined3d: Forbid creating RTVs with layer count equal 0. wined3d: Fix error code returned when render...
2017 Dec 08
0
Wine release 3.0-rc1
...Rect. Lucian Poston (1): dwrite: Stub SetIncrementalTabStop with S_OK. Matteo Bruni (20): wined3d: Refuse to create texture views changing format from non-typeless. d3d11: Disallow 0-sized buffer shader resource views. d3d11/tests: Add a couple of testcases for UINT format SRVs. wined3d: Add texture flag for mipmap generation. d3d11: Validate D3D11_RESOURCE_MISC_GENERATE_MIPS flag for 2D textures. d3d11: Validate MiscFlags for 3D textures. d3d11: Validate buffer MiscFlags. d3d11: Pass the WINED3D_TEXTURE_CREATE_GENERATE_MIPMAPS flag to wined3...
2017 Feb 03
0
Wine release 2.1
...e_sub_resource_* functions. wined3d: Introduce wined3d_device_set_compute_shader(). d3d11: Implement d3d11_immediate_context_CSSetShader(). wined3d: Remove inaccurate comments. include/d3d11: Add D3D11_BUFFEREX_SRV_FLAG_RAW. d3d11/tests: Use correct raw buffer flag for SRVs. wined3d: Add ARB_texture_buffer_object extension. wined3d: Create dummy buffer textures. wined3d: Add initial support for shader buffer views. wined3d: Do not pass LOD to texelFetch() for buffer resources. wined3d: Implement buffer samplers. d3d10core/tests: Add...