archlinux 安装出现 ERROR:'/run/archiso/boot mnt/arch/aitab' file does not ex

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了archlinux 安装出现 ERROR:'/run/archiso/boot mnt/arch/aitab' file does not ex相关的知识,希望对你有一定的参考价值。

应该是没有卸载安装媒体造成的,请使用这个命令试一下
1.退出chroot

exit

2.卸载mnt

umount /mnt

3.重启

reboot

具体请参考
http://www.cnblogs.com/mad/p/3280041.html
不过其中有几处小错误注意识别
参考技术A 安装到哪个步骤?是不是敲错顺序或命令了

ArchLinux下PHP安装memcached扩展

因为遇到php报错 Class ‘Memcached‘ not found,才发现php扩展居然有两个,一个memcache,一个memecached。
同时呢,memecached服务本身又刚好与扩展名同名。
于是各种解答就出现了。

用了yaourt,发现有php-memcached存在。直接

sudo yaourt -S php-memcached

  安装好后,在/usr/lib/php/modules下,会生成文件memcached.so

在已有的php目录下,如/usr/lib/php56/modules下。建立软链接。同时配置php.ini里面包含一句extension=memcached.so
重启php,结果memcached扩展还是不能用。原来是php版本与memcached.so的版本不一致。

只好到http://pecl.php.net/package/memcached 这里找一个合适版本的。
php5.2-5.6对应memcached-2.2.0.tgz 

以下逐行执行。

wget http://pecl.php.net/get/memcached-2.2.0.tgz

tar zxvf memcached-2.2.0.tgz

cd memcached-2.2.0/

phpsize // 或phpize56  根据安装的php版本确定

./configure --enable-memcached --enable-memcached-json

make

sudo make install

  

执行完成后,会发现/usr/lib/php56/modules下多了一个memcached.so。配置好php.ini,重启php,完成。

















以上是关于archlinux 安装出现 ERROR:'/run/archiso/boot mnt/arch/aitab' file does not ex的主要内容,如果未能解决你的问题,请参考以下文章

archlinux 安装完以后重启出现can‘t access tty job control tuned off

Archlinux下virtualbox报错'/sbin/rcvboxdrv setup'

关于archlinux的安装

安装JDK1.8出现 Error opening registry key'softwareJavasoftJava Runtime Environment'

ArchLinux安装遇到点小问题

mac 下安装 mysql出现ERROR 1045 (28000)问题