Your message dated Wed, 21 Feb 2001 15:13:59 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#72241: fixed in util-linux 2.10s-1 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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Sep 2000 17:09:05 +0000 >From [EMAIL PROTECTED] Fri Sep 22 12:09:05 2000 Return-path: <[EMAIL PROTECTED]> Received: from (ngi.de) [::ffff:195.243.0.245] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 13cWJs-0006jN-00; Fri, 22 Sep 2000 12:09:05 -0500 Received: (qmail 697 invoked from network); 22 Sep 2000 16:40:43 -0000 Received: from p3e9e1474.dip0.t-ipconnect.de (HELO alpha.intern.brederlow.de) (@62.158.20.116) by 195.243.0.245 with SMTP; 22 Sep 2000 16:40:43 -0000 Received: from mrvn by alpha.intern.brederlow.de with local (Exim 3.12 #1 (Debian)) id 13cVtA-0001WC-00; Fri, 22 Sep 2000 18:41:28 +0200 From: Goswin Brederlow <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: devfs patches X-Reportbug-Version: 0.54 X-Mailer: reportbug 0.54 Date: Fri, 22 Sep 2000 18:41:28 +0200 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: util-linux Version: 2.10f-5 Severity: normal Here's a patch to make getty cope with devfs without devfsd running and without alterations to /etc/inittab. Changes for /etc/securetty and that other file X uses for permissions for startx will follow. --------------------------------------------------------------------------- diff -Nurd util-linux-2.10f/login-utils/agetty.c util-linux-2.10f-mrvn/login-utils/agetty.c --- util-linux-2.10f/login-utils/agetty.c Wed Nov 3 00:28:21 1999 +++ util-linux-2.10f-mrvn/login-utils/agetty.c Wed Sep 20 14:01:00 2000 @@ -489,6 +489,34 @@ if (argc > optind && argv[optind]) setenv ("TERM", argv[optind], 1); + if (strncmp(op->tty, "ttyS", 4) == 0) { + char dev_name[100]; + struct stat *st; + + strcpy(dev_name, "/dev/"); + strncat(dev_name, op->tty, 90); + if (stat(dev_name, &st) < 0) { + strcpy(dev_name, "/dev/tts/"); + strncat(dev_name, (op->tty + 4), 90); + if (stat(dev_name, &st) >= 0) { + op->tty = strdup(dev_name + 5); + } + } + } else if (strncmp(op->tty, "tty", 3) == 0) { + char dev_name[100]; + struct stat *st; + + strcpy(dev_name, "/dev/"); + strncat(dev_name, op->tty, 90); + if (stat(dev_name, &st) < 0) { + strcpy(dev_name, "/dev/vc/"); + strncat(dev_name, (op->tty + 3), 90); + if (stat(dev_name, &st) >= 0) { + op->tty = strdup(dev_name + 5); + } + } + } + debug(_("exiting parseargs\n")); } --------------------------------------------------------------------------- -- System Information Debian Release: 2.2 Architecture: alpha Kernel: Linux alpha 2.2.14 #4 Sun Jun 19 11:41:46 CEST 2005 alpha Versions of packages util-linux depends on: ii libc6.1 2.1.3-13 GNU C Library: Shared libraries an ii libncurses5 5.0-6 Shared libraries for terminal hand ii slang1 1.4.1-1 The S-Lang programming library - r -- Configuration Files: /etc/fdprm [Errno 2] No such file or directory: '/etc/fdprm' --------------------------------------- Received: (at 72241-close) by bugs.debian.org; 21 Feb 2001 20:20:17 +0000 >From [EMAIL PROTECTED] Wed Feb 21 14:20:16 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [::ffff:206.246.226.45] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14VfkF-0002v6-00; Wed, 21 Feb 2001 14:20:15 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 14VfeB-000110-00; Wed, 21 Feb 2001 15:13:59 -0500 From: Debian QA Group <debian-qa@lists.debian.org> To: [EMAIL PROTECTED] Subject: Bug#72241: fixed in util-linux 2.10s-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 21 Feb 2001 15:13:59 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of util-linux, which has been installed in the Debian FTP archive: util-linux_2.10s-1_i386.deb to pool/main/u/util-linux/util-linux_2.10s-1_i386.deb mount_2.10s-1_i386.deb to pool/main/u/util-linux/mount_2.10s-1_i386.deb util-linux_2.10s-1.dsc to pool/main/u/util-linux/util-linux_2.10s-1.dsc util-linux_2.10s-1.diff.gz to pool/main/u/util-linux/util-linux_2.10s-1.diff.gz util-linux_2.10s.orig.tar.gz to pool/main/u/util-linux/util-linux_2.10s.orig.tar.gz bsdutils_2.10s-1_i386.deb to pool/main/u/util-linux/bsdutils_2.10s-1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Debian QA Group <debian-qa@lists.debian.org> (supplier of updated util-linux package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 12 Feb 2001 14:43:32 -0800 Source: util-linux Binary: bsdutils util-linux mount Architecture: source i386 Version: 2.10s-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group <debian-qa@lists.debian.org> Changed-By: Sean 'Shaleh' Perry <[EMAIL PROTECTED]> Description: bsdutils - Basic utilities from 4.4BSD-Lite. mount - Tools for mounting and manipulating filesystems. util-linux - Miscellaneous system utilities. Closes: 34217 42497 55500 71978 72241 79794 80386 85492 Changes: util-linux (2.10s-1) unstable; urgency=low . * New upstream release, Closes: #85492 * login-utils/wall now checks whether the devices has a colon in it and skips it if it does. This prevents wall from trying to send to X connectiosn. Closes: #34217 * added joeyh's script patch for handling SIGWINCH, Closes: #42497 * debian has long been modifying the man page to point at proper file locations, these two bugs were merged with two other bugs that are actually bugs in docs v. reality and so were not getting closed. unmerged and are now being closed. Closes: #55500. * DEB_HOST_ARCH is set if not run from within dpkg-buildpackage, Closes: #71978 * devfs code now in the upstream, Closes: #72241 * upstream fixed the wrong NAME, Closes: #79794 * umount knows that mips does not support umount2, Closes: #80386 * removed calls to suidregister * orphaning package Files: 0be869d6e045c23762bd758dc4689340 661 base required util-linux_2.10s-1.dsc 4ab914724a6473ca64192a22d82917fd 1303837 base required util-linux_2.10s.orig.tar.gz b8dcf20541aebecbc0e1083b3ec833ae 27145 base required util-linux_2.10s-1.diff.gz a9580caffb7fe2f5114c02679091fb32 843548 base required util-linux_2.10s-1_i386.deb 4bb03b9a74e7b479a7da268afba7765b 81228 base required mount_2.10s-1_i386.deb 17f5ff5f3e64d11daeab3952e5fa4319 32754 base required bsdutils_2.10s-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqT60QACgkQ1GPU2Z7hbxtDzACfettrSeaRyUvGcfwX9pstOt6S CzQAn3NIrlNKko5oPKTEBusamdi8GFf1 =Jpbs -----END PGP SIGNATURE-----