Questions tagged [ipkg]

The Itsy Package Management System, ipkg, is a lightweight package management system mostly used for embedded Linux systems. It resembles Debian's dpkg. ipkg's development has been discontinued, and often the fork opkg is used instead.

5 questions
1
vote
0 answers

ipkg not working properly in dd-wrt

I first tried to install httping, so I can ping websites. I got this error: ERROR: File not found: //usr/local/lib/ipkg/lists/whiterussian You probably want to run `ipkg update' ERROR: File not found: //usr/local/lib/ipkg/lists/non-free …
Flare Cat
  • 954
0
votes
1 answer

Python-pillow install fails, despite required library being available

Good day, I am using my Synology DS215J as a Python development environment. I have configured ipkg as a system package manager on it. My goal is to use the Django and Pillow python packages in a virtual environment (Django and virtualenv are…
marckr
  • 21
0
votes
1 answer

install ipkg on DS413j DSM 5.0

I would like to install sudo with ipkg. First ipkg need to be installed. You can find the bootstrap tutorial of Synology here. The DS413j has a Marvel Kirkwood mv6282 ARM processor. So I used this file syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh Then I…
Fre
  • 55
0
votes
1 answer

Where to get ipkg package nfs-utils?

The ipkg list subcommand states that nfs-utils is supposed to be preferred over nfs-server (I'm using http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable and checked…
Kalle Richter
  • 2,472
  • 6
  • 44
  • 64
0
votes
1 answer

How to enable SMB2 on Synology DS508

I have a Synology DS508 box. It is running latest Synology DSM 4.0 with ipkg installed. Recently I've upgraded my Mac to Maverics, and I want to switch from using AFP to access my shares on Synology to SMB2 in hopes that it may get faster. However,…