Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13315] /dev/null is in the install log (WAS: "fuse: failed to daemonize program")

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 13315] /dev/null is in the install log (WAS: "fuse: failed to daemonize program")
  • Date: 13 Dec 2006 13:30:27 -0000

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





------- Additional Comments From iuso AT sourcemage.org 2006-12-13 07:30 -------
(In reply to comment #17)
<snip>
> Could you please verify by running the following with and without /dev/null?
> (Please set the STAGE_LOCATION MOUNT_LOCATION CASTFS_LOGFILE locations
> appropriately).
>
> export CASTFS_LOGFILE="$(pwd)/cast.logfile"
> export CASTFS_DBGLVL="255"
> mount -t fuse -o
> "stage=$STAGE_LOCATION,defaults,ignore=/tmp,ignore=/usr/src,ignore=/var/state/sorcery,ignore=/etc/sorcery"
> castfs "$MOUNT_LOCATION"

Yes, the failed to daemonize error happens when I run that without /dev/null.
Here are the logs:

# cat cast.logfile-with_devnull
main
logfile /tmp/teemA/cast.logfile fd 3
debug level 255
mount path /tmp/teemA/mount_location
stage path /tmp/teemA/stage_location
ignored dir /tmp
ignored dir /usr/src
ignored dir /var/state/sorcery
ignored dir /etc/sorcery
argv[0] = "castfs"
argv[1] = "/tmp/teemA/mount_location"
argv[2] = "-o"
argv[3] = "rw"
getattr /
Root Path: /
Address: 0x804E020
is staged: 0
is deleted: 0
is ignored: 0
stage path: /tmp/teemA/stage_location/
# cat cast.logfile-without_devnull
main
logfile /tmp/teemA/cast.logfile fd 3
debug level 255
mount path /tmp/teemA/mount_location
stage path /tmp/teemA/stage_location
ignored dir /tmp
ignored dir /usr/src
ignored dir /var/state/sorcery
ignored dir /etc/sorcery
argv[0] = "castfs"
argv[1] = "/tmp/teemA/mount_location"
argv[2] = "-o"
argv[3] = "rw"

--
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.




Archive powered by MHonArc 2.6.24.

Top of Page