Bug#852676: unixodbc missing odbc_config in unixodbc.install

2017-01-26 Thread Jens . Wilke
Package: unixodbc Version: 2.3.4-1 Severity: normal Dear Maintainer, usr/bin/odbc_config is missing in unixodbc-2.3.4/debian/unixodbc.install This Binary is required by msodbcsql-11.0.2270.0 This is fixed by this Patch: --- unixodbc-2.3.4/debian/unixodbc.install.o2017-01-26 10:25:33.276009539

Bug#696129: Bug in libpod-simple-wiki-perl 0.11-1

2012-12-16 Thread Jens Wilke
Package: libpod-simple-wiki-perl Version: 0.11-1 Hi Ivan, /usr/share/perl5/Pod/Simple/Wiki/Twiki.pm Line 84 should look like this, to get lists working: 84c84 $self-_append(' ' x $indent_level ); --- $self-_append(\n.' ' x $indent_level ); and the file is in DOS Format.

Bug#606336: postgresql-common: pg_createcluster creates custer on a port, which is already used but down

2011-08-08 Thread Jens Wilke
On Monday 08 August 2011 14:08:39 Martin Pitt wrote: Hi Martin, Do you have a recipe for reproducing this? No, seems not to be reproducable any more. I think I'll combine these two Great, thanks, Jens -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#614389: DOPTIONS contains the wrong path to spread.conf should be /etc/spread/spread.conf

2011-02-21 Thread Jens Wilke
Package: spread Version: 3.17.4-2+b1 Severity: important *** Please type your report below this line *** ~# diff /etc/init.d/spread.o /etc/init.d/spread 28c28 DOPTIONS=-c /etc/spread.conf --- DOPTIONS=-c /etc/spread/spread.conf -- System Information: Debian Release: 6.0 APT prefers stable

Bug#606336: postgresql-common: pg_createcluster creates custer on a port, which is already used but down

2010-12-08 Thread Jens Wilke
Package: postgresql-common Version: 111 Severity: normal pg_createcluster creates a cluster on port 5432, even if there's already another cluster on this port which is down. pg_lscluster lists both of these clusters as online, if one of them is online. -- System Information: Debian Release:

Bug#508907: merkaartor: crash with Object::connect: No such signal QWebFrame::loadDone(bool)

2008-12-16 Thread Jens Wilke
Package: merkaartor Version: 0.0.11~svn7913-2 Severity: grave Justification: renders package unusable crashes on zoom in this bug is fixed in 0.12-1 bugfix: http://www.mail-archive.com/merkaar...@openstreetmap.org/msg00295.html -- System Information: Debian Release: lenny/sid APT prefers

Bug#424990: d_type support for readdir and getdents64 missing

2007-05-18 Thread Jens Wilke
Package: fakeroot Version: 1.5.10 Hi, readdir and getdents64 return a dirent sturcture with field d_type. This field is not faked, but should be because it contains the inode type (DT_BLK, DT_DIR, etc.) Best, Jens -- Everything superfluous is wrong! // Jens Wilke - headissue GmbH

Bug#425007: PATCH: avoid file type mismatch

2007-05-18 Thread Jens Wilke
stat64 *st, void cpyfakefake(struct fakestat *dest, const struct fakestat *source){ - dest-mode =source-mode; + mode_t type; + /* If destination is not a regular file keep the + file type as-is. -- jens wilke */ + if (S_ISREG(dest-mode)) { +dest-mode =source-mode

Bug#386498: CHECKSUM_HW undeclared

2006-11-03 Thread Jens Wilke
The define CHECKSUM_HW is removed from the kernel, See: http://lwn.net/Articles/200304/ Please try this patch and give feedback: --- vzaphfc_main.c 3 Nov 2006 15:19:08 - 1.1 +++ vzaphfc_main.c 3 Nov 2006 16:21:41 - @@ -1326,7 +1326,11 @@ skb-dev =

Bug#386052: zaptel-source: Cannot initiate a call to BRI

2006-09-07 Thread Jens Wilke
On Wednesday 06 September 2006 21:18, Cybaer wrote: Most of the time (the above I managed only once) I get the following effect after reloading the module and starting up asterisk in console mode: [chan_zap.so] = (Zapata Telephony w/PRI) == Parsing '/etc/asterisk/zapata.conf': Found Sep

Bug#386052: zaptel-source: Cannot initiate a call to BRI

2006-09-06 Thread Jens Wilke
Please try: # pri debug span 1 and provide the output. Alternatively try to load the module with: modprobe vzaphfc force_l1_up=1 When starting asterisk you should see: == Primary D-Channel on span 1 up and maybe: == Restart on requested on entire span 1 If this is not appearing d-channel layer