Bug#1043320: bash: Background loop with sudo and wait cause terminal problems

2023-08-09 Thread Bruce Momjian
FYI, this problem does not happen with sh/dash. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.

Bug#1043320: bash: Background loop with sudo and wait cause terminal problems

2023-08-08 Thread Bruce Momjian
Package: bash Version: 5.2.15-2+b2 Severity: normal Dear Maintainer, * What led up to the situation? A script that worked fine on Debian 11 caused terminal corruption on Debian 12. * What exactly did you do (or not do) that was effective (or ineffective)? I was able to create a

Bug#1005069: tracker: Unable to easily disable tracker

2022-02-06 Thread Bruce Momjian,,,
Package: tracker Version: 2.3.6-2 Severity: normal Tags: patch Dear Maintainer, I have 2TB of images in the 'Pictures' directory in my home directory. Since upgrading to Bullseye, I found that 'tracker' was using significant CPU, even after days, though the Pictures directory content was

Bug#613605: patch -b and -V options, overwrites file.orig despite manpage description

2022-01-13 Thread Bruce Momjian
Make numbered backups of files that already have numbered backups, otherwise simple backups. This is the default. -- Bruce Momjian http://momjian.us EDB http://enterprisedb.com

Bug#613605: patch -b and -V options, overwrites file.orig despite manpage description

2022-01-12 Thread Bruce Momjian
a.orig b diff1 diff2 $ echo 3 >> b $ diff a b > diff2 $ patch -b -V existing a < diff2 patching file a $ ls -C a a.orig b diff1 diff2 $ cat a.orig 1 2 -- Bruce Momjian http://momjian.us EDB http://enterprisedb.com

Bug#969559: curl segmentation fauls on any https URL

2020-09-14 Thread Bruce Momjian,,,
On Fri, Sep 11, 2020 at 06:28:20PM +0200, Bernhard Übelacker wrote: > Dear Maintainer, hello Bruce Momjian, > with the last informations the issue is perfectly reproducible. > > It looks like a use after free caused by statically stored > function pointers in libengine-pkcs11-o

Bug#969559: Info received (Bug#969559: curl segmentation fauls on any https URL)

2020-09-07 Thread Bruce Momjian,,,
Oh, the kernel error message might be helpful: curl[4979] general protection ip:7f3a3da00bce sp:7fff5dc217d0 error:0 in libcrypto.so.1.1[7f3a3d8fe000+19e000] -- Bruce Momjian https://momjian.us EnterpriseDB https://enterprisedb.com The usefulness

Bug#969559: curl segmentation fauls on any https URL

2020-09-07 Thread Bruce Momjian,,,
On Sun, Sep 6, 2020 at 02:37:22PM +0200, Bernhard Übelacker wrote: > Hello Bruce Momjian, > thanks for the details and confirmation. > > > Am 05.09.20 um 17:32 schrieb Bruce Momjian,,,: > > (gdb) print pmeth->init > > $1 = (int (*)(EVP_PKEY_CTX *)) 0x

Bug#969559: Info received (Bug#969559: curl segmentation fauls on any https URL)

2020-09-05 Thread Bruce Momjian,,,
I have checked my pkcs11 device and it is functioning properly, but curl still crashes. Fortunately I can just use 'wget' until this is fixed. -- Bruce Momjian https://momjian.us EnterpriseDB https://enterprisedb.com The usefulness of a cup

Bug#969559: curl segmentation fauls on any https URL

2020-09-05 Thread Bruce Momjian,,,
lib.c/#L160 > > 159 if (pmeth->init) { > 160 if (pmeth->init(ret) <= 0) { > 161 ret->pmeth = NULL; > > As there is a check for pmeth->init being non-null, I guess > it contains for some reason an invalid pointer. > > > @Bruce

Bug#969559: curl segmentation fauls on any https URL

2020-09-04 Thread Bruce Momjian,,,
Package: curl Version: 7.64.0-4+deb10u1 Severity: grave Justification: renders package unusable Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** Simply type: $ curl https://google.com Segmentation fault or use any https URL.

Bug#948238: Need to be 'rw'

2020-01-07 Thread Bruce Momjian
Uh, this line in usr.bin.man_filter and usr.bin.man_groff: /var/cache/man/** w, needs to be: /var/cache/man/** rw, -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you

Bug#948238: More information

2020-01-07 Thread Bruce Momjian
, capability fsetid, With these changes, man no longer generates errors on the terminal, or apparmor errors in the kernel logs. This was tested by running 'man' as root. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so

Bug#948238: man-db: man produces apparmor kernel warnings

2020-01-06 Thread Bruce Momjian
Ok sounds good, thanks. -- Bruce Momjian br...@momjian.us On Mon, Jan 6, 2020, 5:27 PM Colin Watson wrote: > On Mon, Jan 06, 2020 at 10:07:08PM +, Colin Watson wrote: > > There's already "/var/cache/man/** w" in man_filter, > > In fact, I just noticed that you

Bug#948238: Not repeatable

2020-01-05 Thread Bruce Momjian
Unfortunately it only happened the first time, and I can't figure out how to generate the kernel message again. I could run more tests if I knew how to recreate the message. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com

Bug#948238: man-db: man produces apparmor kernel warnings

2020-01-05 Thread Bruce Momjian,,,
Package: man-db Version: 2.8.5-2 Severity: minor Tags: patch Dear Maintainer, When doing 'man libreoffice' the following kernel messages are generated: [Sun Jan 5 10:28:57 2020] audit: type=1400 audit(1578238128.275:29): apparmor="DENIED" operation="file_inherit" profile="man_groff"

Bug#923051: Update using Buster

2019-12-20 Thread Bruce Momjian
00p I can clearly see it is not redrawing properly. Hopefully this is a more reproducible test case on a more current version of Debian. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you

Bug#945909: man-db: When outputting 'ps' output from man, apparmor logs an error

2019-11-30 Thread Bruce Momjian,,,
Package: man-db Version: 2.8.5-2 Severity: normal Tags: patch Dear Maintainer, When outputting 'ps' output from man, e.g., 'man -Tps bash', a log apparmor error is generated in reading /etc/papersize. The log error line shown by dmesg is: [1033342.844116] audit: type=1400

Bug#923051: Acknowledgement (screen doesn't clear the screen for certain UTF8 characters)

2019-02-24 Thread Bruce Momjian,,,
do not use screen. In this case the emoji is on the third page of the email display, and characters from the second email page appear, and again control-L fixes it. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so

Bug#923051: screen doesn't clear the screen for certain UTF8 characters

2019-02-23 Thread Bruce Momjian,,,
Package: screen Version: 4.5.0-6 Severity: normal Tags: l10n Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Jessie did not display emoji UTF8 characters properly in the mutt built-in pager, so I retested with

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-08-11 Thread Bruce Momjian,,,
. --- On Wed, Mar 22, 2017 at 02:42:30AM +, Ben Hutchings wrote: > Control: retitle -1 TX watchdog fires on e1000e interface with flow control > enabled > > On Tue, 2017-03-21 at 18:36 -0400, Bruce Momjian,,, wrote: > &

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-04-10 Thread Bruce Momjian,,,
On Thu, Mar 23, 2017 at 03:25:15PM -0400, Bruce Momjian,,, wrote: > I had four more 14 hours later so I created new files that also include > the earlier ones: > > http://momjian.us/expire/eth0/dmesg2.txt > http://momjian.us/expire/eth0/ethtool2.gz > > The last

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-23 Thread Bruce Momjian,,,
On Wed, Mar 22, 2017 at 11:41:57PM -0400, Bruce Momjian,,, wrote: > > OK, I am running this after setting flow control on/default on the > > switch and Debian, and rebooting: > > > > daemon -- sh -c "while :; do date;ethtool -S eth0| grep flow_control; > &g

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-22 Thread Bruce Momjian,,,
On Tue, Mar 21, 2017 at 11:08:34PM -0400, Bruce Momjian,,, wrote: > > The e1000e driver *does* have statistics for pause frames transmitted > > and received (run: "ethtool -S eth0| grep flow_control"). If you log > > these every second then it should be possible to

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-21 Thread Bruce Momjian,,,
On Wed, Mar 22, 2017 at 02:42:30AM +, Ben Hutchings wrote: > Control: retitle -1 TX watchdog fires on e1000e interface with flow control > enabled > > On Tue, 2017-03-21 at 18:36 -0400, Bruce Momjian,,, wrote: > > On Tue, Mar 21, 2017 at 04:04:11PM -0400, Bruce Momjian

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-21 Thread Bruce Momjian,,,
On Tue, Mar 21, 2017 at 04:04:11PM -0400, Bruce Momjian,,, wrote: > I think this proves my problems are related to flow control. How would > you like to proceed? Is there a patch or change you would like me to > test? Just close the ticket? > > I have a fix, but it is like

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-21 Thread Bruce Momjian,,,
On Sat, Mar 18, 2017 at 06:33:30PM -0400, Bruce Momjian,,, wrote: > On Sat, Mar 18, 2017 at 06:09:33PM -0400, Bruce Momjian,,, wrote: > > On Sat, Mar 18, 2017 at 10:06:53PM +, Ben Hutchings wrote: > > > > It seems nothing changed. > > > > > > Try:

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-18 Thread Bruce Momjian,,,
On Sat, Mar 18, 2017 at 06:09:33PM -0400, Bruce Momjian,,, wrote: > On Sat, Mar 18, 2017 at 10:06:53PM +, Ben Hutchings wrote: > > > It seems nothing changed. > > > > Try: > > ethtool -A eth0 rx off tx off autoneg off > > instead. > > OK, that w

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-18 Thread Bruce Momjian,,,
On Sat, Mar 18, 2017 at 10:06:53PM +, Ben Hutchings wrote: > On Sat, Mar 18, 2017 at 05:10:50PM -0400, Bruce Momjian,,, wrote: > [...] > > I then ran: > > > > $ ethtool -A eth0 rx off tx off > > > > $ ethtool -a eth0 > > Pause

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-18 Thread Bruce Momjian,,,
this is common hardware (SuperMicro) and Intel PRO/1000 ethernet adaptors, which are also popular. There must be something odd about my server, but I have no idea what it is. Also, if I buy a dual PCI-E adaptor, it will also be an Intel PRO/1000. Will I get the same errors on that? -- Bruce Momjian

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-18 Thread Bruce Momjian,,,
try, in a long list of many attempts to fix this. -- Bruce Momjian <br...@momjian.us>http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription +

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-18 Thread Bruce Momjian,,,
h0: Reset adapter unexpectedly --> [ +3.891401] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx -- Bruce Momjian <br...@momjian.us>http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I

Bug#858125: e1000: ethernet interface hangs occasionally, kernel reports hang

2017-03-18 Thread Bruce Momjian,,,
Package: src:linux Version: 3.16.39-1 Severity: critical File: e1000 Justification: breaks unrelated software Dear Maintainer, I have had intermittent hangs of my two built-in ethernet interfaces since switching from 100Mb ethernet to 1Gb ethernet. During the hangs, no traffic passes through

Bug#811097: /usr/sbin/dhcpd: Today my dhcp server stopped working and could not be restarted

2016-01-15 Thread Bruce Momjian
It must be this set of updates applied last night that did it: isc-dhcp-client isc-dhcp-common isc-dhcp-server openssh-client openssh-server -- Bruce Momjian <br...@momjian.us>http://momjian.us EnterpriseDB http://enterprisedb.com + As you a

Bug#811097: /usr/sbin/dhcpd: Today my dhcp server stopped working and could not be restarted

2016-01-15 Thread Bruce Momjian,,,
Package: isc-dhcp-server Version: 4.1.1-P1-15+squeeze9 Severity: critical File: /usr/sbin/dhcpd Justification: breaks unrelated software dhcpd stopped working today and could not be restarted with 'service isc-dhcp-server restart'. It reported a configuration check failure but the

Bug#791469: closed by Raphaël Hertzog hert...@debian.org (Bug#791469: fixed in aptdaemon 0.31+bzr413-1.1+deb6u2)

2015-07-07 Thread Bruce Momjian,,,
-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Bruce Momjian,,, br...@momjian.us To: Debian Bug Tracking System sub...@bugs.debian.org Subject: apt-get upgrade generates Python errors Message-ID: 20150705130645.2834.57771.report...@momjian.us X-Mailer: reportbug 4.12.6 Date: Sun, 05 Jul

Bug#791469: apt-get upgrade generates Python errors

2015-07-05 Thread Bruce Momjian,,,
Package: apt Version: 0.8.10.3+squeeze7 Severity: grave Justification: renders package unusable Running apt-get upgrade or apt-get purge generates this Python error: Reading package lists... Done Building dependency tree Reading state information... Done 0

Bug#789110: linux-image-2.6.32-5-amd64: Kernel 2.6.32-5-amd64-2.6.32-48squeeze12 causes high load average

2015-06-18 Thread Bruce Momjian,,,
On Wed, Jun 17, 2015 at 11:37:00PM +0100, Ben Hutchings wrote: Control: forcermerge 789037 -1 On Wed, 2015-06-17 at 18:14 -0400, Bruce Momjian,,, wrote: Package: linux-2.6 Version: 2.6.32-48squeeze6 Severity: critical Justification: breaks the whole system Twelve hours ago I

Bug#789110: linux-image-2.6.32-5-amd64: Kernel 2.6.32-5-amd64-2.6.32-48squeeze12 causes high load average

2015-06-17 Thread Bruce Momjian,,,
Package: linux-2.6 Version: 2.6.32-48squeeze6 Severity: critical Justification: breaks the whole system Twelve hours ago I did a kernal upgrade to 2.6.32-5-amd64-2.6.32-48squeeze12, and since booting that kernel, the load average has steadily increased until it hit 156, cause apache and email

Bug#789110: linux-image-2.6.32-5-amd64: Kernel 2.6.32-5-amd64-2.6.32-48squeeze12 causes high load average

2015-06-17 Thread Bruce Momjian,,,
On Wed, Jun 17, 2015 at 06:46:22PM -0400, Bruce Momjian,,, wrote: On Wed, Jun 17, 2015 at 11:37:00PM +0100, Ben Hutchings wrote: Control: forcermerge 789037 -1 On Wed, 2015-06-17 at 18:14 -0400, Bruce Momjian,,, wrote: Package: linux-2.6 Version: 2.6.32-48squeeze6 Severity

Bug#789110: linux-image-2.6.32-5-amd64: Kernel 2.6.32-5-amd64-2.6.32-48squeeze12 causes high load average

2015-06-17 Thread Bruce Momjian,,,
On Wed, Jun 17, 2015 at 11:37:00PM +0100, Ben Hutchings wrote: Control: forcermerge 789037 -1 On Wed, 2015-06-17 at 18:14 -0400, Bruce Momjian,,, wrote: Package: linux-2.6 Version: 2.6.32-48squeeze6 Severity: critical Justification: breaks the whole system Twelve hours ago I

Bug#760536: groff: nroff -man can't produce full man page output

2014-09-05 Thread Bruce Momjian,,,
On Fri, Sep 5, 2014 at 04:01:31PM +0100, Colin Watson wrote: On Thu, Sep 04, 2014 at 10:28:46PM -0400, Bruce Momjian,,, wrote: The command: zcat /usr/share/man/man3/printf.3.gz| nroff -man produces this as the last line: e, E The double argument is rounded

Bug#760536: groff: nroff -man can't produce full man page output

2014-09-05 Thread Bruce Momjian,,,
On Fri, Sep 5, 2014 at 04:01:31PM +0100, Colin Watson wrote: On Thu, Sep 04, 2014 at 10:28:46PM -0400, Bruce Momjian,,, wrote: The command: zcat /usr/share/man/man3/printf.3.gz| nroff -man produces this as the last line: e, E The double argument is rounded

Bug#760536: groff: nroff -man can't produce full man page output

2014-09-04 Thread Bruce Momjian,,,
Package: groff Version: 1.20.1-10 Severity: normal The command: zcat /usr/share/man/man3/printf.3.gz| nroff -man produces this as the last line: e, E The double argument is rounded and converted in the style which obviously is not the end of the file. The man file hasn't

Bug#742188: mailutils: Multiple command-line files produce incorrect summary totals

2014-03-20 Thread Bruce Momjian,,,
Package: mailutils Version: 1:2.1+dfsg1-7 Severity: normal When supplying multiple mailbox files to 'frm', the summary is cummulative, rather than being reset for each file, e.g.: $ frm -qS /var/mail/bruce Folder contains 1 new message, 4 unread messages, 72 read messages.

Bug#652990: screen: Cannot bind space to a different action

2012-01-18 Thread Bruce Momjian
see them doing that in several default screen bindings, and I will just follow that if I see another key exhibiting this problem. So, for me, I don't need to peruse this issue further, but am available if someone else needs help on this. Thanks for looking into this for me. -- Bruce Momjian br

Bug#652990: screen: Cannot bind space to a different action

2012-01-16 Thread Bruce Momjian
for the reminder. Bruce Momjian wrote: I just found the cause of my odd Enter behavior and was about to email an update. It turns out if you press ^A, and then space quickly, you get the (wrong) 'next' behavior, but if press ^A then and then wait for a second and then press space

Bug#652990: screen: Cannot bind space to a different action

2012-01-11 Thread Bruce Momjian
On Fri, Dec 23, 2011 at 04:31:27PM +0100, Axel Beckert wrote: tag 652990 - unreproducible moreinfo kthxbye Hi Bruce, thanks for the followup. Bruce Momjian wrote: I just found the cause of my odd Enter behavior and was about to email an update. It turns out if you press

Bug#655293: grep range matches lowercase characters

2012-01-09 Thread Bruce Momjian,,,
Package: grep Version: 2.6.3-3 Severity: normal With LC_ALL undefined, this uppercase pattern doesn't work properly, e.g.: $ echo 'Aa' | grep '[A-Z][A-Z]*$' $ echo 'Ab' | grep '[A-Z][A-Z]*$' .Ab The second entry should not match. If I define LC_ALL=C, it works

Bug#653631: cups: lpoptions has incorrect manual page

2011-12-29 Thread Bruce Momjian,,,
Package: cups Version: 1.4.4-7 Severity: minor The lpoptions manual page says: If no options are specified using the -o option, then the current options for the named printer are reported on the standard output. However, it does not work as documented: $ lpoptions -o

Bug#653313: apache2: Bug in mixing of mod_rewrite and directory index

2011-12-26 Thread Bruce Momjian,,,
Package: apache2.2-common Version: 2.2.16-6+squeeze4 Severity: normal If I enable mod_rewrite, and access a directory index URL (no index.html), I see this in my server logs: [Mon Dec 26 13:39:48 2011] [error] [client 172.20.1.11] Options FollowSymLinks or SymLinksIfOwnerMatch is off which

Bug#653171: txt2html: Link dictionaries are ignored

2011-12-24 Thread Bruce Momjian,,,
Package: txt2html Version: 2.51-1 Severity: normal Using personal link dictionaries is ignored. You can reproduce it by creating a file called 'link.dict' with contents: /lt;ENTgt;/ -h- XXX and then create a file 'x.txt' with: ENT an then run: txt2html --link

Bug#653171: Acknowledgement (txt2html: Link dictionaries are ignored)

2011-12-24 Thread Bruce Momjian
if this is the right fix. I am not sure what args() is trying to do. -- Bruce Momjian br...@momjian.ushttp://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + *** ./TextToHTML.pm.orig 2011-12-24 11:51:20.0

Bug#652990: screen: Cannot bind space to a different action

2011-12-23 Thread Bruce Momjian
Axel Beckert wrote: tag 652990 + unreproducible moreinfo kthxbye Hi Bruce, Bruce Momjian,,, wrote: Package: screen Version: 4.0.3-14 Severity: normal I can cannot change the binding of the spacebar in screen. If you start screen with just this configuration file

Bug#652990: screen: Cannot bind space to a different action

2011-12-23 Thread Bruce Momjian
Axel Beckert wrote: tag 652990 - unreproducible moreinfo kthxbye Hi Bruce, thanks for the followup. Bruce Momjian wrote: I just found the cause of my odd Enter behavior and was about to email an update. It turns out if you press ^A, and then space quickly, you get the (wrong

Bug#652990: screen: Cannot bind space to a different action

2011-12-22 Thread Bruce Momjian,,,
Package: screen Version: 4.0.3-14 Severity: normal I can cannot change the binding of the spacebar in screen. If you start screen with just this configuration file: bind ' ' info you will find that when you start screen, ^A-space will show the window info, but once you press Enter,

Bug#506196: [BUGS] Debian Bug#506196: postgresql: consume too much power when idle (10 wakeups/second)

2009-01-05 Thread Bruce Momjian
. It'd be nice to have a plan for improving things though. Is this a TODO? -- Bruce Momjian br...@momjian.ushttp://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- To UNSUBSCRIBE, email

Bug#372115: [BUGS] Bug#372115: Last security update of postgresql-contrib breaks database replication with DBMirror.pl

2006-07-05 Thread Bruce Momjian
? [ Attachment, skipping... ] -- End of PGP section, PGP failed! -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDBhttp://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#372115: [BUGS] Bug#372115: Last security update of postgresql-contrib breaks database replication with DBMirror.pl

2006-07-02 Thread Bruce Momjian
://www.piware.de Ubuntu Developer http://www.ubuntu.com Debian Developer http://www.debian.org In a world without walls and fences, who needs Windows and Gates? [ Attachment, skipping... ] -- End of PGP section, PGP failed! -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDBhttp

Bug#333854: [PATCHES] [BUGS] Bug#333854: pg_group file update problems

2005-10-26 Thread Bruce Momjian
This bug will be fixed in the next 8.0.X release. I have not fixed 7.4.X because the risk/benefit does not warrant it, and 8.1 does not have this problem. --- Bruce Momjian wrote: I have developed a small patch to 8.0.X

Bug#333854: [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Bruce Momjian
? http://archives.postgresql.org -- Bruce Momjian| http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073

Bug#333854: [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Bruce Momjian
like a trivial addition. -- Bruce Momjian| http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073

Bug#333854: [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Bruce Momjian
... ] ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org -- Bruce Momjian| http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001

Bug#333854: [PATCHES] [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: In the patch, notice the old comment that suggests we might need to use CommandCounterIncrement(). ... which you failed to fix in any meaningful way. I'd suggest /* * Advance the commmand counter to ensure we

Bug#333854: [PATCHES] [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: OK, updated patch. I was sort of hoping that you would make the comments agree with the code... Oh, you really read those comments? Fixed and attached. -- Bruce Momjian| http://candle.pha.pa.us