Chinaunix首页 | 论坛 | 博客

rgy

  • 博客访问: 413385
  • 博文数量: 179
  • 博客积分: 2580
  • 博客等级: 少校
  • 技术积分: 1890
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-19 08:45
文章分类

全部博文(179)

文章存档

2012年(7)

2011年(43)

2010年(60)

2009年(69)

我的朋友

分类: BSD

2011-11-29 12:22:58

htop(1) requires linprocfs(5) to be mounted. If you don’t
have it mounted already, please add this line to /etc/fstab
and run `mount linproc`:
linproc /compat/linux/proc linprocfs rw 0 0

問題2:
mount: /usr/compat/linux: No such file or directory

解決:

  1. mkdir -p /usr/compat/linux/proc
  2. echo "linproc /compat/linux/proc linprocfs rw 0 0" >> /etc/fstab
  3. mount linproc
  4. cd /usr/ports/sysutils/htop
  5. make install clean
阅读(668) | 评论(0) | 转发(0) |
0

上一篇:Nginx设置图片防盗链

下一篇:加密 shell

给主人留下些什么吧!~~