|
Bugzilla – Full Text Bug Listing |
| Summary: | autofs --timeout can not work | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Guido Draheim <guido.draheim> |
| Component: | Basesystem | Assignee: | Jeff Mahoney <jeffm> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | guido.draheim |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 204411 | ||
| Attachments: | rcautofs - modifying sed to allow timeout settings | ||
|
Description
Guido Draheim
2005-09-18 13:55:16 UTC
No work here? It is really simple - just modify the sed regex. (and remove the bogus removal of the a "something" before) The patch is just three lines, adding four chars. I am attaching a diff but remember that you can not put this in as a patch due to your rpm packaging (Needs patch merging). Created attachment 51312 [details]
rcautofs - modifying sed to allow timeout settings
The bug is still there. This time it is for the new release 10.1. IT IS REALLY EASY TO FIX. Just modify YOUR patch. Two years back I did first report the problem and I was told to contact the upstream maintainer. I did. He fixed it. But the suse rcinit patch was based on a version before that. And the suse patch has never been revised to follow. Not even for a new release. Hello? Anybody out there? *bg* Hi Guido - My apologies for how long this has taken to be addressed. This bug landed on in my queue a few days ago. I've applied your patches and generated RPMs posted at: ftp://ftp.suse.com/pub/people/jeffm/suse/testpkgs/117672/ Could you please choose the correct one for your platform, test it, and post your results? Hi Jeff, I did download the new rpms - but I did skip installing them right away. An eyeball check on the enclosed /etc/init.d/autofs reveals that the patching has been left INCOMPLETE. Let's remember the mode - there are 4 sed-lines with a pattern like .. "-t\(imout\)*[ \t]*" which should be transformed into .. "-t\(imout\)*[ \t=]*" The current tarball has replaced some 2 out of 6 (for $mountoptions scanning) while leaving the other 4 out of 6 in the wrong state (for $options scanning). Effectivly the auto.* map's optionstring is cut in two - the timeout part goes to the automount(8) daemon while the rest is pushed through to mount(8). Please have an eyeball check on the resulting file in the rpm - it should be pretty easy to see the point I am trying to make. Have fun, -- Guido Of course, you're right. I've updated the RPMs on the FTP site with all the occurences fixed. done testrun -> seems to fixed -> resolved Ok, committing the fix. It will be included in our next release. |