红联Linux门户
Linux帮助

help me!!

发布时间:2008-09-26 22:33:48来源:红联作者:norman260
[root@localhost ~]# rpm -i /root/Desktop/kernel-2.6.26.3-29.fc9.src.rpm
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
不断出现这个是为什么阿?
文章评论

共有 7 条评论

  1. lov1394 于 2012-11-18 13:21:41发表:

    5# Guest from 123.233.174.x


    照这个做就OK了

  2. zphcd 于 2012-11-11 20:50:17发表:

    要使用 ROOT 用户操作

  3. 于 2012-04-25 11:18:05发表:

    yum install rpm-build

  4. 于 2012-04-25 11:03:41发表:

    [root@gaodi-linux ~]#groupadd mockbuild
    [root@gaodi-linux ~]# useradd mockbuild -g mockbuild
    然后再执行rpm就不会出错误提示了。

  5. ljaiii1988 于 2008-09-28 19:39:20发表:

    :0w5ty(1 :0w5ty(1 :0w5ty(1 :0w5ty(1 :0w5ty(1 :0w5ty(1

  6. yujie870217 于 2008-09-27 17:43:21发表:

    你需要在root下执行这个东东,如果你在其他账号下的话,使用su 会提示密码,输入后尝试安装,不可以的话要给这个文件附上一个可执行权限chmod 644 filename ,我喜欢使用644 你的要是没有什么安全问题的话可以使用更高的参数,类似755 777……