Bug 107466 - sysutils/fusefs-sshfs: fuse.ko not loading when rc.d script run
Summary: sysutils/fusefs-sshfs: fuse.ko not loading when rc.d script run
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-03 12:50 UTC by Peter Risdon
Modified: 2007-02-15 09:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Risdon 2007-01-03 12:50:12 UTC
When the /usr/ports/sysutils/fusefs-sshfs port is installed and
fusefs_enable="YES" added to /etc/rc.conf attemting to start the daemon
or mount a share results in the message:

fuse.ko not found

fuse.ko is stored in /usr/local/modules and when the /usr/local/etc/rc.d/fuse
file is added to change the line

kmod="fuse.ko"

to

kmod="/usr/local/modules/fuse.ko"

it all works fine. I haven't tested this, but assume the problem is common
to all fusefs ports because this kernel module and rc.d script are installed
by the port

/usr/ports/sysutils/fusefs-kmod/

Fix: 

fuse.ko is stored in /usr/local/modules and when the /usr/local/etc/rc.d/fuse
file is added to change the line

kmod="fuse.ko"

to

kmod="/usr/local/modules/fuse.ko"
How-To-Repeat: It has happened on every 6.2_PRE machine I have tried it on (six in total).
Just install a fusefs port and try a mount
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-01-03 12:59:57 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Assign to the ports team, this sounds more like something should be 
corrected in the port, rather then corrected in the base system.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-18 15:15:29 UTC
State Changed
From-To: open->feedback

Asked maintainer for review 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-18 15:15:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-18 15:19:05 UTC
Dear maintainer of FreeBSD port sysutils/fusefs-kmod, please take a look
at

http://www.freebsd.org/cgi/query-pr.cgi?pr=107466

Do you approve the proposed change?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

Orfax's hip flask contained Old Janx Spirit, a mixture of potions of
stupidity, paralysis, naivery, ruination, lose memories, confusion,
and slime mold juice, with a twist of lemon.
    - from a post on Angband Community Forum
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2007-02-07 08:24:25 UTC
State Changed
From-To: feedback->open

Maintainer timeout (3 weeks)
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2007-02-07 08:25:35 UTC
State Changed
From-To: open->feedback

Peter, can you supply me with a patch?
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-02-14 17:05:20 UTC
pav         2007-02-14 17:05:06 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-kmod/files fusefs.in 
  Log:
  - Annotate sysctl.conf entry in rc script comment block for people who miss
    pkg-message
  
  PR:             ports/107466
  Submitted by:   Peter Risdon <prisdon@gmail.com>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.2       +4 -1      ports/sysutils/fusefs-kmod/files/fusefs.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Pav Lucistnik freebsd_committer freebsd_triage 2007-02-14 17:05:57 UTC
State Changed
From-To: feedback->closed

Resolved in private communication
Comment 9 dfilter service freebsd_committer freebsd_triage 2007-02-15 09:31:34 UTC
pav         2007-02-15 09:31:28 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-kmod Makefile pkg-message 
    sysutils/fusefs-kmod/files fusefs.in 
  Log:
  - Load kmod by absolute path
  
  PR:             ports/107466
  Submitted by:   Andrzej Tobola <ato@iem.pw.edu.pl>
  Approved by:    Anish Mistry <amistry@am-productions.biz> (maintainer)
  
  Revision  Changes    Path
  1.10      +1 -1      ports/sysutils/fusefs-kmod/Makefile
  1.3       +2 -5      ports/sysutils/fusefs-kmod/files/fusefs.in
  1.5       +0 -3      ports/sysutils/fusefs-kmod/pkg-message
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"