Bug 147916

Summary: Missing files /etc/zmd/deviceid & /etc/zmd/secret
Product: [openSUSE] SUSE Linux 10.1 Reporter: Lukas Ocilka <locilka>
Component: ZenworksAssignee: Tambet Ingo <tambet>
Status: RESOLVED FIXED QA Contact: Eric Waldow <ewaldow>
Severity: Major    
Priority: P5 - None    
Version: Beta 3   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Lukas Ocilka 2006-02-03 08:46:50 UTC
After the installation from scratch of the SL10.1 Beta3, there are missing files /etc/zmd/deviceid and /etc/zmd/secret, which are vitally important for the web-updater.

Installing the newest zmd from STABLE haven't helped because it was the exact version as in the Beta3 itself. Restarting the zmd daemon also haven't helped.

liche:~ # rpm -qa | grep "\(zmd\|rug\)"
    zmd-7.1.0-13
    zmd-librc-backend-7.1.0-13
    rug-7.0.0-7
Comment 1 Tambet Ingo 2006-02-03 09:02:25 UTC
The files are generated when zmd tries to access them the first time. I'll make zmd to generate them at startup. As a workaround for now, you can add a service through rug (rug sa) and zmd will write those files.
Comment 2 Lukas Ocilka 2006-02-03 09:06:28 UTC
Hmm, maybe I did something wrong by even when I added some Mounts by rug manually, It didn't create any of these files :(
I helped myself by copying these files from another installed system.
Comment 3 Tambet Ingo 2006-02-03 09:12:09 UTC
Righ, mounts. For mounting, zmd doesn't access these files. Anyway, fixed in svn.
Comment 4 Lukas Ocilka 2006-02-03 09:14:37 UTC
Thanks a lot!