Guest User

Untitled

a guest
May 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [root@radius1 radius]# radiusd -d /usr/local/etc/raddb -X
  2. FreeRADIUS Version 2.1.9, for host x86_64-unknown-linux-gnu, built on Jun 4 2010 at 10:55:28
  3. Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
  4. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  5. PARTICULAR PURPOSE.
  6. You may redistribute copies of FreeRADIUS under the terms of the
  7. GNU General Public License v2.
  8. Starting - reading configuration files ...
  9. including configuration file /usr/local/etc/raddb/radiusd.conf
  10. including configuration file /usr/local/etc/raddb/proxy.conf
  11. including configuration file /usr/local/etc/raddb/clients.conf
  12. /usr/local/etc/raddb/clients.conf[278]: EOF reached without closing brace for section client starting at line 273
  13. Errors reading /usr/local/etc/raddb/radiusd.conf
  14. [root@radius1 radius]# cd /usr/local/etc/raddb/clients.conf
  15. -bash: cd: /usr/local/etc/raddb/clients.conf: Not a directory
  16. [root@radius1 radius]# ls
  17. accounting.log authentication.log.1 authentication.log.3 radius.log radius.log.2
  18. authentication.log authentication.log.2 radacct radius.log.1 radius.log.3
  19. [root@radius1 radius]# nano -w /usr/local/etc/raddb/clients.conf
  20. [root@radius1 radius]# ps -aux|grep rad
  21. Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
  22. avahi 3149 0.0 0.1 23272 1320 ? Ss 2011 0:00 avahi-daemon: running [radius1.local]
  23. root 3314 0.0 0.0 3656 336 ? S 2011 0:00 supervise radiusd_dialup
  24. root 3315 0.0 0.0 3656 340 ? S 2011 0:00 supervise radiusd_dsl
  25. root 3317 0.0 1.0 106428 10984 ? S 2011 0:19 /usr/local/sbin/radiusd -d /usr/local/etc/raddb_dsl -s -f
  26. root 30313 0.0 0.3 91472 4048 ? S 2011 0:01 /usr/local/sbin/radiusd -d /usr/local/etc/raddb_dialup -s -f
  27. root 31389 0.0 0.0 3656 336 ? S 11:18 0:00 supervise radiusd
  28. root 32107 2.5 0.3 89412 3956 ? S 11:27 0:00 /usr/local/sbin/radiusd -d /usr/local/etc/raddb -s -f
  29. root 32110 0.0 0.0 61160 716 pts/1 R+ 11:27 0:00 grep rad
  30. [root@radius1 radius]#
Add Comment
Please, Sign In to add comment