similar to: Numerous disconections and MaxTimeout appears to be ignored

Displaying 20 results from an estimated 300 matches similar to: "Numerous disconections and MaxTimeout appears to be ignored"

2011 Oct 17
2
Foreach (doMC)
Hello, I am trying to run a small example with foreach, but I am having some problems. Here is the code: *library(doMC) registerDoMC() zappa = list() frank = list() foreach (i = 1:4) %dopar% { zappa[[i]] = kmeans (iris[-5],4) frank[[i]] = warnings() }* The code runs without error. However the zappa and frank will be empty lists. If I use regular *for *instead, the list will be filled up
2015 Apr 23
2
Strange Traffic Problem
I'm been experiencing a very very odd problem for the past several weeks and am throwing it out in case someone can shed some light on it for me. There is a single box on our tinc mesh which can be pinged from all hosts, but cannot ping any. It is not limited to ping, the box cannot communicate over tinc. tinc is running in router mode for this mesh. ~30 other nodes function normally,
2017 Aug 12
2
The reconnect timer can be adjusted in 1.0.31?
Hi, Guus I noticed th default reconnect for the first time is 5s, if failed the timer will be increase, I would like to know if this timer can be adjusted? The Max Timeout you mentioned seems not exactly the one, from the description below, it looks to me it is the total time for connect to be re-established, if not it trying other tinc daemon? Different tinc deamons have nothing related to
2001 Jun 27
0
(PR#996) Double inclusion of "int R_OutputCon" from
[Header changed to help the R-bugs system] On Wed, 27 Jun 2001 thoffman@zappa.sax.de wrote: > I got a double defined symbol when linking src/modules/internet.dll > because > internet.c and sockconn.c include Rconnections.h (... and do not even > need > R_OutputCon). Um, that's definitely not in the code in the system you quote below. > One should possibly remove such a
2015 Feb 10
2
Don't wait too much time (for tincd)
Le 10/02/2015 14:23, Guus Sliepen a ?crit : > On Tue, Feb 10, 2015 at 08:54:16AM +0800, GG wrote: > >> [...] >> >> How it possible to make tincd restart if the connexion can't be made after >> ... 30 secondes? and never wait more than 30 secondes. > > Just add the following line to tinc.conf: > > MaxTimeout = 30 > Thanks a lot. I will let you know
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
I have encountered a situation where I would like to use tftp-hpa to retrieve a file that resides within an absolute path containing a ':' character. Ala, "tftp foobar -c get C:2/tftpdir/myfile". Since the tftp client automatically converts the host:file syntax, I get an error "tftp: C: Unknown host". I made a chage to the tftp client code to add a literal mode (-l),
2013 Jan 19
2
PriorityInheritance doesn't work (tinc 1.0.19)
Hello! I'd like to use PriorityInheritance option, despite it is still experimental. (Why it could be experimental, when it looks quite simple feature, no?) But this option doesn't change the TOS field of outgoing UDP packet. I just do tcpdump on outgoing interface from vty1: $ sudo tcpdump -vni eth0 udp dst port 655 And from vty2 I do ping with setting of tos field to EF(0xb8). $
2017 Aug 12
1
The reconnect timer can be adjusted in 1.0.31?
Thanks. >From the document, the default looks 900s. And let's say tinc connected to A, B, C; What if the connection to A failed(To B and C are fine), and tried many times until the last try which wait the Max Timeout, then tinc will not try again to connect A, right?(And when the Max Timeout for connection to A will be reset?) Guus Sliepen <guus at tinc-vpn.org>于2017年8月12日
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
Re-submitted for 0.44. b.t.w. I notice that the new 0.44 'R' option is not documented in the tftp man page. ----------------------------------------- I have encountered a situation where I would like to use tftp-hpa to retrieve a file that resides within an absolute path containing a ':' character. Ala, "tftp foobar -c get C:2/tftpdir/myfile". Since the tftp client
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
I noticed that congigure reported libpng as "not found" although a recent version exists. Further looking into this issue told me, that the test failed because the test from R.m4 AC_CHECK_LIB(png, png_create_write_struct, [ BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz" AC_DEFINE(HAVE_PNG) ], , ${LIBS}) ], AC_MSG_RESULT([no])) ]) did
2016 Dec 28
1
Performance issue with TunnelServer mode
Hi, We have a tinc network of about ~200 hosts and in the full mesh configuration we've had a lot of problems with the edge propagation storms taking the entire network down. Recently we had a setup with a small number of "hubs" to which all the other nodes connected to, which limited the number of meta connections, but that didn't help much with the edge propagation issues.
2003 Oct 17
0
error message
Hi! I try syslinux on a USB key (/dev/sda1) and i have de error message: syslinux /dev/sda1 Initial byte of fat is not 0xff Cannot initialize 'S:' syslinux: warning: failed to set readonly bit on ldlinux.sys I use syslinux-2.06 Thanks! Franck __________________________________________________ GNU Linux Mandrake 9.1 - KDE 3.1 Optez pour le syst?me qui exploite l'ordinateur et
2002 Jun 26
0
[Bug 300] New: publickey authentication logged as hotsbased authentication
http://bugzilla.mindrot.org/show_bug.cgi?id=300 Summary: publickey authentication logged as hotsbased authentication Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: OpenBSD Status: NEW Severity: minor Priority: P4 Component: sshd AssignedTo:
2001 Jun 25
0
Dokumentation bug in src/include/Graphics.h (R-1.3.0) (PR#994)
The header file still contains the old places for some code that is now in the 'module' section: * currently existing device drivers: * FILE driver name prefix * ---------------------- ------------------ * ../main/devPS.c PS _and_ XFig * ../main/devPicTeX.c PicTeX * ../unix/X11/devX11.c X11 * ../gnuwin32/devga.c GA * ../unix/gnome/devGTK.c GTK * ../unix/gnome/devGNOME.c
2001 Oct 06
1
src/modules/Makefile.in: What is the (practical) difference betw. SUBDIRS and MODULES?
As the subject says, one has SUBDIRS = X11 gnome internet lapack vfonts MODULES = $(R_GUIS) internet lapack vfonts It is my understanding, that there is a 1:1 correspondence between subdirs and modules. If this were true, then one could use one of both in all places. Or do I overlook something here? -- Thomas Hoffmann Telephone: 49-351-4598831 thoffman at
2001 Nov 23
0
eval.c: possible issue with profiling for Windows
I see a possible problem with the "wait" parameter for the profiler thread: static void R_InitProfiling(char * filename, int append, double dinterval) { int wait; Here is the (automatic) variable. HANDLE Proc = GetCurrentProcess(); .......... wait = interval/1000; if(!(ProfileEvent = CreateEvent(NULL, FALSE, FALSE, NULL)) || (_beginthread(ProfileThread, 0,
2003 Jun 09
2
A stupid question...
su-2.05a# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1): 56 data bytes ping: sendto: No route to host ping: sendto: No route to host ^C --- 192.168.1.1 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6
2020 Jun 16
0
Fix build error with GCC 10 due to multiple definition of `toplevel'
Hi When building with GCC 10, gcc is stricter in handling handling of symbol clashes. Fedora, has fixed this with a patch from Dominik Mierzejewski: https://src.fedoraproject.org/rpms/tftp/c/5e2aa55b6802a52ef480d688b3ae4751220f20e0.patch Attaching the corresponding patch for git am. Regards, Salvatore >From 9e7641bf58df9dda3bc51f381f371fa7cbce47af Mon Sep 17 00:00:00 2001 From: Salvatore
2020 Sep 29
0
[PATCH RESEND] tftp-hpa: Fix build error with GCC 10 due to multiple definition of `toplevel'
Hi When building with GCC 10, gcc is stricter in handling handling of symbol clashes. Fedora, has fixed this with a patch from Dominik Mierzejewski: https://src.fedoraproject.org/rpms/tftp/c/5e2aa55b6802a52ef480d688b3ae4751220f20e0.patch Attaching the corresponding patch for git am. I'm sending the patch which was submitted a while ago to the list. Is there something you wanted to be
2014 Jan 30
0
Problem: "tun0: ERROR while getting interface flags: No such device"
Hi, i bought some VPS with KVM virtualization. I installed tinc 1.1-pre9 as usual... Have multiple servers with this working but now i got the following error... tincd -D -d -n NETWORK tincd 1.1pre9 (Jan 30 2014 11:09:17) starting, debug level 1 /dev/net/tun is a Linux tun/tap device (tun mode) Listening on 31.XXX.XXX.46 port 655 SIOCSIFADDR: No such device tun0: ERROR