linux - `tce-load -wi stress` 不起作用?

标签 linux stress tiny-core-linux

我想在 docker 机器上安装 stress 命令,但是当我运行时:

tce-load -wi stress

失败了:

Downloading: stress.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: stress.tcz.md5.txt: No such file or directory
Error on stress.tcz

但是如果我安装nano:

docker@daocloud:~$ tce-load -wi nano
nano.tcz.dep OK
Downloading: file.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
file.tcz             100% |*****************************************|   312k  0:00:00 ETA
file.tcz: OK
Downloading: nano.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
nano.tcz             100% |*****************************************|   116k  0:00:00 ETA
nano.tcz: OK
docker@daocloud:~$

成功了。

但是他们都在http://distro.ibiblio.org/tinycorelinux/tcz_2x.html的列表中.

有什么问题以及如何安装stress

最佳答案

有什么听起来像同样的问题。在线存储库 url 都指向 tinycore 的版本 2 或 v3。 tinycore 的新版本是 v8,所以它们有不同的存储库,这些存储库似乎没有出现在谷歌中。

能够使用以下方法计算出我的版本:

version
8.1.1

然后当我去:

http://repo.tinycorelinux.net/8.x/x86/tcz/

我遇到问题的存储库已被删除。

这解释了发生了什么。解决方案是进行新的扩展。

在 Tiny Core (p73-77) 中描述了如何进行扩展:'Into The Core' .

一旦您编译了应用程序,这就非常简单了。

关于linux - `tce-load -wi stress` 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34410229/

相关文章:

node.js - 如何在 tiny core linux 上安装 npm

linux - SQLite 帮助 : Need the date field in one table separated into three fields in another table

linux - mac终端下: List all of the users whom has at least one running process?

linux - dotnet build 访问路径被拒绝

linux - bash,使用此处文档,如何读取多行用户输入,停在空行上

mysql - 记录 mysql 查询

Java Gridgain 应用程序在压力测试 1 天后开始失败

php - 无法在 Linux 上启动 mysql(错误 2002 HY000)