nareshkamboju

Cavium ThunderX running out of space and not talking to worl

Dec 8th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. root@debian:~# df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. udev 10M 0 10M 0% /dev
  4. tmpfs 26G 8.7M 26G 1% /run
  5. /dev/sda2 6.3G 6.3G 0 100% /
  6. tmpfs 63G 0 63G 0% /dev/shm
  7. tmpfs 5.0M 0 5.0M 0% /run/lock
  8. tmpfs 63G 0 63G 0% /sys/fs/cgroup
  9. /dev/sda1 512M 136K 512M 1% /boot/efi
  10. /dev/sda6 276G 63M 262G 1% /home
  11. /dev/sda7 123G 60M 117G 1% /test
  12. /dev/sda3 2.7G 239M 2.3G 10% /var
  13. /dev/sda5 361M 2.1M 336M 1% /tmp
  14. root@debian:~# ping google.com
  15. ping: unknown host google.com
  16. root@debian:~#
  17. root@debian:~#
  18. root@debian:~# ip a
  19. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  20. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  21. inet 127.0.0.1/8 scope host lo
  22. valid_lft forever preferred_lft forever
  23. inet6 ::1/128 scope host
  24. valid_lft forever preferred_lft forever
  25. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
  26. link/ether 68:05:ca:40:18:9d brd ff:ff:ff:ff:ff:ff
  27. inet 10.7.0.47/12 brd 10.15.255.255 scope global eth0
  28. valid_lft forever preferred_lft forever
  29. inet6 fe80::6a05:caff:fe40:189d/64 scope link
  30. valid_lft forever preferred_lft forever
  31. 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  32. link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
  33. 4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  34. link/ether 02:0f:b7:00:00:00 brd ff:ff:ff:ff:ff:ff
  35. 5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  36. link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
  37. 6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  38. link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
  39. 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  40. link/ether 02:0f:b7:00:00:01 brd ff:ff:ff:ff:ff:ff
  41. 8: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  42. link/ether 02:0f:b7:00:00:02 brd ff:ff:ff:ff:ff:ff
  43. root@debian:~#
  44. root@debian:~# apt-get update
  45. Err http://security.debian.org jessie/updates InRelease
  46.  
  47. Err http://repo.linaro.org jessie InRelease
  48.  
  49. Err http://security.debian.org jessie/updates Release.gpg
  50. Could not resolve 'security.debian.org'
  51. Err http://repo.linaro.org jessie Release.gpg
  52. Could not resolve 'repo.linaro.org'
  53. Err http://ftp.uk.debian.org jessie InRelease
  54.  
  55. Err http://ftp.uk.debian.org jessie-updates InRelease
  56.  
  57. Err http://ftp.uk.debian.org jessie-backports InRelease
  58.  
  59. Err http://ftp.uk.debian.org jessie Release.gpg
  60. Could not resolve 'ftp.uk.debian.org'
  61. Err http://ftp.uk.debian.org jessie-updates Release.gpg
  62. Could not resolve 'ftp.uk.debian.org'
  63. Err http://ftp.uk.debian.org jessie-backports Release.gpg
  64. Could not resolve 'ftp.uk.debian.org'
  65. Reading package lists... Done
  66. W: Failed to fetch http://ftp.uk.debian.org/debian/dists/jessie/InRelease
  67.  
  68. W: Failed to fetch http://repo.linaro.org/ubuntu/erp-16.12-stable/dists/jessie/InRelease
  69.  
  70. W: Failed to fetch http://security.debian.org/dists/jessie/updates/InRelease
  71.  
  72. W: Failed to fetch http://ftp.uk.debian.org/debian/dists/jessie-updates/InRelease
  73.  
  74. W: Failed to fetch http://ftp.uk.debian.org/debian/dists/jessie-backports/InRelease
  75.  
  76. W: Failed to fetch http://security.debian.org/dists/jessie/updates/Release.gpg Could not resolve 'security.debian.org'
  77.  
  78. W: Failed to fetch http://repo.linaro.org/ubuntu/erp-16.12-stable/dists/jessie/Release.gpg Could not resolve 'repo.linaro.org'
  79.  
  80. W: Failed to fetch http://ftp.uk.debian.org/debian/dists/jessie/Release.gpg Could not resolve 'ftp.uk.debian.org'
  81.  
  82. W: Failed to fetch http://ftp.uk.debian.org/debian/dists/jessie-updates/Release.gpg Could not resolve 'ftp.uk.debian.org'
  83.  
  84. W: Failed to fetch http://ftp.uk.debian.org/debian/dists/jessie-backports/Release.gpg Could not resolve 'ftp.uk.debian.org'
  85.  
  86. W: Some index files failed to download. They have been ignored, or old ones used instead.
  87. root@debian:~#
Add Comment
Please, Sign In to add comment