MAILER-DAEMON on Thu, 27 Mar 2003 09:05:10 -0500


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Returned mail - nameserver error report


 --------Message not delivered to the following:

    david.caputo    E-mail field not present in nameserver entry

 --------Error Detail (phquery V4.4):

 The message, "E-mail field not present in nameserver entry," is generated
 whenever the ph nameserver matched the supplied name or alias with an
 entry that lacked an email address field.  In this case no delivery can
 be made.  Recommended action is to contact the individual by alternate
 means via the information included below.  If the individual already has
 an email address, s/he should edit their ph entry to include it.  N.B.,
 postmaster will not have any information more current than this.
 
 name: David Victor Caputo
 alias: david.caputo


 --------Unsent Message below:

Received: from quint.netisland.net (IDENT:root@quint.netisland.net [207.8.132.210])
	by mr3.its.yale.edu (8.11.6/8.11.6) with ESMTP id h2RE2qY14673
	for <david.caputo@yale.edu>; Thu, 27 Mar 2003 09:02:53 -0500 (EST)
Received: from quint.netisland.net (IDENT:list@localhost [127.0.0.1])
	by quint.netisland.net with ESMTP id h2RE22WC029047;
	Thu, 27 Mar 2003 09:02:03 -0500
Received: from ftp.ece.villanova.edu (ftp.ece.villanova.edu [153.104.63.227])
	by quint.netisland.net with ESMTP id h2RE11WC029026
	for <plug@lists.phillylinux.org>; Thu, 27 Mar 2003 09:01:01 -0500
X-AntiVirus-Scanned: by ftp.ece.villanova.edu - http://safeinternetemail.com/
Received: (from Ustyx@localhost)
	by ftp.ece.villanova.edu (8.11.6/8.11.6) with UUCP id h2RE06a24887
	for plug@lists.phillylinux.org; Thu, 27 Mar 2003 09:00:06 -0500 (EST)
Received: from asterix.purple.com (asterix [192.168.0.6])
	by diderot.purple.com (8.12.3/8.12.3/Debian -4) with ESMTP id h2RDpDRJ006622
	for <plug@lists.phillylinux.org>; Thu, 27 Mar 2003 08:51:13 -0500
Received: from jeff by asterix.purple.com with local (Exim 3.36 #1 (Debian))
	id 18yXmj-0007oD-00
	for <plug@lists.phillylinux.org>; Thu, 27 Mar 2003 08:51:13 -0500
Date: Thu, 27 Mar 2003 08:51:13 -0500
From: Jeff Abrahamson <jeff@purple.com>
To: plug@lists.phillylinux.org
Subject: Re: [PLUG] cdparanoia and cd-rw
Message-ID: <20030327135113.GL13239@purple.com>
Mail-Followup-To: plug@lists.phillylinux.org
References: <20030326235951.GF13239@purple.com> <1048749009.998.32.camel@localhost>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="NqXz6hVRMdSFrLFa"
Content-Disposition: inline
In-Reply-To: <1048749009.998.32.camel@localhost>
User-Agent: Mutt/1.4i
Sender: plug-admin@lists.phillylinux.org
Errors-To: plug-admin@lists.phillylinux.org
X-BeenThere: plug@lists.phillylinux.org
X-Mailman-Version: 2.0.11
Precedence: bulk
Reply-To: plug@lists.phillylinux.org
List-Help: <mailto:plug-request@lists.phillylinux.org?subject=help>
List-Post: <mailto:plug@lists.phillylinux.org>
List-Subscribe: <https://lists.netisland.net/mailman/listinfo/plug>,
	<mailto:plug-request@lists.phillylinux.org?subject=subscribe>
List-Id: Philadelphia Linux User's Group <plug.lists.phillylinux.org>
List-Unsubscribe: <https://lists.netisland.net/mailman/listinfo/plug>,
	<mailto:plug-request@lists.phillylinux.org?subject=unsubscribe>
X-YaleITSMailFilter: Version 1.0c (attachment(s) not renamed)


--NqXz6hVRMdSFrLFa
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Mar 27, 2003 at 02:10:10AM -0500, Will Dyson wrote:
>   [44 lines, 325 words, 2015 characters]  Top characters: esinotad
>=20
> On Wed, 2003-03-26 at 18:59, Jeff Abrahamson wrote:
>=20
> > I can use the cdrom (cd-rw) just fine for many things: playing cd's,
> > reading cdrom's, etc. I can run cd-disc-id just fine. But cd-paranoia
> > isn't happy.
>=20
> [snip]
>=20
> >   Checking /dev/cdrom for cdrom...
> > 	  Testing /dev/cdrom for cooked ioctl() interface
> > 		  /dev/scd0 is not a cooked ioctl CDROM.
> > 	  Testing /dev/cdrom for SCSI interface
> > 		  No generic SCSI device found to match CDROM device /dev/scd0
>=20
> You don't mention cd burning as one of the things you can do with this
> drive, even though it is a cd-rw.
>=20
> You need to be able to send raw scsi commands to the cd device in order
> to burn cds or use cdparanoia. The cooked ioctrl() interface is the
> interface that is used to send scsi commands to a cdrom using the ide-cd
> driver (atapi can basicly be seen as scsi commands over the ata bus).
>=20
> Your cdrw is probably an atapi device, rather than scsi (scsi burners
> are rather expensive, for no particular reason other than low production
> volume). But it is being represented as a scsi device by the ide-scsi
> kernel, so /dev/cdrom is a link to /dev/scd0 (if you are using a modular
> kernel, you'll see sr_mod in lsmod). The /dev/sg* devices are the
> interface used to send raw scsi commands to a scsi device (an evil
> interface if I ever saw one).
>=20
> You need to have permission on /dev/sg* in order to send these raw
> commands to your cdrw (and probably write on /dev/scd0 as well). You may
> not have that now, because the ability to send raw scsi commands to any
> scsi device on the system is the ability to lock the computer up hard,
> or wipe the filesystem (if it is on a scsi disk, of course).

Wow, you're absolutely right. I can burn cd's, but I have to be root
to do it. Sure enough, cdparanoia works as root.

But I'm in the right group:

  jeff@asterix:jeff $ ll /dev/cdrom
  lrwxrwxrwx    1 root     root            4 2002-12-27 16:14 /dev/cdrom ->=
 scd0
  jeff@asterix:jeff $ ll /dev/scd0
  brw-rw----    1 root     cdrom     11,   0 2001-06-13 04:22 /dev/scd0
  jeff@asterix:jeff $ grep cdrom /etc/group
  cdrom:x:24:jeff
  jeff@asterix:jeff $ ll /dev/sg0
  crw-------    1 root     root      21,   0 2001-06-13 04:22 /dev/sg0
  jeff@asterix:Mutt $=20

Is the issue /dev/sg0? But why, it's looking at /dev/scd0.

I'm always hesitant to change ownership and modes on devices. Any
suggestions on what is the right way to do this?

And yet I'm concerned about having to become root to rip ogg-vorbis
files. Already I don't like having to be root to write cd's. I guess I
could sudo abcde, or modify abcde so it sudo's cdparanoia. But that
feels somehow unclean.

Tia.

--=20
 Jeff

 Jeff Abrahamson  <http://www.purple.com/jeff/>
 GPG fingerprint: 1A1A BA95 D082 A558 A276  63C6 16BF 8C4C 0D1D AE4B

--NqXz6hVRMdSFrLFa
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+gwHRFr+MTA0drksRApkTAJ4mi69ZQZqNhitJSE8fVI/Z5SuLcQCdHwB7
ZmHuTAh+ZX72JK/S9gbc3vc=
=OJRD
-----END PGP SIGNATURE-----

--NqXz6hVRMdSFrLFa--
_________________________________________________________________________
Philadelphia Linux Users Group        --       http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion  --   http://lists.netisland.net/mailman/listinfo/plug

 --------End of Unsent Message