Advertisement
Guest User

Untitled

a guest
Feb 15th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. stack@stackbook ~ $ cat /opt/stack/logs/stack.sh.log | grep -i distro
  2. 2016-02-15 22:54:09.879 | + /opt/stack/devstack/tools/install_pip.sh:main:L31: GetDistro
  3. 2016-02-15 22:54:09.879 | + /opt/stack/devstack/functions-common:GetDistro:L367: GetOSVersion
  4. 2016-02-15 22:54:10.019 | + /opt/stack/devstack/functions-common:GetDistro:L368: [[ LinuxMint =~ (Ubuntu) ]]
  5. 2016-02-15 22:54:10.019 | + /opt/stack/devstack/functions-common:GetDistro:L368: [[ LinuxMint =~ (Debian) ]]
  6. 2016-02-15 22:54:10.019 | + /opt/stack/devstack/functions-common:GetDistro:L372: [[ LinuxMint =~ (Fedora) ]]
  7. 2016-02-15 22:54:10.019 | + /opt/stack/devstack/functions-common:GetDistro:L375: [[ LinuxMint =~ (openSUSE) ]]
  8. 2016-02-15 22:54:10.019 | + /opt/stack/devstack/functions-common:GetDistro:L377: [[ LinuxMint =~ (SUSE LINUX) ]]
  9. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L382: [[ LinuxMint =~ (Red.*Hat) ]]
  10. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L382: [[ LinuxMint =~ (CentOS) ]]
  11. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L382: [[ LinuxMint =~ (OracleLinux) ]]
  12. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L386: [[ LinuxMint =~ (XenServer) ]]
  13. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L388: [[ LinuxMint =~ (kvmibm) ]]
  14. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L392: DISTRO=LinuxMint-17.1.
  15. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L393: echo 'Distro: LinuxMint-17.1. is not supported, continuing could result in unwanted behavior.'
  16. 2016-02-15 22:54:10.020 | Distro: LinuxMint-17.1. is not supported, continuing could result in unwanted behavior.
  17. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/functions-common:GetDistro:L395: typeset -xr DISTRO
  18. 2016-02-15 22:54:10.020 | + /opt/stack/devstack/tools/install_pip.sh:main:L32: echo 'Distro: LinuxMint-17.1.'
  19. 2016-02-15 22:54:10.020 | Distro: LinuxMint-17.1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement