Bug#1086976: dpkg: use reflinks on package install

2024-11-07 Thread Matteo Croce
1. reworks dpkg to avoid using pipes when data.tar is not compressed 2. add PAX header support to dpkg 3. the actual reflink support It's just a proof of concept yet, I just want to share the idea so don't focus too much on the code. Regards, Matteo Croce -- Package-specific info: This s

Bug#1086012: dpkg: don't spawn a subprocess when it's not needed

2024-10-25 Thread Matteo Croce
1.34+dfsg-1.2+deb12u1 ii zlib1g 1:1.2.13.dfsg-1 dpkg recommends no packages. Versions of packages dpkg suggests: ii apt2.6.1 pn debsig-verify -- no debconf information From 608ecaee805e7b5305e3b527c5109652908c4d5b Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Tue, 22 Oct

Bug#1008796: miniupnpd: compile miniupnpd also with IGD v1 only

2022-04-11 Thread Matteo Croce
Hi, I don't know what differs, but after several tries, I found that only the compile time change fixes it. If you look on some online forums it seems a known issue, and recompilation is the only workaround by now. -- per aspera ad upstream

Bug#1008797: miniupnpd: systemd unit file is broken

2022-04-01 Thread Matteo Croce
Package: miniupnpd Version: 1:2.2.1-matteo Severity: normal X-Debbugs-Cc: mcr...@linux.microsoft.com Dear Maintainer, The miniupnpd.service unit file is broken, because it contains a comment embedded into a directive: TasksMax=2 #for /etc/miniupnpd/nft_removeall.sh. miniupnpd alone needs only 1.

Bug#1008796: miniupnpd: compile miniupnpd also with IGD v1 only

2022-04-01 Thread Matteo Croce
Package: miniupnpd Version: 2.2.1-1 Severity: normal Dear Maintainer, miniupnpd has the force_igd_desc_v1 config option to use the v1 IGD descriptor. Unfortunately, the runtime behaviour differs between the daemon compiled with and without --igd2, even when force_igd_desc_v1 set. This makes the d

Bug#932290:

2021-03-21 Thread Matteo Croce
On Sun, Mar 21, 2021 at 12:38 PM Matthew Vernon wrote: > Have you upgraded to the later version of insserv? And if so, has this > resolved the problem for you? > How to trigger it? Maybe with: apt --reinstall install rsync In case, I don't get any warning. Regards, -- per aspera ad upstream

Bug#932290:

2021-03-04 Thread Matteo Croce
On Thu, Mar 4, 2021 at 2:53 PM Matthew Vernon wrote: > > Hi, > > On 04/03/2021 13:36, Matteo Croce wrote: > > I'm seeing it multiple times now during an upgrade: > > Which version of insserv have you got? 1.21.0-1.1 (which we expect to > fix this) isn&

Bug#932290:

2021-03-04 Thread Matteo Croce
I'm seeing it multiple times now during an upgrade: Setting up initscripts (2.96-6) ... insserv: Script rsync has overlapping Default-Start and Default-Stop runlevels (2 3 4 5) and (2 3 4 5). This should be fixed. insserv: Script rsync has overlapping Default-Start and Default-Stop runlevels (2

Bug#981607: deborphan: "new packages above" in orphaner selects nothing

2021-02-01 Thread Matteo Croce
Subject: deborphan: "new packages above" in orphaner selects nothing Package: deborphan Version: 1.7.33 Severity: normal Dear Maintainer, orphaner provide a "_new_packages_above_" option which should select new packages abbove that line but, in fact, it selects nothing. -- System Information: De

Bug#979974: cloud-init wait an unnecessary timeout

2021-01-12 Thread Matteo Croce
Package: cloud-init Version: 20.4-1 Severity: important Dear Maintainer, At boot cloud-init waits 120 seconds for an ephemeral disk, but some VM types doesn't have ephemeral storage at all, so this just blocks the boot for 120 seconds: Jan 12 11:23:13 mcroce-buster cloud-init[506]: 2021-01-12 11

Bug#917455: command-not-found: "local variable 'cnf' referenced before assignment" shown when entering an unknown command

2019-07-08 Thread Matteo Croce
I confirm the bug on a stretch upgraded to buster just now. Regards, -- Matteo Croce per aspera ad upstream

Bug#925615: kernel-package: make-kpkg fails to build latest kernel

2019-03-28 Thread Matteo Croce
Hi all, It seems that we have a workaround upstream: https://git.kernel.org/linus/2b50f7ab6368 Regards, -- Matteo Croce per aspera ad upstream

Bug#925615: kernel-package: make-kpkg fails to build latest kernel

2019-03-27 Thread Matteo Croce
d operator /bin/sh: 1: [: -ge: unexpected operator /bin/sh: 1: [: -lt: unexpected operator /bin/sh: 1: [: -eq: unexpected operator /bin/sh: 1: [: -eq: unexpected operator Cfr. https://git.kernel.org/linus/3812b8c5c5d5 Regards, Matteo Croce per aspera ad upstream -- System Information: Debian Relea

Bug#924792: pidof: unsanitized user input makes pidof crash

2019-03-19 Thread Matteo Croce
' ' bash 17701 14019 5276 2967 This should be enough to avoid extra calls to grep/sed/awk and impossible to exploit. Regards, -- Matteo Croce per aspera ad upstream

Bug#924792: pidof: unsanitized user input makes pidof crash

2019-03-18 Thread Matteo Croce
Hi Jesse, I didn't try the patch myself, but this seems a good tradeoff between functionality and security: I think that -f was used only to separate the PIDs by something different than a space, eg. comma or new line, so it's all covered. ACK -- Matteo Croce per aspera ad upstream

Bug#924792: pidof: unsanitized user input makes pidof crash

2019-03-18 Thread Matteo Croce
SSH_AGENT_PID=892 Probably someone more skilled and motivated than me can do much better (or worse, depends). > Wouldn't you need to have some process which was passing untrusted > data > directly to the `-f` argument, is that likely in the real world? > > Ian. I hope not, but you can never know. Regards, -- Matteo Croce per aspera ad upstream

Bug#924792: pidof: unsanitized user input makes pidof crash

2019-03-17 Thread Matteo Croce
" (like "% s" or "%.*s"), or using the Single UNIX Specification syntax wich allows to pick the Nth argument with %Nd, like "%100$d". Regards, -- Matteo Croce per aspera ad upstream

Bug#924792: pidof: unsanitized user input makes pidof crash

2019-03-17 Thread Matteo Croce
$ pidof -f "$(perl -e 'print "%016llx\n"x256')" pidof 059d 000f 558b3f9a5280 7fd3 [...] $ pidof -f %s pidof Segmentation fault Regards, Matteo Croce per aspera ad upstream -- System Information: Debian Release: buste

Bug#895857: coreutils: sha1sum and other hashing tools are compiled without libcrypto support

2019-02-08 Thread Matteo Croce
e src/sha1sum zero 2a492f15396a6768bcbca016993f4b4c8b0b5307 zero real0m1,234s user0m0,005s sys 0m1,230s Think about enabling it. Regards, -- Matteo Croce per aspera ad upstream

Bug#918905: logrotate fails to start becauset OVS is not started yet

2019-01-10 Thread Matteo Croce
Package: logrotate Version: 3.14.0-4 Severity: important Dear Maintainer, logrotate fails to start if openvswitch-switch is installed, because it tries to connect to openvswitch, which is started after networking: # systemctl status logrotate.service ● logrotate.service - Rotate log files Loa

Bug#903935: ipvsadm version is obsolete

2018-07-16 Thread Matteo Croce
Package: ipvsadm Version: 1:1.28-3+b1 Severity: normal Dear Maintainer, please update ipvsadm to 1.29, which was released in 2016, to have the --mcast-group option Regards, -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable')

Bug#895857: coreutils: sha1sum and other hashing tools are compiled without libcrypto support

2018-04-16 Thread Matteo Croce
Package: coreutils Version: 8.26-3 Severity: normal Dear Maintainer, the sha{1,224,256,384,512}sum tools included in the coreutils package can be compiled with libcrypto support. At the expense of a runtime dependency, the speed gain of the hash calculation is quite noticeable under amd64: matte

Bug#878950: nftables: update nftables to 0.8

2017-10-17 Thread Matteo Croce
Package: nftables Version: 0.7-2 Severity: wishlist Dear Maintainer, Please consider updating nftables to 0.8 which finally supports TCP MSS clamping to MTU. Regards, -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Archit

Bug#769398: add config file support to picocom

2017-05-24 Thread Matteo Croce
Yes, I've tried to push it upstream but it was rejected: https://github.com/npat-efault/picocom/pull/41 looks like I'll stick with an alias Cheers,

Bug#841843: printer-driver-escpr: backend can't find PPD file]

2016-11-03 Thread Matteo Croce
er (PID 2572) exited with no errors. and I can actually print 2016-11-02 11:19 GMT+01:00 Brian Potkin : > On Tue 01 Nov 2016 at 23:17:23 +0100, Matteo Croce wrote: > >> 2016-10-28 15:39 GMT+02:00 Brian Potkin : >> > >> > Set up a new queue with a different PPD: >&

Bug#841843: printer-driver-escpr: backend can't find PPD file]

2016-11-01 Thread Matteo Croce
- > > Date: Wed, 26 Oct 2016 19:19:55 +0100 > From: Brian Potkin > To: debian-print...@lists.debian.org > Subject: Re: Bug#841843: printer-driver-escpr: backend can't find PPD file > User-Agent: Mutt/1.5.23 (2014-03-12) > > On Wed 26 Oct 2016 at 19:58:08 +0200, Ma

Bug#841843: printer-driver-escpr: backend can't find PPD file

2016-10-26 Thread Matteo Croce
gt; On Wed 26 Oct 2016 at 19:04:56 +0200, Matteo Croce wrote: > >> 2016-10-26 18:55 GMT+02:00 Brian Potkin : >> > On Wed 26 Oct 2016 at 12:25:36 +0200, Matteo Croce wrote: >> > >> >> 2016-10-24 23:58 GMT+02:00 Brian Potkin : >> >> > On Mon 24 Oct

Bug#841843: printer-driver-escpr: backend can't find PPD file

2016-10-26 Thread Matteo Croce
2016-10-26 18:55 GMT+02:00 Brian Potkin : > On Wed 26 Oct 2016 at 12:25:36 +0200, Matteo Croce wrote: > >> 2016-10-24 23:58 GMT+02:00 Brian Potkin : >> > On Mon 24 Oct 2016 at 19:46:51 +0200, Matteo Croce wrote: >> > My print queue was set up (all on one line) with &g

Bug#841843: printer-driver-escpr: backend can't find PPD file

2016-10-26 Thread Matteo Croce
2016-10-25 23:21 GMT+02:00 Brian Potkin : > On Mon 24 Oct 2016 at 22:58:06 +0100, Brian Potkin wrote: > >> My print queue was set up (all on one line) with >> >> lpadmin -p wf2530 -v file:/home/brian/wf2530 -E >> -m >> escpr:/0/cups/model/epson-inkjet-printer-escpr/Epsom-WF-2530_Series-epson

Bug#841843: printer-driver-escpr: backend can't find PPD file

2016-10-26 Thread Matteo Croce
2016-10-24 23:58 GMT+02:00 Brian Potkin : > On Mon 24 Oct 2016 at 19:46:51 +0200, Matteo Croce wrote: > My print queue was set up (all on one line) with > > lpadmin -p wf2530 -v file:/home/brian/wf2530 -E > -m > escpr:/0/cups/model/epson-inkjet-printer-escpr/Epsom-WF-2530_

Bug#841843: printer-driver-escpr: backend can't find PPD file

2016-10-23 Thread Matteo Croce
Package: printer-driver-escpr Version: 1.6.8-1 Severity: important Dear Maintainer, I have cups installed on a headless system, but can't print anything. I ran strace on what the backend does, and it's doing: stat("/etc/cups/ppd//usr/lib/cups/filter/epson-escpr-wrapper.ppd", 0x7ffe5cf95530) = -1

Bug#828968: ppp: Support custom host-uniq tags

2016-06-29 Thread Matteo Croce
Yes, it's the same patch, I'm teknoraver on github 2016-06-29 16:15 GMT+02:00 Chris Boot : > On 29/06/16 13:55, Matteo Croce wrote: >> Dear Maintainer, >> >> Please consider applying the patch which allows to set an arbitrary host-uniq >> pppoe tag, whi

Bug#828968: ppp: Support custom host-uniq tags

2016-06-29 Thread Matteo Croce
figuration Files: /etc/ppp/options changed [not included] -- no debconf information -- Matteo Croce OpenWrt

Bug#774970: dnsmasq should depend on network-online.target when binding to device

2016-06-26 Thread Matteo Croce
Package: dnsmasq Version: 2.76-1 Followup-For: Bug #774970 Dear Maintainer, masq start before the wifi/lan bridge is up, so the bind to device fails: root@apu:~# journalctl |grep br0 giu 26 14:25:10 apu dnsmasq[282]: dnsmasq: unknown interface br0 giu 26 14:25:10 apu dnsmasq[282]: unknown interf

Bug#769398: add config file support to picocom

2015-06-16 Thread Matteo Croce
removed leftover in Makefile --- picocom.c +++ picocom.c @@ -965,6 +965,48 @@ /**/ +char * key_value(char *line, char *key) +{ + int llen = strlen(line); + int klen = strlen(key); + if(strstr(line, key) == line && + (line[kl

Bug#769398: add config file support to picocom

2015-06-16 Thread Matteo Croce
new patch which lets command line override configuration file for device path Index: Makefile === --- Makefile (revisione 31) +++ Makefile (copia locale) @@ -7,7 +7,7 @@ CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" \ -DUUCP_LOCK_DI

Bug#769398: add config file support to picocom

2014-11-13 Thread Matteo Croce
Package: picocom Version: 1.7-1 Tags: patch Severity: wishlist this patch adds support for a minimal configuration file: $ cat ~/.picocomrc port = /dev/ttyUSB0 baud = 115200 -- Matteo Croce OpenWrt Developer --- picocom.c +++ picocom.c @@ -965,6 +965,48

Bug#738575:

2014-03-10 Thread Matteo Croce
I think that it's a race condition as it doesn't happen every time -- Matteo Croce OpenWrt Developer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#678897: console-setup: setupcon hangs

2012-06-24 Thread Matteo Croce
Package: console-setup Version: 1.78 Severity: normal the upgrade process hangs because setupcon hangs: setupcon -v Configuring /dev/tty1 /dev/tty2 /dev/tty3 /dev/tty4 /dev/tty5 /dev/tty6 The charmap is UTF-8 BackSpace is ^? Executing utf_start /dev/tty1. Configuring /dev/tty1 in Unicode mode. a

Bug#460602: amule-daemon: KAD always disconnects after 20 minutes

2008-11-28 Thread Matteo Croce
Hi, i'm an ubuntu user and i think that the bug was fixed upstream in version 2.2.2 consider upgrading it -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#503199: [Bulk] Re: Bug#503199: rar: use 64 bit binary for the amd64 port

2008-10-25 Thread Matteo Croce
ne Roshal, sayng that you're allowed to package two RAR distributives into same TAR, provided that such distributives contain all original files not modified Consider doing this Cheers, Matteo Croce -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#503199: [Bulk] Re: Bug#503199: rar: use 64 bit binary for the amd64 port

2008-10-23 Thread Matteo Croce
On Thursday 23 October 2008 23:49:52 Martin Meredith wrote: > The licencing of rar doesn't really allow for us to do this. > > The licencing clearly states :- > >5. The RAR/WinRAR unlicensed trial version may be freely distributed, > with exceptions noted below, provided the distribution

Bug#503199: rar: use 64 bit binary for the amd64 port

2008-10-23 Thread Matteo Croce
Package: rar Version: 1:3.8b3-1 Severity: wishlist A 64 bit binary of rar was published on the rar site: http://rarlab.com/rar/rarlinux-x64-3.8.0.tar.gz please use it instead of the 32 bit static one for the amd64 port. i've done some testing and there is a speedup dependent on the CPU type On my

Bug#403301: [pkg-wpa-devel] Bug#403301: wpasupplicant: segfaults with Cisco Aironet

2006-12-19 Thread Matteo Croce
t; CC'ing the aironet mailing list. Matteo asks us debian wpa_supplicant > maintainers about WPA support for his airo card. Read the full context > here: http://bugs.debian.org/403301. Please maintain the CC on answers. > > Matteo Croce <[EMAIL PROTECTED]> writes: > > Isn

Bug#403301: [pkg-wpa-devel] Bug#403301: wpasupplicant: segfaults with Cisco Aironet

2006-12-18 Thread Matteo Croce
any harm. > > On Saturday 16 December 2006 11:50, Matteo Croce wrote: > > Package: wpasupplicant > > Version: 0.5.5-4 > > Severity: grave > > Justification: renders package unusable > > > > What's wrong here? > > > > [~]$ sudo wpa_sup

Bug#403301: wpasupplicant: segfaults with Cisco Aironet

2006-12-15 Thread Matteo Croce
p eth0 airo(eth0): cmd:111 status:7f11 rsp0:2 rsp1:0 rsp2:0 airo(eth0): Doing fast bap_reads airo(eth0): WPA is supported. airo(eth0): MAC enabled 0:d:29:0:ca:fe airo(eth0): Bad size 8192 [~]$ sudo wpa_supplicant -v wpa_supplicant v0.5.5 Copyright (c) 2003-2006, Jouni Malinen <[EMAIL PROTECTED]>

Bug#390025: chntpw: Yeah, please update

2006-11-11 Thread Matteo Croce
Package: chntpw Version: 0.99.2-4 Followup-For: Bug #390025 -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18 Locale: [EMAIL

Bug#366179: New release: 2.4.1

2006-06-10 Thread Matteo Croce
Please upgrade your package since the current one can't compile kde4 which i'm beta testing Cheers, -- .""`.Matteo Croce <[EMAIL PROTECTED]> : :" : proud Debian admin and user `. `"` `- Debian - when you have better things to do than fix a system

Bug#360657: passwd SIGSEGV on empty password

2006-04-03 Thread Matteo Croce
Enter new UNIX password:^D Retype new UNIX password:^D Segmentation fault [~]$ Cheers, Matteo Croce -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: amd64

Bug#360644: libebml-dev: libebml 0.7.6 produces invalid files

2006-04-03 Thread Matteo Croce
Package: libebml-dev Version: 0.7.6-2 Severity: grave Justification: causes non-serious data loss Current version of libebml could produce corrupted files. I can experience this with mkvtoolnix, corrupted files are here: http://chicca.ath.cx/mkvtoolnix/ The latest version (0.7.7) fixed this bug, s

Bug#360522: mkvtoolnix: generated files are corrupt under amd64

2006-04-03 Thread Matteo Croce
The bug is in libebml, building mkvtoolnix against libebml 0.7.7 will fix it. Please close the bug and upgrade libebml to the latest version. Cheers, Matteo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#360600: dchroot: chroot(".") fails with ENOPERM

2006-04-03 Thread Matteo Croce
000) /lib/ld-linux.so.2 (0xf7f64000) [~]# /var/chroot/sid-ia32/bin/true [~]# Btw, I can chroot manually with chroot. Cheers, Matteo Croce -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (50, 'unstable'), (1, '

Bug#360522: mkvtoolnix: generated files are corrupt under amd64

2006-04-03 Thread Matteo Croce
> I don't manage to play the 64/Scaar.aac either, while 32/Scaar.aac works > fine (tested with faad: totem and vlc). How was this file generated from > the real audio ? The wrong files are the ones in 64/. Files in 32/ are made with the i386 version of mkvtoolnix and are good. I can play the 32/*

Bug#360522: mkvtoolnix: generated files are corrupt under amd64

2006-04-02 Thread Matteo Croce
Package: mkvtoolnix Version: 1.6.5-4 Severity: grave Justification: causes non-serious data loss Under amd64 gebnerated files are corrupted, here there are some samples: http://chicca.ath.cx/mkvtoolnix/ -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (9

Bug#335677: ffmpeg threading support

2005-10-25 Thread Matteo Croce
Package: ffmpeg Version: 0.cvs20050918-4 Severity: wishlist Please, enable threading support in ffmpeg with --enable-pthreads Cheers, -- .""`. Matteo Croce <[EMAIL PROTECTED]> : :" :proud Debian admin and user `. `"` `- Debian - when you have better thin

Bug#327799: hpiod and hpssd pidfiles

2005-09-12 Thread Matteo Croce
Package: initng Version: 0.1.8-1 Severity: grave Pid files for hpiod and hpssd are wrong, please change them from: /var/run/hpiod.pid /var/run/hpssd.pid to the correct ones: /var/run/hplip/hpiod.pid /var/run/hplip/hpssd.pid Regards, -- .""`. Matteo Croce <[EM

Bug#323244: initng: Cardmgr should started before networking

2005-08-15 Thread Matteo Croce
Package: initng Version: 0.1.7-1 Severity: important On systems that uses pcmcia network adapters cardmgr should be starded before networking. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (50, 'unstable') Architecture: i386 (i686) S

Bug#295625: INSTALL REPORT

2005-02-16 Thread Matteo Croce
Package: installation-reports INSTALL REPORT Debian-installer-version: grabbed from http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc2/sarge-i386-netinst.iso the 10 Feb 2005 uname -a: Linux ralf 2.6.10ralf #4 Wed Feb 16 11:22:53 CET 2005 i686 GNU/Linux Date: 10 Feb 2005 02:30 PM G