Discussion:
Linelog not creating file in /var/log
Raghu nathan
2018-10-25 13:28:14 UTC
Permalink
We are using v3.0.13

- We have enabled the linelog but its not creating any log file under
/var/log.
- We kept no change in linelog module.

Is there anything we need to enable to make it work?


*******

# Loading module "linelog" from file /etc/raddb/mods-enabled/linelog
linelog {
filename = "/var/log/radius/linelog"
escape_filenames = no
syslog_facility = "auth"
syslog_severity = "info"
permissions = 384
group = "radiusd"
format = "This is a log message for %{User-Name}"
reference = "messages.%{%{reply:Packet-Type}:-default}"
}

*******


Regards,

Raghu.
-
List info/subscribe/unsubscribe? See
Matthew Newton
2018-10-25 13:31:12 UTC
Permalink
Post by Raghu nathan
- We have enabled the linelog but its not creating any log file under
/var/log.
- We kept no change in linelog module.
Is there anything we need to enable to make it work?
Did you actually call the linelog module from the correct virtual
server (e.g. sites-enabled/default)?

Looking at the full debug output would show that
(see http://wiki.freeradius.org/list-help).
--
Matthew

-
List info/subscribe/unsubscribe? See http://www.fr
Raghu nathan
2018-10-26 09:57:07 UTC
Permalink
Thanks Matthew, I got it

Date: Thu, 25 Oct 2018 14:31:12 +0100
Post by Raghu nathan
- We have enabled the linelog but its not creating any log file under
/var/log.
- We kept no change in linelog module.
Is there anything we need to enable to make it work?
Did you actually call the linelog module from the correct virtual
server (e.g. sites-enabled/default)?

Looking at the full debug output would show that
(see http://wiki.freeradius.org/list-help).
--
Matthew
Post by Raghu nathan
We are using v3.0.13
- We have enabled the linelog but its not creating any log file under
/var/log.
- We kept no change in linelog module.
Is there anything we need to enable to make it work?
*******
# Loading module "linelog" from file /etc/raddb/mods-enabled/linelog
linelog {
filename = "/var/log/radius/linelog"
escape_filenames = no
syslog_facility = "auth"
syslog_severity = "info"
permissions = 384
group = "radiusd"
format = "This is a log message for %{User-Name}"
reference = "messages.%{%{reply:Packet-Type}:-default}"
}
*******
Regards,
Raghu.
-
List info/subscribe/unsubsc
Loading...