免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 16707 | 回复: 14
打印 上一主题 下一主题

紧急求救:10节点的集群都存在同样问题:创建、删除用户及su命令时都报错,该怎么解决 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-09-01 13:35 |只看该作者 |倒序浏览
5可用积分
[root@node07 ~]# useradd aaa
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
[root@node07 ~]#

[root@node07 ~]# userdel aaa
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
/usr/sbin/nscd: relocation error: /usr/sbin/nscd: symbol __nss_next2, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
[root@node07 ~]#


[aaa@node07 ~]$ su - andy
Password:
-bash: ./opt/intel/Complier/11.1/069/bin/ifortvars.sh: No such file or directory
[andy@node07 ~]$

网上搜了一天多,还是不知道怎么解决,请各位有经验的兄弟姐妹帮帮忙,万分感谢

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
2 [报告]
发表于 2010-09-01 15:51 |只看该作者
你的命令坏了?搜索一下是哪个包,修复一下。

论坛徽章:
0
3 [报告]
发表于 2010-09-01 16:21 |只看该作者
怎么搜索?请给点具体建议!

补充
切换时找不到自己的home目录
[jincm@node01 ~]$ ssh node02
jincm@node02's password:
Last login: Thu Sep  2 00:28:18 2010 from scc-m
Could not chdir to home directory /home/jincm: No such file or directory
-bash-3.2$

招聘 : 技术支持/维
论坛徽章:
0
4 [报告]
发表于 2010-09-01 17:46 |只看该作者
/home/jincm 目录存在吗

论坛徽章:
0
5 [报告]
发表于 2010-09-01 22:35 |只看该作者
近来有没有改过什么配置?
把log  message 粘出来看看

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
6 [报告]
发表于 2010-09-01 22:42 |只看该作者

论坛徽章:
0
7 [报告]
发表于 2010-09-02 01:28 |只看该作者
先解决你第二个问题,看看你/etc/bashrc,/etc/profile,~/.bashrc,~/.bash_profile文件里有没有/opt/intel/Complier/11.1/069/bin/ifortvars.sh的行,有就去掉

论坛徽章:
0
8 [报告]
发表于 2010-09-02 10:20 |只看该作者
先解决你第二个问题,看看你/etc/bashrc,/etc/profile,~/.bashrc,~/.bash_profile文件里有没有/opt/intel/C ...
bingosek 发表于 2010-09-02 01:28



    这几个目录里都没这行内容

论坛徽章:
0
9 [报告]
发表于 2010-09-02 10:32 |只看该作者
近来有没有改过什么配置?
把log  message 粘出来看看
zshyes 发表于 2010-09-01 22:35



    贴个日志附件,好像没什么。用写字板打开,
谢啦

log.rar

12.62 KB, 下载次数: 194

论坛徽章:
0
10 [报告]
发表于 2010-09-02 14:52 |只看该作者
GLIBC能降级吗
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP