Bug 507241
Summary: | udevd-event[6713]: rename(/dev/capi/.udev-tmp, /dev/capi/) failed: Not a directory | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Stefan Jensen <sjensen> |
Component: | udev | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | harald |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 141-4.fc11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-22 21:44:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Stefan Jensen
2009-06-21 21:51:26 UTC
Very strange, i simply swap the first 2 lines in my 20-capi.rules file: KERNEL=="capi*", NAME="capi/%n", GROUP="uucp", MODE="0660" KERNEL=="capi", NAME="capi20", GROUP="uucp", MODE="0660", SYMLINK+="faxCAPI" and now i have a correct "capi20" Device, with correct permissions, symlink and also the "rename error" past away. Now i have: $ ls -l /dev/| grep capi drwxr-xr-x 2 root root 0 24. Jun 12:52 capi crw-rw---- 1 root uucp 68, 0 24. Jun 12:52 capi20 lrwxrwxrwx 1 root root 6 24. Jun 12:52 faxCAPI -> capi20 Which is great now. :-) But it seems, that the other lines of the rule are not executed: $ ls -l /dev/| grep isdn lrwxrwxrwx 1 root root 9 24. Jun 12:52 isdnctrl -> isdnctrl0 crw------- 1 root root 45, 64 24. Jun 12:52 isdnctrl0 crw------- 1 root root 45, 255 24. Jun 12:52 isdninfo still wrong permissions, any hints? best regards I will add the upstream rules 40-isdn.rules SUBSYSTEM=="capi", KERNEL=="capi", NAME="capi20", GROUP="dialout" SUBSYSTEM=="tty", KERNEL=="capi[0-9]*", NAME="capi/%n" udev-141-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/udev-141-4.fc11 Thanks, this works as expected. The "default" owner/group "dialout" may confusing some people, because most (outdated) docs out there suggest "uucp" as owner/group. Anyway, I'm pretty fine with "dailout", because it seems much more logical to me. best regards udev-141-4.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update udev'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7208 udev-141-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |