Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. $ sudo xl create tls-client.xl -c
  2. Parsing config from tls-client.xl
  3. Xen Minimal OS!
  4. Initialising timer interface
  5. Initialising console ... done.
  6. getenv(OCAMLRUNPARAM) -> null
  7. getenv(CAMLRUNPARAM) -> null
  8. getenv(PATH) -> null
  9. Unsupported function lseek called in Mini-OS kernel
  10. Unsupported function lseek called in Mini-OS kernel
  11. Unsupported function lseek called in Mini-OS kernel
  12. getenv(OCAMLRUNPARAM) -> null
  13. getenv(CAMLRUNPARAM) -> null
  14. getenv(TMPDIR) -> null
  15. getenv(TEMP) -> null
  16. Netif: add resume hook
  17. Netif.connect 0
  18. Netfront.create: id=0 domid=0
  19. MAC: 00:16:3e:7a:23:15
  20. Attempt to open(/dev/urandom)!
  21. Unsupported function getpid called in Mini-OS kernel
  22. Unsupported function getppid called in Mini-OS kernel
  23. Manager: connect
  24. Manager: configuring
  25. DHCP: start discovery
  26.  
  27. Sending DHCP broadcast (length 552)
  28. sg:true gso_tcpv4:true rx_copy:true rx_flip:false smart_poll:false
  29. ARP: transmitting probe -> 192.168.3.1
  30. DHCP response:
  31. input ciaddr 0.0.0.0 yiaddr 192.168.3.7
  32. siaddr 192.168.3.1 giaddr 0.0.0.0
  33. chaddr 00163e7a231500000000000000000000 sname file
  34. DHCP: offer received: 192.168.3.7
  35. DHCP options: Offer : DNS servers(192.168.3.1), Routers(192.168.3.1), Broadcast(192.168.3.255), Subnet mask(255.255.255.0), Unknown(59[4]), Unknown(58[4]), Lease time(600), Server identifer(192.168.3.1)
  36. Sending DHCP broadcast (length 552)
  37. ARP: updating 192.168.3.1 -> 00:90:f5:e5:7c:68
  38. DHCP response:
  39. input ciaddr 0.0.0.0 yiaddr 192.168.3.7
  40. siaddr 192.168.3.1 giaddr 0.0.0.0
  41. chaddr 00163e7a231500000000000000000000 sname file
  42. DHCP: offer received
  43. IPv4: 192.168.3.7
  44. Netmask: 255.255.255.0
  45. Gateways: [192.168.3.1]
  46. ARP: sending gratuitous from 192.168.3.7
  47. DHCP offer received and bound to 192.168.3.7 nm 255.255.255.0 gw [192.168.3.1]
  48. Manager: configuration done
  49. Attempt to open(/dev/urandom)!
  50. Unsupported function getpid called in Mini-OS kernel
  51. Unsupported function getppid called in Mini-OS kernel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement