Sławomir ''Lamagra'' Wróbel
2006-Feb-08 21:18 UTC
Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
Package: adduser Version: 3.80 Severity: normal In the version from sarge there is no problem with adding or removing user. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, ''testing''), (500, ''stable'') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-rc3 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to pl_PL) Versions of packages adduser depends on: ii debconf [debconf-2.0] 1.4.67 Debian configuration management sy ii passwd 1:4.0.14-3 change and administer password and ii perl-base 5.8.7-10 The Pathologically Eclectic Rubbis adduser recommends no packages. -- debconf information: * adduser/homedir-permission: true
Marc Haber
2006-Feb-09 00:33 UTC
Bug#351968: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
On Wed, Feb 08, 2006 at 09:52:40PM +0100, S??awomir ''Lamagra'' Wr?bel wrote:> Subject: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called > at /usr/sbin/adduser line 125" when adding user > > Package: adduser > Version: 3.80 > Severity: normal > > In the version from sarge there is no problem with adding or removing > user.Please send the output of dpkg --listfiles adduser | xargs md5sum 2>/dev/null after reinstalling adduser and retrying to use adduser. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Marc Haber
2006-Feb-09 10:48 UTC
Bug#351968: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
On Thu, Feb 09, 2006 at 01:30:28AM +0100, Marc Haber wrote:> Please send the output of > dpkg --listfiles adduser | xargs md5sum 2>/dev/null > after reinstalling adduser and retrying to use adduser.Reply sent in private mail shows md5sums of relevant fils to be OK. What exactly are you trying to do? Line 125 is an error message that is only printed if none or more then two non-option parameters are passed. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Sławomir ''Lamagra'' Wróbel
2006-Feb-09 13:33 UTC
Bug#351968: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
Marc Haber napisa?(a):> On Thu, Feb 09, 2006 at 01:30:28AM +0100, Marc Haber wrote: > >>Please send the output of >>dpkg --listfiles adduser | xargs md5sum 2>/dev/null >>after reinstalling adduser and retrying to use adduser. > > > Reply sent in private mail shows md5sums of relevant fils to be OK. > > What exactly are you trying to do? > > Line 125 is an error message that is only printed if none or more then > two non-option parameters are passed. > > Greetings > Marc >I saw this problem when I was upgrading amavisd-new and cyrus21-common, both of this package want to add user amavis & cyrus - Instalation was stopped with "Undefined subroutine &main::gtx called". Then I tried to add this users manual with "adduser amavis", result was the same "Undefined subroutine &main::gtx called". Even if I tried to run adduser without any parameters, result was the same, For example old package (sarge version) was asking about user which I want to add when I run "adduser". For now i solved the problem by installing version adduser from sarge and reinstall amavisd-new and cyrus21-common. -- ============================================================= S?awomir "Lamagra" Wr?bel | tel. kom. +48 600 297 216 GG: #179048 | ICQ: #114861480 | JID: lamagra(at)jabber(dot)org E-mail: lamagra@lamagra.org | RLU: #323368 | PGP: 0x0F77A43D ==============================================================
Marc Haber
2006-Feb-09 16:33 UTC
Bug#351968: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
On Thu, Feb 09, 2006 at 02:32:57PM +0100, S??awomir ''Lamagra'' Wr?bel wrote:> Marc Haber napisa??(a): > > What exactly are you trying to do? > > > > Line 125 is an error message that is only printed if none or more then > > two non-option parameters are passed. > > > > Greetings > > Marc > > > I saw this problem when I was upgrading amavisd-new and cyrus21-common, > both of this package want to add user amavis & cyrus - Instalation was > stopped with "Undefined subroutine &main::gtx called". Then I tried to > add this users manual with "adduser amavis", result was the same > "Undefined subroutine &main::gtx called".Please try "/usr/sbin/adduser somename". If that doesn''t work, please re-try with an english locale. Dnd if that doesn''t work, please execute strace -f -s 2000 -o strace.adduser /usr/sbin/adduser somename and send the gzipped strace.adduser file in private mail. Thanks in advance.> Even if I tried to run adduser > without any parameters, result was the same,This is the only case where the code in line 125 is actually supposed to be executed. But it shouldn''t trigger that error in the first place. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Joerg Hoh
2006-Apr-20 21:52 UTC
Bug#351968: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
Hi On Wed, Feb 08, 2006 at 09:52:40PM +0100, S??awomir ''Lamagra'' Wr?bel wrote:> Package: adduser > Version: 3.80 > Severity: normal > > In the version from sarge there is no problem with adding or removing > user.Can you give it another try? It should be already fixed in sid. J?rg Hoh -- What did you do to the cat? It looks half-dead. -Schroedinger''s wife -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/adduser-devel/attachments/20060420/c059ca59/attachment.pgp
Debian Bug Tracking System
2006-Apr-26 10:22 UTC
Processed: Re: Bug#351968: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
Processing commands for control@bugs.debian.org:> tags #351968 moreinfoBug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user There were no tags set. Tags added: moreinfo> user adduser@packages.debian.orgSetting user to adduser@packages.debian.org (was mh+debian-packages@zugschlus.de).> usertags #351968 close-20060515There were no usertags set. Usertags are now: close-20060515.> thanksStopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Marc Haber
2006-Apr-26 10:24 UTC
Bug#351968: [Adduser-devel] Bug#351968: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user
tags #351968 moreinfo user adduser@packages.debian.org usertags #351968 close-20060515 thanks On Thu, Apr 20, 2006 at 11:18:19PM +0200, Joerg Hoh wrote:> Can you give it another try? It should be already fixed in sid.I am going to close this bug by 2006-05-15 if no feedback from the submitter comes in. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Debian Bug Tracking System
2006-Jun-14 08:28 UTC
[Adduser-devel] Bug#351968: marked as done ("Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user)
Your message dated Wed, 14 Jun 2006 10:12:38 +0200 with message-id <20060614081238.GA30478@nechayev.zugschlus.de> and subject line Bugs fixed in experimental has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------- next part -------------- An embedded message was scrubbed... From: =?iso-8859-2?q?S=B3awomir_=27Lamagra=27_Wr=F3bel? <lamagra@blood.bloodland.org> Subject: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user Date: Wed, 08 Feb 2006 21:52:40 +0100 Size: 2042 Url: http://lists.alioth.debian.org/pipermail/adduser-devel/attachments/20060614/4c6c4549/attachment.mht -------------- next part -------------- An embedded message was scrubbed... From: Marc Haber <mh+debian-packages@zugschlus.de> Subject: Bugs fixed in experimental Date: Wed, 14 Jun 2006 10:12:38 +0200 Size: 2302 Url: http://lists.alioth.debian.org/pipermail/adduser-devel/attachments/20060614/4c6c4549/attachment-0001.mht
Debian Bug Tracking System
2006-Jun-23 14:58 UTC
[Adduser-devel] Bug#351968: marked as done ("Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user)
Your message dated Fri, 23 Jun 2006 07:32:07 -0700 with message-id <E1Ftmhb-0004fx-IC@spohr.debian.org> and subject line Bug#351968: fixed in adduser 3.90 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------- next part -------------- An embedded message was scrubbed... From: =?iso-8859-2?q?S=B3awomir_=27Lamagra=27_Wr=F3bel? <lamagra@blood.bloodland.org> Subject: "Undefined subroutine &main::gtx called at /usr/sbin/adduser line 125" when adding user Date: Wed, 08 Feb 2006 21:52:40 +0100 Size: 2042 Url: http://lists.alioth.debian.org/pipermail/adduser-devel/attachments/20060623/14412fce/attachment.mht -------------- next part -------------- An embedded message was scrubbed... From: Marc Haber <mh+debian-packages@zugschlus.de> Subject: Bug#351968: fixed in adduser 3.90 Date: Fri, 23 Jun 2006 07:32:07 -0700 Size: 4527 Url: http://lists.alioth.debian.org/pipermail/adduser-devel/attachments/20060623/14412fce/attachment-0001.mht