Displaying 20 results from an estimated 6000 matches similar to: "[Announcement] Tinc version 1.0.36 released"
2017 Dec 29
1
[PATCH] ramgf100: Fix small typo.
This is fixed in a different nouveau branch. from Ben Skeggs last I remember.
On Fri, Dec 29, 2017 at 1:37 PM, Pierre Moreau <pierre.morrow at free.fr> wrote:
> The typo is still present in master.
> Not sure whether it will help you Ben, regarding Fermi reclocking, but it
> shouldn’t harm in reducing possible errors. :-)
>
> Regards,
> Pierre
>
> On 2017-07-27 —
2020 Oct 07
0
[PATCH] add with-openssl option
Hi, please provide the contents of the config.log
I can not reproduce your issue on my machine, --without-openssl
works fine here.
Oh and next time please mention that its about libshout right
away :)
On 7 Oct 2020, at 12:07, Rosen Penev wrote:
> On Mon, Oct 5, 2020 at 9:59 PM Marvin Scholz <epirat07 at gmail.com>
> wrote:
>>
>> Hi,
> CC'd the mailing list.
2020 Oct 07
1
[PATCH] add with-openssl option
On Wed, Oct 7, 2020 at 3:43 AM Marvin Scholz <epirat07 at gmail.com> wrote:
>
> Hi, please provide the contents of the config.log
>
> I can not reproduce your issue on my machine, --without-openssl
> works fine here.
>
> Oh and next time please mention that its about libshout right
> away :)
https://gist.github.com/neheb/a26714035978d07a822985477524cd45
>
> On 7
2017 Dec 29
0
[PATCH] ramgf100: Fix small typo.
The typo is still present in master.
Not sure whether it will help you Ben, regarding Fermi reclocking, but it
shouldn’t harm in reducing possible errors. :-)
Regards,
Pierre
On 2017-07-27 — 18:20, Rosen Penev wrote:
> Signed-off by: Rosen Penev <rosenp at gmail.com>
> ---
> drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
2018 Oct 22
2
[PATCH] openssl-compat: Add version compatibility for SSLeay and friends
Building OpenSSH without deprecated APIs compiled causes it to fail.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
openbsd-compat/openssl-compat.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h
index 9e0264c0..b4f0908f 100644
--- a/openbsd-compat/openssl-compat.h
+++ b/openbsd-compat/openssl-compat.h
@@
2020 Oct 07
2
[PATCH] add with-openssl option
On Mon, Oct 5, 2020 at 9:59 PM Marvin Scholz <epirat07 at gmail.com> wrote:
>
> Hi,
CC'd the mailing list.
>
> It seems you are not up to date, git master already has a
> --without-openssl option.
Without this patch, I get
/bin/bash ../libtool --tag=CC --mode=link
mips-openwrt-linux-musl-gcc -Wall -ffast-math -fsigned-char
2017 Jul 28
2
[PATCH] ramgf100: Fix small typo.
Signed-off by: Rosen Penev <rosenp at gmail.com>
---
drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
index 4a9bd4f1..feb8820c 100644
--- a/drm/nouveau/nvkm/subdev/fb/ramgf100.c
+++ b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
@@ -717,7 +717,7 @@
2018 Oct 22
2
[PATCH] ssh: Add missing openssl-compat.h where needed
OpenSSL_add_all_algorithms has been deprecated with 1.1. Compatibility
is needed.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
ssh-keysign.c | 1 +
ssh_api.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 744ecb4f..bcd1508c 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -40,6 +40,7 @@
#include <openssl/evp.h>
#include
2017 Jul 25
1
[PATCH] bios: Restrict missing fp table message to desktop cards.
A 2 minute google search shows that this error is prevalent with mobile Nvidia
GPUs. Since we can assume mobile parts have no fp table, demote the error to
desktop cards.
Also reword the comment since the error is not restricted to Apple hardware.
Signed-off by: Rosen Penev <rosenp at gmail.com>
---
drm/nouveau/nouveau_bios.c | 10 +++++-----
1 file changed, 5 insertions(+), 5
2017 Jan 19
1
[PATCH] Fix cppcheck warnings
fedora comes with 1.75 so I used that. I also used some additional
flags: cppcheck --enable=all --inconclusive --std=posix --force
On Wed, Jan 18, 2017 at 11:36 PM, Erik de Castro Lopo
<mle+la at mega-nerd.com> wrote:
> Rosen Penev wrote:
>
>> src/libFLAC/bitreader.c | 4 ++--
>> src/libFLAC/bitwriter.c | 4 ++--
>> src/plugin_xmms/plugin.c |
2017 Jul 25
0
[PATCH] bios: Demote missing fp table message to NV_DEBUG.
This warning seems to pop up mainly in laptop cards. Silence it as
it is expected behavior.
Signed-off by: Rosen Penev <rosenp at gmail.com>
---
drm/nouveau/nouveau_bios.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drm/nouveau/nouveau_bios.c b/drm/nouveau/nouveau_bios.c
index b998c33a..dd6fba55 100644
--- a/drm/nouveau/nouveau_bios.c
+++
2017 Jul 26
0
[PATCH] disp: Silence DCB warnings.
Most of these errors seem to be WFD related. Official documentation
says dcb type 8 is reserved. It's probably used for WFD. Silence
the warning in either case.
Connector type 70 is stated to be a virtual connector for WiFi
display. Since we know this, don't warn that we don't.
Signed-off by: Rosen Penev <rosenp at gmail.com>
---
drm/nouveau/include/nvkm/subdev/bios/conn.h | 1
2020 Apr 04
0
[PATCH] nonblocking: remove usleep usage
usleep is deprecated under POSIX 2008 and is optionally unavailable
with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
examples/nonblocking.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/examples/nonblocking.c b/examples/nonblocking.c
index 8e38a94..2f15b80 100644
--- a/examples/nonblocking.c
+++ b/examples/nonblocking.c
@@ -70,8 +70,10 @@ int
2020 Oct 05
0
[PATCH] add with-openssl option
Useful for embedded systems.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
m4/xiph_openssl.m4 | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/m4/xiph_openssl.m4 b/m4/xiph_openssl.m4
index f62a524..52308ec 100644
--- a/m4/xiph_openssl.m4
+++ b/m4/xiph_openssl.m4
@@ -29,14 +29,16 @@ else
fi
fi
-# Now try linking to openssl
2015 Jun 11
2
tinc as layer 2 switch doesn't automatically mesh with other nodes
We have a handful of nodes set up. Some are NAT'd but a few have direct
access to the Internet.
Sample confs:
HostA:
Name = HostA
AddressFamily = any
Interface = tap0
Mode = switch
Connectto = HostB
GraphDumpFile = /tmp/mesh
HostB:
Name = HostB
AddressFamily = any
Interface = tap0
Mode = switch
Connectto = HostA
GraphDumpFile = /tmp/mesh
And so on. If I use HostA as the main meta sever.
2009 Mar 22
2
GraphDumpFile - Feature request
Hi Guus,
I've been a huge fan of the GraphDumpFile parameter in tinc -- it certainly
beats sending USR2 to tincd, and ploughing through syslog to figure out which
nodes are connected.
Could I request that GraphDumpFile dumps a little more data to the file,
namely, the subnet; changing the output file from (for example):
digraph {
nodeA [label = "nodeA"];
2015 Jun 11
0
tinc as layer 2 switch doesn't automatically mesh with other nodes
tinc uses direct UDP communication for performance, not reliability.
If you want to establish more metaconnections for increased
reliability, you can use AutoConnect (though it probably won't work
across NATs). A better solution is to use two central nodes (instead
of one) for redundancy.
On 11 June 2015 at 18:59, Daniel J. Grinkevich
<danielgrinkevich at gmail.com> wrote:
> If we
2011 Mar 23
1
Tinc graph and label info.
Hi,
I use tinc with the option GraphDumpFile=/etc/tinc/ci00036/grapd.dot
In the graph there is the label section:
ci00036 [label = "ci00036"];
ci00037 [label = "ci00037"];
ci00038 [label = "ci00038"];
Is there an option to set the label in the tinc config file or host file
to a custom text ?
Something that is easy to read and has some meaning
2017 Jul 29
0
[PATCH] nouveau: Fix declarations with incorrect variables.
Signed-off by: Rosen Penev <rosenp at gmail.com>
---
drm/nouveau/dispnv04/disp.h | 4 ++--
drm/nouveau/dispnv04/hw.h | 2 +-
drm/nouveau/nouveau_bo.h | 2 +-
drm/nouveau/nouveau_display.h | 4 ++--
drm/nouveau/nvkm/engine/dma/user.h | 2 +-
drm/nouveau/nvkm/subdev/clk/pll.h | 2 +-
drm/nouveau/nvkm/subdev/fb/priv.h | 2 +-
2010 Apr 14
1
ipv6 via tinc
Hi,
At my provider (xs4all) I've got an ipv6 tunnel working. Now I would
like to distribute ipv6 via the tinc tunnel.
My tinc.conf:
------------
Name=server
AddressFamily=ipv4
Device=/dev/net/tun
PrivateKeyFile=/etc/tinc/fvhglobalnet/rsa_key.priv
GraphDumpFile=|/usr/bin/dot -Tpng -o /var/www/htdocs.keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png
Mode=switch
KeyExpire=299