Hi,
On Tue, 2005-09-13 at 23:49 +0200, Mohammed Adnène Trojette wrote:
> as part of the effort of cleaning the WNPP bugs, I just wanted to know
> your status on packaging webgui. Are you still intending to do integrate
> it in Debian? Are you waiting for a sponsor? Are the above issues
> resolved?
Package: dh-make-php
Version: 0.0.9-1
Severity: wishlist
Tags: patch
This is a patch which will allow the source package generated by
dh-make-pecl to create binary packages for both the php4 and php5 versions
of the PECL module (a source package that only builds one or the other can
be created via
Package: installation-reports
Debian-installer-version: Jan 11, 2005, from
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc2/sarge-i386-netinst.iso
uname -a: Linux mu 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686 GNU/Linux
Date: 01/11/2005 14:00:00
Method: netinst CD, RC2 releas
Package: nautilus
Version: 2.8.2-2
Severity: normal
Recently (last couple of days) nautilus started segfaulting on startup
(or when run manually).
I managed to resolve the issue (and get nautilus to run again) by
running "apt-get remove python2.3-gnome2 python2.3-glade2", which also
removed the fol
Package: awscli
Version: 2.15.8-1
Severity: important
Tags: newcomer
I would have this as wishlist, but the current version in unstable
(2.14) fails to install because of a versioned dependency on python-
cryptography, is therefore unusable.
-- System Information:
Debian Release: trixie/sid
AP
ory (forked from the main branch):
https://salsa.debian.org/zaharazod/python-decouple.git
Changes since the last upload:
python-decouple (3.6-3) unstable; urgency=medium
.
* copyright fixes
* lintian fixes
* new upstream version (3.6)
Regards,
--
Matt Barry
tags #516285 patch
thanks
I've created a small patch that may address this issue; merge request
available here:
https://salsa.debian.org/debian/adduser/-/merge_requests/18
Cheers,
Matt
signature.asc
Description: This is a digitally signed message part
This bug is almost ten years old; a patch was added almost five years
ago.
signature.asc
Description: This is a digitally signed message part
Control: tags -1 - moreinfo
Thanks! The fixed 3.6-1 files are up on mentors now.
~m
On Fri, 2022-05-20 at 11:27 +0200, Bastian Germann wrote:
> Control: reopen -1
> Control: tags -1 moreinfo
>
> Am 20.05.22 um 11:17 schrieb Bastian Germann:
> > You have to make this a NMU, which means mentioni
Control: tags -1 patch
Hi! I've created a patch[0] which implements SYS_DIR_MODE as described
in this bug; any feedback is welcome!
One thing I just wanted to confirm: the default for regular accounts
*should* have setgid? I only ask because this was previously
documented as causing issues (in
Control: tags -1 patch
This patch [0] implements the default system user home dir as
/nonexistent. Feedback welcome!
Cheers,
Matt
[0] https://salsa.debian.org/debian/adduser/-/merge_requests/20
Control: tags -1 patch
Hi! I've added a patch[0] that rejects all-numeric usernames in
adduser.. feedback welcome!
Cheers,
Matt
[0] https://salsa.debian.org/debian/adduser/-/merge_requests/21
On Fri, 2022-06-17 at 12:57 +, Mathias Gibbens wrote:
> The final thing that's been preventing upload of LXD is an issue
> that
> was found with a filename conflict with the lxc packaging (#1010843).
> I
> neglected to block this bug by that one, but just did so.
>
> The good news is that
tags -1 patch
thanks
tags -1 patch
thanks
The simplest way I can think of to solve this is:
(start)
mkdir /tmp/adduser.lock
sleep and loop until mkdir succeeds
(end)
remove /tmp/adduser.lock
which should be atomic assuming a local /tmp.
One could possibly add a /tmp/adduser.lock/adduser.pid and check for a
dead
tags -1 patch
On Mon, 2022-06-27 at 22:02 +0200, Marc Haber wrote:
>
> /run/adduser please, and probably a simple flock()? lock files in a
> shell script are a minefield for code running as root, I hope it is
> easier in perl.
Good call. I've attached a minimal POC, which works in manual testin
On Wed, 2022-06-29 at 11:13 +0200, Marc Haber wrote:
> On Tue, Jun 28, 2022 at 01:34:23PM -0400, Matt Barry wrote:
> > Good call. I've attached a minimal POC, which works in manual
> > testing,
> > but automated testing is tricky and there may be edge cases. (Thi
Package: wnpp
Severity: wishlist
* Package name: python-pdm
Version : 1.15.4
Upstream Author : frostming
* URL : https://github.com/pdm-project/pdm
* License : MIT
Programming Lang: Python
Description : next generation Python package management tool
(f
block -1 by 1014067
thanks
Confirmed by Slack support; you need to get the package directly from
Slack.
1) unstable; urgency=medium
.
* New upstream release (1.35).
* New maintainer. Closes: #998116.
* URL updates. Closes: #1013412.
* Various Lintian updates.
* Update and drop patches.
Cheers,
--
Matt Barry
signature.asc
Description: This is a digitally signed message part
Hello!
I am looking at the possibility of getting edgar updated and back into
the archive, which obviously involves this bug.
I don't desperately want to dredge up an entirely old discussion, so
I'll just document my starting point here. My working assumption is
that existing practice reflects
Looking at the check, it seems there is an exemption for SVG files
built in; would it make any sense to search for a text/* mime type
instead (ala libfile-libmagic-perl)?
Cheers,
Matt
Attached is a report of sound files that are referenced in the source
(see below for how it was created).
I will report this issue upstream.
for i in `grep 'playSoundToMap("' src -R | sed -e
's/.*playSoundToMap("\([^,"]*\)".*/\1/'|sort|uniq`; do echo -n $i; if [
! -f $i ]; then echo -n " NOT FOU
Oops.. real file.
sound/boss/ant_lion/earthquake
sound/boss/ant_lion/eat
sound/boss/armour_boss/clang
sound/boss/armour_boss/die
sound/boss/armour_boss/growl
sound/boss/armour_boss/saw_spin
sound/boss/armour_boss/saw_start
sound/boss/armour_boss/saw_stop
sound/boss/armour_boss/tongue_hit NOT FOUND
The logic as it is now is fairly straightforward:
1st check: all-numeric, always rejected
2nd check: ieee 1003.1-2001, minimal requirements [0]
3rd check: user-configurable *NAME_REGEX
4th: (possible override --allow-badname)
The docs desribe --force-badname as "weak checks applied"; this could
b
On Mon, 2022-07-04 at 08:54 +0200, Marc Haber wrote:
> Hi Matt,
>
> thanks for checking this.
>
> On Sun, Jul 03, 2022 at 09:16:49PM -0400, Matt Barry wrote:
> > 1st check: all-numeric, always rejected
> > 2nd check: ieee 1003.1-2001, minimal requirements [0]
>
Package: adduser
Version: 3.122~1
Severity: normal
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.18.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_P
On Tue, 2022-07-05 at 12:34 +0200, Marc Haber wrote:
> The body of the bug report was empty, and I can not confirm the non
> working of the option.
>
Apologies, this was filed in error, can be rejected.
On Tue, 2022-07-05 at 12:46 +0200, Marc Haber wrote:
> (1) Augment the USERS_GID with a USERS_GROUP setting, throwing a
> warning
> if both are set.
> (2) Set the primary group of a new non-system user created with
> USERGROUPS=no to the USERS_GID or the GID of the USERS_GROUP
> (3) Set USE
On Tue, 2022-07-05 at 15:34 +0200, Marc Haber wrote:
> On Tue, Jul 05, 2022 at 09:07:11AM -0400, Matt Barry wrote:
> > On Tue, 2022-07-05 at 12:46 +0200, Marc Haber wrote:
> > > (1) Augment the USERS_GID with a USERS_GROUP setting, throwing a
> > > warning
> > >
On Wed, 2022-07-13 at 22:44 +0200, Marc Haber wrote:
> Hi,
>
> On Wed, Jul 06, 2022 at 12:32:16PM +0200, Marc Haber wrote:
> > the useradd documentation says that a user name has a 32 character
> > limit. We should enforce this as well.
>
> Matt, would you want to take a quick plunge at this as w
On Wed, 2022-07-13 at 23:11 +0200, Marc Haber wrote:
> On Wed, Jul 13, 2022 at 04:50:20PM -0400, Matt Barry wrote:
> > There actually is a test for this, and it passes (ie. fails in
> > every instance, for a 33 character name)
>
> Does it also fail reasonably prettily for a
On Wed, 2022-07-13 at 23:09 +0200, Marc Haber wrote:
> On Wed, Jul 13, 2022 at 04:50:20PM -0400, Matt Barry wrote:
> > On Wed, 2022-07-13 at 22:44 +0200, Marc Haber wrote:
> > > On Wed, Jul 06, 2022 at 12:32:16PM +0200, Marc Haber wrote:
> > > > the useradd documenta
Hi,
I have added a test to benchmark the deletion of groups on a system
with tens of thousands of users, and it is indeed (still) not great.
However, removing the overhead described in this bug (and replacing it
with *nothing*) only yields < 10-15% speed-up.
I would not be opposed to relying on
On Thu, 2022-07-14 at 21:54 +0200, Marc Haber wrote:
> On Thu, Jul 14, 2022 at 03:00:50PM -0400, Matt Barry wrote:
> > Any objections to either moving this bug to passwd, or just
> > wontfix'ing
> > this?
>
> No objection from me, I'd just reassign the bug
Hi Josh,
On Thu, 2022-07-14 at 13:05 -0700, Josh Triplett wrote:
> > > The more recent issue 643559 suggests that
> > > > Those "bad side-effects", if they were ever relevant and
> > > > important
> > > > enough to make personal groups not work properly, have now been
> > > > fixed.
> > >
> > > H
Package: python3-sybil
Version: 3.0.1-1~exp1
Severity: normal
Hi,
I note that there is a 3.0.1 package in experimental, which I will start
looking at; mostly filing this so I can refer to it as a blocker.
Thanks!
Matt
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
block -1 by 1014974
thanks
retitle -1 ITA: toilet -- display large colourful characters in text mode
thanks
Package: wnpp
Severity: wishlist
Owner: Matt Barry
X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name: qtile
Version : 0.21.0
Upstream Author : Aldo Cortesi
* URL : https://www.qtile.org/
* License : MIT
Programming Lang: Python
Description : A
Package: wnpp
Severity: wishlist
Owner: Matt Barry
X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name: python-pywlroots
Version : 0.15.18
Upstream Author : Sean Vig
* URL : https://github.com/flacjacket/pywlroots
* License : UIUC (NCSA)
Programming
Package: wnpp
Severity: wishlist
Owner: Matt Barry
X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name: python-pywayland
Version : 0.4.13
Upstream Author : Sean Vig
* URL : https://pywayland.readthedocs.io/en/latest/
* License : Apache
Programming
On Thu, 2022-07-21 at 08:27 +0200, Marc Haber wrote:
> Package: adduser
> Version: 3.122
> Severity: normal
>
> The tests expect the test environment to be fresh. They relay too
> much
> on uids being the same and do not preseed adduser to provide
> reproducible uids.
>
> Reproducer:
> - create t
Package: gnome-control-center
Version: 1:42.3-2
Severity: wishlist
Tags: upstream
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.18.0-2-amd64
tags -1 + wontfix
thanks
On Fri, 2022-07-22 at 11:44 +0200, Marc Haber wrote:
> On Mon, Jun 06, 2022 at 03:26:24PM -0400, Matt Barry wrote:
> > AIUI /srv is under the purview of the sysadmin; if they decide to
> > set
> > DHOME somewhere under /srv, shouldn't th
On Wed, 2022-07-27 at 15:21 +0200, Marc Haber wrote:
> On Wed, Jul 27, 2022 at 09:12:50AM -0400, Jason Franklin wrote:
> For a normal user account, I am undecided whether:
>
> - leave login shell intact, leaving a possible security hole
> - set login shell back to the default when the account gets
Package: adduser
Severity: wishlist
AIUI /srv is under the purview of the sysadmin; if they decide to set
DHOME somewhere under /srv, shouldn't this behave the same as with
/home?
Cheers,
Matt
signature.asc
Description: This is a digitally signed message part
tags -1 + patch
thanks
Patch available on salsa.
Hi folks,
So, I've pushed a more simple fix for these two bugs:
https://salsa.debian.org/debian/adduser/-/merge_requests/24
One thing that is unclear (and I could not find guidance in the
documentation) is what the intent towards mount points actually is.
For the moment, I have made --remove-al
tags -1 + confirmed patch
thanks
Thanks for the bug report! There is a fix in the works for this issue;
I will update here when it's merged.
Cheers,
Matt
tags -1 + confirmed patch
thanks
On Wed, 2022-06-08 at 11:59 +0200, Marc Haber wrote:
> On Wed, Jun 08, 2022 at 12:34:14AM -0400, Matt Barry wrote:
> > tags -1 + confirmed patch
> > thanks
>
> How about zstd and the other hip compressors?
Heh. I was thinking about whether to bother with this one.
Especially with the default mode already setgid (overriding this
setting), it doesn't really add anything anymore.
On Thu, 2022-06-09 at 19:57 +0200, Marc Haber wrote:
>
> I'd recommend the following:
>
> - invoke tar --create --auto-compress --file /tmp/foo.tar.suffix
> --directory / usr/sbin/deluser
> - if exit code 127 (compressor known, but not installed):
> - print diagnostic
> - set suffix to ".gz
On Fri, 2022-06-10 at 12:13 +0200, Marc Haber wrote:
> On Thu, Jun 09, 2022 at 05:58:28PM -0400, Matt Barry wrote:
> > (TIL: the reverse of --auto-compress is on by default; 'tar [tx]f'
> > will
> > automatically determine the right algorithm.)
>
> And -T
Hi,
I imagine I arrived at this bug the same way a lot of folks did, trying
to sleuth out the reason why (e.g.) autopkgtest-build-lxd is broken in
Debian.. but perhaps I might be the first that read all the way to the
end to find a repo that builds somewhat working packages! Kudos and
thanks!
Wh
tags -1 + patch
thanks
Salsa PR 27 - implements the strategy Marc describes above.
Hello Dalibor,
Several years ago you expressed interest in adopting the fspy package;
are you still interested in working on this?
Cheers,
Matt
signature.asc
Description: This is a digitally signed message part
found 1012600 2.1.4-1
thanks
Module compilation (5.18) stalls for 10-15 minutes, then errors out.
Make log attached.
DKMS make.log for zfs-2.1.4 for kernel 5.18.0-1-amd64 (x86_64)
Thu Jun 16 12:05:46 PM EDT 2022
make all-recursive
make[1]: Entering directory '/var/lib/dkms/zfs/2.1.4/build'
Makin
retitle -1 ITA: python-public -- @public decorator for adding names to __all__
thanks
retitle -1 ITA python-redmine -- Python library for the Redmine RESTful API
(Python 3)
thanks
retitle -1 ITA: edgar -- 2D platform game with a persistent world
thanks
tags -1 + wontfix
thanks
Hello,
I have submitted an inquiry to Slack to clarify, but it doesn't appear
that there are any rights to redistribute this software. They already
offer a .deb (as well as a snap) - afaict you will have to download it
directly from them.
Cheers,
Matt
retitle -1 ITA: purity -- Automated purity testing software
thanks
retitle -1 ITA: blackbox -- Window manager for X
thanks
Just for the record, here is the response I received:
--
Hi there,
Thank you for reaching out.
We’re looking into this and will get back to you.
Thank you for your patience.
Best,
Lauren | (She/Her)
Customer Experience, Slack Support
Package: wnpp
Severity: wishlist
Owner: Matt Barry
X-Debbugs-Cc: debian-de...@lists.debian.org, m...@hazelmollusk.org
* Package name: vaticinator
Version : 0.0.4
Upstream Contact: Matt Barry
* URL : https://github.com/hazelmollusk/vaticinator
* License : MIT
ly affects very
few modern users, but we should document exactly what actions we are taking
(and reversible should mean exactly that, unless specified).
m
On Thu, Feb 20, 2025 at 3:46 PM Marc Haber
wrote:
> On Thu, Feb 20, 2025 at 02:24:43PM -0500, Matt Barry wrote:
> > > We don
>
> deluser --lock => usermod -lock. Nothing else.
> deluser --system --lock => usermod -lock. Nothing else.
> adduser --unlock => usermod --unlock. Nothing else.
> adduser --system --unlock => usermod --unlock. Nothing else.
So to reiterate for the record:
- locking does nothing to expiration
ng
that installing a package that shares a common system user that was
previously disabled will enable it on installation - I'm not sure which is
less surprising, will defer to you if you think usermod -Ue9 is
sufficient.
m
On Thu, Feb 20, 2025 at 12:27 PM Marc Haber
wrote:
> On Th
72 matches
Mail list logo