2014-09-23 49 views
4

我有一个Vagrant配置脚本,如果它不可用,则尝试安装Zsh,然后将shell更改为使用Zsh。Ubuntu Zsh(通过Vagrant)未找到Zsh或其功能

有两个问题,我相信我有:

首先是我不相信的外壳被更换到岩组,因为当我运行vagrant ssh访问Ubuntu的虚拟机,一旦出现运行ps -p $$的命令表示Bash是正在运行的shell(我希望Zsh在这里)。

第二个问题是,如果改变到岩组壳(不管什么ps -p $$报告回),然后当我源.zshrc文件,这表明指定的功能缺失或只是在岩组显示大量的错误未被正确引用。


我会做岩组的手动安装,而不是通过一个流浪供应脚本,将它分解为步骤...

  1. cat /etc/shells - >我看不出有任何引用岩组†
  2. sudo apt-get update
  3. sudo apt-get install zsh
  4. cat /etc/shells - >现在有/bin/zsh/usr/bin/zsh
  5. which zsh - >/usr/bin/zsh
  6. zsh --version - >zsh 5.0.2 (x86_64-pc-linux-gnu)
  7. chsh -s $(which zsh)
  8. source .zshrc - >发送到stdout ~~
  9. tree /usr/share/zsh/错误的地段 - >参见下面**输出,但要注意function目录不在5.0.2目录内?

我认为它更可能岩组没有被改变,因为如果我执行命令zsh我得到带到一个新的shell环境,如果我再运行source .zshrc我没有得到任何错误。另外,如果我现在运行ps -p $$,我会看到Zsh被报告为正在运行的shell。

我的整个流浪者配置脚本可以在这个问题的底部找到。

†弹我看到的名单是:

/bin/sh 
/bin/dash 
/bin/bash 
/bin/rbash 
/usr/bin/tmux 
/usr/bin/screen 

≠输出为:

Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
The following extra packages will be installed: 
    zsh-common 
Suggested packages: 
    zsh-doc 
The following NEW packages will be installed: 
    zsh zsh-common 
0 upgraded, 2 newly installed, 0 to remove and 55 not upgraded. 
Need to get 2,726 kB of archives. 
After this operation, 11.4 MB of additional disk space will be used. 
Do you want to continue? [Y/n] Y 
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main zsh-common all 5.0.2-3ubuntu6 [2,119 kB] 
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main zsh amd64 5.0.2-3ubuntu6 [607 kB] 
Fetched 2,726 kB in 6s (420 kB/s)            
Selecting previously unselected package zsh-common. 
(Reading database ... 61742 files and directories currently installed.) 
Preparing to unpack .../zsh-common_5.0.2-3ubuntu6_all.deb ... 
Unpacking zsh-common (5.0.2-3ubuntu6) ... 
Selecting previously unselected package zsh. 
Preparing to unpack .../zsh_5.0.2-3ubuntu6_amd64.deb ... 
Unpacking zsh (5.0.2-3ubuntu6) ... 
Processing triggers for man-db (2.6.7.1-1) ... 
Setting up zsh-common (5.0.2-3ubuntu6) ... 
Setting up zsh (5.0.2-3ubuntu6) ... 
update-alternatives: using /bin/zsh5 to provide /bin/zsh (zsh) in auto mode 
update-alternatives: using /bin/zsh5 to provide /bin/rzsh (rzsh) in auto mode 
update-alternatives: warning: skip creation of /usr/share/man/man1/rzsh.1.gz because associated file /usr/share/man/man1/zsh.1.gz (of link group rzsh) doesn't exist 

~~下面是错误列表,而岩组配置文件可以在这里看到https://github.com/Integralist/dotfiles/blob/linux/.zshrc

autoload: command not found 
zmodload: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'style' from package 'diction' (universe) 
Command 'astyle' from package 'astyle' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
No command 'zstyle' found, did you mean: 
Command 'astyle' from package 'astyle' (universe) 
Command 'style' from package 'diction' (universe) 
zstyle: command not found 
bindkey: command not found 
bindkey: command not found 
bindkey: command not found 
bindkey: command not found 
bindkey: command not found 
bindkey: command not found 
bindkey: command not found 
autoload: command not found 
No command 'colors' found, did you mean: 
Command 'xcolors' from package 'xcolors' (universe) 
colors: command not found 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution 
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
unsetopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
No command 'setopt' found, did you mean: 
Command 'getopt' from package 'util-linux' (main) 
setopt: command not found 
autoload: command not found 

**从tree命令上输出目录:

/usr/share/zsh/ 
├── 5.0.2 
│   └── scripts 
│    └── newuser 
├── functions 
│   ├── Calendar 
│   │   ├── ... 
│   ├── Calendar.zwc 
│   ├── Chpwd 
│   │   ├── ... 
│   ├── Chpwd.zwc 
│   ├── Completion 
│   │   ├── AIX 
│   │   │   ├── ... 
│   │   ├── AIX.zwc 
│   │   ├── Base 
│   │   │   ├── ... 
│   │   ├── Base.zwc 
│   │   ├── bashcompinit 
│   │   ├── BSD 
│   │   │   ├── ... 
│   │   ├── BSD.zwc 
│   │   ├── compaudit 
│   │   ├── compdump 
│   │   ├── compinit 
│   │   ├── compinstall 
│   │   ├── Cygwin 
│   │   │   ├── ... 
│   │   ├── Cygwin.zwc 
│   │   ├── Darwin 
│   │   │   ├── ... 
│   │   ├── Darwin.zwc 
│   │   ├── Debian 
│   │   │   ├── ... 
│   │   ├── Debian.zwc 
│   │   ├── Linux 
│   │   │   ├── ... 
│   │   ├── Linux.zwc 
│   │   ├── Mandriva 
│   │   │   ├── _rebootin 
│   │   │   └── _urpmi 
│   │   ├── Mandriva.zwc 
│   │   ├── openSUSE 
│   │   │   ├── ... 
│   │   ├── openSUSE.zwc 
│   │   ├── Redhat 
│   │   │   ├── ... 
│   │   ├── Redhat.zwc 
│   │   ├── Solaris 
│   │   │   ├── ... 
│   │   ├── Solaris.zwc 
│   │   ├── Unix 
│   │   │   ├── ... 
│   │   ├── Unix.zwc 
│   │   ├── X 
│   │   │   ├── ... 
│   │   ├── X.zwc 
│   │   ├── Zsh 
│   │   │   ├── ... 
│   │   └── Zsh.zwc 
│   ├── Completion.zwc 
│   ├── Exceptions 
│   │   ├── catch 
│   │   └── throw 
│   ├── Exceptions.zwc 
│   ├── MIME 
│   │   ├── ... 
│   ├── MIME.zwc 
│   ├── Misc 
│   │   ├── ... 
│   ├── Misc.zwc 
│   ├── Newuser 
│   │   └── zsh-newuser-install 
│   ├── Newuser.zwc 
│   ├── Prompts 
│   │   ├── ... 
│   ├── Prompts.zwc 
│   ├── TCP 
│   │   ├── ... 
│   ├── TCP.zwc 
│   ├── VCS_Info 
│   │   ├── ... 
│   ├── VCS_Info.zwc 
│   ├── Zftp 
│   │   ├── ... 
│   ├── Zftp.zwc 
│   ├── Zle 
│   │   ├── ... 
│   └── Zle.zwc 
└── help 

这里是我的流浪配置脚本

# Install dependencies 
add-apt-repository ppa:pi-rho/dev # for latest tmux 
apt-get update 
apt-get remove vim-tiny -y 
apt-get install vim tmux git tree htop reptyr xclip -y 

# Install Zsh shell if it's not available 
if ! cat /etc/shells | grep zsh; then 
    echo "Zsh is not available, so we'll install it now" 
    apt-get install zsh -y 
fi 

# For the Reptyr program to work we need to enable system access 
# We do this by changing the ptrace scope from one to zero 
sed -i 's/kernel.yama.ptrace_scope = 1/kernel.yama.ptrace_scope = 0/' /etc/sysctl.d/10-ptrace.conf 

# Because this is a system control daemon, we need to restart the relevant service 
sysctl -p /etc/sysctl.d/10-ptrace.conf 

# Avoid the shell asking us to authorise the authenticity of github.com 
# This happens when doing a git clone for the first time 
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 

# Install dotfiles... 
dotfiles_location=/home/vagrant/dotfiles 
git clone https://github.com/Integralist/dotfiles.git $dotfiles_location 
cd $dotfiles_location && git fetch && git checkout linux 

# Ensure we don't move unnecessary files 
shopt -s extglob 
mv !(.|..|.git|README.md) .. 

# Clean-up 
cd ../ && rm -rf dotfiles 

# Change to Zsh shell 
chsh -s $(which zsh) 

# Source the Zsh config file 
source .zshrc 
+0

upvoting你的问题,因为你清楚地列出你的问题的细节。下一次,我们可能不需要看到每一个信息,编辑它像一些注释(类似的错误重复40多次);-)祝你好运。 – shellter 2014-09-23 15:09:43

回答

4

chsh只改变它不会改变当前外壳当前用户的默认/登录shell。

您需要重新登录并重新登录或手动exec zsh来更改活动/当前shell。

+0

谢谢你,这个伎俩!我显然是一个甜甜圈: - / – Integralist 2014-09-23 15:00:01