Bug#704728: (no subject)

2013-06-28 Thread Gunnar Thielebein
I can reproduce this issuewith thefollowing config:

ufw default deny incoming
ufw limit in log 22/tcp
ufw enable

# ufw enable
Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
ERROR: problem running ufw-init

After disabling logging I dont get the second error from the reporterbut lock
myself out of my box:

# ufw enable
Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
Firewall is active and enabled on system startup

ssh host...

...Connection Timeout

On aRaring Ubuntu Box, the same settings apply fine.


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



Bug#656100: [fsvs-1.2.4] package build fails

2012-02-09 Thread Gunnar Thielebein
Hi Phil,

building the recent 1.2.4 version fails. I have seen there are changes in the
Makefile.in regarding apr libs.
After adding the libs the building still fails.

Snippet from error log is:

 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/helper.c:1319: undefined
 reference to `svn_stream_set_close'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/helper.c:1352: undefined
 reference to `apr_md5_init'
 helper.o: In function `hlp__get_gid':
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/helper.c:718: undefined
 reference to `apr_gid_get'
 helper.o: In function `hlp___encode_read':
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/helper.c:1152: undefined
 reference to `svn_error_create'
 ignore.o: In function `ign__compile_pattern':
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:936: undefined
 reference to `pcre_compile'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:948: undefined
 reference to `pcre_study'
 ignore.o: In function `ign___new_group':
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:1429: undefined
 reference to `apr_hash_get'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:1432: undefined
 reference to `apr_hash_make'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:1443: undefined
 reference to `apr_hash_set'
 ignore.o: In function `ign___load_group':
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:1575: undefined
 reference to `apr_hash_make'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:1584: undefined
 reference to `svn_string_create'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:1585: undefined
 reference to `apr_hash_set'
 ignore.o: In function `ign__is_ignore':
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/ignore.c:1697: undefined
 reference to `pcre_exec'
 log.o: In function `log(long double,...)(char,...)(int, void,...)(long 
 double)':
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/log.c:159: undefined reference
 to `apr_hash_count'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/log.c:163: undefined reference
 to `apr_hash_first'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/log.c:166: undefined reference
 to `apr_hash_this'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/log.c:198: undefined reference
 to `apr_hash_next'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/log.c:271: undefined reference
 to `svn_error__locate'
 /data/src/pbuilder/packages/fsvs/fsvs-1.2.4/src/log.c:271: undefined reference
 to `svn_error_create'

Think the dependencies are fullfilled e.g.:
 grep -R svn_stream_set_close /usr/include/
 /usr/include/subversion-1/svn_io.h:svn_stream_set_close(svn_stream_t *stream,

I added the following to Makefile.in:
 --- Makefile.in-backup2012-02-08 22:33:35.0 +0100
 +++ Makefile.in2012-02-08 22:33:58.0 +0100
 @@ -18,7 +18,7 @@
  CFLAGS:= @CFLAGS@ @NEED_FNESTED_FUNCTIONS@
  CFLAGS+= -Wall -funsigned-char -Os -DFSVS_VERSION='$(VERSION)'
  LDFLAGS:= @LDFLAGS@
 -FSVS_LDFLAGS = $(LDFLAGS) -lsvn_subr-1 -lsvn_delta-1 -lsvn_ra-1 -lpcre -lgdbm
 +FSVS_LDFLAGS = $(LDFLAGS) -lsvn_subr-1 -lapr-1 -laprutil-1 -lsvn_delta-1
 -lsvn_ra-1 -lpcre -lgdbm
  EXTRALIBS:= @EXTRALIBS@
  WAA_CHARS?= @WAA_WC_MD5_CHARS@

Do you have an idea what can cause this problem?

Regards,
Gunnar



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



Bug#657271: close 657271

2012-01-24 Thread Gunnar Thielebein



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



Bug#656100: ITA: fsvs -- Full system versioning with metadata support

2012-01-24 Thread Gunnar Thielebein
Package: wnpp
Severity: normal

Hello,

I am willing to takeover maintainership of the fsvs package.

The package description is:
 FSVS is a backup/restore/versioning/deployment tool for whole directory
 trees or filesystems, with a subversion repository as the backend.
 It can do overlays of multiple repositories, to achieve some content
 separation (base install, local modifications, etc.)



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



Bug#513142: (no subject)

2009-06-16 Thread Gunnar Thielebein
The message seems to be related to this 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513753 so an update of dbconfig 
should fix the warning.




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



Bug#522904: (no subject)

2009-05-06 Thread Gunnar Thielebein
Someone can have a look on this?



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



Bug#522904: zabbix-server-pgsql: snmp checks not using SourceIP/ListenIP configured in zabbix-server

2009-04-07 Thread Gunnar Thielebein
Package: zabbix-server-pgsql
Version: 1:1.6.4-1
Severity: important


When SourceIP/ListenIP is configured in zabbix_server.conf to have 
zabbix_server listening only on a specific ip this ip is correctly used for 
native zabbix checks.
But for snmp checks it still uses the first ip configured for the interface. 
This issue seems to appear with all packages from 1.6 release
(tested with 1.6.2-1.6.4).
When testing with packages on a Fedora Workstation (currently zabbix-1.6.2) 
snmp check works correctly with the specific ip given in configuration.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages zabbix-server-pgsql depends on:
ii  adduser 3.110add and remove users and groups
ii  dbconfig-common 1.8.41   common framework for packaging dat
ii  debconf [debconf-2.0]   1.5.26   Debian configuration management sy
ii  fping   2.4b2-to-ipv6-16 sends ICMP ECHO_REQUEST packets to
ii  libc6   2.9-6GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.18.2-8.1   Multi-protocol file transfer libra
ii  libiksemel3 1.2-4C library for the Jabber IM platfo
ii  libldap-2.4-2   2.4.15-1 OpenLDAP libraries
ii  libopenipmi02.0.14-2 Intelligent Platform Management In
ii  libpq5  8.3.7-1  PostgreSQL C client library
ii  libsnmp15   5.4.1~dfsg-12SNMP (Simple Network Management Pr
ii  logrotate   3.7.7-3  Log rotation utility

Versions of packages zabbix-server-pgsql recommends:
pn  postgresqlnone (no description available)
pn  snmpd none (no description available)

Versions of packages zabbix-server-pgsql suggests:
pn  zabbix-frontend-php   none (no description available)

-- debconf information excluded



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



Bug#522904: (no subject)

2009-04-07 Thread Gunnar Thielebein

See this also this thread:

- http://www.zabbix.com/forum/showthread.php?t=12018



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



Bug#466428: install bacula-console-qt desktop icon/file

2008-02-18 Thread Gunnar Thielebein

Subject: bacula-console-qt install desktop files
Package: bacula
Version: 2.2.8-4
Severity: minor


Is it possible to have the desktop files installed for bat / 
bacula-console-qt?

With only the menu files theres no access to bat in kde menu.
Thanks for packaging the latest version of bacula.

Best Regards,

Gunnar Thielebein

-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy-updates
  APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 
'gutsy')

Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bacula depends on:
pn  bacula-client none (no description available)
pn  bacula-server none (no description available)

bacula recommends no packages.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]