Bug#904379: problem with get_identifier_with_length

2018-07-25 Thread Carlos Carvalho
Matthias Klose (d...@debian.org) wrote on Tue, Jul 24, 2018 at 01:02:24AM -03: > Control: tags -1 + moreinfo > > On 23.07.2018 20:10, Carlos Carvalho wrote: > > Package: gcc-8-plugin-dev > > Version: 8.1.0-12 > > > > I get this when I try to compile the 4.14.57 k

Bug#904379: problem with get_identifier_with_length

2018-07-23 Thread Carlos Carvalho
Package: gcc-8-plugin-dev Version: 8.1.0-12 I get this when I try to compile the 4.14.57 kernel: CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h DESCEND objtool CHK include/generated/utsrelease.h In file included from

Bug#876142: openmpi needs updating to fix bug?

2017-09-18 Thread Carlos Carvalho
Package:libopenmpi2 Version: 2.1.1-6+b1 A mpi user here cannot run his program because of this error: Read -1, expected 60480, errno = 38 His program works in 2 other machines with [much] older versions of openmpi. One of them runs Debian sid with libopenmpi1 version 1.6.5-11. The machine

Bug#871987: openssl breaks dovecot

2017-08-23 Thread Carlos Carvalho
After this upgrade our mail server no longer accept emails from the American Physical Society, which publishes some of the more important physics journals... This has been a significant problem for my colleagues in the past 2 weeks, both for submitting articles for publication and for refereeing

Bug#792444: Acknowledgement (postfix-policyd-spf-python doesn't work with IPv6 in /etc/resolv.conf)

2015-07-14 Thread Carlos Carvalho
Scott asked to post the resolv.conf to check. Here it is: nameserver 192.168.3.18 ##nameserver 2801:82:80ff:7f03::2 ##nameserver fe80::224:8cff:fe0c:3790%servs search fisica.ufpr.br Any of the commented lines doesn't work. They are all local to the mail server that runs the spf check. -- To

Bug#792444: postfix-policyd-spf-python doesn't work with IPv6 in /etc/resolv.conf

2015-07-14 Thread Carlos Carvalho
Package: postfix-policyd-spf-python Version: 1.3.1-1 Putting a IPv6 address in /etc/resolv.conf breaks spf checks; it always returns Temperror. Putting the IPv4 address of the same dns server works. It's not a problem of the dns server because other aplications in the client work normally with

Bug#786442: some lines don't appear in some messages

2015-05-21 Thread Carlos Carvalho
Package: squirrelmail Version: 2:1.4.23~svn20120406-2 Severity: grave Below is a message that doesn't display in squirrelmail; Its single line doesn't appear. When clicking reply it appears quoted, as it should. This is a serious bug. The configuration in config_local.php is ?php

Bug#751116: meld doesn't compare 2 files

2014-06-12 Thread Carlos Carvalho
Bálint Réczey (bal...@balintreczey.hu) wrote on 12 June 2014 15:04: 2014-06-10 15:18 GMT+02:00 Carlos Carvalho car...@fisica.ufpr.br: OSError: [Errno 38] Function not implemented There may be some important information missing from the bug report. I tried reproducing it on a fully updated

Bug#751116: meld doesn't compare 2 files SOLVED

2014-06-12 Thread Carlos Carvalho
Bálint Réczey (bal...@balintreczey.hu) wrote on 12 June 2014 19:21: Does the problem go away if you install libpython2.7? No, it made no difference. In fact it was the kernel compilation. I had used the light ramfs version of tmpfs. However apparently python requires the full shmem version...

Bug#751116: meld doesn't compare 2 files

2014-06-10 Thread Carlos Carvalho
Package: meld Version: 1.8.4-1 Severity: important Quite an important functionality is broken: hoggar% meld difs-uids~ difs-uids Traceback (most recent call last): File /usr/bin/meld, line 178, in module main() File /usr/bin/meld, line 170, in main new_window =

Bug#646005: popa3d chokes on files larger than 2GiB (it seems)

2011-10-20 Thread Carlos Carvalho
Package: popa3d Version: 1.0.2-7 In a 32bit machine one user cannot access his email through popa3d. The message in the log is Oct 19 09:24:31 hoggar popa3d[25622]: Authentication passed for user Oct 19 09:24:31 hoggar popa3d[25622]: Failed or refused to load /var/mail/user Access is fine for

Bug#601048: flog opens the pid file twice

2010-10-22 Thread Carlos Carvalho
Package: flog Version: 1.8-2 Around line 105 we have: if (conf.pidfile) { pid_fd = fopen(conf.pidfile_name, w); if ((pid_fd = fopen(conf.pidfile_name, w)) == NULL) { fprintf (stderr, Could not open pidile: %s, conf.pidfile_name); exit(1);

Bug#355966: mawk still fails with RS=\0

2010-08-10 Thread Carlos Carvalho
mawk cannot handle records separated by nulls, such as for example the ones generated by find. Only the first record is handled: % mkdir mawk-fails % cd mawk-fails %mawk-fails touch a b c %mawk-fails find -printf %p\0|mawk 'BEGIN {RS=\0} {print}' . gawk works: %mawk-fails find -printf

Bug#355966: mawk still fails with RS=\0

2010-08-10 Thread Carlos Carvalho
Thomas Dickey (dic...@his.com) wrote on 10 August 2010 20:20: On Tue, 10 Aug 2010, Thomas Dickey wrote: On Tue, 10 Aug 2010, Carlos Carvalho wrote: mawk cannot handle records separated by nulls, such as for example the ones generated by find. Only the first record is handled

Bug#558771: init.d/rsync should use $DAEMON instead of hardcoded file

2009-11-30 Thread Carlos Carvalho
Package: rsync Version: 3.0.6-1 /etc/init.d/rsync runs start-stop-daemon with --exec /usr/bin/rsync instead of --exec $DAEMON. This happens with previous versions as well. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#531154: mirrors: Same problem on ftp.uni-kl.de

2009-06-14 Thread Carlos Carvalho
Simon Paillard (simon.paill...@resel.enst-bretagne.fr) wrote on 14 June 2009 17:37: reopen 531154 retitle 531154 libasound2_1.0.20-2_amd64.deb corrupted on ftp.de.d.o and consequences thanks On Sun, Jun 14, 2009 at 12:10:14PM +0200, Adrian Knoth wrote: Package: mirrors Followup-For:

Bug#509708: date gives error on valid input

2008-12-24 Thread Carlos Carvalho
Package: coreutils Version: 6.10-6 % date -d 2008-10-19 date: invalid date `2008-10-19' This happens with 5.97 and 6.10. I've just sent this to bug-coreutils as well. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#493539: rsync 3.0.3-2 doesn't put the module path in the log line

2008-08-02 Thread Carlos Carvalho
Package: rsync Version: 3.0.3-2 I just upgraded to the latest version. I have this in rsyncd.conf: log format = %a - %P/%f 200 - %b %l %c - rsync but the lines received by syslog don't include the module path, just //filename. It works fine with 2.6.9. -- To UNSUBSCRIBE, email to [EMAIL

Bug#482771: wrong values for incoming and outgoing flux in webalizer

2008-05-24 Thread Carlos Carvalho
Package: webalizer Version: 2.01.10-32 Tags: patch Severity: important The Debian version of webalizer includes support for incoming and outgoing bytes effectively transfered. These values are provided by apache's mod_logio, which is included in Debian as well. However the totals calculated by

Bug#413429: mountd in nfs-kernel-server still broken

2007-03-05 Thread Carlos Carvalho
Steinar H. Gunderson ([EMAIL PROTECTED]) wrote on 6 March 2007 00:58: On Mon, Mar 05, 2007 at 08:46:04AM -0300, Carlos Carvalho wrote: mountd is indeed no longer killed with signal 11 on startup for me, Wow, I never saw that error. I just had mysterious mount failures, and they disappeared

Bug#413429: mountd in nfs-kernel-server still broken

2007-03-04 Thread Carlos Carvalho
Package: nfs-common Version: 1:1.0.12-2 The changelog (for nfs-common, though it should be for nfs-kernel-server...) says nfs-utils (1:1.0.12-1) unstable; urgency=high * New upstream release. * Fixes mysterious mountd failure. (Closes: #412818) mountd is indeed no longer killed with

Bug#412930: tabbed browsing doesn't respect browser.tabs.extensions.show_closebox.tab

2007-02-28 Thread Carlos Carvalho
Package: mozilla-tabextensions Version: 2.1.2006031301-4 I have user_pref(browser.tabs.extensions.show_closebox.tab, 1); in my preferences but it's not obeyed; iceweasel always starts with them disabled. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#412876: iceweasel: Unable to set 'Homepage' after upgrade to Iceweasel

2007-02-28 Thread Carlos Carvalho
More precisely, the browser doesn't execute the setting of browser.startup.homepage_override.mstone. Even setting it to ignore it goes to http://www.mozilla.com/en-US/firefox/. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#412746: iceweasel always goes to www.mozilla.com on startup

2007-02-27 Thread Carlos Carvalho
Package: iceweasel Version: 2.0.0.2+dfsg-1 After upgrading to this version iceweasel unconditionally goes to http://www.mozilla.com/en-US/firefox/ even configuring a blank or any page for startup. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#372775: /usr/lib/libqt-mt.so.3: undefined symbol: XkbSetPerClientControls

2006-06-11 Thread Carlos Carvalho
Package: libqt3-mt Version: 3:3.3.6-2 I'm getting the above error with xxdiff and opera 8.54. I'm using the latest versions on sid. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#341389: uniq no longer accepts separator specification

2005-11-30 Thread Carlos Carvalho
Package: coreutils Version: 5.93-5 uniq no longer has the option -t to specify the field separator. This breaks compatibility with previous versions and is inconsistent with other programs in the same package, like sort. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#327713: flow-nfilter bug in variable binding

2005-09-12 Thread Carlos Carvalho
Radu Spineanu ([EMAIL PROTECTED]) wrote on 12 September 2005 12:56: I am pretty sure you haven't followed the examples correctly. This is an example of a proper use of nfilter with ip-src-addr (or ip-dst-addr same thing) $flow-cat ft-v05.2005-09-01.05* | flow-nfilter -f

Bug#327713: flow-nfilter bug in variable binding

2005-09-11 Thread Carlos Carvalho
Package: flow-tools Version: 1:0.68-4 The file /etc/flow-tools/cfg/filter.cfg supplied with the package contain filter definitions with variable binding such as: filter-primitive VAR_ADDR type ip-address permit @{ADDR:-0.0.0.0} and filter-definition ip-dst-addr match