Modify ↓
Ticket #711 (closed defect: wontfix)
Incorrect Error Message
Reported by: | nicely | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
When running the bcfg2 client on the server, without root, the incorrect output is shown. With sudo, everything is correct.
Also, separate clients, though not showing these errors, do not report that root is required. Rather that permission is denied to access certain files.
I'm running bcfg2 revision 5413 on Ubuntu Jaunty.
[email protected]:~$ bcfg2 Server failure: [Errno 336265218] _ssl.c:337: error:140B0002:SSL routines:SSL_CT X_use_PrivateKey_file:system lib Failed to download probes from bcfg2 [Errno 336265218] _ssl.c:337: error:140B0002:SSL routines:SSL_CTX_use_PrivateKey_file:system lib
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
I would chalk this up to unix permissions mainly. There are cases where the client can't read some files that it needs to (either for ssl or a file that is managed) where i think this is the right behavior.