similar to: Road for 1.1 (2.0) backward compatibility

Displaying 20 results from an estimated 3000 matches similar to: "Road for 1.1 (2.0) backward compatibility"

2014 Dec 28
1
Road for 1.1 (2.0) backward compatibility
And how distant are we from a 1.1.0? :) On Sun, Dec 28, 2014 at 10:49 AM, Guus Sliepen <guus at tinc-vpn.org> wrote: > On Sun, Dec 28, 2014 at 10:33:47AM -0200, Raul Dias wrote: > > > I know this comes up from time to time. So it is time to update our > > expectations. > > > > Is there a roadmap for a 1.1 backward compatibility already? > > The roadmap
2014 Dec 28
0
Road for 1.1 (2.0) backward compatibility
On Sun, Dec 28, 2014 at 10:33:47AM -0200, Raul Dias wrote: > I know this comes up from time to time. So it is time to update our > expectations. > > Is there a roadmap for a 1.1 backward compatibility already? The roadmap looks like this: 1.1pre1: backwards compatible with 1.0.x 1.1pre2: backwards compatible with 1.0.x, but not 1.1pre1 ... 1.1preN: backwards compatible with 1.0.x,
2019 Jul 08
1
Windows XP and 1.1pre17
Hello, 1.1pre17 does not support Windows XP.  The reason is that InitOnceExecuteOnce is not supported. I believe it is better to take the Windows XP name out of the download link. -rsd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20190708/b68071ed/attachment.html> -------------- next part
2013 Jan 07
1
TOS
Hello Tincers, Is it possible to replicate the TOS of a package (or even the mark) from a packet before entering the TAP to match the encrypted packet that goes to the Internet? I have a 20+ nodes in a tinc network and I need to privilege ssh packets that goes inside the VPN above anything. I can't just give priority to all tinc packets as there are a lot of bulk traffic going on that does
2014 Feb 07
1
1.1pre9 seg faults
Hello, I am upgrading a VPn from 1.0 to 1.1. For Wheezy hosts I am rebuilding the src-deb package in experimental. Everything is going fine, except for the only host which is i386. I don't think this says much: tincd[457]: segfault at 8500000 ip b742d7f9 sp bfc73c88 error 4 in libc-2.13.so[b73b8000+15c000] Any directions are appreciated. -rsd
2017 Jul 26
2
How to block tinc node advertise it's neighbor/edge/subnet info to another node?
Hi, Tinc experts There’s a requirement, where A connect to B, B connect to C; where B knows all the subnets from A and C, but A wouldn’t need to know anything about C, and C wouldn’t need to know anything about A. Any tinc configuration can make this happen? You can think of B is not an interconnect/forwarding node, instead, it only connect to A and C separately. I can think of run two tinc
2017 Jul 26
1
How to block tinc node advertise it's neighbor/edge/subnet info to another node?
Hi, Raul Thank you. In addition, there’s another information I didn’t mention earlier that B have the default route to Internet, where B will advertise this default route to both A and C, so that A and C can go to Internet through B, but A and C wouldn’t have each other’s route accordingly. You can think about A and C share the same internet gateway, but they wouldn’t know each other. Assume A
2001 Sep 18
5
Newbie question - running MSMONEY fails.
Hi, I've recently installed the latest version of WINE (from LinuxFormat Mag), and I can run some app's (sol.exe, notepad etc). However, when I try to run 'larger' apps I run into problems. Specifically I'm trying to run MSMONEY 2001. I cd to c:/program files/microsoft money/system then run wine --winver win98 msmoney.exe and I get the following:
2012 Jun 21
2
check.k function in mgcv packages
Hi,everyone, I am studying the generalized additive model and employ the package 'mgcv' developed by professor Wood. However,I can not understand the example listed in check.in function. For example, library(mgcv) set.seed(1) dat <- gamSim(1,n=400,scale=2) ## fit a GAM with quite low `k' b<-gam(y~s(x0,k=6)+s(x1,k=6)+s(x2,k=6)+s(x3,k=6),data=dat) plot(b,pages=1,residuals=TRUE)
2013 Mar 22
0
predict.Arima error "'xreg' and 'newxreg' have different numbers of columns"
Hello all, I use arima to fit the model with fit <- arima(y, order = c(1,0,1), xreg = list.indep, include.mean = TRUE) and would like to use predict() to forecast: chn.forecast <- rep(0,times=num.record) chn.forecast[1] <- y[1] for (j in 2:num.record){ indep <- c(aa=chn.forecast[j-1], list.indep[j,2:num.indep]) # this is the newxreg in the
2009 Feb 17
0
What's the predict procedure of ARIMA in R?
Hello,guys: Recently, I am working on a seasonal ARIMA model. And I met some problem in the forecasting. Now I just want to know that How does R perform the predict procedure(the predict formula, the initial setting of errors,etc.)? I run the following commands and get the original code of the "predict" command, but I can't read it. Can anybody explain it to me? Thanks! saji from
2001 Sep 14
5
wine serial support
Hi, I use wine to run a terminal emulator (NetTerm). It connects to a Linux Server (it was meant to run from windows) that runs a commerce software. This Linux commerce software sends the terminal emulator escape codes to interface with a "ticket" printer attached to a serial port. The reason to go thru all this problem is that the printer has a proprietary, closed source driver for
2001 Oct 01
2
winehq's wine vs Corel wine
Some times I read people claimming that some applications run well (or installs well) with Corel's wine but not with winehq's wine. As Corel is dead for almost a year (IIRC), is there something in Corel's wine that it is not on the official wine? If it is, what is it? why isn't it in winehq's wine? license? design? Or the people who make this kind of claim are (no
2010 Mar 31
1
predict.Arima: warnings from xreg magic
When I run predict.Arima in my code, I get warnings like: Warning message: In cbind(intercept = rep(1, n), xreg) : number of rows of result is not a multiple of vector length (arg 1) I think this is because I'm not running predict.Arima in the same environment that I did the fit, so the data object used in the fit is no longer present. Looking at the predict.Arima source,
2002 Apr 17
1
regedit.exe notepad.exe and other wine substitutes
Hi, Wine provides a variety of applications in the programs/ dir. this include notepad, regedit, regapi, aviplay, ... This programs (AFAIK) implements the windows equivalent of their .exe with winelib. However, some applications try to run c:\windows\regedit.exe, notepad.exe and fail. My question is, in a windows free environment, if I rename those applications (to a .exe extension and its .so
2012 May 11
1
ANOVA question
Hello all, I'm very satisfied to say that my grip on both R and statistics is showing the first hints of firmness, on a very greenhorn level. I'm faced with a problem that I intend to analyze using ANOVA, and to test my understanding of a primitive, one-way ANOVA I've written the self-contained practice script below. It works as expected. But here's my question: How can I not
2013 Apr 23
3
Tinc power consuption
hello tincers, when I on battery on my notebook, running powertop, I get nic:<tinc-net-name> as the most power consuption resource in my notebook just after the screen. This happens no matter if I have traffic or not. I am not really sure that if this is really a tinc fault or a tap/tun implementation that never sleeps. any advice? -------------- next part -------------- An HTML
2005 May 25
2
Career Opportunity
I saw your information on the internet and I have multiple opportunities available for QA Analysts. The opportunities are available in the Chicago area. A description of the opportunities can be viewed at www.parallelpartners.com. If you or someone you know is interested, please email me a copy of your resume. Thank you Raul Garcia Administrative Manager Parallel Partners 20 N. Wacker
2014 Dec 15
3
Making iconv portable?
Hello, All: What would it take to make ?iconv? portable? I ask, because I want to convert accented characters to vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed on Linux and Mac. It?s part of the ?subNonStandardCharacters? function
2010 Apr 27
4
Translated (language-aware) routes in Rails application
Hi, I''d like to have translated languate-aware routes in my application, like: /projects/5/permissions => locale "PL" /projekty/5/pozwolenia => locale "PL" Is there any way to achieve it with RESTful routes? I have done it manually with named routes, but it''s overwhelming with over 300 routes :D Also tried namespace (yeah, didn''t work) and