Displaying 20 results from an estimated 300 matches similar to: "sshd and SIGKILL"
2020 Jun 19
2
SegFault when using TunnelServer=yes
Hi all,
I have a network with about ~800. The network is a mix of tinc 1.0 and
1.1 nodes. It is gradually expanding for several years now.
The problem is that at some point it seams the daemon can not handle the
processing of the new connection and the edges.
There are 3 major nodes in the system and every other node initially
makes connection to one of them.
Now after a lot of debugging
2020 Jul 27
3
SegFault when using TunnelServer=yes
Hi, thank for getting back.
I'll answer the questions, but I've already gave up on tinc and switch
to zerotier-one.
On 2020-07-27 5:10 p.m., borg at uu3.net wrote:
> Hi. I have few questions out of curiosity.. Cant help for now with
> your problem...
>
> What version is crashing? 1.1 or 1.0 ?
1.1 is crashing
>
> How your network is segmented..?
> I use tinc myself
2001 Jun 22
1
PATCH: pidfile/sigterm race
If one is using the pidfile as an indicator of sshd's status,
it is possible to kill sshd before the sigterm handler gets
installed, since the pidfile is written out before the signal
handlers are setup.
The solution is to simply write the pidfile after the signal
handlers are setup. Here's the patch.
Rob
--- sshd.c.orig Fri Jun 22 11:16:41 2001
+++ sshd.c Fri Jun 22 11:18:32 2001
@@
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a
spam filter; I'll link to patches instead of attaching them.)
Here are the tincctl patches I've been working on. They apply to
http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit
them once the crypto stuff's fixed. Since they're basically done, I'm
emailing them now for review and in case
2020 Jul 27
0
SegFault when using TunnelServer=yes
Hi. I have few questions out of curiosity.. Cant help for now with
your problem...
What version is crashing? 1.1 or 1.0 ?
How your network is segmented..?
I use tinc myself here a lot too (1.0) but my network is very segmented.
I use switch mode and handle routing myself, so mesh links arent large..
I would NOT go beyond 30 nodes for full auto-mesh.. its already like 435
edges...
Regards,
2020 Jul 28
0
SegFault when using TunnelServer=yes
Thanks for answers.
I think its now flaw.. but design.. Tinc auto-mesh is very very handy.
You just need to avoid flat networks.
There is also IndirectMode w/ forces nodes to be switched by
intermediate node... but I would be cautionus how its used.
I use it myself for certain nodes behind NATs where they
cannot be connected to, so always connect node handles switching for them.
You noticed it
2000 Jul 09
0
OpenSSH 2.1.1p2: /etc/nologin handling and related stuff
Attached is a patch to be applied with GNU patch -p0, notice that
configure needs to be regenerated.
The patch addresses the following annoyances:
* On AIX there is a signal called SIGDANGER which is sent to all
processes when the machine runs low on virtual memory. This patch
makes sure that this signal is ignored, because the default on older
AIX releases is to kill the running process
2002 Jul 22
9
[Patch] Improve portability of regression tests
Hello All.
As promised, here is what I needed to do to get the regression tests to
work on AIX & HPUX. It goes into a bit of detail in the hope that others
might be able to get them running on their platforms. I've run these
mods on AIX 4.3.3, HP-UX 11.00, Solaris 8, Redhat 7.3 and OpenBSD 3.0.
The problems I encountered:
* prereqs (pmake, md5sum)
* bad directory owner/mode causing auth
2003 Feb 03
8
[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport
http://bugzilla.mindrot.org/show_bug.cgi?id=413
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From markus at openbsd.org 2003-02-03 19:50 -------
i'll look into this.
------- You are
1999 Oct 20
3
patch for tinc-0.3
Hi tinc list members,
There were some problems with Ivo's email adresses (both zarq@iname.com
and
zarq@spark.icicle.dhs.org) so I resent the stuff to the mailling list.
=============================================
Hi Ivo,
Hier is een oplossing voor een bugje in flush_queue(), en ook wat andere
troepjes
zoals een tincd scheduler. Dit werkt wat beter, omdat de
2001 Jan 25
6
Distribution of openssh once compiled
Folks:
Thanks to all who helped me get ssh up and running on my development box.
Now I want to make a distribution package to take and install on the rest of
my network.
I am not sure what to transfer from box to box and what to run to get
started. I did
the install on the dev box and all tested fine.
Is there a "standard distribution" list of only files required for running
ssh on
2002 Nov 07
2
[Bug 431] scp could prevent write access to server
http://bugzilla.mindrot.org/show_bug.cgi?id=431
------- Additional Comments From gfernandez at livevault.com 2002-11-08 00:36 -------
Created an attachment (id=174)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=174&action=view)
adds readonly flag to scp
this change applies to scp.c
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2005 Jan 21
2
Evolution Slowness Fix
Well, I seem to have tracked down what's going on with Evolution and
Dovecot.
It seems that Evolution has defaulted to checked for spam server side
using Spamd on Fedora Core 3 without downloading the mail. It seems that
spamd is the culprit in all this as it's trying to analyze pop3 mail
without simply downloading all the new mail.
I turned off the spam checking option in evolution and
2005 Feb 15
1
Messages keep getting resent.
I have IMAP and POP running and when I log in thru pop from my blackberry
which is the only way it pulls all the new emails. When I log into my
computer and check email via PINE i guess something is refreshed because
very soon there after if not immediately all the emails in the INBOX are
sent/pulled from my blackberry again. Why is this happening?
2002 Jul 04
2
DH keys exchanged - encoding?
Hi,
Could anyone pls help by telling me how the DH pubkey from the server
(f) is encoded when it is sent back to me? I understand that it comes
across as an mpint, but after I decode the mpint into the bytes that
make up the number, what does this number represent? Is it a X509
encoded key? Or is it something else?
The reason for my question: I am trying to write a ssh client in Java,
2003 Aug 10
3
Support for Bayesian statistics in R
I'm just starting to learn to use R, and although I'm seeing lots of
functions aimed at doing orthodox statistical analyses, I don't see the
same for Bayesian analyses. What support does R have for Bayesian
statistics?
2006 Apr 01
3
newbie kernel question
Im sorry if this is a newb question, but how do you recompile the
kernel in CentOS 4.3? I need to add reiserfs support (even though the
setup detected it) the kernel it gave me didnt have support for
reiserfs, and my entire fileserver is all reiserfs. I tried the
gentoo way, which im use to and it bombed. What do i need to do? does
it install kernel source by default? I couldnt find any good
2001 Feb 06
16
sftp client
As of Sunday evening, OpenSSH has an interactive sftp client. It should
be in the more recent snapshots.
It would be appreciated if you could test new client and find all the
bugs :) Please also have a read of the manpage and ensure that it
matches what is implemented.
I am working on fixing the ones that I know about, so please try to
stay up to date with the snapshots.
Thanks,
Damien
2002 Nov 01
2
installing R on debian linux
I have a shiny new debian linux box and am just about to install R. I'm
also a shiny new linux user,
so please excuse these naive questions.
I've read the 'R Installation and Admin guide (2002-10-01)' and also
http://cran.r-project.org/bin/linux/debian/ReadMe, and I know how to do
apt-get install r-base
which gives me
r-base-core r-base-html r-base-latex r-base-core
2009 Nov 04
0
Random hang (requiring SIGKILL) in script talking to postgresql using rails application
Hello
We have a ruby-script for running system tests which talks to a
database (to e.g. log each testrun) through a rails application.
Sometimes this script freezes completely, only responding to SIGKILL.
Have anyone else noticed this or have any idea where to start
debugging (I''ve inherited the code and unfortunately don''t know too
much about ruby on rails yet...) I have a