Package: tinc
Version: 1.0.19-3
Severity: normal

Dear Maintainer,

I got some strang messages via syslog, which make me wonder if there is
some memory handling error in the code.  Here are some examples:

Dec 17 16:30:08 dugnadsnett t of memory [24322]
Dec 17 16:30:08 dugnadsnett t of memory [24322]
Dec 17 16:30:12 dugnadsnett tinc.dugnadsnett.no[24322]: Connection from 
84.215.38.245 port 43850
Dec 17 16:30:12 dugnadsnett t of memory [24322]
Dec 17 16:30:12 dugnadsnett t of memory [24322]

I have no idea what could cause it, but thought it best to report the
problem in case it is a security issue.

-- System Information:
Debian Release: 7.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot set 
LC_ALL to default locale: No such file or directory
UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tinc depends on:
ii  dpkg          1.16.12
ii  install-info  4.13a.dfsg.1-10
ii  libc6         2.13-38
ii  liblzo2-2     2.06-1
ii  libssl1.0.0   1.0.1e-2
ii  zlib1g        1:1.2.7.dfsg-13

tinc recommends no packages.

tinc suggests no packages.

-- Configuration Files:
/etc/network/if-post-down.d/tinc changed:
set -e
if [ "$IF_TINC_NET" ] ; then
        EXTRA=""
        [ -n "$IF_TINC_PIDFILE" ] && EXTRA="--pidfile=$IF_TINC_PIDFILE" || 
IF_TINC_PIDFILE=/var/run/tinc.$IF_TINC_NET.pid
        tincd -n "$IF_TINC_NET" -k $EXTRA
        sleep 0.1
        i=0;
        while [ -f "$IF_TINC_PIDFILE" ] ; do
                if [ $i = '30' ] ; then
                        echo 'Failed to stop tinc daemon!'
                        exit 1
                fi
                sleep 0.1
                i=$(($i+1))
        done
fi
exit 0

/etc/network/if-pre-up.d/tinc changed:
set -e
[ -z "$IF_TINC_NET" ] && exit 0
. /etc/default/tinc
[ -n "$IF_TINC_CONFIG" ]          && EXTRA="$EXTRA -c $IF_TINC_CONFIG"
[ -n "$IF_TINC_DEBUG" ]           && EXTRA="$EXTRA -d$IF_TINC_DEBUG"
[ -n "$IF_TINC_MLOCK" ]           && EXTRA="$EXTRA --mlock"
[ -n "$IF_TINC_LOGFILE" ]         && EXTRA="$EXTRA --logfile=$IF_TINC_LOGFILE"
[ -n "$IF_TINC_PIDFILE" ]         && EXTRA="$EXTRA --pidfile=$IF_TINC_PIDFILE" 
|| IF_TINC_PIDFILE=/var/run/tinc.$IF_TINC_NET.pid
[ -n "$IF_TINC_CHROOT" ]          && EXTRA="$EXTRA --chroot"
[ -n "$IF_TINC_USER" ]            && EXTRA="$EXTRA --user=$IF_TINC_USER"
/usr/sbin/tincd -n "$IF_TINC_NET" -o "Interface=$IFACE" $EXTRA
sleep 0.1
i=0;
while [ ! -f "$IF_TINC_PIDFILE" ] ; do
        if [ $i = '30' ] ; then
                echo 'Failed to start tinc daemon!'
                exit 1
        fi
        sleep 0.1
        i=$(($i+1))
done
exit 0


-- debconf information:


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to