Displaying 20 results from an estimated 200 matches similar to: "Random crashes after sighup"
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
Hello.
I found that anonymous structures does not work on gcc-2.95.
If you guys want to support a bit older platforms I suggest
fixing it.
You can check out patch I created to fix this issue.
I just added 2 extra structures to remove anonymous
structs inside connection_status_t and node_status_t.
Patch is here:
ftp://borg.uu3.net/pub/unix/tinc/tinc.patch
Attaching it as well.
Regards,
Borg
2006 Jun 01
2
Finding the right interface on FreeBSD
Hello,
The code in tinc for BSD device has no way to handle the fact that
several tun devices are already used., since it always try to open the
specified device which might already be in use.
The following patch makes it try to open the various available tun
devices before giving up.
Hope that helps,
--
Ga?l Roualland -+- gael.roualland@oleane.net
-------------- next part --------------
diff
2007 Feb 13
2
[PATCH] Eternal flush, memory leaks
Using tincd 1.0.7, if I send a SIGALRM to tincd when a host is
unresolvable, it gets stuck in a nasty loop:
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Got ALRM signal
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Trying to connect to
calvin (216.136.66.56 port 655)
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Error looking up slamb-
linux.dyn.slamb.org port 4500: Name or service not
2013 Nov 07
2
Segfaults on connection loss
Hi there,
I'm seeing quite frequent segfaults around check_dead_connections() and
terminate_connection() when the tcp meta connection to a node times out
(or is e.g. firewalled), usually it happens when there's heavy packet loss:
Program terminated with signal 11, Segmentation fault.
#0 edge_del (e=0x1b71ba0) at edge.c:96
96 avl_delete(e->from->edge_tree, e);
(gdb)
2018 Feb 27
2
tinc 1.1: missing PONG
Here's a diff to call WSAWaitForMultipleEvents() repeatedly to check
for events other than the first one returned. I've also added a
map of io_t to events[] index so avoid the need for splay_search().
The value of event_count will change if a callback adds an event
so we need to handle that.
I've added a generation number to the splay tree head that gets
incremented by io_del().
2009 May 26
1
BindToAddress: TCP connections originate from random source address.
Hi,
I've stumbled upon a problem which I can't solve easily with the
available options in tinc - at least as far as I see. If enlightenment
is all I need, I'll happily accept pointers ;)
I try to establish a connection between two hosts. Each host has
multiple addresses assigned to it's internet interface. A stripped down
list would be:
Host 1:
2001:780:0:1e::1
2006 Jul 13
1
Binding to a local IP address when mounting smb file system.
Hello!
My company makes testing software that, among other things, can be used
to generate file-system traffic. In order to better support Samba, I need
to make a few changes to the way samba mounts file systems:
1) I need to be able to specify the local IP address for the socket connection.
This will allow me to bind different mounts to different local interfaces.
This information will
2004 Aug 06
0
Submission: Patch to libshout/sock.c for MacOSX
Hi,
re libshout:
MacOSX doesn't have poll(), which prevents sock.c from
compiling. I've patched sock.c to use select(), which is
supported on MacOSX, and should be elsewhere too.
I've marked my changes with "SKoT" comments in the file below.
Main changes are in sock_write_bytes().
- SKoT
------8<-----
/* sock.c
* - General Socket Functions
*
* Copyright (c) 1999
2010 Sep 20
0
No subject
+0100
From: Daniel Schall <tinc-devel at mon-clan.de>
Date: Thu, 6 Jan 2011 17:00:35 +0100
Subject: [PATCH] Improved PMTU discovery
diff --git a/lib/dropin.c b/lib/dropin.c
index 52fb5b8..2b803b1 100644
--- a/lib/dropin.c
+++ b/lib/dropin.c
@@ -165,8 +165,8 @@
#endif
=20
#ifdef HAVE_MINGW
-int usleep(long usec) {
- Sleep(usec / 1000);
- return 0;
-}
+//int usleep(long usec) {
+//
2009 Dec 31
0
configure R-2.10.1 => "Error: MPlayer will not compile without (PR#14175)
Hi.
uname -a
Linux localhost.localdomain 2.6.30.10-105.fc11.i686.PAE #1 SMP Thu Dec
24 16:41:17 UTC 2009 i686 i686 i386 GNU/Linux
[??@localhost R-2.10.1]$ pwd
/home/??/Bin/RStats/R-2.10.1
I fixed this before for previous version of R by copying part of the
mplayer tree into the R tree.
But, I forgot what I did.
Any help?
Checking for FFmpeg libavutil ...
Error: MPlayer will not compile
2007 Mar 30
0
logrotate with only one SIGHUP for two log paths
Hi,
Not easy to write a quick subject about why i'm going to ask you !
I'm trying to rotate logs from an unique service (ie. apache) but
located in two different locations; /var/log/httpd/ and /data/log/web/
I want /var/log/httpd/* to stay as it comes with the distribution and do
a specific rotation configuration for logs in the second
path /data/log/web/*
The first idea is to create
2000 Feb 23
2
Reloading services after SIGHUP
running 2.05a on red hat 6.1
I get a lot of these in my logs:
smbd/process.c:timeout_processing(868) Reloading services after SIGHUP.
Can anyone shed any light on this?
2001 Mar 16
0
SIGHUP/av[0] restart failure (AIX)
> Mar 13 12:01:48 whippet sshd[31644]: Received SIGHUP; restarting.
> Mar 13 12:01:48 whippet sshd[31644]: RESTART FAILED: av[0]='sshd',
> error: No such file or directory.
My guess is that you started sshd using "sshd" (either from within
/usr/local/sbin or with it in your PATH).
> The sshd program is not named anything unusual, and is located in
>
2003 Apr 02
0
[Bug 529] sshd doesn't work correctly after SIGHUP
http://bugzilla.mindrot.org/show_bug.cgi?id=529
Summary: sshd doesn't work correctly after SIGHUP
Product: Portable OpenSSH
Version: 3.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2003 May 15
2
[Bug 529] sshd doesn't work correctly after SIGHUP
http://bugzilla.mindrot.org/show_bug.cgi?id=529
------- Additional Comments From djm at mindrot.org 2003-05-15 19:00 -------
Please attach the patch to the bug, rather than pasting it in the comments
field. Patches in comments are a PITA to extract.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2004 Feb 24
3
[Bug 529] sshd doesn't work correctly after SIGHUP
http://bugzilla.mindrot.org/show_bug.cgi?id=529
postadal at suse.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From postadal at suse.cz 2004-02-24 21:28 -------
2005 Jun 03
0
Re: Reboots -- lsof and SIGHUP, a combination to know ...
From: Ralph Angenendt <ra+centos at br-online.de>
> If you can read binary :)
> The script section of the glibc RPM is a very simple one:
> [angenenr at shutdown dict]$rpm -q --scripts glibc
> postinstall program: /usr/sbin/glibc_post_upgrade.i686
> postuninstall program: /sbin/ldconfig
> And I cannot find Documentation for glibc_post_upgrade at the moment, a
>
2017 Oct 13
2
sidekiq receives SIGHUP when started via ssh -t
Hi,
I have a couple of ideas how to fix it, but I'm trying to figure out
what's going on first. I mainly start this program (sidekiq) on Debian
systems, and it might be my first time running it under CentOS, so my
conjecture is that it has to do with differences between
distributions...
Now then, when I run it this way:
ssh user at example.com '. ~/.bash_profile && rvm 2.3.1
2017 Oct 16
0
sidekiq receives SIGHUP when started via ssh -t
Hi,
I was able to narrow it down to this ruby script:
#!/usr/bin/env ruby
Process.daemon
while true
sleep 1
end
And I can reproduce it on one particular CentOS server, on the other
CentOS server it works as on Ubuntu. The CentOS server where I can
reproduce the issue is supposed to have vanilla CentOS, but probably
not exactly.
So, when I run it this way on CentOS 7:
ssh user at
2005 Jul 12
2
test76-77 dies at SIGHUP
Hello people
This is on OpenBSD/sparc64.
After chickening along with 0.99 for a while, I finally upgraded to
1.0-test. I started out with test73, which worked fine. With the upgrade
to test76, I lost the ability to SIGHUP dovecot when I rotated it's
logfile. Dovecot would just die abruptly, not a trace in the log.
I just upgraded to test77, but the problem is still there.
I've put