Displaying 20 results from an estimated 300 matches similar to: "[Announcement] Tinc version 1.1pre16 released"
2017 Nov 04
1
[Announcement] Tinc version 1.0.33 released
With pleasure we announce the release of tinc versions 1.0.33. Here is a
summary of the changes in tinc 1.0.33:
* Allow compilation from a build directory.
* Source code cleanups.
* Fix some options specified on the command line not surviving a HUP signal.
* Handle tun/tap device returning EPERM or EBUSY.
* Disable PMTUDiscovery when TCPOnly is used.
* Support the --runstatedir option of
2017 Nov 04
1
[Announcement] Tinc version 1.0.33 released
With pleasure we announce the release of tinc versions 1.0.33. Here is a
summary of the changes in tinc 1.0.33:
* Allow compilation from a build directory.
* Source code cleanups.
* Fix some options specified on the command line not surviving a HUP signal.
* Handle tun/tap device returning EPERM or EBUSY.
* Disable PMTUDiscovery when TCPOnly is used.
* Support the --runstatedir option of
2023 Oct 14
0
[Bug 1008] GSSAPI authentication fails with Round Robin DNS hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=1008
Oliver Freyermuth <o.freyermuth at googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |o.freyermuth at googlemail.com
--- Comment #19 from Oliver Freyermuth <o.freyermuth at
2017 Dec 23
5
[Bug 2815] New: please set KRB5CCNAME to collection
https://bugzilla.mindrot.org/show_bug.cgi?id=2815
Bug ID: 2815
Summary: please set KRB5CCNAME to collection
Product: Portable OpenSSH
Version: 7.4p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Kerberos support
Assignee: unassigned-bugs
2019 Nov 21
2
Fail to build upstream libvirt on rhel8
Hello,
A compilation failure happened when I tried building libvirt latest code on
rhel8
Version:
gcc-8.3.1-4.5.el8.x86_64
libvirt v5.9.0-352-g5e939cea89
Steps:
1. Clone libvirt source code
2. Create build dir, and run autogen.sh
# cd libvirt
# mkdir build && cd build
# ../autogen.sh --build=x86_64-redhat-linux-gnu
--host=x86_64-redhat-linux-gnu --program-prefix=
2018 Jul 20
1
1.1pre16 multiple address behavior
Hello all,
I recently upgraded my Windows 10 installation from 1.1pre15 to 1.1pre16 and it appears that hosts with multiple address are behaving differently.
My host file looks like this:
-----BEGIN RSA PUBLIC KEY-----
...
-----END RSA PUBLIC KEY-----
Ed25519PublicKey = ...
Subnet = ...
Address = ...LAN_IP...
Address = ...WAN_IP...
In 1.1pre15 eventually my machine would
2017 Sep 11
18
[Bug 2775] New: Improve kerberos credential forwarding support
https://bugzilla.mindrot.org/show_bug.cgi?id=2775
Bug ID: 2775
Summary: Improve kerberos credential forwarding support
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Kerberos support
Assignee:
2018 Apr 04
1
Tinc 1.1_pre15 compilation issue witrh glibc 2.25
Dear Tinc-devs,
trying to compile Tinc 1.1 pre 15 on my Gentoo system, I get the following error:
-----------------------------------------
uml_device.c: In function ‘read_packet’:
uml_device.c:231:25: error: incompatible type for argument 2 of ‘connect’
if(connect(write_fd, (const struct sockkadr *)&request.sock, sizeof request.sock) < 0) {
^
In file included
2003 Dec 27
1
Heads up: Does this affect FreeBSD's tcpdump?
Subject: user/3610: repetable tcpdump remote crash
Resent-Date: Sat, 20 Dec 2003 08:55:02 -0700 (MST)
Resent-From: gnats@cvs.openbsd.org (GNATS Filer)
Resent-To: bugs@cvs.openbsd.org
Date: Sat, 20 Dec 2003 16:42:25 +0100 (CET)
From: venglin@freebsd.lublin.pl
Reply-To: venglin@freebsd.lublin.pl
To: gnats@openbsd.org
>Number: 3610
>Category: user
>Synopsis: repetable
2005 Jul 19
3
CPU Usage with R 2.1.0 in Windows
Hi,
I'm using a fairly simple HP Compaq desktop PC running Windows 2K. When
running a large process in R, the process "RGUI.exe" will never exceed 50%
of the CPU usage.
The program used to be able to use more of the computer, but does not now.
I don't believe this is a multiple processor machine.
Can anyone give any advice on how to solve the problem?
Thanks,
Michael
2005 Aug 19
1
Using lm coefficients in polyroot()
Dear useRs,
I need to compute zero of polynomial function fitted by lm. For example
if I fit cubic equation by fit=lm(y~x+I(x^2)+i(x^3)) I can do it simply
by polyroot(fit$coefficients). But, if I fit polynomial of higher order
and optimize it by stepAIC, I get of course some coefficients removed.
Then, if i have model
y ~ I(x^2) + I(x^4)
i cannot call polyroot in such way, because there is
2005 Sep 16
1
De-data.fram-ize?
Dear useRs,
Is there any more elegant way to convert dataframe to a vector of all
its values than as.vector(as.matrix(x)) ? I did not have to do such
conversion yet, so I am not sure... (of course as.vector() alone does
not work).
Regards,
--
Lukasz Komsta
Department of Medicinal Chemistry
Medical University of Lublin
Jaczewskiego 4, 20-090 Lublin, Poland
Fax +48 81 7425165
2018 Oct 10
1
Question about path MTU / segfault
Hi All,
I traced the core dump of a segfaulting tinc (1.1pre16) and found that
the problem occurs when dest->mtu is 0 in
src/route.c:607:fragment_ipv4_packet()
maxlen = (dest->mtu - ether_size - ip_size) & ~0x7;
...
int len = todo > maxlen ? maxlen : todo;
memcpy(DATA(&fragment) + ether_size + ip_size, offset, len);
If dest->mtu is 0, signed int maxlen becomes -40 and is
2020 Jan 03
2
Tripp Lite SMART1500LCD will not stay shut down when power is disconnected
I see, so you kept the load.on.delay command but removed the check to see
if it was handled. Did you do the same thing for the shutdown.stayoff logic?
https://github.com/networkupstools/nut/blob/master/drivers/usbhid-ups.c#L562
This might be a dumb question but did this require you to recompile the
kernel? These types of changes are way beyond my depth.
Thank you for the direction!
On Thu, Jan
2005 Apr 14
2
grubbs.test
Dear All,
I have small samples of data (between 6 and 15) for
numerious time series points. I am assuming the data
for each time point is normally distributed. The
problem is that the data arrvies sporadically and I
would like to detect the number of outliers after I
have six data points for any time period. Essentially,
I would like to detect the number of outliers when I
have 6 data points then
2023 Jul 21
3
cant start bind9 after dc upgrade 4.17 > 4.18
hi all
I have 2 DC joined to the same domain .
both with ubuntu 20 and samba 4.17 ( MichaelTokarev repos) with Bind9 as dns.
After Upgraded the first dc to ubuntu 22 and 4.18 I' m not able to start bind9 .
Also the second DC has been broken DNS , and after a BIND9 restart It wont start anymore.
any help?
thanks
rf
here my syslog :
Jul 21 23:49:14 dc-cloud named[637]: starting BIND
2002 Sep 06
1
Re: macromedia dreamweaver mx
Try using the dlls from windows 95 cd, I'm not talking about the dcom95
dlls, but the dlls win95 installs in c:windows/system.
>
>
> puoti@inwind.it wrote:
> > Did you use only win95 dlls? If you used dlls from any other version of
> > win, htere could be problems with dcom 95.
> I used dll's only from dcom95 which are listed at appdb.winehq.org
>
> Without
2007 Mar 09
2
Deconvolution of a spectrum
Dear useRs,
I have a curve which is a mixture of Gaussian curves (for example UV
emission or absorption spectrum). Do you have any suggestions how to
implement searching for optimal set of Gaussian peaks to fit the curve?
I know that it is very complex problem, but maybe it is a possibility
to do it? First supposement is to use a nls() with very large functions,
and compare AIC value, but it is
2007 Jun 17
1
correlation comparison one more time
I would like ask again,
because I cant find the answer
I have such problem:
My data containing 4 variables (A,B,C,D) and are completed from 4 samples.
Each of matrix is such:
A B C D
A 1 ab ac ad
B ab 1 bc bd
C ac bc 1 cd
D ad bd cd 1
My hypothesis are that
ad is the strongest correlation for A and for D (sign doesn't matter)
bc is
2007 Oct 31
2
R GUI for Linux
I have downloaded and tried to install JGR - Java GUI for R - Version 1.5.
I followed all the instructions (at least in my best resolution) and
installed Java latest version.
R installation complete fine.
Has anyone succeded in installing JGR on SuSE 10.3 ?
In the following I hade detailed the failed installation,
As root /i did the following:
linux-Mimin:/usr/local/bin # ./R
R version 2.6.0