search for: wsp

Displaying 20 results from an estimated 43 matches for "wsp".

Did you mean: esp
2005 Sep 29
0
ntpd broadcastclient
...OS 4.1. #authenticate no #enable auth driftfile /etc/ntp/drift keys /etc/ntp/ntp.keys server 127.127.1.0 <http://127.127.1.0> fudge 127.127.1.0 <http://127.127.1.0> stratum 10 trustedkey 1 enable bclient broadcastclient This is the error reported in /var/log/messages: Sep 29 20:24:36 wsp-mich-74-1 ntpdate[9758]: step time server 10.0.107.1<http://10.0.107.1>offset 0.033880 sec Sep 29 20:24:36 wsp-mich-74-1 ntpd: succeeded Sep 29 20:24:36 wsp-mich-74-1 ntpd[9766]: ntpd 4.2.0a at 1.1190-r Mon Feb 21 17:54:52 GMT 2005 (1) Sep 29 20:24:36 wsp-mich-74-1 ntpd: ntpd startup succeede...
2020 Apr 21
2
Status of Windows Search Protocol support in Samba?
...llations), or Recoll might need to be interface targets. Presumably >> Spotlight on Mac allows querying by API but I know nothing of it. And >> Windows Search on Windows does allow querying by multiple APIs but, in >> practice, would be the lowest priority to act as a server where WSP over >> Samba is concerned. >> >> I feel I should be contributing to getting this done but my C skills are >> extremely limited. > Yes, I think Noel has it working, but he needs some help > getting it reviewerd and integrated. > > Noel, does that accurately descr...
2020 Apr 21
0
Status of Windows Search Protocol support in Samba?
On 21/04/2020 12:38, Noel Power via samba wrote: > (resending, apologies if you got it already but I got a rejection message) This one got through on the Samba list. Thank you for your helpful reply. > yep, WSP server that translates protocol to tracker sparql queries is > working (with caveats [1]) > > The code would need some effort to get it in shape, as you might imagine > there has been quite a bit of bitrot especially of late as recent dce > rework broke it (although I have a WIP vers...
2020 Apr 19
2
Status of Windows Search Protocol support in Samba?
...Beagle (on yet older installations), or Recoll might need to be interface targets. Presumably Spotlight on Mac allows querying by API but I know nothing of it. And Windows Search on Windows does allow querying by multiple APIs but, in practice, would be the lowest priority to act as a server where WSP over Samba is concerned. I feel I should be contributing to getting this done but my C skills are extremely limited. -- Mark Rousell
2014 Mar 20
1
Windows Search Protocol (WSP)
Hello, I would like to know whether WSP is implemented in Samba4, and if not about plan to develop it ? Many thanks
2020 Apr 21
2
Status of Windows Search Protocol support in Samba?
On 21/04/2020 13:14, Mark Rousell via samba wrote: > On 21/04/2020 12:38, Noel Power via samba wrote: >> (resending, apologies if you got it already but I got a rejection message) > This one got through on the Samba list. > > Thank you for your helpful reply. > >> yep, WSP server that translates protocol to tracker sparql queries is >> working (with caveats [1]) >> >> The code would need some effort to get it in shape, as you might imagine >> there has been quite a bit of bitrot especially of late as recent dce >> rework broke it (althou...
2009 Jun 14
3
if + is.na
Hello! I wont to use a function is.na() I have two vectors: > a=c(1,NA,3,3,3) > b=c(0,0,0,0,0) and when I use is.na function it's ok: > is.na(a) [1] FALSE TRUE FALSE FALSE FALSE but I would create sth like this: for i in 1:length(a){ if (wsp[i] == is.na(a)) {b=43} } or like this if(is.na(a)) b=3 else a [1] 1 NA 3 3 3 but I always get an error: the condition has length > 1 and only the first element will be used Could you help me how I may avoid this problem and use function is.na inside function if - else Please --...
2023 Feb 17
2
Wsearch
Hi Noel, As we discussed on the list, I busy getting the bits and pieces in place to be able to test your windows search work. I am running all my stuff on Debian Bullseye, with Samba code in 3 lxc-containers. Two are for the DCs, one is the fileserver. Everything is managed by Ansible code, I try to avoid manual changes to my environment(s) as much as possible. Generally manual changes are
2016 Dec 11
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...d<VK128> { let ParserMatchClass = MSA128AsmOperand; } class LD_INDIRECT_DESC_BASE2<string instr_asm, ValueType TyNode, RegisterOperand ROWD, RegisterOperand ROWSI = ROWD, RegisterOperand ROWSP = ROWD, // passthru register InstrItinClass itin = NoItinerary> { dag OutOperandList = (outs ROWD:$wd); dag InOperandList = (ins ROWSP:$wsp, VK128Opnd:$wsm, ROWSI:$wsptr, ROWSI:$wsi); string AsmString = "$wd = LS[R($wsi )];"; list<dag...
2023 Feb 17
1
Fwd: Wsearch
...nsearch > is binary compatible with Elasticsearch 7.x and that is what FSCrawler > requires, so should just work. as mentioned before, haven't used opensearch so I have no idea what, or if there are any differences with elasticsearch or indeed how any such differences might affect the WSP server implementation. > > Now I was looking at FSCrawler and I noticed the last release with > compiled code is 2.7, is that version alright? I guess we do not want > to run into issues in FSCrawler while working on Samba, hence 2.10 > snapshots feel like a bad idea. > /Did yo...
2020 Apr 17
3
Status of Windows Search Protocol support in Samba?
...NAS. ( As an aside, what I describe above should not be confused with so called 'Federated Search' which commonly uses the OpenSearch[2] protocol. That said, OpenSearch can be used to expose the content index on a server to remote queries in a standardised way but it's not the same as WSP above. ) Footnotes:- 1: Windows Search Protocol: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsp/ 2: OpenSearch: http://opensearch.org, redirects to https://github.com/dewitt/opensearch -- Mark Rousell
2016 Dec 15
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...t; def vectoraddr : ComplexPattern<iPTR, 5, "selectVectorAddr", [],[SDNPWantParent]>; > > class LD_INDIRECT_DESC_BASE2<string instr_asm, > RegisterOperand ROWD, > RegisterOperand ROWSP = ROWD, > InstrItinClass itin = NoItinerary> { > dag OutOperandList = (outs ROWD:$wd, VK128Opnd:$wdm); > dag InOperandList = (ins ROWSP:$wsp, VK128Opnd:$wsm, vx256xmem:$wsi); > string AsmString = !strconcat("$wd =...
2016 Dec 12
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...56mem">; def vectoraddr : ComplexPattern<iPTR, 5, "selectVectorAddr", [],[SDNPWantParent]>; class LD_INDIRECT_DESC_BASE2<string instr_asm, RegisterOperand ROWD, RegisterOperand ROWSP = ROWD, InstrItinClass itin = NoItinerary> { dag OutOperandList = (outs ROWD:$wd, VK128Opnd:$wdm); dag InOperandList = (ins ROWSP:$wsp, VK128Opnd:$wsm, vx256xmem:$wsi); string AsmString = !strconcat("$wd = LS[$wsi]; // ir...
2024 Jan 29
1
[Announce] Samba 4.20.0rc1 Available for Download
...; ?- writing a Kerberos Ticket Granting Ticket (TGT) to a local ?? credentials cache with a new command ?? "samba-tool user get-kerberos-ticket" New Windows Search Protocol Client ---------------------------------- Samba now by default builds new experimental Windows Search Protocol (WSP) command line client "wspsearch" The "wspsearch" cmd-line utility allows a WSP search request to be sent to a server (such as a windows server) that has the (WSP) Windows Search Protocol service configured and enabled. For more details see the wspsearch man page. Allow 's...
2024 Jan 29
1
[Announce] Samba 4.20.0rc1 Available for Download
...; ?- writing a Kerberos Ticket Granting Ticket (TGT) to a local ?? credentials cache with a new command ?? "samba-tool user get-kerberos-ticket" New Windows Search Protocol Client ---------------------------------- Samba now by default builds new experimental Windows Search Protocol (WSP) command line client "wspsearch" The "wspsearch" cmd-line utility allows a WSP search request to be sent to a server (such as a windows server) that has the (WSP) Windows Search Protocol service configured and enabled. For more details see the wspsearch man page. Allow 's...
2008 Feb 14
1
Winbind problem with more details.
...Users 2 NA\IdNexus Certificate Subscribers 2 NA\AD Product Development & Technology 2 NA\Universal Services 2 NA\USTR LE-US340 2 NA\USMV Resources Access 2 NA\Hendrix Unit Test Support 2 NA\Org-ClearPath-002418 2 NA\USTR Loc-US340 2 NA\USRV-All PDT Users 2 NA\USTR-CMPData-READ 4 NA\USTR-LINUX-1-WSP-Virtualization 4 NA\USTR-LINUX-1-BMC_CM 4 NA\USTR-LINUX-1-SUSE-READ 4 NA\USTR-LINUX-1-SPAR 4 NA\USTR-LINUX-1-WSP 4 NA\USTR-LINUX-1-REDHAT-READ 4 NA\USTR-LINUX-1-RRSMF 4 NA\USAUS-WEBBrowsersGlobal 4 NA\USPLVDATA1-SOLEIL-READ 4 NA\WSWTGeneralAccess 4 NA\USPLVDATA2-PLYMOUTHSCO-READ 4 NA\USPLVDATA1-LIB...
2024 Feb 12
0
[Announce] Samba 4.20.0rc2 Available for Download
...; ?- writing a Kerberos Ticket Granting Ticket (TGT) to a local ?? credentials cache with a new command ?? "samba-tool user get-kerberos-ticket" New Windows Search Protocol Client ---------------------------------- Samba now by default builds new experimental Windows Search Protocol (WSP) command line client "wspsearch" The "wspsearch" cmd-line utility allows a WSP search request to be sent to a server (such as a windows server) that has the (WSP) Windows Search Protocol service configured and enabled. For more details see the wspsearch man page. Allow 's...
2024 Feb 12
0
[Announce] Samba 4.20.0rc2 Available for Download
...; ?- writing a Kerberos Ticket Granting Ticket (TGT) to a local ?? credentials cache with a new command ?? "samba-tool user get-kerberos-ticket" New Windows Search Protocol Client ---------------------------------- Samba now by default builds new experimental Windows Search Protocol (WSP) command line client "wspsearch" The "wspsearch" cmd-line utility allows a WSP search request to be sent to a server (such as a windows server) that has the (WSP) Windows Search Protocol service configured and enabled. For more details see the wspsearch man page. Allow 's...
2016 Jul 09
1
[GIT,PULL] Signed firmware for NVIDIA GP100 GPU
Hello linux-firmware maintainers, The following changes since commit a14150061388f4bcbf3c3499f1b12e3f0d5c0e7b: linux-firmware: Fix the filename for WsP to align with device HW_VARIANT (2016-07-08 18:07:02 -0700) are available in the git repository at: https://github.com/Gnurou/linux-firmware.git gp100 for you to fetch changes up to 777480f043ff0d955209e274127bfcd64f6e8edc: nvidia: Add GP100 signed firmware (2016-07-09 17:47:02 +0900) -...
2024 Feb 26
0
[Announce] Samba 4.20.0rc3 Available for Download
...; ?- writing a Kerberos Ticket Granting Ticket (TGT) to a local ?? credentials cache with a new command ?? "samba-tool user get-kerberos-ticket" New Windows Search Protocol Client ---------------------------------- Samba now by default builds new experimental Windows Search Protocol (WSP) command line client "wspsearch" The "wspsearch" cmd-line utility allows a WSP search request to be sent to a server (such as a windows server) that has the (WSP) Windows Search Protocol service configured and enabled. For more details see the wspsearch man page. Allow 's...