Questions tagged [ipkg]

9 questions
18
votes
4 answers

How to know disk space occupied by packages in OpenWrt?

I am trying to configure OpenWrt on my device and got out of space. I was downloading some tooling packages. Now how can I determine their weights so that decide what to uninstall? Is it possible to display the size of installed packages with OPKG?
Suzan Cioc
  • 353
  • 2
  • 5
  • 11
2
votes
0 answers

sshfs troubleshooting: what would cause openssl to fail?

I believe sshfs requires an sftp server on the remote computer (router): ipkg list_installed | grep -i sftp openssh-sftp-server - 5.9p1-1 - sftp-server only from a FREE version of the SSH protocol suite of network connectivity tools. The goal is to…
gatorback
  • 1,216
  • 20
  • 44
2
votes
2 answers

Segmentation faults during compilation - where to begin?

I have a particular problem I need solved right now, but I'd really like to know a good strategy for approaching this type of problem - segmentation faults when compiling other people's code, so I'm happy for either particular or general type…
ian
  • 169
  • 1
  • 13
2
votes
1 answer

'ipkg search xxx' always returns no answer

On a Synology NAS (uses a 'home grown' *nix variant (possibly based on Debian?)) I have installed ipkg package manager. When I try a command like ipkg search shred or ipkg search *shred* it returns only the single line: Successfully…
JoelAZ
  • 147
  • 2
  • 9
1
vote
2 answers

Entware Package Manager (ipkg) Installation via .bin file

`The goal is to install Entware to a Generation-1 WD MyCloud NAS per instructions I was able to login to NAS command line and wget the Entware .bin file: wget…
gatorback
  • 1,216
  • 20
  • 44
1
vote
0 answers

Error installing ipkg on Synology NAS DS414

I have been trying to install ipkg on a Synology NAS according to the instructions available at https://github.com/basmussen/ds414-boostrap-dsm5 Here's the beginning part of the instructions: wget…
0
votes
0 answers

Starting openssh-sftp-server after installing with ipkg

The end goal is to mount a remote director via sshfs. A remote host (router) has the following packages installed: user@remothostE8:/tmp/home/root# ipkg list_installed asuslighttpd - 3.1.0.102 - bzip2 - 1.0.6-1 - downloadmaster - 3.1.0.104 -…
gatorback
  • 1,216
  • 20
  • 44
0
votes
1 answer

Editing data.tar.gz inside of .ipk file

Is there a simple way to edit the contents of the data.tar.gz archive inside of an .ipk file??
BackDoorNoBaby
  • 141
  • 1
  • 9
0
votes
2 answers

How to install ipkg in CentOS 6.5

I have started using CentOS recently. I have some packages which end with .ipk. I need to install a cross compiler and the steps in the compiler's manual says I should do the following: ipkg install libstdc++6_4.1.2-r10_armv5te.ipk I have tried to …
Alaa
  • 325
  • 3
  • 6
  • 13