Bug 147916 - Missing files /etc/zmd/deviceid & /etc/zmd/secret
Summary: Missing files /etc/zmd/deviceid & /etc/zmd/secret
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Zenworks (show other bugs)
Version: Beta 3
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Tambet Ingo
QA Contact: Eric Waldow
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 08:46 UTC by Lukas Ocilka
Modified: 2006-06-15 20:21 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!