我想在 GNU/Linux 操作系统上为 HP-UX (SD-UX) 打包一个软件(出于 CI/CD 原因),但似乎 swpackage 仅在 HP-UX 上可用。swpackage 的替代品有哪些?
主页
/
user-374443
amreo's questions
amreo
Asked:
2019-09-27 02:12:41 +0800 CST
我想创建一个简单的(?)软件分发(包/SD-UX),其中包含一个简单的 hello world shell 脚本,而不使用 hpux 出于 CI/CD 原因提供的任何工具。
我从最新的 cURL 软件仓库手工复制了这个布局,chmodded 到 root:sys,并存档,tar -C helloworld-hpux -czvf helloworld-7.6.6.depot.tar.gz .
但是当我安装它时,我得到一个 I/O 错误。
swagentd 日志:
* Registered RPC protocol "ncacn_ip_tcp" with endpoint "2121".
* Registered RPC protocol "ncadg_ip_udp" with endpoint "2121".
* Checking job queue at 1 minute intervals.
* Started install agent on "/" for [email protected],
pid=25798, 09/26/19 04:48:54 CDT
* Started source agent on "/tmp/helloworld-7.6.6.depot.gz" for
[email protected], pid=25799, 09/26/19 04:48:55 CDT
ERROR: The INDEX file on the source did not exist or could not be
read.
ERROR: The target "/tmp/helloworld-7.6.6.depot.gz" could not be
opened. pid=25799 09/26/19 04:48:55 CDT
* Agent pid=25799 completed. 09/26/19 04:48:55 CDT
* Agent pid=25798 completed. 09/26/19 04:48:55 CDT
我该如何解决?