Advertisement
Guest User

Untitled

a guest
Aug 15th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. root@printnix:/etc/xinetd.d# cat cups-lpd
  2. service printer
  3. {
  4. socket_type = stream
  5. protocol = tcp
  6. wait = no
  7. user = root
  8. server = /usr/lib/cups/daemon/cups-lpd
  9. server_args = cups-lpd -o document-format=application/octet-stream
  10. flags = NAMEINARGS
  11. }
  12.  
  13. root@printnix:/etc/xinetd.d# xinetd -d
  14. 13/8/15@10:32:10: DEBUG: 2220 {handle_includedir} Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=20]
  15. 13/8/15@10:32:10: DEBUG: 2220 {handle_includedir} Reading included configuration file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=28]
  16. 13/8/15@10:32:10: DEBUG: 2220 {handle_includedir} Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=10]
  17. 13/8/15@10:32:10: DEBUG: 2220 {handle_includedir} Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=26]
  18. 13/8/15@10:32:10: DEBUG: 2220 {handle_includedir} Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=25]
  19. 13/8/15@10:32:10: DEBUG: 2220 {handle_includedir} Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=26]
  20. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing chargen
  21. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing chargen
  22. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing daytime
  23. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing daytime
  24. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing discard
  25. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing discard
  26. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing echo
  27. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing echo
  28. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing time
  29. 13/8/15@10:32:10: DEBUG: 2220 {remove_disabled_services} removing time
  30. Service defaults
  31. Instances = 30
  32. CPS = max conn:50 wait:10
  33. Bind = All addresses.
  34. Only from: All sites
  35. No access: No blocked sites
  36. Logging to file: /var/log/xinetd.log (no limits)
  37. Log_on_success flags = HOST DURATION EXIT
  38. Log_on_failure flags = HOST ATTEMPT
  39.  
  40. Service configuration: printer
  41. id = printer
  42. flags = NAMEINARGS IPv4
  43. socket_type = stream
  44. Protocol (name,number) = (tcp,6)
  45. port = 515
  46. wait = no
  47. user = 0
  48. Groups = no
  49. PER_SOURCE = -1
  50. Bind = All addresses.
  51. Server = /usr/lib/cups/daemon/cups-lpd
  52. Server argv =
  53. Only from: All sites
  54. No access: No blocked sites
  55. Logging to common log file
  56. Log_on_success flags = HOST DURATION EXIT
  57. Log_on_failure flags = HOST ATTEMPT
  58.  
  59. 13/8/15@10:32:10: ERROR: 2220 {activate_normal} bind failed (Address already in use (errno = 98)). service = printer
  60. 13/8/15@10:32:10: ERROR: 2220 {cnf_start_services} Service printer failed to start and is deactivated.
  61. 13/8/15@10:32:10: DEBUG: 2220 {cnf_start_services} mask_max = 0, services_started = 0
  62. 13/8/15@10:32:10: CRITICAL: 2220 {init_services} no services. Exiting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement