我正在使用以下脚本安装新的 Fedora Server 虚拟机
virt-install \
--name theta-1 \
--ram 8000 \
--disk path=/dev/vg/t1.img \
--vcpus 8 \
--os-type linux \
--os-variant fedora25 \
--network bridge=br0 \
--graphics none \
--console pty,target_type=serial \
--location=/home/user/Fedora-Server-dvd-x86_64-25-1.3.iso \
--extra-args 'console=ttyS0,115200n8 serial'
Run Code Online (Sandbox Code Playgroud)
但是当我运行它时(作为 root 用户)
Installation starts...
Getting file .treeinfo... | 1.5 kB 00:00:00
Getting file vmlinuz... | 6.5 MB 00:00:00
Getting file initrd.img... | 49 MB 00:00:00
ERROR internal error: qemu unexpectedly closed the monitor: 2017-02-17T08:58:23.976542Z qemu-system-x86_64: -drive file=/home/user/Fedora-Server-dvd-x86_64-25-1.3.iso,format=raw,if=none,id=drive-ide0-0-0,readonly=on: Could not open '/home/user/Fedora-Server-dvd-x86_64-25-1.3.iso': …
Run Code Online (Sandbox Code Playgroud) 我需要在 Debian 服务器上增加 Pure-FTPd 超时。
在互联网上,我发现我必须/etc/pure-ftpd.conf
通过更改MaxIdleTime
.
问题是我只有/etc/pure-ftpd.conf
一个完整的 pure-ftpd 目录,其内容是:
# ls /etc/pure-ftpd/
auth conf db pureftpd-dir-aliases pureftpd.passwd pureftpd.pdb
Run Code Online (Sandbox Code Playgroud)