[Bug 681329] New: file(1) does not detect clicfs
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c0 Summary: file(1) does not detect clicfs Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Basesystem AssignedTo: werner@novell.com ReportedBy: dmueller@novell.com QAContact: qa@suse.de CC: coolo@novell.com Found By: --- Blocker: --- Hi, file(1) says "data" for clicfs images. It seems those can be detected by teh string "CLIC02" at the beginning of the binary file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |coolo@novell.com --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2011-03-21 16:23:20 UTC --- (In reply to comment #0) It seems is not enough please provide a valid magic line -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c2 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|coolo@novell.com | --- Comment #2 from Stephan Kulow <coolo@novell.com> 2011-03-21 17:38:10 CET --- assert( DOENER_MAGIC < 100 ); fprintf(out, "CLIC%02d", DOENER_MAGIC ); that's all I have for magic -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c3 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |coolo@novell.com --- Comment #3 from Dr. Werner Fink <werner@novell.com> 2011-03-21 16:47:08 UTC --- In other words if I write a file starting with CLIC02 or CLIC01 file(1) would detect a file system? Sorry but I'd like to have some more for a binary file. Ask upstram for a valid identifier -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c4 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|coolo@novell.com | --- Comment #4 from Stephan Kulow <coolo@novell.com> 2011-03-21 18:02:54 CET --- I am upstream -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c5 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |coolo@novell.com --- Comment #5 from Dr. Werner Fink <werner@novell.com> 2011-03-22 17:25:57 UTC --- OK ... are those binary data beyond CLIC02 arbitrary or are there some (magic) informations ... how to parse them see the manual page magic(5) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c6 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|coolo@novell.com | --- Comment #6 from Stephan Kulow <coolo@novell.com> 2011-03-23 13:18:13 CET --- well, after the magic you have 4 bytes representing the stringlen of the filename following coolo@desdemona#clicfs>xxd test 0000000: 434c 4943 3032 0e00 0000 434d 616b 654c CLIC02....CMakeL 0000010: 6973 7473 2e74 7874 0100 0000 2000 0000 ists.txt.... ... and I don't have interest in file knowing about it, so if you need more than that, ask dirk -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681329 https://bugzilla.novell.com/show_bug.cgi?id=681329#c7 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Dr. Werner Fink <werner@novell.com> 2011-06-14 17:54:25 UTC --- It is really nice to cause more work load as required Added magic -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com