mainSavannah Administration - Support: sr #107968, search does not return the...

 
 

sr #107968: search does not return the partition name when a looked for file is inside an isofile

Submitter:  Arbiel Perlacremaz <arbiel>
Submitted:  Mon 27 Feb 2012 11:12:40 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Invalid
Privacy:  Public Assigned to:  None
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 24 Mar 2012 06:53:51 AM UTC, comment #1: 

As explained in the support request submission form, this is the
support for Savannah administration, not for a project hosted
at Savannah.

Please address this request to the appropriate project tracker or
mailing-list.

Michael J. Flickinger <mjflick>
Mon 27 Feb 2012 11:12:40 AM UTC, original submission:  

A given file may be on an iso_file or somewhere else as a regular file. So I wrote

loopback iso /path/to/iso_file/iso.file.name
search --set=device --file --no-floppy /path/to/looked.for.file


When the file resides inside the isofile, the result is (iso) and not (iso,msdos1)

To circumvent this erroneous behavior, I only execute the search command after having tested for the existence of the looked for file inside the isofile

if ! [ -e (iso,msdos1)/path/to/looked.for.file ]; then search ; else set device="iso,msdos1"; fi

Arbiel Perlacremaz <arbiel>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mjflick (Posted a comment)
  • -email is unavailable- added by arbiel (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-03-24 mjflick StatusNone Invalid
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-0329.
    Corresponding source code