【发布时间】:2013-07-10 05:52:35
【问题描述】:
当我使用命令时:schroot -c 32bit -- bash --login -c "rm -rf ~/SC32 ;"
我收到以下错误:
E: 20copyfiles: cp: cannot create regular file `/var/lib/schroot/mount/32bit-dcc62f68-de18-4d2a-95d9-b71f0be314ce/etc/resolv.conf ': 没有这样的文件或目录
E:32bit-dcc62f68-de18-4d2a-95d9-b71f0be314ce:Chroot 设置失败:stage=setup-start
由于我是 Linux 环境的新手,我不知道如何解决这个错误。
我正在使用的 Cent OS 是 6.3,采用 x64 架构
我还在 /etc/schroot/schroot.conf 中将 32 位配置为
[32bit]
type=directory
description=CentOS 6.3 32bit
directory=/chroot/32bit
users=temp
root-groups=root
personality=linux32
我也有这个目录可用 /chroot/32bit
我不是系统的root用户。
谁能告诉我如何解决这个错误?
【问题讨论】: