Advertisement
lifeboy

syslog

May 7th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.59 KB | None | 0 0
  1. roland@Ashton:~$ sudo cat /etc/default/tftpd-hpa
  2. # /etc/default/tftpd-hpa
  3. TFTP_USERNAME="tftp"
  4. TFTP_DIRECTORY="/var/lib/tftpboot"
  5. TFTP_ADDRESS="172.16.0.1:69"
  6. TFTP_OPTIONS="-v --secure --verbose"
  7.  
  8. roland@Ashton:~S less /var/log/syslog
  9.  
  10. May  7 22:16:20 Ashton kernel: [149354.718452] br0: port 2(vnet0) entering learning state
  11. May  7 22:16:24 Ashton kernel: [149358.720277] br0: topology change detected, propagating
  12. May  7 22:16:24 Ashton kernel: [149358.720281] br0: port 2(vnet0) entering forwarding state
  13. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 available DHCP range: 172.16.0.20 -- 172.16.0.50
  14. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 vendor class: PXEClient:Arch:00000:UNDI:002001
  15. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 user class: iPXE
  16. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 DHCPDISCOVER(br0) 52:54:00:c5:0e:33
  17. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 tags: br0
  18. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 DHCPOFFER(br0) 172.16.0.20 52:54:00:c5:0e:33
  19. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server,
  20. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 12:hostname, 15:domain-name, 17:root-path,
  21. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 43:vendor-encap, 60:vendor-class, 66:tftp-server,
  22. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 67:bootfile-name, 128, 129, 130, 131, 132,
  23. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 133, 134, 135, 175, 203
  24. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 bootfile name: /ltsp/i386/pxelinux.0
  25. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 next server: 172.16.0.1
  26. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  1 option: 53:message-type  02
  27. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 54:server-identifier  172.16.0.1
  28. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 51:lease-time  00:00:a8:c0
  29. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 58:T1  00:00:54:60
  30. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 59:T2  00:00:93:a8
  31. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option:  1:netmask  255.255.255.0
  32. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 28:broadcast  172.16.0.255
  33. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option:  3:router  172.16.0.1
  34. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option:  6:dns-server  172.16.0.1
  35. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size: 14 option: 17:root-path  /opt/ltsp/i386
  36. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  9 option: 60:vendor-class  50:58:45:43:6c:69:65:6e:74
  37. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size: 17 option: 97:client-machine-id  00:d7:09:e8:e9:1b:0c:d1:1a:44:2c:97:2b...
  38. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size: 88 option: 43:vendor-encap  06:01:03:08:07:80:00:01:ac:10:00:01:09...
  39. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 available DHCP range: 172.16.0.20 -- 172.16.0.50
  40. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 vendor class: PXEClient:Arch:00000:UNDI:002001
  41. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 user class: iPXE
  42. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 DHCPREQUEST(br0) 172.16.0.20 52:54:00:c5:0e:33
  43. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 tags: br0
  44. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 DHCPACK(br0) 172.16.0.20 52:54:00:c5:0e:33
  45. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server,
  46. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 12:hostname, 15:domain-name, 17:root-path,
  47. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 43:vendor-encap, 60:vendor-class, 66:tftp-server,
  48. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 67:bootfile-name, 128, 129, 130, 131, 132,
  49. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 requested options: 133, 134, 135, 175, 203
  50. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 bootfile name: /ltsp/i386/pxelinux.0
  51. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 next server: 172.16.0.1
  52. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  1 option: 53:message-type  05
  53. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 54:server-identifier  172.16.0.1
  54. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 51:lease-time  00:00:a8:c0
  55. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 58:T1  00:00:54:60
  56. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 59:T2  00:00:93:a8
  57. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option:  1:netmask  255.255.255.0
  58. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option: 28:broadcast  172.16.0.255
  59. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option:  3:router  172.16.0.1
  60. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  4 option:  6:dns-server  172.16.0.1
  61. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size: 14 option: 17:root-path  /opt/ltsp/i386
  62. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size:  9 option: 60:vendor-class  50:58:45:43:6c:69:65:6e:74
  63. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size: 17 option: 97:client-machine-id  00:d7:09:e8:e9:1b:0c:d1:1a:44:2c:97:2b...
  64. May  7 22:16:25 Ashton dnsmasq-dhcp[3006]: 2157655137 sent size: 88 option: 43:vendor-encap  06:01:03:08:07:80:00:01:ac:10:00:01:09...
  65. May  7 22:16:26 Ashton kernel: [149361.420159] vnet0: no IPv6 routers present
  66. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 available DHCP range: 172.16.0.20 -- 172.16.0.50
  67. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 vendor class: PXEClient:Arch:00000:UNDI:002001
  68. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 user class: iPXE
  69. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 PXE(br0) 172.16.0.20 52:54:00:c5:0e:33 /ltsp/i386/pxelinux.0
  70. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 tags: br0
  71. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 bootfile name: /ltsp/i386/pxelinux.0
  72. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 next server: 172.16.0.1
  73. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 sent size:  1 option: 53:message-type  05
  74. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 sent size:  4 option: 54:server-identifier  172.16.0.1
  75. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 sent size:  9 option: 60:vendor-class  50:58:45:43:6c:69:65:6e:74
  76. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 sent size: 17 option: 97:client-machine-id  00:d7:09:e8:e9:1b:0c:d1:1a:44:2c:97:2b...
  77. May  7 22:16:29 Ashton dnsmasq-dhcp[3006]: 0 sent size: 32 option: 43:vendor-encap  47:04:80:00:00:00:0a:17:03:50:72:65:73...
  78. May  7 22:16:29 Ashton in.tftpd[9590]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.0
  79. May  7 22:16:29 Ashton in.tftpd[9591]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/d709e8e9-1b0c-d11a-442c-972b5e9b4030
  80. May  7 22:16:29 Ashton in.tftpd[9592]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/01-52-54-00-c5-0e-33
  81. May  7 22:16:29 Ashton in.tftpd[9593]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/AC100014
  82. May  7 22:16:29 Ashton in.tftpd[9594]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/AC10001
  83. May  7 22:16:29 Ashton in.tftpd[9595]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/AC1000
  84. May  7 22:16:29 Ashton in.tftpd[9596]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/AC100
  85. May  7 22:16:29 Ashton in.tftpd[9597]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/AC10
  86. May  7 22:16:29 Ashton in.tftpd[9598]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/AC1
  87. May  7 22:16:29 Ashton in.tftpd[9599]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/AC
  88. May  7 22:16:29 Ashton in.tftpd[9600]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/A
  89. May  7 22:16:29 Ashton in.tftpd[9601]: RRQ from 172.16.0.20 filename /ltsp/i386/pxelinux.cfg/default
  90. May  7 22:16:29 Ashton in.tftpd[9602]: RRQ from 172.16.0.20 filename /ltsp/i386/vmlinuz
  91. May  7 22:16:29 Ashton in.tftpd[9604]: RRQ from 172.16.0.20 filename /ltsp/i386/initrd.img
  92. May  7 22:16:30 Ashton kernel: [149364.929408] kvm: 9575: cpu0 unimplemented perfctr wrmsr: 0xc1 data 0xabcd
  93. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 available DHCP range: 172.16.0.20 -- 172.16.0.50
  94. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 vendor class: Linux ipconfig
  95. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 DHCPDISCOVER(br0) 52:54:00:c5:0e:33
  96. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 tags: br0
  97. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 DHCPOFFER(br0) 172.16.0.20 52:54:00:c5:0e:33
  98. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 requested options: 1:netmask, 3:router, 6:dns-server, 12:hostname,
  99. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 requested options: 15:domain-name, 17:root-path, 26:mtu, 28:broadcast,
  100. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 requested options: 40:nis-domain, 119:domain-search
  101. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 bootfile name: /ltsp/i386/pxelinux.0
  102. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 next server: 172.16.0.1
  103. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  1 option: 53:message-type  02
  104. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 54:server-identifier  172.16.0.1
  105. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 51:lease-time  00:00:a8:c0
  106. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 58:T1  00:00:54:60
  107. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 59:T2  00:00:93:a8
  108. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option:  1:netmask  255.255.255.0
  109. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 28:broadcast  172.16.0.255
  110. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option:  3:router  172.16.0.1
  111. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option:  6:dns-server  172.16.0.1
  112. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size: 14 option: 17:root-path  /opt/ltsp/i386
  113. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 available DHCP range: 172.16.0.20 -- 172.16.0.50
  114. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 vendor class: Linux ipconfig
  115. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 DHCPREQUEST(br0) 172.16.0.20 52:54:00:c5:0e:33
  116. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 tags: br0
  117. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 DHCPACK(br0) 172.16.0.20 52:54:00:c5:0e:33
  118. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 requested options: 1:netmask, 3:router, 6:dns-server, 12:hostname,
  119. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 requested options: 15:domain-name, 17:root-path, 26:mtu, 28:broadcast,
  120. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 requested options: 40:nis-domain, 119:domain-search
  121. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 bootfile name: /ltsp/i386/pxelinux.0
  122. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 next server: 172.16.0.1
  123. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  1 option: 53:message-type  05
  124. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 54:server-identifier  172.16.0.1
  125. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 51:lease-time  00:00:a8:c0
  126. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 58:T1  00:00:54:60
  127. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 59:T2  00:00:93:a8
  128. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option:  1:netmask  255.255.255.0
  129. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option: 28:broadcast  172.16.0.255
  130. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option:  3:router  172.16.0.1
  131. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size:  4 option:  6:dns-server  172.16.0.1
  132. May  7 22:16:31 Ashton dnsmasq-dhcp[3006]: 1443574133 sent size: 14 option: 17:root-path  /opt/ltsp/i386
  133. May  7 22:16:31 Ashton rpc.mountd[2352]: authenticated mount request from 172.16.0.20:937 for /opt/ltsp/i386 (/opt/ltsp/i386)
  134. May  7 22:17:01 Ashton CRON[9638]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement