search for: rendezvous

Displaying 20 results from an estimated 31 matches for "rendezvous".

2018 Apr 13
2
Relaying some UDP traffic through tinc?
...to NATs. In your case that would be your linux boxes. If you add your laptop and Windows machine to that graph by establishing tinc connections between them and their respective linux boxes, these new nodes that are behind NATs will automatically leverage your nodes that aren't behind NATs for rendezvous, UDP hole punching, and falling back to plain forwarding as necessary. There is no need to forward any ports, and the latency will be pretty much unaffected. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/201804...
2023 Jun 01
4
[PATCH 1/1] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
...ection is not guaranteed to clear signal_pending() so clear that explicitly so the schedule() sleeps. For now the vhost thread continues to exist and run work until the last file descriptor is closed and the release function is called as part of freeing struct file. To avoid hangs in the coredump rendezvous and when killing threads in a multi-threaded exec. The coredump code and de_thread have been modified to ignore vhost threads. Remvoing the special case for exec appears to require teaching vhost_dev_flush how to directly complete transactions in case the vhost thread is no longer running. Remov...
2006 Mar 16
0
Multicast love
I am trying to get multicast traffic to traverse 3 different subnets call connected to the same linux router. This is primarily to get rendezvous/zeroconf services working for Macs on the network. Being able to experiment with the VideoLAN client''s multicasting abilities would be a bonus. I see that rendezvous sends out packets with a TTL of 1 and expects them back with a TTL of 255 so I guess I will have to do some packet manglin...
2005 Feb 22
1
Instiki @ O''Reilly ETech 2005
...85 Tim is an elementary school prinicpal (at http://lewiselementary.org), and some of his teachers are using Instiki to publish student writing. The teachers have Instiki installed on their iBooks, and the built in Apache server is tweaked to redirect to Instiki, to take advantage of the built in Rendezvous support, so the students can easily find the teacher''s Instiki web over the wireless network using Safari''s Rendezvous bookmark feature. Since the teachers only turn on their wiki when they need it, they avoid most of the security problems of wikis without having to deal with get...
2005 Mar 20
1
Mac OS X and Linux
...R2 shows both edges). The problem is, that a real ping does not work. It gets sent over to the other machine but I never get a reply. Does anyone know why this happens? Note that I have both deamons on switch and on the same subnet since I want them to believe that they are on the same subnet (for rendezvous and other applications). Thanks a lot Thomas Here some configuration details: Linux machine: ============= Debian Sarge tincd version 1.0.3 cat tinc.conf: Name = tinc_linux Device = /dev/net/tun Mode=switch cat tinc-up: ifconfig $INTERFACE 10.0.0.1 netmask 255.255.255.0 cat hosts/tinc_linux...
2005 Jan 07
5
ULOG weirdness with 2.0.10
...DEST PROTO DEST SOURCE RATE USER/ # PORT PORT(S) LIMIT GROUP ACCEPT - - udp 9 #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE And action.AllowIPP is: # This action accepts IPP (Rendezvous printing) traffic. ######################################################################## # #TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/ # PORT PORT(S) LIMIT GROUP ACCEPT - - udp 631 #...
2018 Apr 17
0
lldb stops on every call to dlopen
[+lldb-dev] Hello Steve, thanks for the report. The fact that you see the rendezvous breakpoint being hit many times is not surprising. We get those every time the library is loaded (we need that to load relevant debug info and set potential breakpoints). However, they should generally not be surfaced to the user (unless you have the stop-on-sharedlibrary-events setting set, which...
2018 Apr 17
1
[lldb-dev] lldb stops on every call to dlopen
...while single-stepping, but the stop reason was misreported by somebody. Jim > On Apr 17, 2018, at 6:00 AM, Pavel Labath via lldb-dev <lldb-dev at lists.llvm.org> wrote: > > [+lldb-dev] > > Hello Steve, > > thanks for the report. > > The fact that you see the rendezvous breakpoint being hit many times is not > surprising. We get those every time the library is loaded (we need that to > load relevant debug info and set potential breakpoints). However, they > should generally not be surfaced to the user (unless you have the > stop-on-sharedlibrary-events...
2018 Apr 13
0
Relaying some UDP traffic through tinc?
...se that would be your linux boxes. > If you add your laptop and Windows machine to that graph by > establishing tinc connections between them and their respective linux > boxes, these new nodes that are behind NATs will automatically > leverage your nodes that aren't behind NATs for rendezvous, UDP hole > punching, and falling back to plain forwarding as necessary. There is > no need to forward any ports, and the latency will be pretty much > unaffected. I'm not sure I follow. This would be a second mesh or add them to the first one? However, my linux boxes *are* behind a...
2010 Aug 11
0
[040/111] xen: Do not suspend IPI IRQs.
...ne used by xen''s do_suspend() routine. If one CPU has already called dpm_suspend_noirq() then there is a window where it can be sent a callfunc IPI before all the other CPUs have entered stop_cpu(). If this happens then the first CPU ends up spinning in stop_cpu() waiting for the other to rendezvous in state STOPMACHINE_PREPARE while the other is spinning in csd_lock_wait(). Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Jeremy Fitzhardinge <jeremy@goop.org> Cc: xen-devel@lists.xensource.com LKML-Reference: <1280398595-29708-4-git-send-email-ian.campbell@citrix.com&g...
2003 Jul 17
0
net4501 with syslinux
...i found syslinux is not writing MBR onto the flash.has anybody successfully booted flash? regards, Ravi -- The views presented in this mail are completely mine. The company is not responsible for whatsoever. ------------------------------------------------------------------------ Ravi Kumar CH Rendezvous On Chip (i) Pvt Ltd Hyderabad, India Ph: +91-40-2335 1214 / 1175 / 1184 ROC home page <http://www.roc.co.in>
2006 Apr 23
1
Setting up a t38 fax gateway
Hello to all, Is there an "how-to" for asterisk and setting up a t38 fax gateway (SIP) ? I look at http://bugs.digium.com/view.php?id=5090 to patch asterisk chan_sip.c file. What are the next steps to get a t38 fax gateway with asterisk ? Regards Harry PS: I use hylafax server. ___________________________________________________________________________ Faites de
2006 Apr 23
1
SIPredirect
Hello, I read http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+SIPredirect I wish to configure asterisk as a redirect server. I have badly understood this command . ASTERISK | sip agents nated ======SER When sip agents send INVITE to the proxy i want ser send this one to ASTERISK . How asterisk can send 302 messages with the good info in
2006 May 10
2
asterisk monitoring / res_snmp
Hello, I 've installed both cacti and res_snmp for monitoring. Does res_snmp is able to send snmp traps when hardware is out of service or others status ? Harry ___________________________________________________________________________ Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services pr?f?r?s : v?rifiez vos nouveaux mails, lancez vos
2007 Jan 27
3
Monitor samba per user ?
Hi all Is there a way to monitor samba per user ? Like what user downloaded/uploaded and when ... smbstatus does not provide this info... and after hours googling with no luck im posting here. Best regards Vladimir
2004 Jan 11
0
Multicast Routing
...nything about multicast routing? :) I see the HOWTO is rather lacking in this area... On my home network, I have multiple subnets attached to my router. I''d like multicast packets on either interface to be distributed on the other interface. (For context, this is to get Apple''s Rendezvous protocol to work across multiple subnets). I thought this should be simple with multicast, but I can find zero documentation on it. The HOWTO cuts off just before the useful bit! Could anybody please shed any light? many thanks, -- Alan Ford * alan@whirlnet.co.uk _______________________________...
2006 Feb 20
0
vpimd, a personal information server
...to see everything as RSS, others like to see everything in a calendar, etc., and much information can be reperesented in many ways, but often the provider of the info doesn''t think of that. The reason I wrote net-mdns is because I wanted this server to be able to advertise services using Rendezvous/Bonjour/DNS-SD. As an example, I can''t import .mp3 files of the Great Eastern as an iTunes podcast, because they aren''t a podcast, just a php site. But, I could build a web scraper that represented all the .mp3s found on a site as an RSS/podcast, and then import them with iTunes,...
2018 Apr 16
2
lldb stops on every call to dlopen
...mpractical since there are so many libraries to be loaded (more than a hundred of them). When I build and debug this same C++ on macOS, the debugger works fine. I have verified that target.process.stop-on-sharedlibrary-events is false. I turned on dyld logging and I see lots of log messages about RendezvousBreakpoint being hit, but I don’t see anything that sheds light on why some libraries load without stopping but others don’t. I have tried to recreate this in a trivial program that calls dlopen in a loop, but haven’t been able to reproduce. Can your offer any suggestions for further debugging thi...
2006 May 19
2
DAAP maybe? (Re: multichannel streaming)
Hi, Would DAAP help somehow? Digital Audio Access Protocol <http://www.opendaap.org/> I do believe since it's based on iTunes, and one can "scrub" a properly networked file with iTunes, that it's DAAP actually includes this feature. But both ends must be using this protocol. (iTunes by itself can only share playlists with your intra-net shared machines. It is
2018 Oct 23
1
Centos7 & Selinux & Tor
On 10/23/18 2:49 PM, Robin Lee wrote: > On Sun, 2018-10-14 at 20:13 +0200, Robin Lee wrote: >> I've just encountered a problem starting tor. When I do 'systemctl >> start tor' it fails and I get selinux errors in the log. There was >> suggestion to do full auditing with 'auditctl -w /etc/shadow -p w'. >> Which I did and it gave the following >>