安装inode客户端 无法使用 请大神 指点
Tofloor
poster avatar
754971357
deepin
2013-12-10 07:11
Author
安装inode客户端 无法使用
执行./install.sh 后显示
root@zhuai-Lenovo-IdeaPad-Y480:/usr/iNodeClient# ./install.sh
./install.sh: 188: ./install.sh: chkconfig: not found
./install.sh: 189: ./install.sh: chkconfig: not found
./install.sh: 190: ./install.sh: chkconfig: not found
Starting AuthenMngService: OK
虽然服务启动了 但是无法使用,打不开,打开install.sh 检查了188,189,190行,内容是(加粗下划线红色部分是188-190行,)
fi
> ./enablecards.ps
update-rc.d iNodeAuthService defaults 80 01  > /dev/null 2>&1
else
mv -f ./iNodeAuthService /etc/init.d
chmod 755 /etc/init.d/iNodeAuthService
rm -f ./iNodeAuthService_ubuntu
[color=#FF0000:2kifmvj1]chkconfig --add iNodeAuthService
chkconfig --level 35 iNodeAuthService on
chkconfig --level 01246 iNodeAuthService off[/color:2kifmvj1]


救急啊 请大神们指点~谢谢
Reply Favorite View the author
All Replies
cxbii
deepin
2013-12-10 17:29
#1
安装inode客户端 无法使用
执行./install.sh 后显示
root@zhuai-Lenovo-IdeaPad-Y480:/usr/iNodeClient# ./install.sh
./install.sh: 188: ./install.sh: chkconfig: not found
./install.sh: 189: ./install.sh: chkconfig: not found
./install.sh: 190: ./install.sh: chkconfig: not found
Starting AuthenMngService: OK
虽然服务启动了 但是无法使用,打不开,打开install.sh 检查了188,189,190行,内容是(加粗下划线红色部分是188-190行,)
fi
> ./enablecards.ps
update-rc.d iNodeAuthService defaults 80 01  > /dev/null 2>&1
else
mv -f ./iNodeAuthService /etc/init.d
chmod 755 /etc/init.d/iNodeAuthService
rm -f ./iNodeAuthService_ubuntu
[color=#FF0000:r8xnr5o7]chkconfig --add iNodeAuthService
chkconfig --level 35 iNodeAuthService on
chkconfig --level 01246 iNodeAuthService off[/color:r8xnr5o7]


救急啊 请大神们指点~谢谢
我觉得你该和这个作者联系,还有你发错板块了,我会移动走,但是请以后发帖注意下板块,谢谢合作
Reply View the author
wuy069
deepin
2013-12-10 17:43
#2
这个install.sh是专门是为ubuntu和其他rpm系列的系统准备的,你要把这个脚本里的Ubuntu改为Deepin才好使,要不然这个脚本就会判断你的系统是rpm系列的,会使用chkconfig这些红帽中的命令。
Reply View the author
754971357
deepin
2013-12-11 06:51
#3
这个install.sh是专门是为ubuntu和其他rpm系列的系统准备的,你要把这个脚本里的Ubuntu改为Deepin才好使,要不然这个脚本就会判断你的系统是rpm系列的,会使用chkconfig这些红帽中的命令。


大神在吗?  能加你qq吗?  我的是 754971357  还没弄好 我改了也不行,想向您请教一下
Reply View the author
wuy069
deepin
2013-12-11 23:35
#4
我把我使用的Linux iNode客户端上传了,http://pan.baidu.com/s/1rd8Fu
里面的安装脚本我专门修改了下,也加入了图标,适合ubuntu和linux deepin,其他的rpm系列的系统也适合。

安装操作步骤:
先假设你下载的安装文件在你根目录的Downloads文件夹下,
如果是64位系统,先安装ia32-libs,
  1. sudo apt-get install ia32-libs
Copy the Code
  1. sudo mkdir -p /usr/iNode
Copy the Code
  1. cd /usr/iNode
Copy the Code
  1. sudo tar -zxvf $HOME/Downloads/iNodeClient_For_Linux_V3.60-E6210.tar.gz
Copy the Code
  1. sudo chown -R `whoami`:`whoami` iNodeClient
Copy the Code
  1. cd iNodeClient
Copy the Code
  1. sudo ./install_for_deepin.sh
Copy the Code
这时到桌面,你就会看到一个iNodeClient的图标。点击它,填入你的用户名和密码,点击连接就可以。如果是ubuntu系统(上一步安装使用sudo ./install_for_ubuntu.sh),你点击上面面板的网络图标,选择相应的eth连接,这时就可以上网了。
而对于Deepin,在网络图标找不到相应的,需要在终端输入
  1. sudo /etc/init.d/network-manager restart
Copy the Code
这样就可以上网了。

上图:
Reply View the author
754971357
deepin
2014-01-12 23:22
#5
DeepinScreenshot20140112150207.png
我把我使用的Linux iNode客户端上传了,http://pan.baidu.com/s/1rd8Fu
里面的安装脚本我专门修改了下,也加入了图标,适合ubuntu和linux deepin,其他的rpm系列的系统也适合。

安装操作步骤:
先假设你下载的安装文件在你根目录的Downloads文件夹下,
如果是64位系统,先安装ia32-libs,
  1. sudo apt-get install ia32-libs
Copy the Code
  1. sudo mkdir -p /usr/iNode
Copy the Code
  1. cd /usr/iNode
Copy the Code
  1. sudo tar -zxvf $HOME/Downloads/iNodeClient_For_Linux_V3.60-E6210.tar.gz
Copy the Code
  1. sudo chown -R `whoami`:`whoami` iNodeClient
Copy the Code
  1. cd iNodeClient
Copy the Code
  1. sudo ./install_for_deepin.sh
Copy the Code
这时到桌面,你就会看到一个iNodeClient的图标。点击它,填入你的用户名和密码,点击连接就可以。如果是ubuntu系统(上一步安装使用sudo ./install_for_ubuntu.sh),你点击上面面板的网络图标,选择相应的eth连接,这时就可以上网了。
而对于Deepin,在网络图标找不到相应的,需要在终端输入
  1. sudo /etc/init.d/network-manager restart
Copy the Code
这样就可以上网了。

上图:
您好  我按照您的放发成功安装了客户端,也能够打开了,输入账号后 却总是显示连接失败,请您帮忙看一下,有图:其中用户名选项,我把后缀明带上和去掉都下上了,也连不上,在windows下,不用那个后缀名的,DeepinScreenshot20140112150239.png
DeepinScreenshot20140112150207.png
Reply View the author
wuy069
deepin
2014-03-27 08:00
#6
不好意思,才看到啊。这论坛太糟糕了,别人的回复基本没有提醒,倒是可以订阅邮箱,但是讨厌邮箱订阅;你也回复的晚,离我回复你的,你再回复都隔了一个月。

deepin系统的网络部分也比较糟糕,每次用这个inode客户端,你得重启下network-manager服务,
  1. sudo /etc/init.d/network-manager restart
Copy the Code
,然后再使用inode就好使了

还有你填用户名时填18353110530就行,不用填18353110530@internet的@后面的
Reply View the author
ryukg03
deepin
2014-09-02 17:03
#7
百度盘的资源过期了。。。能详细说明一下怎么改install.sh文件么?
Reply View the author
蒙笛
deepin
2014-11-22 05:01
#8
64位台式机的尴尬,上不了网,安装不了ia32-libs,更安装不了inode,更上不了网,死循环。

没有无线的。
Reply View the author