Bug#999598: dpkg-dev: Can we have binary package descriptions back for source uploads?

2021-11-22 Thread Petter Reinholdtsen
checkers logtail- Print log file lines that have not been read (deprecated) -- Happy hacking Petter Reinholdtsen

Bug#999598: dpkg-dev: Can we have binary package descriptions back for source uploads?

2021-11-12 Thread Petter Reinholdtsen
are included in the upload? -- Happy hacking Petter Reinholdtsen

Bug#613428: dpkg --force-unsafe-io still calls fsync()

2014-09-22 Thread Petter Reinholdtsen
[Guillem Jover] I've suspected this would be the case all along, but as I don't use one of the new filesystems (due to issues like this), I never bothered to test it. Note, I only tested on ext4. I have not tested on any of the new file systems. :) -- Happy hacking Petter Reinholdtsen

Bug#613428: dpkg --force-unsafe-io still calls fsync()

2014-09-21 Thread Petter Reinholdtsen
dpkg. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#613428: dpkg --force-unsafe-io still calls fsync()

2014-09-19 Thread Petter Reinholdtsen
test.log -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#613428: dpkg --force-unsafe-io still calls fsync()

2014-09-17 Thread Petter Reinholdtsen
Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#483997: dpkg: please allow for a mechanism to specify postinst ordering beyond Depends:

2014-09-04 Thread Petter Reinholdtsen
Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#483997: dpkg: please allow for a mechanism to specify postinst ordering beyond Depends:

2014-09-02 Thread Petter Reinholdtsen
scripts should run in order B.postinst, A.postinst. It would solve the problem I see, and allow for a mechanism to specify postinst ordering also for non-depend relationships. Is there a better way to fix the problems we experience in bugs #760084 and #745834? -- Happy hacking Petter Reinholdtsen

Bug#483997: dpkg: please allow for a mechanism to specify postinst ordering beyond Depends:

2014-09-02 Thread Petter Reinholdtsen
automatically outside the initial installaiton, and thus unsure if the trigger approach is the right one. But I will investigate. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#483997: dpkg: please allow for a mechanism to specify postinst ordering beyond Depends:

2014-09-02 Thread Petter Reinholdtsen
and thus any hope of predictable ordering of postinst execution is gone already. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#694886: dpkg: Complain about missing descriptions for packages in /var/lib/dpkg/available

2012-12-01 Thread Petter Reinholdtsen
Package: dpkg Version: 1.16.9 Severity: normal Dear Maintainer, I discovered this in the installation log of a freshly installed wheezy test system. The log contained messages like this: dpkg: warning: parsing file '/var/lib/dpkg/available' near line 219 package 'libtext-wrapi18n-perl':

Bug#694886: dpkg: Complain about missing descriptions for packages in /var/lib/dpkg/available

2012-12-01 Thread Petter Reinholdtsen
[Guillem Jover] Was it obvious from the log when did it start to warn? Yes. It happened while deboostrap was running. Just after e2fsprogs was configured and before adduser was unpacked: Dec 1 17:16:00 debootstrap: Setting up sysvinit (2.88dsf-34) ... Dec 1 17:16:00 debootstrap: sysvinit:

Bug#613428: dpkg --force-unsafe-io still calls fsync()

2012-01-02 Thread Petter Reinholdtsen
wrong I remove the chroot and start over, so there is no need for any sync to disk. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#613428: dpkg --force-unsafe-io still calls fsync()

2012-01-02 Thread Petter Reinholdtsen
should this use case want the remaining fsync()s in place? -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#613428: dpkg --force-unsafe-io still calls fsync()

2012-01-02 Thread Petter Reinholdtsen
with a usecase that could make me understand when it is useful to not fsync the package files and only fsync the dpkg database. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Dependency based boot sequencing and triggers (Was: dpkg semi-hijack - an announcement (also, triggers))

2008-03-10 Thread Petter Reinholdtsen
script insertion fail individually when a script with incorrect dependency information is encountered. I will have to learn more about triggers before I make up my mind, though. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#458523: dpkg-query: Missing newline make output hard/impossible to parse

2008-01-01 Thread Petter Reinholdtsen
0a6a4540ffd72926dbb9f12d9f1ad31d minerva:/# Notice how there is no newline between 'obsolete' and '/etc/init.d/fuse'. Please change the output from dpkg-query to add a newline between entries for different packages. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#148221: dpkg: Small off by one error in parseversion()

2002-05-26 Thread Petter Reinholdtsen
Package: dpkg Version: 1.9.21 Severity: normal Tags: patch The following patch fixes a off by one error in dpkg. It reads one past the allocated buffer. I discovered it using valgrind, URL:http://developer.kde.org/~sewardj/. --- lib/parsehelp.c.origSun May 26 19:24:23 2002 +++