Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13826] New: castfs sometimes returns 0 on failure

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13826] New: castfs sometimes returns 0 on failure
  • Date: 11 Jun 2007 17:03:00 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13826

Summary: castfs sometimes returns 0 on failure
Product: Sorcery
Version: 1.14.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P4
Component: stage install
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


Let's say I have a bad /dev/null (pdfedit can help there). Upon invocation
castfs fails somewhere, but still returns 0 and real_invoke_stage_root
continues normally, while it shouldn't.

shorter example:
lynxlynx src # rm /dev/null; : > /dev/null
lynxlynx src # CASTFS_LOGFILE=castfs-loggy CASTFS_DBGLVL=9 castfs /usr/src/
stage-pdfedit-0.3.1/MOUNT -o stage=/usr/src/stage-pdfedit-0.3.1/TRANSL; echo
$?
fuse: failed to daemonize program
: No such device
0
lynxlynx src # cat castfs-loggy
main
logfile castfs-loggy fd 3
debug level 9
mount path /usr/src/stage-pdfedit-0.3.1/MOUNT
stage path /usr/src/stage-pdfedit-0.3.1/TRANSL
argv[0] = "castfs"
argv[1] = "/usr/src/stage-pdfedit-0.3.1/MOUNT"
lynxlynx src # mknod /dev/null c 1 3; chmod a+rw /dev/null

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 13826] New: castfs sometimes returns 0 on failure, bugzilla-daemon, 06/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page