First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 13659
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Brad Cowan (RETIRED) <bcowan@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexander Keusch <A.Keusch@gmx.at>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 13659 depends on: Show dependency tree
Bug 13659 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-01-10 13:44 0000
i want to use autofs with my cdrom's, here my config files:

auto.master:
=================
/mnt/cdroms	/etc/autofs/auto.cdroms --timeout=3
=================

auto.cdroms:
=================
brenner		-fstype=iso9660,ro	:/dev/sr0
dvd		-fstype=iso9660,ro	:/dev/cdroms/cdrom0
=================

but the timeout option has no effect, it is always is 5 minutes.

i have tried to run automount manually:
automount -t 3 /mnt/cdroms file /etc/autofs/auto.cdrom
and it works.

i think it's a bug in the /etc/init.d/autofs

------- Comment #1 From Arthur Britto 2003-01-10 16:18:13 0000 -------
At the least the line:
    echo "$DAEMON $dir $maptype $map $mapoptions $localoptions" | sed -e 's/   
    / /g' -e 's/  / /g'
Is missing $startupoptions.

This works for me:
    echo "$DAEMON $startupoptions $dir $maptype $map $mapoptions $localoptions"
| sed -e 's/        / /g' -e 's/  / /g'

I would also recommend commenting out the echo to /tmp/debug lines.

------- Comment #2 From Brad Cowan (RETIRED) 2003-01-12 22:28:41 0000 -------
Thanks :)

First Last Prev Next    No search results available      Search page      Enter new bug