Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 387765

Summary: net-fs/netatalk-2.2-r2 cnid_metad initscript incorrect
Product: Gentoo Linux Reporter: Spencer Ogden <spencer>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Spencer Ogden 2011-10-20 02:03:27 UTC
There appears to be a problem with cnid_metad starting correctly. I'm not a bash or runscript expert, do I don't know the intention of the below lines, but I replaced this:

: ${CNID_CONFIG:=-l log_note}
command_args="${CNID_CONFIG}"

with this:

command_args="-l log_note"

and now apfs appears to be operating correctly, whereas before I was getting errors on login such as cnid_dbd exiting with code 1.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2011-10-20 12:46:09 UTC
Hrm, let me check but this should really be working ...
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2011-10-20 13:01:07 UTC
Make sure you don't have a CNID_CONFIG option set in /etc/conf.d/cnid_metad, if you have that would explain it. If you don't have it, it doesn't sound like it should fail.
Comment 3 Spencer Ogden 2012-04-09 01:12:59 UTC
I do not have file /etc/conf.d/cnid_metad. Nor any other netatalk related files in conf.d.