Ipkg on the Linkstation (for end-users)
From NAS-Central Buffalo - The Linkstation Wiki
(→Ipkg on the LinkStation) |
m (→MIPSel) |
||
| (35 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | {{Template:Articles|General|Ipkg|OpenLink|LS1|LS2|HG}} | + | {{Template:Articles|General|Ipkg|OpenLink|LS1|LS2|HG|LS-XHL|LS-VL|}} |
| + | [[Category:LS-WVL]] | ||
<small><font color=red>''This article is based on original work from frontalot & nix & timtimred from www.linkstationwiki.org''</font></small> | <small><font color=red>''This article is based on original work from frontalot & nix & timtimred from www.linkstationwiki.org''</font></small> | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
== Manually Installing ipkg == | == Manually Installing ipkg == | ||
| Line 16: | Line 8: | ||
If you want to use '''.ipk''' packages on an unsupported firmware or older firmware, you first need to install a version of ipkg manually: | If you want to use '''.ipk''' packages on an unsupported firmware or older firmware, you first need to install a version of ipkg manually: | ||
====PowerPC==== | ====PowerPC==== | ||
| - | wget http://downloads. | + | <nowiki>wget http://downloads.nas-central.org/LS1_PPC/Packages/powerpc-hdhlan-ipkg-0.99.153-1.tgz</nowiki> |
tar -C / -xvzf powerpc-hdhlan-ipkg-0.99.153-1.tgz | tar -C / -xvzf powerpc-hdhlan-ipkg-0.99.153-1.tgz | ||
| - | ==== | + | |
| - | wget http:// | + | ====ARM==== |
| - | + | There is an bootstrapping script that allows you to install ipkg on arm-based devices with stock firmware. | |
| - | ===Manually configure | + | =====Linkstation Pro/Linkstation Live/Linkstation EX===== |
| - | ''/etc/ipkg.conf'' | + | mkdir /mnt/disk1/tmp |
| + | cd /mnt/disk1/tmp | ||
| + | wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/lspro-bootstrap_1.2-7_arm.xsh | ||
| + | sh lspro-bootstrap_1.2-7_arm.xsh | ||
| + | |||
| + | =====Linkstation XHL/CHLv2/VL===== | ||
| + | mkdir /mnt/disk1/tmp | ||
| + | cd /mnt/disk1/tmp | ||
| + | wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/ls-mvkw-bootstrap_1.2-7_arm.xsh | ||
| + | sh ls-mvkw-bootstrap_1.2-7_arm.xsh | ||
| + | mv /etc/init.d/optware /etc/init.d/rc.optware | ||
| + | |||
| + | =====Linkstation Pro DUO/Terastation Pro v2/Terastation Live/Linkstation Mini===== | ||
| + | mkdir /mnt/array1/tmp | ||
| + | cd /mnt/array1/tmp | ||
| + | wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/teraprov2-bootstrap_1.2-7_arm.xsh | ||
| + | sh teraprov2-bootstrap_1.2-7_arm.xsh | ||
| + | |||
| + | =====Whats happening when bootstrapping?===== | ||
| + | # /mnt/disk1/opt or /mnt/array1/.optware is created....and it gets mounted to /opt from now on. | ||
| + | # in /opt several folders are created | ||
| + | # ipkg gets installed to /opt/bin/ipkg and the config with the selected feeds gets created at /opt/etc/ipkg.conf | ||
| + | # "PATH=/opt/bin:/opt/sbin:$PATH" gets added at last line in /etc/profile....which means you can use the binaries installed via ipkg as if they were normally installed. | ||
| + | # "[ -x /etc/init.d/rc.optware ] && /etc/init.d/rc.optware start" is added to /etc/init.d/rcS at the end...which has the effect that everything in /opt/etc/init.d gets started on bootup. | ||
| + | |||
| + | For further reading see this thread in the forum: | ||
| + | http://buffalo.nas-central.org/forums/viewtopic.php?f=19&t=4075 | ||
| + | |||
| + | ===Manually configure /etc/ipkg.conf=== | ||
| + | Ipkg can automatically fetch and install packages from an online repository called a ''feed''. ipkg will automatically download the requested package and its related dependencies, install the package and dependencies, and perform any setup operations, as specified in the packages. You will have to add the feeds to the file <tt>/etc/ipkg.conf</tt>. Go to the [[List of ipkg feeds for the LinkStation]] for more information. The official LinkStationWiki feed ''will be'' located at http://ipkg.nas-central.org/. | ||
# '''/etc/ipkg.conf -- Configuration for ipkg, the Itsy PacKaGe management system''' | # '''/etc/ipkg.conf -- Configuration for ipkg, the Itsy PacKaGe management system''' | ||
# | # | ||
| Line 49: | Line 70: | ||
# | # | ||
#option http_proxy http://localhost:5865 | #option http_proxy http://localhost:5865 | ||
| - | #option ftp_proxy http:// | + | #option ftp_proxy http://myproxy.com:3128 |
#option proxy_username <username> | #option proxy_username <username> | ||
#option proxy_password <password> | #option proxy_password <password> | ||
| Line 55: | Line 76: | ||
# Offline mode (for use in constructing flash images offline) | # Offline mode (for use in constructing flash images offline) | ||
# option offline_root ipkg-root | # option offline_root ipkg-root | ||
| - | |||
====PowerPC==== | ====PowerPC==== | ||
| - | Ipkg | + | '''''<font color=red>No stable (or unstable feeds) yet.</font>''''' |
| + | {{Warning| I was able to get this to work with the Ipkg files from the NSLU2 feed intended for the [http://www.nslu2-linux.org/wiki/DS101/DS101GHardware Synology DS101G Hardware] which has a Freescale MPC8241 266MHz processor this may or may not work for you, '''use it at your own risk''' <br> '''BASH''' is known to brick your LinkStation if you try to install it with this ipkg feed}} | ||
| + | If you wish to use these packages, add the following lines to the file <tt>/etc/ipkg.conf:</tt> | ||
| + | src nslu2-cross-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/stable/ | ||
| + | src nslu2-cross-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/ | ||
| + | src nslu2-native-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/stable/ | ||
| + | src nslu2-native-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/unstable/ | ||
| - | + | === Installing Packages via a Feed === | |
| - | + | If you have a configured '''ipkg''' you can start to use the feed. Begin by updating the list of available packages: | |
| - | + | ipkg update | |
| - | ==== | + | Then display the list of available packages: |
| - | + | ipkg list | |
| - | + | You may search for a particular package by using the '''grep''' program: | |
| - | + | ipkg list|grep ''packagename'' | |
| + | Once you know what to install installing packages from the feed is very simple: | ||
| + | ipkg install ''packagename'' | ||
| + | Some packages feature installation scripts which help configure the software. If the requested package has such a script, you will automatically be prompted to provide information. | ||
| + | === Upgrading Already Installed Packages === | ||
| + | You can upgrade already installed software quite easily: | ||
| + | ipkg upgrade | ||
| + | === Manually Installing '''.ipk''' Packages === | ||
| + | Unless you have a specific reason not to, you should always install packages via the official feed. However, in certain cases, you may wish to manually install packages: | ||
| + | ipkg install ''packagename_version''.ipk | ||
| + | ''Note:'' The current version of ipkg may leave an empty directory in your tmp directory. You can delete this directory after completing a package installation (the tmp directory is also automatically cleared during each reboot). | ||
| - | == | + | ==Usage== |
'''usage: ipkg [options...] sub-command [arguments...]''' | '''usage: ipkg [options...] sub-command [arguments...]''' | ||
where sub-command is one of: | where sub-command is one of: | ||
| Line 141: | Line 177: | ||
-t Specify tmp-dir. | -t Specify tmp-dir. | ||
--tmp-dir Specify tmp-dir. | --tmp-dir Specify tmp-dir. | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
== Security == | == Security == | ||
Latest revision as of 04:16, 28 August 2011
This article is based on original work from frontalot & nix & timtimred from www.linkstationwiki.org
Contents |
Manually Installing ipkg
Install Ipkg
If you want to use .ipk packages on an unsupported firmware or older firmware, you first need to install a version of ipkg manually:
PowerPC
wget http://downloads.nas-central.org/LS1_PPC/Packages/powerpc-hdhlan-ipkg-0.99.153-1.tgz tar -C / -xvzf powerpc-hdhlan-ipkg-0.99.153-1.tgz
ARM
There is an bootstrapping script that allows you to install ipkg on arm-based devices with stock firmware.
Linkstation Pro/Linkstation Live/Linkstation EX
mkdir /mnt/disk1/tmp cd /mnt/disk1/tmp wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/lspro-bootstrap_1.2-7_arm.xsh sh lspro-bootstrap_1.2-7_arm.xsh
Linkstation XHL/CHLv2/VL
mkdir /mnt/disk1/tmp cd /mnt/disk1/tmp wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/ls-mvkw-bootstrap_1.2-7_arm.xsh sh ls-mvkw-bootstrap_1.2-7_arm.xsh mv /etc/init.d/optware /etc/init.d/rc.optware
Linkstation Pro DUO/Terastation Pro v2/Terastation Live/Linkstation Mini
mkdir /mnt/array1/tmp cd /mnt/array1/tmp wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/teraprov2-bootstrap_1.2-7_arm.xsh sh teraprov2-bootstrap_1.2-7_arm.xsh
Whats happening when bootstrapping?
- /mnt/disk1/opt or /mnt/array1/.optware is created....and it gets mounted to /opt from now on.
- in /opt several folders are created
- ipkg gets installed to /opt/bin/ipkg and the config with the selected feeds gets created at /opt/etc/ipkg.conf
- "PATH=/opt/bin:/opt/sbin:$PATH" gets added at last line in /etc/profile....which means you can use the binaries installed via ipkg as if they were normally installed.
- "[ -x /etc/init.d/rc.optware ] && /etc/init.d/rc.optware start" is added to /etc/init.d/rcS at the end...which has the effect that everything in /opt/etc/init.d gets started on bootup.
For further reading see this thread in the forum: http://buffalo.nas-central.org/forums/viewtopic.php?f=19&t=4075
Manually configure /etc/ipkg.conf
Ipkg can automatically fetch and install packages from an online repository called a feed. ipkg will automatically download the requested package and its related dependencies, install the package and dependencies, and perform any setup operations, as specified in the packages. You will have to add the feeds to the file /etc/ipkg.conf. Go to the List of ipkg feeds for the LinkStation for more information. The official LinkStationWiki feed will be located at http://ipkg.nas-central.org/.
# /etc/ipkg.conf -- Configuration for ipkg, the Itsy PacKaGe management system # # Must have one or more source entries of the form: # # src <src-name> <source-url> # # and one or more destination entries of the form: # # dest <dest-name> <target-path> # # where <src-name> and <dest-names> are identifiers that # should match [a-zA-Z0-9._-]+, <source-url> should be a # URL that points to a directory containing a Familiar # Packages file, and <target-path> should be a directory # that exists on the target system. # src openlink-stable <<<stable feed url>>> #src openlink-unstable <<<unstable feed url>>> # dest root / #dest ram /mnt/ramfs #dest ext /mnt/hda # # Proxy support: # #option http_proxy http://localhost:5865 #option ftp_proxy http://myproxy.com:3128 #option proxy_username <username> #option proxy_password <password> # # Offline mode (for use in constructing flash images offline) # option offline_root ipkg-root
PowerPC
No stable (or unstable feeds) yet.
BASH is known to brick your LinkStation if you try to install it with this ipkg feed |
If you wish to use these packages, add the following lines to the file /etc/ipkg.conf:
src nslu2-cross-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/stable/ src nslu2-cross-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/ src nslu2-native-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/stable/ src nslu2-native-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/unstable/
Installing Packages via a Feed
If you have a configured ipkg you can start to use the feed. Begin by updating the list of available packages:
ipkg update
Then display the list of available packages:
ipkg list
You may search for a particular package by using the grep program:
ipkg list|grep packagename
Once you know what to install installing packages from the feed is very simple:
ipkg install packagename
Some packages feature installation scripts which help configure the software. If the requested package has such a script, you will automatically be prompted to provide information.
Upgrading Already Installed Packages
You can upgrade already installed software quite easily:
ipkg upgrade
Manually Installing .ipk Packages
Unless you have a specific reason not to, you should always install packages via the official feed. However, in certain cases, you may wish to manually install packages:
ipkg install packagename_version.ipk
Note: The current version of ipkg may leave an empty directory in your tmp directory. You can delete this directory after completing a package installation (the tmp directory is also automatically cleared during each reboot).
Usage
usage: ipkg [options...] sub-command [arguments...]
where sub-command is one of:
.
Package Manipulation:
update Update list of available packages
upgrade Upgrade all installed packages to
. latest version
install <pkg> Download and install <pkg>
. (and dependencies)
install <file.ipk> Install package <file.ipk>
configure [<pkg>] Configure unpacked packages
remove <pkg> Remove package <pkg>
flag <flags> <pkg> ... Flag package(s) <pkg>
. (<flag>=hold|noprune|user|ok|installed|unpacked (one per invocation))
.
Informational Commands:
list List available packages and descriptions
files <pkg> List all files belonging to <pkg>
search <file> Search for a package providing <file>
info [pkg [<field>]] Display all/some info fields for <pkg> or all
status [pkg [<field>]] Display all/some status fields for <pkg> or all
download <pkg> Download <pkg> to current directory.
compare_versions <v1> <op> <v2> (compare versions using <= < > >= = << >>)
print_architecture prints the architecture.
print_installation_architecture
whatdepends [-A] [pkgname|pat]+
whatdependsrec [-A] [pkgname|pat]+
whatprovides [-A] [pkgname|pat]+
whatconflicts [-A] [pkgname|pat]+
whatreplaces [-A] [pkgname|pat]+
.
Options:
-A Query all packages with whatdepends,
whatprovides, whatreplaces, whatconflicts
-V <level> Set verbosity level to <level>. If no value is
--verbosity <level> provided increase verbosity by one. Verbosity levels:
0 errors only
1 normal messages (default)
2 informative messages
3 debug output
-f <conf_file> Use <conf_file> as the ipkg configuration file
-conf <conf_file> Default configuration file location
is /etc/ipkg.conf
-d <dest_name> Use <dest_name> as the the root directory for
-dest <dest_name> package installation, removal, upgrading.
<dest_name> should be a defined dest name
from the configuration file, (but can also
be a directory name in a pinch).
-o <offline_root> Use <offline_root> as the root directory for
-offline <offline_root> offline installation of packages.
-verbose_wget more wget messages
.
Force Options (use when ipkg is too smart for its own good):
-force-depends Make dependency checks warnings instead of
errors and install/remove package in spite of
failed dependences
-force-defaults Use default options for questions asked by
ipkg. (no prompts). Note that this will not
prevent package installation scripts from
prompting.
-force-reinstall Allow ipkg to reinstall a package.
-force-overwrite Allow ipkg to overwrite files from another
package during an install.
-force-removal-of-dependent-packages
-force_space Install even if there does not seem to be
enough space.
-noaction No action -- test only
-nodeps Do not follow dependences
-recursive Allow ipkg to remove package and all that
depend on it.
-test No action -- test only
-t Specify tmp-dir.
--tmp-dir Specify tmp-dir.
Security
Some potential security issues:
- A package can accidentally or intentionally change access rights, e.g., a package can open the whole /etc directory to all users or set the SUID bit on some binary.
- Replacement or manipulation of security relevant binaries (e.g. the shell) or configuration files.
- Installation of malicious binaries, e.g., backdoors and root kits. This only is an issue with untrusted feeds or .ipks.
- Accidental or intentional changes of security-relevant configuration files.

