Jump to...
redirecting...

Log for Ubuntu 台灣社群

對了,我的客製筆電視覺外觀設計轉向 steampunk ,也預訂直接內建類mbp的多點觸控手勢的操作,目前可公開的概念我放這裡,想跟我團的人歡迎找我。 https://www.plurk.com/p/mpy4jx
就我的新進度 :-)
各位老哥
Mortal:
你们的 /usr/local/man/man5 & man8 是一个文件夹么
$ ls /usr/local/share/man/man{5,8}
ls: 無法存取 '/usr/local/share/man/man5': 沒有此一檔案或目錄
ls: 無法存取 '/usr/local/share/man/man8': 沒有此一檔案或目錄
/usr/share/man/man5: directory
/usr/share/man/man8: directory
额。。。。
安装vsftpd的时候要求把一个文件复制到这里
原來
       The table below shows the section numbers of the manual followed by the
       types of pages they contain.

       1   Executable programs or shell commands
       2   System calls (functions provided by the kernel)
       3   Library calls (functions within program libraries)
       4   Special files (usually found in /dev)
       5   File formats and conventions eg /etc/passwd
       6   Games
       7   Miscellaneous  (including  macro  packages and conven‐
           tions), e.g. man(7), groff(7)
       8   System administration commands (usually only for root)
       9   Kernel routines [Non standard]
安裝 vsftpd 哪需要這麼麻煩?
那就不理她吧,只是沒 man 可以看而已,不影響使用
Running "make install" will try to copy the binary, man pages, etc. to
somewhere sensible.
Or you might want to copy these things by hand, e.g.:
cp vsftpd /usr/local/sbin/vsftpd
cp vsftpd.conf.5 /usr/local/man/man5
cp vsftpd.8 /usr/local/man/man8
apt install vsftpd
哈哈
显示找不到包
我没添加源
而且我想试试用tar.gz的方式安装
root@shadowsocks:~/vsftpd-3.0.3# make install
if [ -x /usr/local/sbin ]; then \
install -m 755 vsftpd /usr/local/sbin/vsftpd; \
else \
install -m 755 vsftpd /usr/sbin/vsftpd; fi
if [ -x /usr/local/man ]; then \
install -m 644 vsftpd.8 /usr/local/man/man8/vsftpd.8; \
install -m 644 vsftpd.conf.5 /usr/local/man/man5/vsftpd.conf.5; \
elif [ -x /usr/share/man ]; then \
install -m 644 vsftpd.8 /usr/share/man/man8/vsftpd.8; \
install -m 644 vsftpd.conf.5 /usr/share/man/man5/vsftpd.conf.5; \
else \
install -m 644 vsftpd.8 /usr/man/man8/vsftpd.8; \
install -m 644 vsftpd.conf.5 /usr/man/man5/vsftpd.conf.5; fi
install: failed to access '/usr/local/man/man8/vsftpd.8': Not a directory
install: failed to access '/usr/local/man/man5/vsftpd.conf.5': Not a directory
Makefile:32: recipe for target 'install' failed
make: *** [install] Error 1
[photo](media:AgADAQAD1acxG-16kUaP2PGc9hFR4oZlDDAABMWWt0qmzcqArTUBAAEC@telegram)
[sticker](media:AAQFABMXlcoyAATDAlfT7Vnq7OU7AAIC@telegram)
$ apt search '^vsftpd$'
正在排序... 完成
全文搜索... 完成  
vsftpd/xenial,now 3.0.3-3ubuntu2 amd64 [已安装]
  lightweight, efficient FTP server written for security
沒有找不到的道理
emmmm
請問各位大大,如果 linux 的 default run level 被改成關機或重啟 (以 ubuntu 為例分別是 0 或 6),這樣會導致在進 OS 前就關機/重啟...
假設遇到上面的問題,有辦法修改回預設值嗎?
live 系統解決?
我想來想去好像也只有這個辦法(?
emmmm
确实可以找到,但是想试试通过tar.gz包来安装
自己修改 makefile 呀
單純是 make file 的 install recipe 忘記建立新資料夾吧
Emmmm
都跟你講 line number 了
这个就不是很会了,新手
那就直接安裝最省事
哈哈
我再试试
這種大專案,踩到的 bug 常常不只一個
真的想藉此進步的話,可以自己培養用英文搜尋的能力,通常 StackOverflow, GitHub issue 等處都有現成的完美解法了
确实搜了很多资料
[sticker](media:AAQCABM33DgOAAQQ_wY0-CIcdTFfAAIC@telegram)
不能進去recovery mode的root shell改嗎?
其實我還沒有真的試過,所以不曉得。
想說你們可能會知道。
不過 recovery mode 是作業系統下的嗎?如果是那沒辦法
可以試試看 init=/bin/bash 或是 break=init 核心啟動參數
也就是在切換 runlevel 前中斷啟動程序
是grub選單的選項
還沒到系統
原來如此 那感覺可以
可是recovery mode管不管default run level我就不知道了