Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got unreadable code while running install_docker.sh #52

Closed
AoZhang opened this issue Jul 6, 2017 · 2 comments
Closed

I got unreadable code while running install_docker.sh #52

AoZhang opened this issue Jul 6, 2017 · 2 comments
Labels
Type: Question Indicates that an issue or pull request needs more information

Comments

@AoZhang
Copy link

AoZhang commented Jul 6, 2017

after running the installation command, I got log like following:

$ bash docker/scripts/install_docker.sh
++ uname -r
+ sudo apt-get -y install curl linux-image-extra-3.13.0-32-generic linux-image-extra-virtual
?????????... ??
?????????????
????????... ??
linux-image-extra-3.13.0-32-generic is already the newest version.
linux-image-extra-3.13.0-32-generic ?????????
????????????:
  libcurl3 linux-generic linux-headers-3.13.0-107
  linux-headers-3.13.0-107-generic linux-headers-generic
  linux-image-3.13.0-107-generic linux-image-extra-3.13.0-107-generic
  linux-image-generic
????????:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
????????????:
  curl linux-headers-3.13.0-107 linux-headers-3.13.0-107-generic
  linux-image-3.13.0-107-generic linux-image-extra-3.13.0-107-generic
  linux-image-extra-virtual
?????????:
  libcurl3 linux-generic linux-headers-generic linux-image-generic
??? 4 ????,???? 6 ????,??? 0 ????,? 228 ?????????
???? 62.0 MB ?????
???????? 273 MB ??????

where my locale is as following:

LANG=zh_CN.UTF-8
LANGUAGE=zh_CN.UTF-8
LC_CTYPE=zh_CN.UTF-8
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=

what's wrong with me?

@ycool
Copy link
Contributor

ycool commented Jul 6, 2017

I guess it only impacts the help msg. Is docker installed in your env? Try docker ps

Here is the output from my dev box.

$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

@AoZhang
Copy link
Author

AoZhang commented Jul 6, 2017

It looks like that there's something wrong with my local env or my terminal. Linux cmd messages always gets to be messy.
NOTHING is wrong with Apollo. Thanks!

@lianglia-apollo lianglia-apollo added the Type: Question Indicates that an issue or pull request needs more information label Jul 7, 2017
GowthamKudupudi pushed a commit to amd/apollo that referenced this issue Nov 17, 2022
…ert_hipify

[AMD] Renaming BASE_CUDA_CHECK -> BASE_GPU_CHECK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question Indicates that an issue or pull request needs more information
Projects
None yet
Development

No branches or pull requests

4 participants