Advertisement
Guest User

Untitled

a guest
Jan 11th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. getdents(3, /* 0 entries */, 32768) = 0
  2. close(3) = 0
  3. openat(AT_FDCWD, "/etc/salt/cloud.providers.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
  4. getdents(3, /* 3 entries */, 32768) = 80
  5. getdents(3, /* 0 entries */, 32768) = 0
  6. close(3) = 0
  7. gettimeofday({1389483999, 748535}, NULL) = 0
  8. write(2, "[DEBUG ] Including configurati"..., 79[DEBUG ] Including configuration from '/etc/salt/cloud.providers.d/ec2.conf'
  9. ) = 79
  10. gettimeofday({1389483999, 749080}, NULL) = 0
  11. write(2, "[DEBUG ] Reading configuration"..., 75[DEBUG ] Reading configuration from /etc/salt/cloud.providers.d/ec2.conf
  12. ) = 75
  13. open("/etc/salt/cloud.providers.d/ec2.conf", O_RDONLY) = 3
  14. fstat(3, {st_mode=S_IFREG|0644, st_size=440, ...}) = 0
  15. fcntl(3, F_GETFD) = 0
  16. fcntl(3, F_SETFD, FD_CLOEXEC) = 0
  17. fstat(3, {st_mode=S_IFREG|0644, st_size=440, ...}) = 0
  18. lseek(3, 0, SEEK_CUR) = 0
  19. fstat(3, {st_mode=S_IFREG|0644, st_size=440, ...}) = 0
  20. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fd06ec26000
  21. lseek(3, 0, SEEK_CUR) = 0
  22. read(3, "aws-config:\n minion:\n master"..., 4096) = 440
  23. read(3, "", 4096) = 0
  24. close(3) = 0
  25. munmap(0x7fd06ec26000, 4096) = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement