找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: Ghlao

关于玩客云通过opkg安装ipk的方法

[复制链接]
发表于 2021-4-30 11:47 | 显示全部楼层
本帖最后由 sea18c 于 2021-4-30 11:49 编辑
Ghlao 发表于 2021-4-28 21:41
注意安装的时候指定--nodeps,另外发现安装后不会自动生成/usr/share/git-core/templates目录,建议从其 ...

安装报错呢,怎么解决呢

[root@OTCloud_:/packages]#opkg install git-http_2.3.5-1_brcm2708.ipk --nodeps
Not downgrading package git-http on root from 2.15.1-1 to 2.3.5-1.
Configuring git.
///var/lib/opkg/info/git.postinst: .: line 3: can't open '/lib/functions.sh'
Configuring git-http.
///var/lib/opkg/info/git-http.postinst: .: line 3: can't open '/lib/functions.sh'
Collected errors:
* pkg_run_script: package "git" postinst script returned status 2.
* opkg_configure: git.postinst returned 2.
* pkg_run_script: package "git-http" postinst script returned status 2.
* opkg_configure: git-http.postinst returned 2.
[root@OTCloud_:/packages]#opkg install git_2.3.5-1_brcm2708.ipk  --nodeps
Not downgrading package git on root from 2.15.1-1 to 2.3.5-1.
Configuring git.
///var/lib/opkg/info/git.postinst: .: line 3: can't open '/lib/functions.sh'
Configuring git-http.
///var/lib/opkg/info/git-http.postinst: .: line 3: can't open '/lib/functions.sh'
Collected errors:
* pkg_run_script: package "git" postinst script returned status 2.
* opkg_configure: git.postinst returned 2.
* pkg_run_script: package "git-http" postinst script returned status 2.
* opkg_configure: git-http.postinst returned 2.


我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2021-4-30 14:56 | 显示全部楼层
sea18c 发表于 2021-4-30 11:47
安装报错呢,怎么解决呢

[root@OTCloud_:/packages]#opkg install git-http_2.3.5-1_brcm2708.ipk --n ...

拷贝到/lib目录下面

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-5-1 16:50 | 显示全部楼层
能装docker再来个openwrt就好了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2021-5-1 21:38 | 显示全部楼层
acerice 发表于 2021-5-1 16:50
能装docker再来个openwrt就好了

有尝试,目前没找到好方法,之前刚root还没删除一些系统文件的时候看到原生是有在运行docker的,后面特意恢复原生的系统都没看到再次出现了,不知道啥情况。

[11:10:45][root@OTCloud_XXXX:/root]#ps | grep dock
[11:10:45] 4993 root       0:00 /thunder/bin/plugin_proxy plugin-dockerd
[11:10:45] 4997 root       0:00 {run.sh} /bin/sh /app/system/miner.plugin-dockerd.ipk/bin/run.sh
[11:10:45] 4999 root       0:00 {dockerd_monitor} /bin/sh ./dockerd_monitor
[11:10:45] 5195 root       0:25 ./dockerd --exec-root=/run/docker --graph=/app/docker -G root --log-driver none --log-file=/var/log/docker.log --log-size=10M
[11:10:45] 5202 root       0:28 docker-containerd --config /run/docker/containerd/containerd.toml
[11:10:45]18604 root       0:00 grep dock
[11:14:48][root@OTCloud_XXXX:/root]#ifconfig docker0
[11:14:48]docker0   Link encap:Ethernet  HWaddr 02:42:48:18:C2:E6  
[11:14:48]          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
[11:14:48]          UP BROADCAST MULTICAST  MTU:1500  Metric:1
[11:14:48]          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
[11:14:48]          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
[11:14:48]          collisions:0 txqueuelen:0
[11:14:48]          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-5-7 11:58 | 显示全部楼层

#opkg install hd-idle_1.04-1_brcm2708.ipk --nodeps
Installing hd-idle (1.04) on root.
Configuring hd-idle.
grep: /usr/lib/opkg/info/hd-idle.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/hd-idle.list': No such file or directory



为什么安装软件时都会提示grep与cat那两行呢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-5-7 18:28 来自手机 | 显示全部楼层
感觉玩客云玩的人不多,帖子没几个,固件也就那么几个。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2021-5-8 09:00 | 显示全部楼层
sea18c 发表于 2021-5-7 11:58
#opkg install hd-idle_1.04-1_brcm2708.ipk --nodeps
Installing hd-idle (1.04) on root.
Configurin ...

应该是ipk里面有一些配置脚本需要依赖某些路径或者文件的,因为本身玩客云就没有具备完整的opkg安装环境吧,目前的方法估计只能保证一些ipk能够安装后运行无异常
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-12 11:28 来自手机 | 显示全部楼层
楼主又尝试安装frp吗?该选什么架构的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-1-24 21:31 | 显示全部楼层
楼主你好最近按照你的教程试了下,opkg update一直显示collect errors。但是ping 源地址也能ping通,不知道是什么原因。

点评

玩客云的C库是glibc,在线更新估计没戏了,没找到有用glibc库的arm架构的源,帖子最后一句估计你没看仔细,就是最后我是通过本地编译的方法来实现安装的,不过已经很久没玩了  详情 回复 发表于 2022-1-26 19:18
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-1-26 19:18 | 显示全部楼层
jaykary 发表于 2022-1-24 21:31
楼主你好最近按照你的教程试了下,opkg update一直显示collect errors。但是ping 源地址也能ping通,不知道 ...

玩客云的C库是glibc,在线更新估计没戏了,没找到有用glibc库的arm架构的源,帖子最后一句估计你没看仔细,就是最后我是通过本地编译的方法来实现安装的,不过已经很久没玩了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-7-12 08:39 | 显示全部楼层
大神,玩客云能安装cifs-utils吗?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-18 11:32

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表