From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Mansfield Date: Wed, 03 Mar 2004 01:14:19 +0000 Subject: Re: %c option does not handle LF as a seperator Message-Id: <20040302171419.A12274@beaverton.ibm.com> List-Id: References: <2F75A5CCEF1E6A4C8CA2E75CF7F529E902036598@orsmsx409.jf.intel.com> In-Reply-To: <2F75A5CCEF1E6A4C8CA2E75CF7F529E902036598@orsmsx409.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Tue, Mar 02, 2004 at 04:42:43PM -0800, Greg KH wrote: > On Tue, Mar 02, 2004 at 04:36:57PM -0800, Sabharwal, Atul wrote: > > > > > Greg, > > > > > > There is a problem with %c as it only accepts the space de-limitted > > > fields. The last > > > Field may be delimitted rather than space de-limitted. > > > > > > I am not able to reference the last field. My rules is like > > > > > > BUS="scsi", PROGRAM="/sbin/scsi_id", RESULT="SSEAGATE ST318436LW > > > 3BM07NKA000070456Z6B", > > > NAME="disk-sda-%c{3}" > > > > > > %c{1} & %c{2} options in NAME key work fine. %c{0} gives whole string > > > and %c{3} does not work > > > Although it should return the serial number. > > Care to send a patch? Or how about a scsi_id fix? I haven't ever seen a LF in the SCSI vendor, model, or page 0x80. I am not sure if it is allowed by the standards. There should be more spaces after the "ST318436LW", since there are 16 bytes for the model and it is space filled ('S' followed by vendor 8 bytes, model 16 bytes, and the serial number of variable size). Are you certain that rule is matching? Did your editor auto-wrap that line? i.e. does /sbin/scsi_id -s /block/sda (or whatever the kernel name) output have a line feed? -- Patrick Mansfield ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel