search for: untrack

Displaying 20 results from an estimated 65 matches for "untrack".

Did you mean: untrace
2019 Sep 02
2
Problem to access from Win to Win after classicupdate to Samba DC 4.10.7
...Preauthentication failed set 02 11:54:36 s-addc.studiomosca.net krb5kdc[6764](info): closing down fd 20 But for now, apart the win-to-win problem in the subject, all seem workfine. Thanks for help [1] iptables-save .... .... -A IN_public_allow -p tcp -m tcp --dport 22 -m conntrack --ctstate NEW,UNTRACKED -j ACCEPT -A IN_public_allow -d 224.0.0.251/32 -p udp -m udp --dport 5353 -m conntrack --ctstate NEW,UNTRACKED -j ACCEPT -A IN_public_allow -p udp -m udp --dport 137 -m conntrack --ctstate NEW,UNTRACKED -j ACCEPT -A IN_public_allow -p udp -m udp --dport 138 -m conntrack --ctstate NEW,UNTRACKED -j...
2019 Sep 01
2
Problem to access from Win to Win after classicupdate to Samba DC 4.10.7
I have do a classicupdate from a NT4 style domain to Samba DC 4.10.7 BIND_DLZ without (apparently) problem All seem work fine, access to PC work, join or re-join a PC to domain work, access from a Linux samba member server to Win7 PC work, access from Win7 to samba member server work. But I cannot access from a PC with win7 to another PC with win7. If I try to access from win7-0 to win7-1 via
2009 Aug 05
2
[PATCH] Add some newly-untracked files to .gitignore
--- .gitignore | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 147e1cb..dcea811 100644 --- a/.gitignore +++ b/.gitignore @@ -154,10 +154,21 @@ po/POTFILES po/remove-potcdate.sed po/stamp-it po/stamp-po +po/LINGUAS +po/Makefile.in.in +po/Makevars +po/Rules-quot +po/boldquot.sed +po/en at boldquot.header +po/en at quot.header
2017 Mar 10
4
[Bug 1128] New: ip6_tables connmark or connlabel never matches
https://bugzilla.netfilter.org/show_bug.cgi?id=1128 Bug ID: 1128 Summary: ip6_tables connmark or connlabel never matches Product: netfilter/iptables Version: unspecified Hardware: x86_64 OS: SuSE Linux Status: NEW Severity: normal Priority: P5 Component: ip6_tables (kernel)
2007 Sep 10
0
new package 'trackObjs' - mirror objects to files, provide summaries & modification times
...are not tracked. (This is not a "feature", but there is currently no way of automatically tracking newly created objects - this is on the wishlist.) Thus, it is possible for variables in a tracked environment to either tracked or untracked. * When tracking is stopped, all tracked variables are saved on disk and will be no longer accessible until tracking is started again. * The objects are stored each in their own file in the tracking dir, in the format used by 'save()...
2007 Sep 10
0
new package 'trackObjs' - mirror objects to files, provide summaries & modification times
...are not tracked. (This is not a "feature", but there is currently no way of automatically tracking newly created objects - this is on the wishlist.) Thus, it is possible for variables in a tracked environment to either tracked or untracked. * When tracking is stopped, all tracked variables are saved on disk and will be no longer accessible until tracking is started again. * The objects are stored each in their own file in the tracking dir, in the format used by 'save()...
2017 Apr 11
2
connection state tracking with DNS [was Primary DNS...]
Hi, I would like to see this addressed. I found more information on the issue at https://kb.isc.org/article/AA-01183/0/Linux-connection-tracking-and-DNS.html Is there a firewalld solution to this issue? On 04/11/2017 11:05 AM, Chris Adams wrote: > One additional DNS server note: you should disable firewalld for any DNS > server, caching or authoritative. If you need firewalling, use
2012 Sep 27
1
Is there a way to source from a specific Git repository without hardcoding the location everywhere?
...s\wetlands\ for another, and l:\foo\bar\sharedRemote\wet\ to another user. The chdir argument to source() has been suggested for similar questions, but I have not been able to figure out how this helps without hardcoding the location in some manner. One option is for each repository to have an untracked file which sets the local working directory before sourcing another file that actually sources the function definitions. This file (projectStart.r below) would be read into the R session prior to use, at least during development. projectStart.r # untracked setwd("c:...
2019 Oct 01
2
Proposal for llvm.experimental.gc intrinsics for inttoptr and ptrtoint
...rom_objref"(void addrspace(2)*) readnone unwind (AddressSpace::Derived in the signature means it doesn't need to be valid as a root itself, but needs to be traced back to locate the base object) llvm.experimental.gc.inttoptr: This didn't need a custom function, since doing "untracked -> inttoptr -> addrspacecast -> tracked" is considered a legal transform in Julia. We later have an optimization pass that may see this and decide to weaken a tracked object back into an untracked one (the root scanning pass can similarly also find that the base object is not tracke...
2019 Oct 18
2
[PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
...l touch the page's content nor the state. Now admin might want to offline/hotremove the whole memory block via sysfs. An elevated reference count would prevent offlining to finish. And I believe this is a good thing because the owner of the offline page might still need to do something to "untrack" that page. We have an interface for that - MEM_GOING_OFFLINE notification. This sounds like a good place for the driver to decide whether it is safe to let the page go or not. If you can let the page go then just drop the reference count. The page is isolated already by that time. If you cann...
2019 Oct 18
2
[PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
...l touch the page's content nor the state. Now admin might want to offline/hotremove the whole memory block via sysfs. An elevated reference count would prevent offlining to finish. And I believe this is a good thing because the owner of the offline page might still need to do something to "untrack" that page. We have an interface for that - MEM_GOING_OFFLINE notification. This sounds like a good place for the driver to decide whether it is safe to let the page go or not. If you can let the page go then just drop the reference count. The page is isolated already by that time. If you cann...
2017 Apr 15
0
connection state tracking with DNS [was Primary DNS...]
...o see this addressed. > Is there a firewalld solution to this issue? Yes: # Disable connection tracking for UDP DNS traffic # https://kb.isc.org/article/AA-01183/0/Linux-connection-tracking-and-DNS.html firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -m conntrack --ctstate UNTRACKED -j ACCEPT firewall-cmd --permanent --direct --add-rule ipv4 filter FORWARD 0 -m conntrack --ctstate UNTRACKED -j ACCEPT firewall-cmd --permanent --direct --add-rule ipv4 raw PREROUTING 100 -p udp -m udp --dport 53 -j CT --notrack firewall-cmd --permanent --direct --add-rule ipv4 raw PREROUTING...
2019 Jul 23
2
[PATCH 5/6] vhost: mark dirty pages during map uninit
On Tue, Jul 23, 2019 at 03:57:17AM -0400, Jason Wang wrote: > We don't mark dirty pages if the map was teared down outside MMU > notifier. This will lead untracked dirty pages. Fixing by marking > dirty pages during map uninit. > > Reported-by: Michael S. Tsirkin <mst at redhat.com> > Fixes: 7f466032dc9e ("vhost: access vq metadata through kernel virtual address") > Signed-off-by: Jason Wang <jasowang at redhat.com> &gt...
2019 Jul 23
2
[PATCH 5/6] vhost: mark dirty pages during map uninit
On Tue, Jul 23, 2019 at 03:57:17AM -0400, Jason Wang wrote: > We don't mark dirty pages if the map was teared down outside MMU > notifier. This will lead untracked dirty pages. Fixing by marking > dirty pages during map uninit. > > Reported-by: Michael S. Tsirkin <mst at redhat.com> > Fixes: 7f466032dc9e ("vhost: access vq metadata through kernel virtual address") > Signed-off-by: Jason Wang <jasowang at redhat.com> &gt...
2013 Mar 21
1
"ERROR: Unknown Interface" in action chain?
...SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER # PORT PORT(S) DEST LIMIT GROUP #SECTION ALL #SECTION ESTABLISHED #SECTION RELATED #SECTION INVALID #SECTION UNTRACKED SECTION NEW TESTACTION net any #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE that action attempts to DROP for all members of an IPSET: cat /etc/shorewall/action.TESTACTION ?FORMAT 2 ############################################################## #TARGET SOURC...
2017 Jul 04
0
[PATCH] samba-tool: Easily edit a users object in AD V2 with test
...commit -s -a > > > > > > > > I get: > > > > > > > > On branch master > > > > Your branch is ahead of 'origin/master' by 1 commit. > > > > (use "git push" to publish your local commits) > > > > Untracked files: > > > > python/samba/tests/samba_tool/edit.sh > > > > > > > > nothing added to commit but untracked files present > > > > > > > > I don't think I should run 'git push' as, from reading the > > > > manpag...
2019 Oct 07
4
[Bug 1368] New: The "meta's"
...r; elements = { $g6dns, $o6dns } } set smb { type inet_service; elements = { 137, 138, 139, 445 } } chain global { ct direction original counter accept ct state { established, related } counter accept ct status confirmed counter accept ct state { invalid, untracked } counter jump global_drop counter drop chain global_dns { ct direction original counter accept ct state { established, related } counter accept ct status { expected, assured, confirmed } counter accept ct state { invalid, untracked } counter jump global_drop counter drop...
2019 Apr 26
2
How to submit a change for code review using arc
...Tue Apr 23 16:55:21 2019 -0700 [compiler-rt] Fix cmake warnings Summary: - Fix cmake BOOL misspellings - Set cmake policy for CMP0075 to NEW Reviewers: peterc, evgeniys Subscribers: llvm-commits The result of "arc diff master" is: $ arc diff master You have untracked files in this working copy. Working copy: /home/wink/prgs/llvm/llvm-project/ Commit message has errors: - Error parsing field "Reviewers": The objects you have listed include objects which do not exist (peterc, evgeniys). You must resolve these errors to continue....
2020 Aug 08
3
My first real submission with Phabricator
I am ready to submit my first real submission for review with Phabricator. Please forgive my meager knowledge of Git. I did a 'git diff' to generate the diff file. The contents look good. However, there is one new file, a TableGen test file. How do I get that file included in the diff, or otherwise included in the submission?
2004 Nov 10
3
[LLVMdev] LLVM and the "static initialization order fiasco"
...rridden new operator to track memory allocations. This system is intialized at the beginning of main(), and any 'new' before that will not be tracked. At the end of main any memory which has leaked is reported and after the end of main, any calls to 'delete' can only be deleting untracked memory. This is working well as long as you're careful with static objects, however the typemaps are intialized before main and the objects they contain are created in main (tracked) but destroyed after main together with the typemap. That means they end up being allocated by one memory...