| Summary: | =net-fs/autofs-5.0.7-r4 with sys-apps/systemd-208-r2 - get_exports: lookup(hosts): exports lookup failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
| Component: | Current packages | Assignee: | Yixun Lan <dlan> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | net-fs, proxy-maint, robbat2, systemd |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Juergen Rose
2013-10-12 20:25:23 UTC
You specified 208 in summary, is this a regression? It's using the upstream unit files, did you try to run the same command as unit tries to run? (In reply to Pacho Ramos from comment #1) > You specified 208 in summary, is this a regression? > > It's using the upstream unit files, did you try to run the same command as > unit tries to run? Some reboots later the access to /net/hostname/directory works again. 'systemctl status autofs' says now: root@lynx:/usr/local/portage/sys-apps/app-admin(21)# systemctl status autofs autofs.service - Automounts filesystems on demand Loaded: loaded (/usr/lib64/systemd/system/autofs.service; enabled) Active: active (running) since Fri 2013-10-18 14:00:53 CEST; 7h ago Process: 9502 ExecStart=/usr/sbin/automount $OPTIONS --pid-file /run/autofs.pid (code=exited, status=0/SUCCESS) Main PID: 9504 (automount) CGroup: /system.slice/autofs.service └─9504 /usr/sbin/automount --pid-file /run/autofs.pid But there is still another issue with autofs. There are a lot of entries under /net: root@lynx:/usr/local/portage/sys-apps/app-admin(25)# ll /net | wc -l 308 It looks, if there is a /net/HOST directory for any HOST entry in /etc/hosts. From the time before of systemd I expect these /net/HOST directories only for for HOSTs, which I tried to acces. Should a file a separate bug for this issue? *** This bug has been marked as a duplicate of bug 488886 *** |