Bug#1071961: mailcap: run-mailcap doesn't properly identifies magic types

2024-05-27 Thread Yair Yarom
use File::Which or File:LibMagic modules and have a more perl-y solution, but it will add dependencies for the package. Not sure what the best solution is... HTH, On Mon, 27 May 2024 at 05:27, Charles Plessy wrote: > Le Sun, May 26, 2024 at 05:35:28PM +0300, Yair Yarom a écrit : > > &

Bug#1071961: mailcap: run-mailcap doesn't properly identifies magic types

2024-05-26 Thread Yair Yarom
Package: mailcap Version: 3.70+nmu1.huji Severity: normal Tags: patch Dear Maintainer, The function MagicMimetype always fails because the `command -v file` isn't executed inside a shell (rather, perl searches for the "command" binary, and fails to find it). Attached is a patch that fixes this.

Bug#1067845: adduser: Reserving uid/gid from the uid/gid pools

2024-04-01 Thread Yair Yarom
Hi, Attached is a patch to uidgidpool.t that tests several cases of the reserved uids. I'm not really proficient in these test tools, so I hope it works properly... BR, On Thu, 28 Mar 2024 at 22:58, Marc Haber wrote: > On Wed, Mar 27, 2024 at 04:55:35PM +0200, Yair Yarom wrote:

Bug#1067845: adduser: Reserving uid/gid from the uid/gid pools

2024-03-27 Thread Yair Yarom
Package: adduser Version: 3.134 Severity: wishlist Tags: patch Dear Maintainer, The UID_POOL (and GID_POOL) files contains UIDs that should be used for given name. It would be helpful to reserve the UIDs for the future, so that the order of adding users to the system won't affect the usability of

Bug#973471: look has unpredictable behavior

2022-04-20 Thread Yair Yarom
Package: util-linux Version: 2.36.1-8+deb11u1 Followup-For: Bug #973471 Hello, The issue is that currently "look" is broken on debian/bullseye. I don't know whether this package needs to be updated or the dictionary package(s). Attached is a patch that removes the default -d and -f when no dicti

Bug#1005180: update-mime: conffile can't update settings

2022-03-30 Thread Yair Yarom
ut it will be nice to have it available (backport or stable). This is a somewhat obscure feature (and not really documented), so I doubt it breaks many systems, and so I'm not sure how urgent this is to be backported. Thanks, Yair. -- /| | \/ | Yair Yarom | System Group

Bug#1008053: cups-client: lpoptions as root doesn't update /etc/cups/lpoptions

2022-03-21 Thread Yair Yarom
Package: cups-client Version: 2.3.3op2-3+deb11u1huji Severity: normal Tags: patch Dear Maintainer, Running lpoptions as root (e.g. "lpoptions -d mafil") should update /etc/cups/lpoptions to be the defaults for all users (at least it was in the past and still claim to do so in the manual). But ins

Bug#1005180: update-mime: conffile can't update settings

2022-02-08 Thread Yair Yarom
Package: mailcap Version: 3.69 Severity: normal Tags: patch Dear Maintainer, In update-mime, setting all variable with 'my' prevents them from being updated by the conf file (/etc/update-mime.conf). Setting them to 'our' solves this issue. We use this so that locally installed applications won't

Bug#538725: checkroot.sh: fails if root not in fstab

2018-12-30 Thread Yair Yarom
This was resolved several years ago (as far as I can tell). We currently don't patch checkroot.sh and it seems to be working fine. Regards, Yair. On Sat, Dec 29, 2018 at 8:36 PM Dmitry Bogatov wrote: > > control: tags -1 +moreinfo +unreproducible > > [2009-08-05 18:02] Y

Bug#718497: lightdm-gtk-greeter: Last PAM error message not showing

2013-08-01 Thread Yair Yarom
Package: lightdm-gtk-greeter Version: 1.6.0-1 Severity: normal Tags: upstream patch Dear Maintainer, Whenever PAM fails the message: "Incorrect password, please try again" appears ignoring the real message from the PAM, which might be e.g. "access denied". This of course, is very confusing to use

Bug#696814: libhdate1: Missing last week of February

2012-12-27 Thread Yair Yarom
Package: libhdate1 Version: 1.6-1 Severity: normal Tags: patch Dear Maintainer, When displaying February it is limited to only four lines of week, causing it to usually miss its last week. e.g. $ hcal 02 2013 February 2013 Sh'vat - Adar 5773 Sun Mon Tue Wed Thu Fri Sat

Bug#681186: systemd: Hardcoded undocumented ignore_paths breaks fstab

2012-11-18 Thread Yair Yarom
Michael Biebl writes: > Hi, > > On 11.07.2012 10:36, Yair Yarom wrote: > >> We need /proc/bus/usb for various reasons. > > May I ask why you need it / which software needs it? We had some scripts to check usb devices, and it was simpler to use a single file. We no lo

Bug#684390: xul-ext-adblock-plus: /etc/xul-ext/adblock-plus.js isn't read

2012-08-09 Thread Yair Yarom
Package: xul-ext-adblock-plus Version: 2.1.1-1 Severity: normal Dear Maintainer, /etc/xul-ext/adblock-plus.js isn't read. I guess because the defaults/preferences/000system.js link doesn't exists anymore as it was in the 1.3.* versions. Regards, Yair. -- System Information: Debian Release:

Bug#681186: systemd: Hardcoded undocumented ignore_paths breaks fstab

2012-07-11 Thread Yair Yarom
Package: systemd Version: 44-2 Severity: normal Tags: upstream Dear Maintainer, We need /proc/bus/usb for various reasons. Putting it on fstab without the noauto option, should mount it on boot. However, there's an ignore_paths in mount-setup.c which lists it as not mountable as something else *m

Bug#679872: lightdm: No access control for lightdm's system bus

2012-07-02 Thread Yair Yarom
Package: lightdm Version: 1.2.2-1 Severity: normal Dear Maintainer, It appears everyone has access to lightdm's system bus, which means anyone with remote or local access can cause the seat to change user, lock screen or switch to the greeter. I.e. the following commands can be executed by any u

Bug#656863: liblightdm: lightdm.conf's xsessions-directory is ignored

2012-01-22 Thread Yair Yarom
Package: lightdm Version: 1.0.6-3 Severity: normal Dear Maintainer, liblightdm is opening a hardcoded XSESSIONS_DIR as the xsessions directory instead of reading lightdm.conf first (both qt and gobject). As such the xsessions-directory configuration option is ignored by the greeters. Yair.

Bug#626506: libpam-krb5: Add an option so pam_krb5 won't prompt for password (use the kerberos prompt instead)

2011-05-12 Thread Yair Yarom
Russ Allbery writes: > Yair Yarom writes: > >> Some preauth plugins have their own password prompts, and with pam_krb5 >> always asking for password, the result is two password prompts (when the >> first might be ignored, as the preauth can replace the key). > >&g

Bug#626509: libpam-krb5: Automatically create FAST armor cache by using anonymous user

2011-05-12 Thread Yair Yarom
Package: libpam-krb5 Version: 4.4-1 Severity: wishlist Tags: upstream patch When using FAST a ticket cache should be available beforehand. On some situations there is no such cache or it is not readable. Is it possible to add an option to automatically create this ticket cache by using the anon

Bug#626506: libpam-krb5: Add an option so pam_krb5 won't prompt for password (use the kerberos prompt instead)

2011-05-12 Thread Yair Yarom
Package: libpam-krb5 Version: 4.4-1 Severity: wishlist Tags: upstream patch Some preauth plugins have their own password prompts, and with pam_krb5 always asking for password, the result is two password prompts (when the first might be ignored, as the preauth can replace the key). I suggest a n

Bug#581537: libpam-modules: pam_motd changes the motd

2010-05-13 Thread Yair Yarom
Package: libpam-modules Version: 1.1.1-3 Severity: important Hi, pam_motd should not change motd. motd is message of the day. It should not change on each login. Moreover, on heavy servers, it might cause a problem if this file is updated on every login (and by run-parts, no less, even though

Bug#569144: nfs-common: build with --enable-mountconfig to re-enable default nfs3 on kernels above 2.6.31

2010-02-10 Thread Yair Yarom
Package: nfs-common Version: 1:1.2.1-3huji Severity: wishlist Hi, On kernels above 2.6.31, the default has changed to nfs4 which breaks some mounts on system with old configurations. When built with the --enable-mountconfig option, admins can edit /etc/nfsmount.conf to revert back to nfs3 (among

Bug#556464: Allow chkconfig to use different root filesystems

2009-11-16 Thread Yair Yarom
Package: chkconfig Version: 11.0-79.1-2 Severity: wishlist Tags: patch For when the distribution installation isn't on '/' (e.g. network or a different partition), It could be useful to have chkconfig an option to use the different root. e.g. to check the services on /mnt/sda3 one could do: /m

Bug#538725: checkroot.sh: fails if root not in fstab

2009-08-05 Thread Yair Yarom
Package: initscripts Version: 2.86.ds1-65 Severity: normal Hi, We have here nfsroot, and no "/" entry in /etc/fstab. It seems that checkroot.sh suppose to support it, i.e. if it doesn't get to a "/" entry, the rootcheck variable is set to "no" (or, more precisely, remains "no"). However, in line

Bug#525844: am-utils: pawd produces junk when in a non-existent directory

2009-04-27 Thread Yair Yarom
Package: am-utils Version: 6.1.5-12 Severity: normal Tags: patch Hi, There's a bug in the pawd utility from the am-utils package. When getcwd fails, it writes "random" junk on the screen. To reproduce: $ mkdir /tmp/anewdirectory $ cd /tmp/anewdirectory $ rm /tmp/anewdirectory $ pawd Regards

Bug#468378: libc6: functions that require *errnop, shouldn't receive it as &errno (e.g. _nss_*_getgrnam_r)

2008-02-28 Thread Yair Yarom
Package: libc6 Version: 2.7-6 Severity: normal Functions that require *errnop for the error, sometimes restores the errno to it's original state before returning. If they are given errnop = &errno, then they reset errno, and thus errnop also gets reset and no error is reported. My example is get

Bug#446628: emacs: crashes after opening frame on a different display

2007-10-14 Thread Yair Yarom
Package: emacs Severity: normal After opening a frame on a different display: make-frame-on-display, when the other display is shutdown (e.g. logout, or X crash), the emacs crashes over xcb assertion: emacs: xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed This happens even if t