similar to: Problem communicating from server to client

Displaying 20 results from an estimated 1100 matches similar to: "Problem communicating from server to client"

2012 Jul 17
1
subnet-up invocations
Hello, I'm confused by the subnet-up calls made by tinc. I was assuming that I'd be called once when it connects to another node. However, subnet-up appears to be called much more often than that. For example, I have the following configuration: ,---- | $ cat tinc.conf | ConnectTo = spitzer | Name = chronos | Mode = switch | | $ cat hbt/hosts/spitzer | address =
2012 Mar 11
3
NFS4 over tinc hangs
Hello, I am experiencing system hangs when running NFSv4 over a tinc VPN. I don't know if the problem is with NFS or tinc and would appreciate any suggestions on how to narrow down the culprit. Unfortunately I cannot simply run NFS directly over TCP -- the participating systems are connected only over an open network. The configuration is as follows: I have a master server
2013 Dec 07
1
dovecot-imapd eating 100% cpu every once in a while
Hello, About once or twice a week, dovecot's imap-login process on my system seems gets out of control, eating 100% CPU for about 2 hours. Afterwards everything seems to go back to normal. I am using Dovecot 2.1.7 on a 64 bit Debian wheezy system. When running gdb on the process in this stage, I get the following traceback: #0 0x00007fcba50c5a90 in read () from
2012 Apr 25
3
Semantics of "smb ports = 0"
Hello, The qemu emulator has a feature to fork a samba instance for file sharing with the emulated hosts. It communicates with smbd over stdin. The generated configuration file contains a "smb ports = 0" directive to prevent smbd from listening to any ports. Unfortunately, with at least Samba 3.6.4 this causes a segfault instead: [0] vostro:/tmp/qemu-smb.6836-0# smbd -i -s smb.conf
2013 Sep 01
2
Subnet specification for tinc node as default gateway
Hello, I want to use a tinc node as a default gateway in router mode. My first attempt was to just add an extra, lower priority subnet for the host that should act as the gateway: Subnet = 192.168.12.2/32 Subnet = 0.0.0.0/0#20 but this doesn't seem to work: # route add 173.255.235.238 gw 192.168.12.2 # ping 173.255.235.238 results in the local tinc process complaining that Read packet
2013 Sep 13
1
tinc never using UDP for data
Hello list, I looked around online but didn't find an answer, so if you can help me out, I'll appreciate I'm trying to create a tinc network which transmits data as UDP and not TCP, because I will pass VoIP traffic on top of it, which would not work fine if using TCP. I have configured tinc between 2 machines and it's working fine, default ports open (UDP 655 and TCP 655) and I
2011 Oct 12
1
How to run tinc instances
Hello, I would like to run two tinc instances to connect one machine to two separate VPNs. Starting the second instance fails with /dev/net/tun is a Linux tun/tap device (tun mode) Can't bind to 0.0.0.0 port 655/tcp: Address already in use Can't bind to :: port 655/tcp: Address already in use Unable to create any listening socket! Is it possible to have several tun devices? With what
2013 Aug 27
1
"Unauthorized request" messages after tinc update
Hello, I have three clients that connect to one server. The server runs tinc 1.0.11 and one client runs tinc 1.0.19. I recently upgraded the two other clients from tinc 1.0.11 to tinc 1.0.16. Since the upgrade, the server now regularly logs messages of the form Aug 26 12:17:42 ebox tinc.rath[4049]: Unauthorized request from hspc (87.173.111.136 port 42836) or Aug 25 18:39:12 ebox
2011 Oct 10
1
"Name" directive in tinc.conf
Hello, According to http://tinc-vpn.org/documentation/tinc_4.html: ,---- | Name = <name> [required] | | This is a symbolic name for this connection. The name should consist | only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _). `---- However, if I set an arbitrary name, I get # tincd -D -n hbt -d tincd 1.0.11 (Nov 18 2009 03:31:26) starting, debug level 1 Cannot
2013 Aug 31
1
How to recognize tinc TCP connection with iptables
Hello, Is there a way to reliably identify a tinc TCP connection using iptables? Looking at the iptables documentation, the u32 test seems to be very flexible (though the "language" of the tests pretty unreadable): u32 U32 tests whether quantities of up to 4 bytes extracted from a packet have specified val? ues. The specification of what to extract is general enough
2010 Aug 04
0
Parallel data transfer
Hello, I want to copy lots of small files from a network file system. Reading a file always takes at least one network round trip. This makes any program that tries to copy the files one after another terribly slow. I searched the archives and already found that rsync is not (and will not be for quite some time) able to work in parallel, but that people have had success by starting several rsync
2013 Sep 11
0
Use proxy only for some nodes
Hello, Is there a way to tell tinc to use a "proxy = exec ..." for only some specific node? Maybe by having the program decline handling nodes by exiting with a specific error code? Best, -Nikolaus -- ?Time flies like an arrow, fruit flies like a Banana.? PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C
2013 Nov 28
3
Replication via sneakernet
Is there a way to get a running transaction log from a Dovecot instance to synchronize (and I use that word very, very loosely) multiple instances that don't share a network? Why I would want to do such a thing: I have a couple way stations along a long, winding road through very hilly country, and at each of these stations, I have a few people (and many, many more at one end of the road).
2002 Jan 23
3
Troubles with my HDD
Hello all, I am new to this list and hope that my mail is not OFF TOPIC. After looking around for 2 months now, to find a solution, I will try it here now. Now the scenario: I bought a new cool dell laptop: INSPIRON 8100, 512MB RAM, NVIDEA GeForce2Go 32MB, 30GB Hitachi hard disk and a DVD. I bought it with WinME preinstalled, because it wasn't possible to get it with linux nor without an
2009 May 19
4
nlrwr package. Error when fitting the optimal Box-Cox transformation with two variables
Dear all: I'm trying to fit the optimal Box-Cox transformation related to nls (see the code below) for the demand of money data in Green (3th Edition) but in the last step R gives the next error message. Error en `[.data.frame`(eval(object$data), , as.character(formula(object)[[2]])[2]) : undefined columns selected. ?Any idea to solve the problem? Thanks in advance,
2012 Feb 16
2
how to rbind matrices from different loops
Dear R experts, I am having difficulty using loops productively and would like to please ask for advice. I have a dataframe of ids and groups. I would like to break down the dataframe into groups, find the unique sets of ids, then reassemble. My thought was to use a loop, but I have been unable to finish this loop in a logical way. I would like to find the unique ids for group 1, group 2,
2014 Aug 13
2
[LLVMdev] Efficient Pattern matching in Instruction Combine
Even if you can't implement such an algorithm sanely, ISTM that auto-generating this code from a table (or whatever), and choosing canonical results (to avoid a fixpoint issue), rather than what seems to be hand-additions of every possible set of minimizations on three variables, is still a better solution, no? At least then you wouldn't have human errors, and a growing file that makes
2011 Apr 26
1
[LLVMdev] inserting a fucntion call at the end of basic bloc
2011/4/26 Duncan Sands <baldrick at free.fr> > Hi Nabila, > > > where did the "noalias" attribute and "tail call" (rather than "call") >> come >> from? Are you setting these yourself or running some optimization pass >> after >> your pass? >> >> >> i have written a module pass and i have compiled
2014 Aug 13
2
[LLVMdev] Efficient Pattern matching in Instruction Combine
Thanks Sean for the reference. I will go through it and see if i can implement it for generic boolean expression minimization. Regards, Suyog On Wed, Aug 13, 2014 at 2:30 AM, Sean Silva <chisophugis at gmail.com> wrote: > Re-adding the mailing list (remember to hit "reply all") > > > On Tue, Aug 12, 2014 at 9:36 AM, suyog sarda <sardask01 at gmail.com> wrote:
2006 Aug 27
0
Needed to use -s option with syslinux to boot USB disk on Dell Laptop
Hi, I WAS experiencing a problem while attempting to boot Knoppix V5.0.1 off a USB key using SYSLINUX. Having almost sent the following text as a request for help I can now tag it as a solution! :) The USB drive is a Corsair Flash Voyager 1024 MB, with a 745 MB partition I'm trying (now succesfully) to use for the purpose of booting Knoppix. I've followed the instructions on this