Not accepting syslog messages
Bug #1323627 reported by
Stuart Bishop
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
rsyslog (Juju Charms Collection) |
Invalid
|
Undecided
|
Unassigned | ||
rsyslog-forwarder (Juju Charms Collection) |
Fix Released
|
High
|
Jorge Niedbalski |
Bug Description
With the local provider, I am unable to send syslog messages to the rsyslog service:
juju deploy ubuntu
juju deploy rsyslog
juju deploy rsyslog-forwarder
juju add-relation ubuntu rsyslog-forwarder
juju add-relation rsyslog-
The rsyslog unit is happily logging local syslog messages:
juju run --unit rsyslog/0 'logger -p local0.error This is a local message'
juju run --unit rsyslog/0 'sudo tail -1 /var/log/syslog'
However, sending messages from the remote unit does nothing:
juju run --unit ubuntu/0 'logger -p local0.error This is a remote message'
juju run --unit rsyslog/0 'sudo tail -1 /var/log/syslog'
Related branches
lp://staging/~niedbalski/charms/precise/rsyslog-forwarder/lp-1323627
- Charles Butler (community): Approve (cr + deploy)
- Stuart Bishop (community): Approve
-
Diff: 21 lines (+2/-2)2 files modifiedfiles/forwarder.template (+1/-1)
hooks/syslog-relation-joined (+1/-1)
Changed in rsyslog-forwarder (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Jorge Niedbalski (niedbalski) |
Changed in rsyslog-forwarder (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I also get this behavior on Canonistack.