search for: tracker

Displaying 20 results from an estimated 3005 matches for "tracker".

Did you mean: tracked
2020 Sep 16
4
OrcV1 removal
...h an initial patch for removable code. If anyone wants to follow along with the development or share thoughts on the design you're very welcome to. I'll be adding tests and comments this week, but for anyone who wants to take an early look the main elements are defined in Core.h: *ResourceTracker* -- Your handle to remove code from a JITDylib. Also allows tracking to be merged onto another tracker (reducing the administrative overhead required for tracking). *ResourceKey* -- An opaque key associated with each tracker. *ResourceManager* -- A listener interface to be notified when resources a...
2020 Oct 02
4
Spotlight configuration trouble
I?m trying to setup Spotlight with Tracker (2.3 from Ubuntu repo) backend in Ubuntu 20.04 and Samba 4.12.7. I?ve followed the wiki closely but every time I try to search I get this in the logs: [2020/10/02 10:43:42.078242, 0] ../../source3/rpc_server/mdssvc/mdssvc_tracker.c:403(mds_tracker_search_start) mds_tracker_search_start: no conn...
2017 Aug 17
3
Centos 7 Install
...3 root root 16 Aug 17 15:39 > systemd-private-e02ca338bba64326ab00789706c3de4b-colord.service-B3EzVm > drwx------ 3 root root 16 Aug 17 15:39 > systemd-private-e02ca338bba64326ab00789706c3de4b-rtkit-daemon.service-Z5MlFp > drwx------ 2 root root 6 Mar 1 2016 tracker-extract-files.1000 > > > Its the XXXXXXX.tmp directory that seem to be filling up... They have .tmp > files in the directory. > > or the tracker-extract-files is also an unknown. > > What is that? how do I stop it ? > It's where tracker extracts files. Google fo...
2020 Sep 16
2
OrcV1 removal
...). Looks like there's not yet a C API yet - not a problem, just checking. No C API yet, but I'll add one as soon as the C++ API settles down (probably in a week or so). Currently it looks like only the main jit dylib is exposed via C, right? We can't really do the same for resource trackers, if I understand this correctly. Sketching out what I'd need to do to test postgres, so I don't waste time going in the wrong direction: Currently it looks like only the main jit dylib is exposed via C, right? That was true -- I just hadn't gotten around to it. Your question seems a...
2018 Oct 08
2
Samba 4.8.1: spotlight enabled share can not connect to Tracker
I’m having this exact same issue after upgrading from 4.7.x to 4.9.1. I’ve been using the same set of instructions to setup tracker for a few years without issue. Does anyone have any suggestions? I’m stuck on this and can’t figure out what’s changed. Thanks. Mike Pestorich > Date: Mon May 14 12:31:28 UTC 2018 > From: Dirk Köppen > > Hi, > > this is the error message I do receive: > > Tracker-Mess...
2017 Aug 18
2
Centos 7 Install
...a338bba64326ab00789706c3de4b-colord.service- > > > B3EzVm > > > drwx------ 3 root????root??????16 Aug 17 15:39 > > > systemd-private-e02ca338bba64326ab00789706c3de4b-rtkit- > > > daemon.service-Z5MlFp > > > drwx------ 2 root????root????????6 Mar??1??2016 tracker-extract- > > > files.1000 > > > > > > > > > Its the XXXXXXX.tmp directory that seem to be filling up... They > > > have .tmp > > > files in the directory. > > > > > > or the tracker-extract-files is also an unknown. > &gt...
2018 Apr 30
3
Server 2016 locked in paused state
...it always returns to being stuck in this paused state. I'm not seeing anything much in /var/log/kern.log or syslog - perhaps I'm missing the clue. Has anyone else seen this and or can you advise me where I should be looking to find the cause of this? Sincerely -- *Paul O'Rorke* *Tracker Software Products (Canada) Limited * www.tracker-software.com <http://www.tracker-software.com/> Tel: +1 (250) 324 1621 Fax: +1 (250) 324 1623 <http://www.tracker-software.com/> Support: http://www.tracker-software.com/support Download latest Releases http://www.tracker-software.com/d...
2018 May 14
0
Samba 4.8.1: spotlight enabled share can not connect to Tracker
Hi, this is the error message I do receive: Tracker-Message: 14:15:22.884: Could not get mtime for 'file:///nonexistent/.cache/tracker/meta.db': Error when getting information for file “/nonexistent/.cache/tracker/meta.db”: No such file or directory (process:5229): Tracker-WARNING **: 14:15:22.884: Falling back to bus backend, the direct bac...
2005 Jul 13
2
CLI BT tracker/tracker
I have been hunting around the inet trying to find a CLI BT tracker/hoster. I want to use one of my linux servers as a BT torrent hoster/tracker. Anyone have any good informaiton they can point me to? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment t...
2006 Dec 15
1
new mailing list for Alioth tracker notifications
Everyone, I think we have most of the kinks worked out of the new Alioth tracker notification mailing list: http://lists.alioth.debian.org/mailman/listinfo/nut-tracker List membership is open to all. For tracker items that you have submitted yourself, nothing has changed - you will still receive email updates when someone comments on your bug/feature/patch (or otherwise c...
2012 Apr 11
6
Bug tracker
I started thinking that perhaps I should move my TODO list to a bug tracker. But because of reasons I've explained a few times before, I don't want a full blown public bug tracking system. The requirements for it are: * I am the only person who can add new bugs. Everyone else reports bugs/requests to this mailing list as before. (Well, I guess Stephan could use t...
2018 May 01
4
Re: Create qcow2 v3 volumes via libvirt
...t to stay up.  This VM is used for testing our software in SharePoint and we make heavy use of snapshots.  Is there nothing I can to do recover that space? What would be the best practice then for a VM that needs to be able to create and remove snapshots on a regular basis? *Paul O'Rorke* *Tracker Software Products (Canada) Limited * www.tracker-software.com <http://www.tracker-software.com/> Tel: +1 (250) 324 1621 Fax: +1 (250) 324 1623 <http://www.tracker-software.com/> Support: http://www.tracker-software.com/support Download latest Releases http://www.tracker-software.com/d...
2020 Apr 20
2
ORC JIT Weekly #12
...e.g. prioritizing stubs and other trivial-to-materialize symbols. Finally, I hope to spend next week working on support for removable code in OrcV2, which is one of the big missing features from OrcV1. I expect the API to end up looking something like this: using ResourceKey = const class ResourceTracker*; class ResourceTracker { public: // Return the key for this tracker (just its address) ResourceKey getKey() { return this; } // Emit all not-yet-emitted symbols covered by this tracker. Expected<SymbolMap> emit(); // Remove all symbols covered by this tracker and // release res...
2018 May 01
1
Re: Server 2016 locked in paused state
On Mon, Apr 30, 2018 at 05:46:14PM +0200, Francesc Guasch wrote: >On 30/4/18 16:59, Paul O'Rorke wrote: >> Hi all, >> >> I have a number of production Windows servers on KVM/DRBD and two of >> them are Server 2016.  Both these guests have started exhibiting the >> same behaviour where they enter a paused state and will not resume. >> > >Paul, I
2020 Sep 24
2
OrcV1 removal
...fortunately. I'm still landing unit > tests and cleanups on the OrcV1 removal branch, but I hope to put out an > ORC Weekly update on Friday covering the latest developments. In the > meantime you can find some very basic example usage in > llvm/unittests/ExecutionEngine/Orc/ResourceTrackerTest.cpp ( > https://github.com/lhames/llvm-project/blob/orcv1-removal/llvm/unittests/ExecutionEngine/Orc/ResourceTrackerTest.cpp > ). > > -- Lang. > > On Wed, Sep 16, 2020 at 11:52 AM Lang Hames <lhames at gmail.com> wrote: > >> Hi All, >> >> I've up...
2006 Apr 05
0
The Asterisk bug tracker :: please think twice before opening a report!
Friends, At this point, we're close to 300 issues open in the bug tracker at http://bugs.digium.com Some of us spend many hours each week, if not each day, to work with the bug tracker. It's a tool for us, a very important tool to handle new features and find bugs in Asterisk, tracking them down. It is important that you consider a few things while using this tool:...
2020 Nov 04
0
Spotlight configuration trouble
How could I investigate this further? If I monitor session and system dbus activity with dbus-monitor I can see activity if I do ?tracker search pdf? as the mdssvc user, but nothing if I search through Samba. I only get those two errors below. So seems like Samba dbus connection isn?t working. I?ve followed the wiki very closely so to me it looks like it?s missing a step or the latest versions have some issue. I tried raising the log...
2005 Oct 03
1
*** Community alert :: Do you have open bugs in the bug tracker?
Asterisk buddies! If you have open issues in the bug tracker, please help us with providing fast responses. All developers are working real hard to close bugs pending the new release, so we kindly ask you for fast responses on our questions in the bug tracker. The quicker the better and we'll get 1.2 out of the door sooner. If you have new ideas, featur...
2020 Sep 07
2
OrcV1 removal
Hi Andres, Postgres uses removable code support and Orcv1. I does make me quite > worried to see a phase where there'll be no viable way of using both in > llvm. Why isn't the right answer here to at lest develop the > replacement as a set of patches / as a branch that then can be merged as > a whole / shortly after each other, rather than just starting to develop > a
2018 Sep 04
1
Intel's latest L1TF vulnerability and libvirt
...my hosts are showing they have conditional cache flushing enabled yet still report as "SMT vulnerable": root at trk-kvm-03:~# cat /sys/devices/system/cpu/vulnerabilities/l1tf Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable Thoughts? -- *Paul O'Rorke* *Tracker Software Products (Canada) Limited * www.tracker-software.com <http://www.tracker-software.com/> Tel: +1 (250) 324 1621 Fax: +1 (250) 324 1623 <http://www.tracker-software.com/> Support: http://www.tracker-software.com/support Download latest Releases http://www.tracker-software.com/d...