Advertisement
Guest User

Untitled

a guest
Dec 5th, 2015
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.84 KB | None | 0 0
  1. # Shell file
  2. 1449345324 INFO RandomSeed.c:42 Attempting to seed random number generator
  3. 1449345324 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
  4. 1449345324 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
  5. 1449345324 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
  6. 1449345324 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
  7. 1449345324 INFO LibuvEntropyProvider.c:59 Taking clock samples every [1000]ms for random generator
  8. 1449345324 DEBUG Core.c:263 Getting pre-configuration from client
  9. 1449345324 DEBUG Pipe.c:231 Pipe [/tmp/cjdns_pipe_client-core-5ccrc5bq521ymcp9d8x9vkwb31hpyj] established connection
  10. 1449345324 DEBUG Core.c:266 Finished getting pre-configuration from client
  11. 1449345324 DEBUG UDPAddrIface.c:254 Binding to address [127.0.0.1:11234]
  12. 1449345324 DEBUG UDPAddrIface.c:293 Bound to address [127.0.0.1:11234]
  13. 1449345324 DEBUG Pathfinder.c:152 INIT
  14. 1449345324 DEBUG NodeStore.c:553 Linking [fc94:ef42:cffb:f2be:a9f0:31e1:7c74:e40a] with [fc94:ef42:cffb:f2be:a9f0:31e1:7c74:e40a] with label fragment [0000.0000.0000.0001]
  15. 1449345324 DEBUG UDPAddrIface.c:254 Binding to address [0.0.0.0:20461]
  16. 1449345324 DEBUG UDPAddrIface.c:293 Bound to address [0.0.0.0:20461]
  17. 1449345324 DEBUG UDPAddrIface.c:254 Binding to address [[::]:20461]
  18. 1449345324 DEBUG UDPAddrIface.c:293 Bound to address [[::]:20461]
  19. 1449345324 DEBUG InterfaceController.c:795 InterfaceController_beaconState(ETH/eth0, SEND)
  20. 1449345324 DEBUG InterfaceController.c:740 sendBeacon(ETH/eth0)
  21. 1449345324 DEBUG InterfaceController.c:747 SEND BEACON CONTENT[000000116be6fffd34b0dd11a49d9cb4f9175acd5bb2edc060d8abbf1757a5bc32f6d60fcd019c94c0e80bd7d984bd30a9c7097dc9c79f6e]
  22. 1449345324 DEBUG Core.c:141 Initializing TUN device [<auto>]
  23. 1449345324 INFO TUNInterface_linux.c:52 Initializing tun device [auto]
  24. 1449345324 INFO NetDev.c:64 Setting IP address [fc94:ef42:cffb:f2be:a9f0:31e1:7c74:e40a/8] on interface [tun0]
  25. 1449345324 INFO NetPlatform_linux.c:96 Bringing up interface [tun0]
  26. 1449345324 INFO NetPlatform_linux.c:170 Setting MTU for device [tun0] to [1304] bytes.
  27. 1449345324 INFO Core.c:119 Got request to exit
  28. 1449345324 DEBUG UDPAddrIface.c:72 DROP Failed to write to UDPAddrIface [operation canceled]
  29. Core exited with status [0], signal [0]
  30.  
  31. # Output file:
  32.  
  33. 1449345323 INFO cjdroute2.c:615 Cjdns armel linux +seccomp
  34. 1449345323 INFO cjdroute2.c:619 Checking for running instance...
  35. 1449345323 DEBUG UDPAddrIface.c:293 Bound to address [0.0.0.0:52173]
  36. 1449345323 DEBUG AdminClient.c:333 Connecting to [127.0.0.1:11234]
  37. 1449345324 DEBUG Pipe.c:134 Buffering a message
  38. 1449345324 DEBUG cjdroute2.c:664 Sent [156] bytes to core
  39. 1449345324 DEBUG Pipe.c:231 Pipe [/tmp/cjdns_pipe_client-core-5ccrc5bq521ymcp9d8x9vkwb31hpyj] established connection
  40. 1449345324 DEBUG Pipe.c:253 Sending buffered message
  41. 1449345324 DEBUG UDPAddrIface.c:293 Bound to address [0.0.0.0:59221]
  42. 1449345324 DEBUG AdminClient.c:333 Connecting to [127.0.0.1:11234]
  43. 1449345324 INFO Configurator.c:135 Checking authorized password 0.
  44. 1449345324 INFO Configurator.c:159 Adding authorized password #[0] for user [default-login].
  45. 1449345324 INFO Configurator.c:374 Setting up all ETHInterfaces...
  46. 1449345324 INFO Configurator.c:390 Creating new ETHInterface [eth0]
  47. 1449345324 INFO Configurator.c:351 Setting beacon mode on ETHInterface to [2].
  48. 1449345324 DEBUG Configurator.c:494 Security_chroot(/var/run/)
  49. 1449345324 DEBUG Configurator.c:539 Security_noforks()
  50. 1449345324 DEBUG Configurator.c:544 Security_setUser(uid:65534, keepNetAdmin:1)
  51. 1449345324 DEBUG Configurator.c:559 Security_seccomp()
  52. 1449345324 CRITICAL Configurator.c:107 Got error [Seccomp.c:382 prctl(PR_SET_SECCOMP) -> [Invalid argument]
  53. ] calling [Security_seccomp]
  54. 1449345324 CRITICAL Configurator.c:57 enable Log_LEVEL=KEYS to see message content.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement