Displaying 20 results from an estimated 100 matches similar to: "Unauthorized ADD_SUBNET, but known subnet"
2012 Apr 05
1
Big network, small devices
Hi everyone,
I'm interested in using Tinc for building an overlay network on top of a
community network. The overlay may consist of some hundreds of nodes,
and devices will most probably not be very powerful (Alix or
Commell-like or even less). To make the overlay network topology
resemble the real one as much as possible, all nodes would ConnectTo all
other nodes.
Has anyone worked with a
2012 Apr 03
1
Connecting two overlay meshes into a single mesh
Hi everyone. I'm wondering whether a setup like the one described below
would be possible with Tinc:
nodeA1 nodeB3
| |
(Network A) --- [GWA] --- (Internet) --- [GWB] --- (Network B)
| |
nodeA2
2018 May 10
0
Tinc 1.1pre15 double-crash
Hello,
this morning I apparently had tinc crash on me.
In 2 independent tinc clusters of 3 nodes each (but located in the same datacenter), one tinc process crashed in each of the clusters.
One process apparently with `status=6/ABRT`, the other with `status=11/SEGV`.
Interestingly, they crashed with only 5 minutes difference.
The only thing I can come up with that might explain this correlation
2024 Jul 17
1
default pager is more
Was wondering why R help in recent Fedora only provided --More--
prompt for viewing, rather than allowing arrow key navigation as on
RHEL. It turns out it uses a system command for paging and the current
default pager is more:
grep PAGER /usr/lib64/R/etc/Renviron
PAGER=${PAGER-'/usr/bin/more'}
rpm -qf /usr/lib64/R/etc/Renviron
R-core-4.4.1-3.fc41.x86_64
This primarily affects function
2024 Jul 18
1
default pager is more
On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:
> Was wondering why R help in recent Fedora only provided --More--
> prompt for viewing, rather than allowing arrow key navigation as on
> RHEL. It turns out it uses a system command for paging and the current
> default pager is more:
> grep PAGER /usr/lib64/R/etc/Renviron
>
2011 Jul 08
1
Visualizing a dissimilarity matrix in Euclidean space
Hi,
I have a set of nodes and a dissimilarity matrix for them, as well as a csv
file in which the diss matrix has been converted to [node_1, node_2,
dissimilarity] format. I would like to visualize this as a graph in
Euclidean space (that is, similar nodes clumped together in clusters),
rather than the seriation visualization given by dissplot(). I am using
Network WorkBench for my
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
Thanks, I?aki, for your answer. Unfortunately, that package was
already installed on my machine:
# dnf install xorg-x11-fonts-Type1
Updating and loading repositories:
Repositories loaded.
Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already installed.
Nothing to do.
root at localhost:/home/x#
Nothing to do.
#
Paul
On Sat, Nov 2, 2024 at 8:54?PM I?aki Ucar <iucar at
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
Let's try another thing. Do you use Gnome? Any kind of hardware
acceleration for graphics (NVIDIA...)? If so, you could try launching
RStudio with GSK_RENDERER=ngl to see if it makes any difference.
I?aki
On Sun, 3 Nov 2024 at 01:44, Paul Smith <phhs80 at gmail.com> wrote:
> Thanks, I?aki, for your answer. Unfortunately, that package was
> already installed on my machine:
>
2024 Nov 26
2
Random EINVAL when opening files with SMB3 POSIX extensions enabled
Hello!
I recently tried enabling SMB3 POSIX extensions as I'm only using Linux clients
and would like to make use of the standard unix permission bits. However, I'm
running into an issue where a simple `cat` fails with -EINVAL when opening the
file:
openat(AT_FDCWD, "Shells.txt", O_RDONLY) = -1 EINVAL (Invalid argument)
The weird thing is that it's intermittent.
2025 Jan 11
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
On Fri, 10 Jan 2025 15:07:34 -0700
Gregory Carter <gjcarter2 at gmail.com> wrote:
> Well, if I eliminate the ipv6.disable-1 from the kernel command line
> everything works fine. So I don't think it is a samba config issue
> per se, unless of course I need something specific for kpasswd5 port
> 464, but in any case.
>
> This AD server is a Fedora 41 box running
I
2024 Jul 18
1
default pager is more
On Thu, 18 Jul 2024 at 10:12, I?aki Ucar <iucar at fedoraproject.org> wrote:
>
>
> On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:
>>
>> Was wondering why R help in recent Fedora only provided --More--
>> prompt for viewing, rather than allowing arrow key navigation as on
>> RHEL. It turns out it uses a system command for paging
2025 Jan 10
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
Well, if I eliminate the ipv6.disable-1 from the kernel command line
everything works fine. So I don't think it is a samba config issue per se,
unless of course I need something specific for kpasswd5 port 464, but in
any case.
This AD server is a Fedora 41 box running
root at ad:~# uname -ra
Linux ad.example.com 6.11.10-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Nov
23 00:51:20 UTC 2024
2024 Nov 03
2
RStudio crashes with segmentation fault on F41
Thanks, I?aki, for your answer. Yes, I do have a GPU:
NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 560.35.03
And no progress:
$ rstudio GSK_RENDERER=ngl
[18088:1103/205442.538796:ERROR:gl_factory.cc(120)] Requested GL
implementation (gl=none,angle=none) not found in allowed
implementations:
[(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)].
2024 Jul 22
1
default pager is more
FYI I added less back to the buildroot. Updates will be published soon.
I?aki
On Thu, 18 Jul 2024 at 18:59, Ian Malone <ibmalone at gmail.com> wrote:
> On Thu, 18 Jul 2024 at 10:12, I?aki Ucar <iucar at fedoraproject.org> wrote:
> >
> >
> > On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:
> >>
> >> Was wondering why
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
Thanks, but unfortunately no progress:
$ GSK_RENDERER=ngl rstudio
[19496:1103/210330.025303:ERROR:gl_factory.cc(120)] Requested GL
implementation (gl=none,angle=none) not found in allowed
implementations:
[(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)].
[19496:1103/210330.028349:ERROR:viz_main_impl.cc(198)] Exiting GPU
process due to errors during initialization
Segmentation fault (core
2025 Jan 11
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
I have resolved this issue last night.
The issue wasn't the ipv6.disable=1, it was a separate difference in the
config files.
I was using:
> bind interfaces only = yes
> interfaces = 127.0.0.1 192.168.1.40
Mainly due to the fact that I plan on adding more ethernet interfaces later
to the mail server, and I wanted to insure the configuration was explicit
on what
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
It is unlikely to be a packaging issue. I suggest you open a bug report
here: https://github.com/rstudio/rstudio/issues.
I?aki
On Sun, 3 Nov 2024 at 22:04, Paul Smith <phhs80 at gmail.com> wrote:
> Thanks, but unfortunately no progress:
>
> $ GSK_RENDERER=ngl rstudio
>
> [19496:1103/210330.025303:ERROR:gl_factory.cc(120)] Requested GL
> implementation
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
BTW, meanwhile, you can install rstudio-server and use RStudio in your
browser at http://localhost:8787
I?aki
On Sun, 3 Nov 2024 at 22:10, I?aki Ucar <iucar at fedoraproject.org> wrote:
> It is unlikely to be a packaging issue. I suggest you open a bug report
> here: https://github.com/rstudio/rstudio/issues.
>
> I?aki
>
> On Sun, 3 Nov 2024 at 22:04, Paul Smith
2025 Jan 12
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
In your situation on Fedora you are not using the Samba buildin Heimdal KDC but the MIT KDC that might explain some differences between Rowland and you.
Regards
Christian
Am 11. Januar 2025 21:18:23 MEZ schrieb Gregory Carter via samba <samba at lists.samba.org>:
>I have resolved this issue last night.
>
>The issue wasn't the ipv6.disable=1, it was a separate difference
2014 Sep 25
1
Tinc1.1pre10 on Windows 8.1?
Hello tincers,
I run a small tinc mesh using version 1.1pre10 on mostly linux (debian) hosts. In the past, I was able to successfully join my windows machine to the tinc network, when I was running an earlier version of tinc (throughout the mesh). However, with 1.1pre10, I have had no success. Is this a known error, a misconfiguration on my part, or some other issue? I currently have no tinc-up