On Tue, Feb 28, 2012 at 11:55 AM, Berthold Cogel <[email protected]> wrote:
> Hello!
>
> I'm trying to get openafs to work on Fedora 16. The rpms from rpmfusion
> did work with older kernel versions but failed totally with recent
> kernels. So I've build my own rpms.
> I took the source packages for 1.6.1-0.pre2 and build an source rpm with
> the makesrpm.pl. Build and install worked well with some minor fixes to
> the files section in the spec file.
>
> System is a Dell Latitude E6520 laptop. Because of this an becaus we're
> using DHCP with fixed IPs in our local net, network manager is involved.
>
> After activating the client service and rebooting the system I get now ...
>
> [root@charon/var/log]$ systemctl status openafs-client.service
> openafs-client.service - OpenAFS Client Service
>          Loaded: loaded (/lib/systemd/system/openafs-client.service; enabled)
>          Active: failed since Tue, 28 Feb 2012 08:07:54 +0100; 8h ago
>         Process: 1448 ExecStart=/usr/vice/etc/afsd $AFSD_ARGS (code=exited,
> status=1/FAILURE)
>         Process: 1441 ExecStartPre=/sbin/modprobe openafs (code=exited,
> status=0/SUCCESS)
>         Process: 1436 ExecStartPre=/bin/chmod 0644 /usr/vice/etc/CellServDB
> (code=exited, status=0/SUCCESS)
>         Process: 1418 ExecStartPre=/bin/sed -n w/usr/vice/etc/CellServDB
> /usr/vice/etc/CellServDB.local /usr/vice/etc/CellServDB.dist
> (code=exited, status=0/SUCCESS)
>          CGroup: name=systemd:/system/openafs-client.service
>                  └ 1459 /usr/vice/etc/afsd -fakestat -afsdb -debug
>
> Although failed, there are several afs processes running which can't be
> stopped or killed.

as always, afsd wants to be shut down with afsd -shutdown. it will
happily ignore your KILL signals because they're not helpful.

> [root@charon/var/log]$ ps -ealf|grep afs
> 1 S root       965     2  0  80   0 -     0 afs_pa 09:07 ?
> 00:00:00 [afs_pagecopy]
> 1 S root      1455     2  0  80   0 -     0 afs_cv 09:07 ?
> 00:00:00 [afs_callback]
> 1 S root      1457     2  0  80   0 -     0 skb_re 09:07 ?
> 00:00:00 [afs_rxlistener]
> 1 S root      1458     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:01 [afs_rxevent]
> 5 S root      1459     1  0  80   0 -  1689 afs_os 09:07 ?
> 00:00:00 /usr/vice/etc/afsd -fakestat -afsdb -debug
> 1 S root      1559     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:00 [afsd]
> 1 S root      1561     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:00 [afs_checkserver]
> 1 S root      1564     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:00 [afs_background]
> 1 S root      1565     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:00 [afs_background]
> 1 S root      1567     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:00 [afs_background]
> 1 S root      1569     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:00 [afs_background]
> 1 S root      1611     2  0  80   0 -     0 afs_os 09:07 ?
> 00:00:00 [afs_cachetrim]
>
>
> In the logs:
>
> Feb 28 08:07:42 charon kernel: [   18.761910] openafs: module license
> 'http://www.openafs.org/dl/license10.html' taints kernel.
>
> ... Network manager tries to enable wlan interface, fails because it is
> disabled (rf-switch)
>
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (em1): preparing device.
> Feb 28 08:07:43 charon kernel: [   27.277886] ADDRCONF(NETDEV_UP): em1:
> link is not ready
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (em1): deactivating
> device (reason 'managed') [2]
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (em1): preparing device.
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (em1): deactivating device (reason 'managed') [2]
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (wlan0): driver
> supports SSID scans (scan_capa 0x01).
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (wlan0): driver supports SSID scans (scan_capa 0x01).
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (wlan0): new 802.11
> WiFi device (driver: 'iwlwifi' ifindex: 2)
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (wlan0): exported as
> /org/freedesktop/NetworkManager/Devices/1
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (wlan0): new 802.11 WiFi device (driver: 'iwlwifi' ifindex: 2)
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (wlan0): now managed
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (wlan0): device
> state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (wlan0): now managed
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (wlan0): device state change: unmanaged -> unavailable (reason
> 'managed') [10 20 2]
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (wlan0): bringing up
> device.
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> (wlan0):
> deactivating device (reason 'managed') [2]
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (wlan0): bringing up device.
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (wlan0): deactivating device (reason 'managed') [2]
> Feb 28 08:07:43 charon NetworkManager[1316]: <info> modem-manager is now
> available
> Feb 28 08:07:43 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> modem-manager is now available
> Feb 28 08:07:43 charon kernel: [   27.284197] 8021q: 802.1Q VLAN Support
> v1.8
>
> ... afsd is started, still no interface up
>
> Feb 28 08:07:43 charon afsd[1448]: afsd: enabling dynamically allocated
> vcaches
> Feb 28 08:07:43 charon afsd[1448]: afsd: My home cell is 'rrz.uni-koeln.de'
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Opening cache
> info file '/usr/vice/etc/cacheinfo'...
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Cache info file
> successfully parsed:
> Feb 28 08:07:43 charon afsd[1448]: cacheMountDir: '/afs'
> Feb 28 08:07:43 charon afsd[1448]: cacheBaseDir: '/usr/vice/cache'
> Feb 28 08:07:43 charon afsd[1448]: cacheBlocks: 800000
> Feb 28 08:07:43 charon kernel: [   27.736728] enabling dynamically
> allocated vcaches
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheFiles autotuned to 25000
> Feb 28 08:07:43 charon afsd[1448]: afsd: dCacheSize autotuned to 10000
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheStatEntries autotuned to 15000
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 35)=0 ADVISEADDR:
> Error in specifying interface addresses:No existing IP interfaces found
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rx listener daemon.
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rx callback listener.
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 0)=0 afsd: enabling
> dynamically allocated vcaches
> Feb 28 08:07:43 charon afsd[1448]: afsd: My home cell is 'rrz.uni-koeln.de'
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Opening cache
> info file '/usr/vice/etc/cacheinfo'...
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Cache info file
> successfully parsed:
> Feb 28 08:07:43 charon afsd[1448]: cacheMountDir: '/afs'
> Feb 28 08:07:43 charon afsd[1448]: cacheBaseDir: '/usr/vice/cache'
> Feb 28 08:07:43 charon afsd[1448]: cacheBlocks: 800000
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheFiles autotuned to 25000
> Feb 28 08:07:43 charon afsd[1448]: afsd: dCacheSize autotuned to 10000
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheStatEntries autotuned to 15000
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 35)=0 ADVISEADDR:
> Error in specifying interface addresses:No existing IP interfaces found
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rx listener daemon.
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 48)=0 afsd: enabling
> dynamically allocated vcaches
> Feb 28 08:07:43 charon afsd[1448]: afsd: My home cell is 'rrz.uni-koeln.de'
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Opening cache
> info file '/usr/vice/etc/cacheinfo'...
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Cache info file
> successfully parsed:
> Feb 28 08:07:43 charon afsd[1448]: cacheMountDir: '/afs'
> Feb 28 08:07:43 charon afsd[1448]: cacheBaseDir: '/usr/vice/cache'
> Feb 28 08:07:43 charon afsd[1448]: cacheBlocks: 800000
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheFiles autotuned to 25000
> Feb 28 08:07:43 charon afsd[1448]: afsd: dCacheSize autotuned to 10000
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheStatEntries autotuned to 15000
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 35)=0 ADVISEADDR:
> Error in specifying interface addresses:No existing IP interfaces found
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rx listener daemon.
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rx callback listener.
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rxevent daemon.
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 19)=0 afsd: enabling
> dynamically allocated vcaches
> Feb 28 08:07:43 charon afsd[1448]: afsd: My home cell is 'rrz.uni-koeln.de'
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Opening cache
> info file '/usr/vice/etc/cacheinfo'...
> Feb 28 08:07:43 charon afsd[1448]: ParseCacheInfoFile: Cache info file
> successfully parsed:
> Feb 28 08:07:43 charon afsd[1448]: cacheMountDir: '/afs'
> Feb 28 08:07:43 charon afsd[1448]: cacheBaseDir: '/usr/vice/cache'
> Feb 28 08:07:43 charon afsd[1448]: cacheBlocks: 800000
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheFiles autotuned to 25000
> Feb 28 08:07:43 charon afsd[1448]: afsd: dCacheSize autotuned to 10000
> Feb 28 08:07:43 charon afsd[1448]: afsd: cacheStatEntries autotuned to 15000
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 35)=0 ADVISEADDR:
> Error in specifying interface addresses:No existing IP interfaces found
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rx listener daemon.
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rx callback listener.
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking rxevent daemon.
> Feb 28 08:07:43 charon afsd[1448]: afsd: Forking AFSDB lookup handler.
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 36)=0 afsd: Calling
> AFSOP_CACHEINIT: 15000 stat cache entries, 25000 optimum cache files,
> 800000 blocks in the cache, flags = 0x0, dcache entries 10000
> Feb 28 08:07:43 charon afsd[1448]: SScall(183, 28, 6)=0 afsd: Sweeping
> workstation's AFS cache directory.
> Feb 28 08:07:43 charon afsd[1448]: doSweepAFSCache: Opening cache
> directory '/usr/vice/cache'
> Feb 28 08:07:43 charon afsd[1448]: doSweepAFSCache: Current directory entry:
> Feb 28 08:07:43 charon afsd[1448]: inode=49153, reclen=24, name='D0'
> Feb 28 08:07:43 charon afsd[1448]: doSweepAFSCache: Opening cache
> directory '/usr/vice/cache/D0'
>
> ...
>
> Feb 28 08:07:43 charon afsd[1448]: doSweepAFSCache: Current directory entry:
> Feb 28 08:07:43 charon afsd[1448]: inode=49520, reclen=24, name='V366'
>
> ...
>
> Feb 28 08:07:49 charon kernel: [   33.510115] afs: Lost contact with
> volume location server 134.95.19.10 in cell rrz.uni-koeln.de
> Feb 28 08:07:49 charon kernel: [   33.510124] afs: Lost contact with
> volume location server 134.95.19.10 in cell rrz.uni-koeln.de
>
> ...
>
> Feb 28 08:07:51 charon kernel: [   35.511662] afs: Lost contact with
> volume location server 134.95.67.97 in cell rrz.uni-koeln.de
> Feb 28 08:07:51 charon kernel: [   35.511667] afs: Lost contact with
> volume location server 134.95.67.97 in cell rrz.uni-koeln.de
>
> ...
>
> Feb 28 08:07:52 charon ntpd[1342]: Listen normally on 5 em1
> fe80::5e26:aff:fe75:98c7 UDP 123
> Feb 28 08:07:52 charon ntpd[1342]: peers refreshed
> Feb 28 08:07:53 charon kernel: [   37.513653] afs: Lost contact with
> volume location server 134.95.19.3 in cell rrz.uni-koeln.de
> Feb 28 08:07:53 charon kernel: [   37.513665] afs: Lost contact with
> volume location server 134.95.19.3 in cell rrz.uni-koeln.de
>
> ...
>
> Feb 28 08:07:54 charon afsd[1448]: SScall(183, 28, 3)=0 =0 SScall(183,
> 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 SScall(183, 28, 9)=0 SScall(183, 28, 9)=0
> SScall(183, 28, 9)=0 afsd: Calling AFSOP_GO with cacheSetTime = 0
> Feb 28 08:07:54 charon afsd[1448]: SScall(183, 28, 100)=0 afsd: All AFS
> daemons started.
> Feb 28 08:07:54 charon afsd[1448]: afsd: Forking trunc-cache daemon.
> Feb 28 08:07:54 charon afsd[1448]: afsd: Mounting the AFS root on
> '/afs', flags: 0.
> Feb 28 08:07:54 charon afsd[1448]: afsd: Can't mount AFS on /afs(22)

and the above line is where you lost. what happens if you try with -dynroot?


> Feb 28 08:07:54 charon systemd[1]: openafs-client.service: control
> process exited, code=exited status=1
> Feb 28 08:07:54 charon systemd[1]: Unit openafs-client.service entered
> failed state.
> Feb 28 08:07:54 charon systemd[1]: Startup finished in 3s 95ms 607us
> (kernel) + 2s 923ms 695us (initrd) + 32s 365ms 861us (userspace) = 38s
> 385ms 163us.
>
> ... Network manager activates LAN interface
>
> Feb 28 08:07:54 charon kernel: [   39.050937] dell_wmi: Received unknown
> WMI event (0x0)
> Feb 28 08:07:55 charon dhclient[1735]: DHCPDISCOVER on em1 to
> 255.255.255.255 port 67 interval 15
> Feb 28 08:07:55 charon NetworkManager[1316]: DHCPDISCOVER on em1 to
> 255.255.255.255 port 67 interval 15
> Feb 28 08:07:55 charon dhclient[1735]: DHCPREQUEST on em1 to
> 255.255.255.255 port 67
> Feb 28 08:07:55 charon dhclient[1735]: DHCPOFFER from 134.95.128.172
> Feb 28 08:07:55 charon NetworkManager[1316]: DHCPREQUEST on em1 to
> 255.255.255.255 port 67
> Feb 28 08:07:55 charon NetworkManager[1316]: DHCPOFFER from 134.95.128.172
> Feb 28 08:07:55 charon dhclient[1735]: DHCPACK from 134.95.128.172
> Feb 28 08:07:55 charon NetworkManager[1316]: DHCPACK from 134.95.128.172
> Feb 28 08:07:55 charon dhclient[1735]: bound to 134.95.128.139 --
> renewal in 16953 seconds.
> Feb 28 08:07:55 charon NetworkManager[1316]: bound to 134.95.128.139 --
> renewal in 16953 seconds.
> Feb 28 08:07:55 charon NetworkManager[1316]: <info> (em1): DHCPv4 state
> changed preinit -> bound
> Feb 28 08:07:55 charon NetworkManager[1316]: <info> Activation (em1)
> Stage 4 of 5 (IP4 Configure Get) scheduled...
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> (em1): DHCPv4 state changed preinit -> bound
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> Activation (em1) Stage 4 of 5 (IP4 Configure Get) scheduled...
> Feb 28 08:07:55 charon NetworkManager[1316]: <info> Activation (em1)
> Stage 4 of 5 (IP4 Configure Get) started...
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> Activation (em1) Stage 4 of 5 (IP4 Configure Get) started...
> Feb 28 08:07:55 charon NetworkManager[1316]: <info>   address 134.95.128.139
> Feb 28 08:07:55 charon NetworkManager[1316]: <info>   prefix 24
> (255.255.255.0)
> Feb 28 08:07:55 charon NetworkManager[1316]: <info>   gateway 134.95.128.172
> Feb 28 08:07:55 charon NetworkManager[1316]: <info>   hostname 'charon'
> Feb 28 08:07:55 charon NetworkManager[1316]: <info>   nameserver
> '134.95.127.1'
> Feb 28 08:07:55 charon NetworkManager[1316]: <info>   domain name
> 'rrz.uni-koeln.de'
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info>   address 134.95.128.139
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info>   prefix 24 (255.255.255.0)
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info>   gateway 134.95.128.172
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info>   hostname 'charon'
> Feb 28 08:07:55 charon NetworkManager[1316]: <info> Activation (em1)
> Stage 5 of 5 (IP Configure Commit) scheduled...
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info>   nameserver '134.95.127.1'
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info>   domain name 'rrz.uni-koeln.de'
> Feb 28 08:07:55 charon NetworkManager[1316]: <info> Activation (em1)
> Stage 4 of 5 (IP4 Configure Get) complete.
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> Activation (em1) Stage 5 of 5 (IP Configure Commit) scheduled...
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> Activation (em1) Stage 4 of 5 (IP4 Configure Get) complete.
> Feb 28 08:07:55 charon NetworkManager[1316]: <info> Activation (em1)
> Stage 5 of 5 (IP Configure Commit) started...
> Feb 28 08:07:55 charon NetworkManager[1316]: NetworkManager[1316]:
> <info> Activation (em1) Stage 5 of 5 (IP Configure Commit) started...
> Feb 28 08:07:55 charon avahi-daemon[1338]: Joining mDNS multicast group
> on interface em1.IPv4 with address 134.95.128.139.
> Feb 28 08:07:55 charon avahi-daemon[1338]: New relevant interface
> em1.IPv4 for mDNS.
>
> ... Network is up and ntpd resyncs the system time
>
> Feb 28 09:08:02 charon ntpd[1848]: 0.0.0.0 c61c 0c clock_step +3598.518494 s
> Feb 28 09:08:02 charon ntpd[1848]: 0.0.0.0 c614 04 freq_mode
>
> ... Ooops .. a zombie? Dead but still alive?
>
> Feb 28 09:08:30 charon kernel: [   76.103946] afs: volume location
> server 134.95.67.97 in cell rrz.uni-koeln.de is back up
> Feb 28 09:08:30 charon kernel: [   76.103958] afs: volume location
> server 134.95.67.97 in cell rrz.uni-koeln.de is back up
> Feb 28 09:08:40 charon kernel: [   86.558251] afs: volume location
> server 134.95.19.3 in cell rrz.uni-koeln.de is back up
> Feb 28 09:08:40 charon kernel: [   86.558263] afs: volume location
> server 134.95.19.3 in cell rrz.uni-koeln.de is back up
> Feb 28 09:08:40 charon kernel: [   86.558842] afs: volume location
> server 134.95.19.10 in cell rrz.uni-koeln.de is back up
> Feb 28 09:08:40 charon kernel: [   86.558853] afs: volume location
> server 134.95.19.10 in cell rrz.uni-koeln.de is back up
> Feb 28 09:23:27 charon ntpd[1848]: 0.0.0.0 c612 02 freq_set kernel
> -5.233 PPM
> Feb 28 09:23:27 charon ntpd[1848]: 0.0.0.0 c615 05 clock_sync
>
>
> [root@charon/lib/systemd/system]$ systemctl restart openafs-client.service
> Job failed. See system logs and 'systemctl status' for details.
> [root@charon/lib/systemd/system]$ systemctl status openafs-client.service
> openafs-client.service - OpenAFS Client Service
>          Loaded: loaded (/lib/systemd/system/openafs-client.service; enabled)
>          Active: failed since Tue, 28 Feb 2012 17:52:21 +0100; 13s ago
>         Process: 13327 ExecStart=/usr/vice/etc/afsd $AFSD_ARGS (code=exited,
> status=1/FAILURE)
>         Process: 13326 ExecStartPre=/sbin/modprobe openafs (code=exited,
> status=0/SUCCESS)
>         Process: 13325 ExecStartPre=/bin/chmod 0644 /usr/vice/etc/CellServDB
> (code=exited, status=0/SUCCESS)
>         Process: 13324 ExecStartPre=/bin/sed -n w/usr/vice/etc/CellServDB
> /usr/vice/etc/CellServDB.local /usr/vice/etc/CellServDB.dist
> (code=exited, status=0/SUCCESS)
>          CGroup: name=systemd:/system/openafs-client.service
>                  ├  1459 /usr/vice/etc/afsd -fakestat -afsdb -debug
>                  ├ 13275 /usr/vice/etc/afsd -fakestat -afsdb -debug
>                  ├ 13304 /usr/vice/etc/afsd -fakestat -afsdb -debug
>                  └ 13333 /usr/vice/etc/afsd -fakestat -afsdb -debug
>
>
> Feb 28 17:52:21 charon systemd[1]: openafs-client.service: control
> process exited, code=exited status=1
> Feb 28 17:52:21 charon systemd[1]: Unit openafs-client.service entered
> failed state.
> Feb 28 17:52:21 charon rsyslogd-2177: imuxsock lost 1300 messages from
> pid 534 due to rate-limiting
> Feb 28 17:52:21 charon afsd[13327]: inode=11027, reclen=32, name='V21264'
> Feb 28 17:52:21 charon afsd[13327]: doSweepAFSCache: Current directory
> entry:
> Feb 28 17:52:21 charon afsd[13327]: inode=11279, reclen=32, name='V21516'
>
> ... More of this ...
>
>
> Help would be appreciated.

if you're going to start AFS with the network not up, use dynroot. if
you want to not use dynroot, don't start AFS with no network.

-- 
Derrick
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to