make V=99报错 wget: unable to resolve host address 'ftp.all.kernel.org' Download failed._小盼你最萌哒的博客-程序员秘密

技术标签: OpenWRT  

Feeds是OpenWRT环境所需要的软件包套件,比较重要的feeds有:

‘pacakges’:一些额外的基础路由器特性软件

‘LuCI’:OpenWRT默认的GUI

‘Xwrt’:另一种可选的GUI界面

如果你之前没有下载好这些套件,而是选择在编译的时候在线下载安装的话,一定要保证编译的时候是成功连接到互联网的,否则导致编译终端,出现“No More Mirrors Download”的错误很烦人的。为了避免其他的错误,还是在连接互联网的情况下来编译吧,编译的过程本来就很长了,再出现这些错误会抓狂的。

下载之前可以通过查看更改feeds.conf.default这个文件来查看和选择相应的软件包。

其实只需要先执行以下两句话:

./scripts/feeds update -a
./scripts/feeds install -a

后面是日志~

错误详情:

kdir -p /test/openwrt-sdk/dl
/test/openwrt-sdk/scripts/download.pl "/test/openwrt-sdk/dl" "util-linux-2.24.1.tar.xz" "88d46ae23ca599ac5af9cf96b531590f" "@KERNEL/linux/utils/util-linux/v2.24"
--2019-03-11 20:00:13--  ftp://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.xz
           => '-'
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:13--  http://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.xz
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:13--  ftp://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/longterm/v2.24.1/util-linux-2.24.1.tar.xz
           => '-'
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:13--  http://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/longterm/v2.24.1/util-linux-2.24.1.tar.xz
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:14--  http://mirror2.openwrt.org/sources/util-linux-2.24.1.tar.xz
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11, 2a01:4f8:221:3d45::2
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-03-11 20:00:16 ERROR 404: Not Found.

Download failed.
--2019-03-11 20:00:16--  http://downloads.openwrt.org/sources/util-linux-2.24.1.tar.xz
Resolving downloads.openwrt.org (downloads.openwrt.org)... 148.251.78.235, 2a01:4f8:202:43ea::2
Connecting to downloads.openwrt.org (downloads.openwrt.org)|148.251.78.235|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://sources.openwrt.org/util-linux-2.24.1.tar.xz [following]
--2019-03-11 20:00:16--  http://sources.openwrt.org/util-linux-2.24.1.tar.xz
Resolving sources.openwrt.org (sources.openwrt.org)... 148.251.78.235, 2a01:4f8:202:43ea::3
Reusing existing connection to downloads.openwrt.org:80.
HTTP request sent, awaiting response... 404 Not Found
2019-03-11 20:00:17 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.
make[3]: *** [/test/openwrt-sdk/dl/util-linux-2.24.1.tar.xz] Error 2
make[3]: Leaving directory `/test/openwrt-sdk/package/utils/util-linux'
make[2]: *** [package/utils/util-linux/compile] Error 2
make[2]: Leaving directory `/test/openwrt-sdk'
make[1]: *** [/test/openwrt-sdk/staging_dir/target-arm_cortex-a7+vfp_uClibc-0.9.33.2_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory `/test/openwrt-sdk'
make: *** [world] 错误 2

[[email protected] scripts]$ ./feeds update -a
Updating feed 'packages' from 'https://github.com/openwrt/packages.git;for-14.07' ...
正克隆到 './feeds/packages'...
remote: Enumerating objects: 1286, done.
remote: Counting objects: 100% (1286/1286), done.
remote: Compressing objects: 100% (1102/1102), done.
remote: Total 1286 (delta 27), reused 1162 (delta 19), pack-reused 0
接收对象中: 100% (1286/1286), 799.97 KiB | 7.00 KiB/s, done.
处理 delta 中: 100% (27/27), done.
Create index file './feeds/packages.index' 
Collecting package info: done
Updating feed 'luci' from 'https://github.com/openwrt/luci.git;luci-0.12' ...
正克隆到 './feeds/luci'...
remote: Enumerating objects: 3228, done.
remote: Counting objects: 100% (3228/3228), done.
remote: Compressing objects: 100% (2203/2203), done.
remote: Total 3228 (delta 991), reused 2223 (delta 486), pack-reused 0
接收对象中: 100% (3228/3228), 3.62 MiB | 13.00 KiB/s, done.
处理 delta 中: 100% (991/991), done.
Create index file './feeds/luci.index' 
Collecting package info: done
Updating feed 'routing' from 'https://github.com/openwrt-routing/packages.git;for-14.07' ...
正克隆到 './feeds/routing'...
remote: Enumerating objects: 267, done.
remote: Counting objects: 100% (267/267), done.
remote: Compressing objects: 100% (234/234), done.
remote: Total 267 (delta 12), reused 191 (delta 5), pack-reused 0
接收对象中: 100% (267/267), 200.16 KiB | 40.00 KiB/s, done.
处理 delta 中: 100% (12/12), done.
Create index file './feeds/routing.index' 
Collecting package info: done
Updating feed 'telephony' from 'https://github.com/openwrt/telephony.git;for-14.07' ...
正克隆到 './feeds/telephony'...
remote: Enumerating objects: 160, done.
remote: Counting objects: 100% (160/160), done.
remote: Compressing objects: 100% (143/143), done.
remote: Total 160 (delta 14), reused 110 (delta 3), pack-reused 0
接收对象中: 100% (160/160), 95.17 KiB | 10.00 KiB/s, done.
处理 delta 中: 100% (14/14), done.
Create index file './feeds/telephony.index' 
Collecting package info: done
Updating feed 'management' from 'https://github.com/openwrt-management/packages.git;for-14.07' ...
正克隆到 './feeds/management'...
remote: Enumerating objects: 34, done.
remote: Counting objects: 100% (34/34), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 34 (delta 4), reused 21 (delta 0), pack-reused 0
Unpacking objects: 100% (34/34), done.
Create index file './feeds/management.index' 
Collecting package info: done
Updating feed 'oldpackages' from 'http://git.openwrt.org/14.07/packages.git' ...
正克隆到 './feeds/oldpackages'...
remote: Counting objects: 3751, done.
remote: Compressing objects: 100% (3123/3123), done.
remote: Total 3751 (delta 119), reused 3750 (delta 119)
接收对象中: 100% (3751/3751), 3.13 MiB | 409.00 KiB/s, done.
处理 delta 中: 100% (119/119), done.
Create index file './feeds/oldpackages.index' 
Collecting package info: done

[[email protected] scripts]$ ./feeds install -a
Installing all packages from feed packages.
Installing package 'acl'
Installing package 'attr'
Installing package 'aiccu'
Installing package 'alsa-lib'
Installing package 'alsa-utils'
Installing package 'apache'
Installing package 'apr'
Installing package 'apr-util'
Installing package 'expat'
Installing package 'sqlite3'
Installing package 'pcre'
Installing package 'unixodbc'
Installing package 'postgresql'
Installing package 'shadow'
Installing package 'argp-standalone'
Installing package 'aria2'
Installing package 'libxml2'
Installing package 'gnutls'
Installing package 'libtasn1'
Installing package 'p11-kit'
Installing package 'avahi'
Installing package 'libdaemon'
Installing package 'gdbm'
Installing package 'intltool'
Installing package 'dbus'
Installing package 'bash'
Installing package 'bzip2'
Installing package 'ccid'
Installing package 'pcsc-lite'
Installing package 'ccrypt'
Installing package 'cmdpad'
Installing package 'collectd'
Installing package 'owfs'
Installing package 'liboping'
Installing package 'rrdtool1'
Installing package 'lm-sensors'
Installing package 'perl'
Installing package 'db47'
Installing package 'net-snmp'
Installing package 'coreutils'
Installing package 'crtmpserver'
Installing package 'cshark'
Installing package 'ctorrent'
Installing package 'ctorrent-svn'
Installing package 'ddns-scripts'
Installing package 'debootstrap'
Installing package 'dmidecode'
Installing package 'dovecot'
Installing package 'libcap'
Installing package 'dump1090'
Installing package 'rtl-sdr'
Installing package 'engine_pkcs11'
Installing package 'libp11'
Installing package 'etherwake'
Installing package 'ethtool'
Installing package 'faad2'
Installing package 'fastd'
Installing package 'nacl'
Installing package 'libuecc'
Installing package 'fcgi'
Installing package 'ffmpeg'
Installing package 'speex'
Installing package 'flashrom'
Installing package 'pciutils'
Installing package 'libftdi'
Installing package 'freeradius2'
Installing package 'fwknop'
Installing package 'git'
Installing package 'glib2'
Installing package 'libffi'
Installing package 'grep'
Installing package 'haproxy'
Installing package 'hamlib'
Installing package 'haserl'
Installing package 'haveged'
Installing package 'horst'
Installing package 'htop'
Installing package 'icecast'
Installing package 'libxslt'
Installing package 'libogg'
Installing package 'iodine'
Installing package 'irssi'
Installing package 'libjpeg'
Installing package 'cryptodev-linux'
Installing package 'knot'
Installing package 'liburcu'
Installing package 'krb5'
Installing package 'libaio'
Installing package 'libaudiofile'
Installing package 'flac'
Installing package 'c-ares'
Installing package 'libevent'
Installing package 'libexif'
Installing package 'libftdi1'
Installing package 'libgcrypt'
Installing package 'libgpg-error'
Installing package 'libgd'
Installing package 'libpng'
Installing package 'libid3tag'
Installing package 'libidn'
Installing package 'libmad'
Installing package 'miniupnpc'
Installing package 'libmms'
Installing package 'libmodbus'
Installing package 'mosquitto'
Installing package 'libmpdclient'
Installing package 'libmpeg2'
Installing package 'liboil'
Installing package 'opensc'
Installing package 'libowfat'
Installing package 'libpam'
Installing package 'protobuf-c'
Installing package 'libsigc++'
Installing package 'libsndfile'
Installing package 'libssh2'
Installing package 'libtheora'
Installing package 'libvorbis'
Installing package 'tiff'
Installing package 'libtorrent'
Installing package 'libupnp'
Installing package 'libv4l'
Installing package 'libvorbisidec'
Installing package 'uvcdynctrl'
Installing package 'tcp_wrappers'
Installing package 'lighttpd'
Installing package 'lsof'
Installing package 'luabitop'
Installing package 'luaexpat'
Installing package 'luafilesystem'
Installing package 'luai2c'
Installing package 'lualanes'
Installing package 'luaposix'
Installing package 'luasec'
Installing package 'mwan3-luci'
Installing package 'mwan3'
Installing package 'luci-app-ocserv'
Installing package 'ocserv'
Installing package 'sqm-scripts'
Installing package 'luci-proto-openconnect'
Installing package 'openconnect'
Installing package 'mdnsresponder'
Installing package 'memcached'
Installing package 'minicom'
Installing package 'minidlna'
Installing package 'mjpg-streamer'
Installing package 'mktorrent'
Installing package 'monit'
Installing package 'motion'
Installing package 'mpc'
Installing package 'mpd'
Installing package 'mtr'
Installing package 'muninlite'
Installing package 'xinetd'
Installing package 'nano'
Installing package 'ncdu'
Installing package 'nfs-kernel-server'
Installing package 'portmap'
Installing package 'nginx'
Installing package 'nsd'
Installing package 'ntpd'
Installing package 'openssh'
Installing package 'opentracker'
Installing package 'patch'
Installing package 'perl-compress-bzip2'
Installing package 'perl-dbi'
Installing package 'perl-html-parser'
Installing package 'perl-html-tagset'
Installing package 'perl-uri'
Installing package 'perl-html-tree'
Installing package 'perl-lockfile-simple'
Installing package 'perl-net-telnet'
Installing package 'perl-test-harness'
Installing package 'perl-www'
Installing package 'perl-www-curl'
Installing package 'perl-www-mechanize'
Installing package 'polipo'
Installing package 'prosody'
Installing package 'protobuf'
Installing package 'pulseaudio'
Installing package 'rng-tools'
Installing package 'rsync'
Installing package 'rtorrent'
Installing package 'xmlrpc-c'
Installing package 'screen'
Installing package 'serialconsole'
Installing package 'shadowsocks-client'
Installing package 'shairport'
Installing package 'smartmontools'
Installing package 'softflowd'
Installing package 'sslh'
Installing package 'stm32flash'
Installing package 'strongswan'
Installing package 'openldap'
Installing package 'cyrus-sasl'
Installing package 'mysql'
Installing package 'tayga'
Installing package 'tcpproxy'
Installing package 'tgt'
Installing package 'tinyproxy'
Installing package 'tmux'
Installing package 'transmission'
Installing package 'triggerhappy'
Installing package 'uanytun'
Installing package 'udpxy'
Installing package 'umurmur'
Installing package 'unrar'
Installing package 'unzip'
Installing package 'vnstat'
Installing package 'vsftpd'
Installing package 'wavemon'
Installing package 'wget'
Installing package 'wshaper'
Installing package 'xl2tpd'
Installing package 'xupnpd'
Installing package 'zabbix'
Installing package 'zile'
Installing package 'zip'
Installing package 'znc'
Installing all packages from feed luci.
Installing package 'community-profiles'
Installing package 'freifunk-common'
Installing package 'freifunk-firewall'
Installing package 'freifunk-gwcheck'
Installing package 'olsrd'
Installing package 'freifunk-mapupdate'
Installing package 'freifunk-p2pblock'
Installing package 'l7-protocols'
Installing package 'freifunk-policyrouting'
Installing package 'freifunk-watchdog'
Installing package 'luci-addons'
Installing package 'siit'
Installing package 'meshwizard'
Installing package 'smap'
Installing package 'netdiscover'
Installing package 'libnet-1.1.x'
Installing package 'mac-to-devinfo'
Installing package 'httping'
Installing package 'miniupnpd'
Installing package 'ntpclient'
Installing package 'p910nd'
Installing package 'ushare'
Installing package 'libdlna'
Installing package 'hd-idle'
Installing package 'multiwan'
Installing package 'radvd'
Installing package 'ahcpd'
Installing package 'asterisk-1.8.x'
Installing package 'iksemel'
Installing package 'spandsp'
Installing package 'libsrtp'
Installing package 'msmtp'
Installing package 'watchcat'
Installing package 'remote-update'
Installing all packages from feed routing.
Installing package 'alfred'
Installing package 'gpsd'
Installing package 'babeld'
Installing package 'babels'
Installing package 'batctl'
Installing package 'batman-adv'
Installing package 'batmand'
Installing package 'bcp38'
Installing package 'bird'
Installing package 'bmx6'
Installing package 'hnetd'
Installing package 'ohybridproxy'
Installing package 'minimalist-pcproxy'
Installing package 'nat46'
Installing package 'luci-app-bcp38'
Installing package 'luci-app-bmx6'
WARNING: No feed for package 'luci-mod-admin-core' found, maybe it's already part of the standard packages?
Installing package 'mcproxy'
Installing package 'mrd6'
Installing package 'ndppd'
Installing package 'nodogsplash'
Installing package 'oonf-dlep-proxy'
Installing package 'oonf-init-scripts'
Installing package 'oonf-dlep-radio'
Installing package 'oonf-olsrd2'
Installing package 'mcast-tools'
Installing package 'quagga'
Installing all packages from feed telephony.
Installing package 'asterisk-11.x'
Installing package 'asterisk-11.x-chan-dongle'
Installing package 'asterisk-11.x-chan-sccp-b'
Installing package 'asterisk11-gui'
Installing package 'asterisk-1.8.x-chan-sccp-b'
Installing package 'asterisk18-gui'
Installing package 'baresip'
Installing package 're'
Installing package 'rem'
Installing package 'freeswitch'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'sctp'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'ldns'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'erlang'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'xz'
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libmemcached' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'freeradius-client' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'libyaml'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'kamailio-3.x'
Installing package 'rtpproxy'
Installing package 'kamailio-4.x'
Installing package 'libosip2'
Installing package 'miax'
Installing package 'pcapsipdump'
Installing package 'restund'
Installing package 'sipp'
Installing package 'siproxd'
Installing package 'sipsak'
Installing package 'yate'
Installing all packages from feed management.
Installing package 'freecwmp'
Installing package 'libfreecwmp'
Installing package 'libmicroxml'
Installing package 'shflags'
Installing package 'freenetconfd'
Installing package 'freenetconfd-plugin-examples'
Installing package 'freesub'
Installing package 'libev'
Installing package 'libnetconf'
Installing package 'libssh'
Installing package 'shtool'
Installing all packages from feed oldpackages.
Installing package '4th'
Installing package '6tunnel'
Installing package 'acpid'
Installing package 'aircrack-ng'
Installing package 'aircrack-ptw'
Installing package 'airpwn'
Installing package 'alpine'
Installing package 'amule'
Installing package 'wxbase'
Installing package 'libcrypto++'
Installing package 'amwall'
Installing package 'libamsel'
Installing package 'anyremote'
Installing package 'bluez-libs'
Installing package 'aodv-uu'
Installing package 'aoetools'
Installing package 'ap51-flash'
Installing package 'apcupsd'
Installing package 'apf'
Installing package 'appweb'
Installing package 'aprx'
Installing package 'argtable'
Installing package 'arm'
Installing package 'python'
Installing package 'arpd'
Installing package 'libdnet'
Installing package 'arpwatch'
Installing package 'at'
Installing package 'elfutils'
Installing package 'atftp'
Installing package 'autossh'
Installing package 'avrdude'
Installing package 'avrusbboot'
Installing package 'axel'
Installing package 'axtls'
Installing package 'bahamut'
Installing package 'bandwidthd'
Installing package 'bash-completion'
Installing package 'boxbackup'
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
Installing package 'bc'
Installing package 'bemused'
Installing package 'glib'
Installing package 'bind'
Installing package 'bing'
Installing package 'bitchx'
Installing package 'bitlbee'
Installing package 'bluelog'
Installing package 'bluez-utils'
Installing package 'bluez-hcidump'
Installing package 'bmon'
Installing package 'boblight'
Installing package 'bonnie++'
Installing package 'boost'
Installing package 'bridge-utils'
Installing package 'bsdiff'
Installing package 'btpd'
Installing package 'btrfs-progs'
Installing package 'build-essential'
Installing package 'gcc'
Installing package 'make'
Installing package 'diffutils'
Installing package 'bwm'
Installing package 'bwping'
Installing package 'byobu'
Installing package 'calcurse'
Installing package 'calvaria'
Installing package 'canutils'
Installing package 'cbtt'
Installing package 'cdp'
Installing package 'cdparanoia'
Installing package 'cgilib'
Installing package 'chaosvpn'
Installing package 'tinc'
Installing package 'check'
Installing package 'chillispot'
Installing package 'chrony'
Installing package 'cifs-utils'
Installing package 'cksfv'
Installing package 'classpath'
Installing package 'file'
Installing package 'clearsilver'
Installing package 'click'
Installing package 'clish'
Installing package 'cmdftp'
Installing package 'cmus'
Installing package 'confuse'
Installing package 'rtklib'
Installing package 'coova-chilli'
Installing package 'matrixssl'
Installing package 'corkscrew'
Installing package 'cppunit'
Installing package 'cpusage'
Installing package 'crda'
Installing package 'credis'
Installing package 'crowdcontrol'
Installing package 'crypto-tools'
Installing package 'cryptsetup'
Installing package 'lvm2'
Installing package 'cups'
Installing package 'cups-bjnp'
Installing package 'curlftpfs'
Installing package 'cutter'
Installing package 'cython'
Installing package 'daemonlogger'
Installing package 'daemontools'
Installing package 'dansguardian'
Installing package 'darkice'
Installing package 'lame'
Installing package 'darkstat'
Installing package 'dash'
Installing package 'python-dbus'
Installing package 'dbus-glib'
Installing package 'deco'
Installing package 'deluge'
Installing package 'rblibtorrent'
Installing package 'python2-chardet'
Installing package 'pyxdg'
Installing package 'twisted'
Installing package 'pyopenssl'
Installing package 'distribute'
WARNING: No feed for package 'python-gtk' found, maybe it's already part of the standard packages?
Installing package 'mako'
Installing package 'devio'
Installing package 'devmem2'
Installing package 'dfu-util'
Installing package 'dhcp-forwarder'
Installing package 'dhcp6'
Installing package 'dhcpcd'
Installing package 'dialog'
Installing package 'dibbler'
Installing package 'digitemp'
Installing package 'dir300-flash'
Installing package 'dircproxy'
Installing package 'libdirectfb'
Installing package 'freetype'
Installing package 'disktype'
Installing package 'ditg'
Installing package 'djbdns'
Installing package 'ucspi-tcp'
Installing package 'dmalloc'
Installing package 'dmapd'
Installing package 'libdmapsharing'
Installing package 'libsoup'
Installing package 'gstreamer'
Installing package 'gst-plugins-base'
Installing package 'vips'
Installing package 'graphicsmagick'
Installing package 'dns2tcp'
Installing package 'dosfstools'
Installing package 'dsniff'
Installing package 'libnids'
Installing package 'libnet-1.0.x'
Installing package 'dstat'
Installing package 'dt'
Installing package 'dtach'
Installing package 'dudders'
Installing package 'e169-stats'
Installing package 'eggdrop'
Installing package 'tcl'
Installing package 'ekg'
Installing package 'electric-fence'
Installing package 'elinks'
Installing package 'empcd'
Installing package 'empty'
Installing package 'etherpuppet'
Installing package 'ettercap'
Installing package 'event_test'
Installing package 'ez-ipupdate'
Installing package 'facter'
Installing package 'ruby'
Installing package 'faifa'
Installing package 'fakeidentd'
Installing package 'fancontroled'
Installing package 'fetchmail'
Installing package 'fftw3'
Installing package 'firmwarehotplug'
Installing package 'fxload'
Installing package 'flite'
Installing package 'flow-tools'
Installing package 'fortune-mod'
Installing package 'fowsr'
Installing package 'foxboard-utils'
Installing package 'fping'
Installing package 'fprobe'
Installing package 'fprobe-ulog'
Installing package 'freepops'
Installing package 'fribidi'
Installing package 'frickin'
Installing package 'fswebcam'
Installing package 'ftpd-topfield'
Installing package 'ftplib'
Installing package 'gadgetfs-test'
Installing package 'gatling'
Installing package 'gawk'
Installing package 'gesftpserver'
Installing package 'giflib'
Installing package 'gkrellmd'
Installing package 'glibmm'
Installing package 'gmediaserver'
Installing package 'id3lib'
Installing package 'gnokii'
Installing package 'gnupg'
Installing package 'gnuplot'
Installing package 'goldfish-qemu'
Installing package 'gperf'
Installing package 'gphoto2'
Installing package 'libgphoto2'
Installing package 'libugpio'
Installing package 'gsm'
Installing package 'gst-ffmpeg'
Installing package 'gst-plugins-bad'
Installing package 'gst-plugins-ugly'
Installing package 'gst-plugins-good'
Installing package 'gst-python'
Installing package 'pygobject'
Installing package 'gw6c'
Installing package 'gzip'
Installing package 'hasciicam'
Installing package 'aalib'
Installing package 'hdparm'
Installing package 'heyu'
Installing package 'setserial'
Installing package 'hiawatha'
Installing package 'howl'
Installing package 'hping3'
Installing package 'hplip'
Installing package 'sane-backends'
Installing package 'hsflowd'
Installing package 'htpdate'
Installing package 'httptunnel'
Installing package 'huaweiaktbbo'
Installing package 'i2c-tools'
Installing package 'ices'
Installing package 'libshout'
Installing package 'icmptx'
Installing package 'ifstat'
Installing package 'iioutils'
Installing package 'imagemagick'
Installing package 'imapfilter'
Installing package 'imsnif'
Installing package 'imspector'
Installing package 'ink'
Installing package 'libinklevel'
Installing package 'input-utils'
Installing package 'io'
Installing package 'ipcad'
Installing package 'ipkungfu'
Installing package 'ipmitool'
Installing package 'ipsec-tools'
Installing package 'iptables-snmp'
Installing package 'iptraf'
Installing package 'ipupdate'
Installing package 'ipv6calc'
Installing package 'ipython'
Installing package 'isakmpd'
Installing package 'keynote'
Installing package 'isc-dhcp'
Installing package 'jamvm'
Installing package 'jansson'
Installing package 'joe'
Installing package 'ossp-js'
Installing package 'jsonpath'
Installing package 'jtg'
Installing package 'karma'
Installing package 'madwifi'
Installing package 'keepalived'
Installing package 'kismet'
Installing package 'kissdx'
Installing package 'libdvdread'
Installing package 'klish'
Installing package 'kmemtrace-user'
Installing package 'gpiotoggling'
Installing package 'loop-aes'
Installing package 'openswan'
Installing package 'sierra-pcmcia'
Installing package 'wprobe'
Installing package 'libipfix'
Installing package 'knock'
Installing package 'ksymoops'
Installing package 'l2tpd'
Installing package 'l2tpns'
Installing package 'libcli'
Installing package 'l2tpv3tun'
Installing package 'lcd4linux'
WARNING: No feed for package 'libdpf' found, maybe it's already part of the standard packages?
Installing package 'libvncserver'
Installing package 'serdisplib'
Installing package 'st2205tool'
Installing package 'nmeap'
WARNING: No feed for package 'libdpf' found, maybe it's already part of the standard packages?
Installing package 'lcd4linux-tew673gru'
Installing package 'lcdproc'
Installing package 'leafnode'
Installing package 'less'
Installing package 'lft'
Installing package 'lftp'
Installing package 'libao'
Installing package 'libart'
Installing package 'libassuan'
Installing package 'libatomicops'
Installing package 'libcelt'
Installing package 'clinkc'
Installing package 'libcroco'
Installing package 'libcunit'
Installing package 'cwiid'
Installing package 'libdaq'
Installing package 'libdbi'
Installing package 'libdbi-drivers'
Installing package 'sqlite2'
Installing package 'libdvbpsi'
Installing package 'eventlog'
Installing package 'ezxml'
Installing package 'libfreefare'
Installing package 'libnfc'
Installing package 'libfreenect'
Installing package 'libgee'
Installing package 'vala'
Installing package 'gpgme'
Installing package 'gsl'
Installing package 'libgssapi'
Installing package 'gssdp'
Installing package 'gupnp'
Installing package 'gupnp-av'
Installing package 'gupnp-dlna'
Installing package 'gupnp-vala'
Installing package 'libIDL2'
Installing package 'libimobiledevice'
Installing package 'libplist'
Installing package 'libusbmuxd'
Installing package 'leptonica'
Installing package 'liblo'
Installing package 'loudmouth'
Installing package 'lxc'
Installing package 'libmbus'
Installing package 'libmcrypt'
Installing package 'libmicrohttpd'
Installing package 'libmikmod'
Installing package 'libmpcdec'
Installing package 'libmpd'
Installing package 'libnatpmp'
Installing package 'neon'
Installing package 'libnetfilter-log'
Installing package 'libnetfilter-queue'
Installing package 'newt'
Installing package 'slang2'
Installing package 'libnfsidmap'
Installing package 'libol'
Installing package 'opencdk'
Installing package 'ortp'
Installing package 'libotr'
Installing package 'google-authenticator'
Installing package 'qrencode'
Installing package 'libpar2'
Installing package 'libpfm'
Installing package 'pianobar'
Installing package 'libpthread-stubs'
Installing package 'libptmalloc3'
Installing package 'libqmi'
Installing package 'radiusclient-ng'
Installing package 'librpcsecgss'
Installing package 'rrdtool'
Installing package 'librsync'
Installing package 'libsamplerate'
Installing package 'libsdl'
Installing package 'libsdl_mixer'
Installing package 'libsdl_sound'
Installing package 'libsml'
Installing package 'libsocketcan'
Installing package 'libspe2'
Installing package 'libsynce'
Installing package 'libtwin'
Installing package 'ucl'
Installing package 'unbound'
Installing package 'libxapian'
Installing package 'libzip'
Installing package 'libzstream'
Installing package 'lilo'
Installing package 'linuxigd'
Installing package 'lirc'
Installing package 'lispmob'
Installing package 'listener'
Installing package 'lmbench'
Installing package 'logilab-astng'
Installing package 'logilab-common'
Installing package 'logrotate'
Installing package 'lrzsz'
Installing package 'lsm'
Installing package 'ssmtp'
Installing package 'lsqlite3'
Installing package 'lttng-tools'
Installing package 'lttng-ust'
Installing package 'luacurl'
Installing package 'luaprofiler'
Installing package 'luasoap'
Installing package 'luasql'
Installing package 'luavstruct'
Installing package 'macchanger'
Installing package 'madplay'
Installing package 'madwimax'
Installing package 'maemo-kexec'
Installing package 'maradns'
Installing package 'matrixtunnel'
Installing package 'mc'
Installing package 'mcabber'
Installing package 'md5deep'
Installing package 'mdk3'
Installing package 'memtester'
Installing package 'mercurial'
Installing package 'mg'
Installing package 'mgen'
Installing package 'mgetty'
Installing package 'miau'
Installing package 'microcom'
Installing package 'mii-tool'
Installing package 'mini_httpd'
Installing package 'mini_sendmail'
Installing package 'mini_snmpd'
Installing package 'miredo'
Installing package 'mksh'
Installing package 'mocp'
Installing package 'mosh'
Installing package 'mpdas'
Installing package 'mrtg'
Installing package 'msr-tools'
Installing package 'mt-daapd'
Installing package 'mtd-utils'
Installing package 'mutella'
Installing package 'mutt'
Installing package 'mvprelay'
Installing package 'mxml'
Installing package 'n2n'
Installing package 'nagios'
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
Installing package 'nagios-plugins'
Installing package 'natpmp'
Installing package 'nbd'
Installing package 'nbtscan'
Installing package 'nmap'
Installing package 'ncftp'
Installing package 'ndisc'
Installing package 'ndyndns'
Installing package 'net-tools'
Installing package 'netatalk'
Installing package 'netcat'
Installing package 'netio'
Installing package 'netperf'
Installing package 'netpipe'
Installing package 'netstat-nat'
Installing package 'pmacct'
Installing package 'nfs-server'
Installing package 'ngircd'
Installing package 'ngrep'
Installing package 'nocatauth'
Installing package 'nocatsplash'
Installing package 'nprobe'
Installing package 'nrpe'
Installing package 'nstx'
Installing package 'ntfs-3g'
Installing package 'ntfsprogs'
Installing package 'ntripcaster'
Installing package 'ntripclient'
Installing package 'ntripserver'
Installing package 'nufw'
Installing package 'nullmailer'
Installing package 'numpy'
Installing package 'nut'
Installing package 'nuttcp'
Installing package 'nvramtool'
Installing package 'nzbget'
Installing package 'nzbgetweb'
Installing package 'php5'
Installing package 'obfsproxy'
Installing package 'oidentd'
Installing package 'open-plc-utils'
Installing package 'open2300'
Installing package 'opendchub'
Installing package 'openl2tp'
Installing package 'opennhrp'
Installing package 'openntpd'
Installing package 'openrrcp'
Installing package 'live'
Installing package 'openslp'
Installing package 'orbit2'
Installing package 'osiris'
Installing package 'ostiary'
Installing package 'oww'
Installing package 'paris-traceroute'
Installing package 'parprouted'
Installing package 'pcmciautils'
Installing package 'pdnsd'
Installing package 'peercast'
Installing package 'peerguardian'
Installing package 'peervpn'
Installing package 'pen'
Installing package 'pepperspot'
Installing package 'pepsal'
Installing package 'perf'
Installing package 'petitboot'
Installing package 'ps3-utils'
Installing package 'phidget21'
Installing package 'php-pear'
Installing package 'php-pear-db'
Installing package 'php-pear-xmlrpc'
Installing package 'php5-pecl-apc'
Installing package 'php5-pecl-bcompiler'
Installing package 'php5-pecl-dio'
Installing package 'php5-pecl-http'
Installing package 'php5-pecl-libevent'
Installing package 'picocom'
Installing package 'pipacs'
Installing package 'poco'
Installing package 'portsentry'
Installing package 'powertop'
Installing package 'pps-tools'
Installing package 'pptpd'
Installing package 'privoxy'
Installing package 'procmail'
Installing package 'procps'
Installing package 'proftpd'
Installing package 'psmisc'
Installing package 'psplash'
Installing package 'psybnc'
Installing package 'pthsem'
Installing package 'ptpd'
Installing package 'ptrtd'
Installing package 'ptunnel'
Installing package 'puppy'
Installing package 'pure-ftpd'
Installing package 'pv'
Installing package 'pwcrypt'
Installing package 'pwgen'
Installing package 'pyclips'
Installing package 'pyload'
Installing package 'python-curl'
Installing package 'python-crypto'
Installing package 'python-imaging-library'
Installing package 'tesseract'
Installing package 'pyrit'
Installing package 'pyrrd'
Installing package 'pyserial'
Installing package 'pybluez'
Installing package 'python-cjson'
Installing package 'python-django'
Installing package 'python-eeml'
Installing package 'egenix-mx'
Installing package 'pyevent'
Installing package 'python-flup'
Installing package 'python-ifconfig'
Installing package 'python-json'
Installing package 'kid'
Installing package 'python-mimms'
Installing package 'pymysql'
Installing package 'pypcap'
Installing package 'psycopg'
Installing package 'python-pydaemon'
Installing package 'python-rsfile'
Installing package 'python-pyosc'
Installing package 'python-sip'
Installing package 'pysqlite'
Installing package 'python-webpy'
Installing package 'xapian-bindings'
Installing package 'yapsnmp'
Installing package 'pyusb'
Installing package 'pyyaml'
Installing package 'qolyester'
Installing package 'quicktun'
Installing package 'raddump'
Installing package 'radlib'
Installing package 'radsecproxy'
Installing package 'rarpd'
Installing package 'rcs'
Installing package 'rdiff-backup'
Installing package 'reaim'
Installing package 'reaver'
Installing package 'redboot-ar231x'
Installing package 'redir'
Installing package 'redsocks'
Installing package 'reiserfsprogs'
Installing package 'remind'
Installing package 'remotefs'
Installing package 'remserial'
Installing package 'restorefactory'
Installing package 'rinetd'
Installing package 'rp-l2tp'
Installing package 'rp-pppoe'
Installing package 'rrdcollect'
Installing package 'rrs'
Installing package 'rsnapshot'
Installing package 'rssh'
Installing package 'rsyncrypto'
Installing package 'sqlite3-ruby'
Installing package 'rygel'
Installing package 'scanlogd'
Installing package 'scdp'
Installing package 'schedtools'
Installing package 'scmpc'
Installing package 'scponly'
Installing package 'sdparm'
Installing package 'sed'
Installing package 'seeks'
Installing package 'tokyocabinet'
Installing package 'send'
Installing package 'nsca'
Installing package 'ser2net'
Installing package 'serialoverip'
Installing package 'setpwc'
Installing package 'sg3-utils'
Installing package 'shat'
Installing package 'shell-fm'
Installing package 'shorewall-core'
Installing package 'shorewall-lite'
Installing package 'shorewall6-lite'
Installing package 'sigscheme'
Installing package 'simplejson'
Installing package 'sispmctl'
Installing package 'slurm'
Installing package 'smcroute'
Installing package 'smtptrapd'
Installing package 'snort'
Installing package 'snort-wireless'
Installing package 'snortsam'
Installing package 'socat'
Installing package 'sox'
Installing package 'spawn-fcgi'
Installing package 'speedtouch-usb-firmware'
Installing package 'squashfs-tools'
Installing package 'squid'
Installing package 'srelay'
Installing package 'sscep'
Installing package 'sshfs'
Installing package 'sshtunnel'
Installing package 'sslcat'
Installing package 'ssldump'
Installing package 'sslsniff'
Installing package 'sslstrip'
Installing package 'ssltunnel'
Installing package 'streamripper'
Installing package 'stress'
Installing package 'stun'
Installing package 'stunnel'
Installing package 'subversion'
Installing package 'sudo'
Installing package 'synce-dccm'
Installing package 'syslog-ng'
Installing package 'sysprof'
Installing package 'sysstat'
Installing package 'taglib'
Installing package 'tar'
Installing package 'taskwarrior'
Installing package 'tcpser'
Installing package 'tcptraceroute'
Installing package 'tcsh'
Installing package 'tctool'
Installing package 'telepathy-python'
Installing package 'testusb'
Installing package 'tftp-hpa'
Installing package 'tig'
Installing package 'time'
Installing package 'tmsnc'
Installing package 'tor'
Installing package 'tor-alpha'
Installing package 'totd'
Installing package 'transocks'
Installing package 'tsocks'
Installing package 'tspc'
Installing package 'tstat'
Installing package 'ttcp'
Installing package 'tunslip6'
Installing package 'tvheadend'
Installing package 'ucarp'
Installing package 'udp-broadcast-relay'
Installing package 'udpcast'
Installing package 'uftp'
Installing package 'uhub'
Installing package 'ulogd'
Installing package 'unfs3'
Installing package 'uob-nomad'
Installing package 'updatedd'
Installing package 'upx'
Installing package 'urbi'
Installing package 'usbip'
Installing package 'usbmuxd'
Installing package 'ustl'
Installing package 'uucp'
Installing package 'vblade'
Installing package 'veth'
Installing package 'vgp'
Installing package 'vim'
Installing package 'vnc-reflector'
Installing package 'vncrepeater'
Installing package 'vpnc'
Installing package 'vpnc-scripts'
Installing package 'vpzone'
Installing package 'vrrpd'
Installing package 'vtun'
Installing package 'wattsup'
Installing package 'wccpd'
Installing package 'wdiag'
Installing package 'weechat'
Installing package 'wide-dhcpv6'
Installing package 'wifidog'
Installing package 'wifitoggle'
Installing package 'wing'
Installing package 'wiviz'
Installing package 'wknock'
Installing package 'wol'
Installing package 'wput'
Installing package 'wrt-radauth'
Installing package 'wt'
Installing package 'wview'
Installing package 'wx200d'
Installing package 'xdelta3'
Installing package 'xmail'
Installing package 'xmpp4r'
Installing package 'xsupplicant'
Installing package 'yaddns'
Installing package 'yafc'
Installing package 'zoneinfo'
Installing package 'zsh'

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/qq_27508477/article/details/88407944

智能推荐

权威CSS学习笔记!_"<p><span class=\"test\"style=\"color: #ed3073;"_laizhenghua的博客-程序员秘密

CSS学习1、CSS简介1.1、关于CSSCSS指层叠样式表(Cascading Style Sheets)样式定义如何显示HTML元素样式通常存储在样式表中把样式添加到HTML 4.0中,是为了解决内容与表现分离的问题外部样式表可以极大提高工作效率外部样式表通 常存储在CSS文件中多个样式定义可层叠为一个1.2、HTML的局限性说起HTML,这其实是个非常单纯的家伙,他只关注内容的语义。比如&lt;h1&gt;表明这是一个大标题,&lt;p&gt;表明这是一个段落, &lt;i

在Xcode中配置使用GLPK的详细步骤_白马负金羁的博客-程序员秘密

GLPK(GNU Linear Programming Kit:GNU线性编程工具)是用于建立线性规划LP和混合型整数规划MIP问题的建模语言工具包,同时可以用来对模型进行最优化求解。本文将讨论在Mac电脑上基于Xcode开发线性规划程序时配置GLPK的基本方法

hana数据库 字段长度_HANA-逻辑-字符集排序_钱钱钱隆的博客-程序员秘密

研究结论在我们的日常体验当中,SQL中汉字都是根据其拼音字母排序的,所以开始在编写自定义函数获取汉字拼音首字母时,便决定按照汉字的排序来赋值对应的拼音首字母。然而在实际运用的时候,却发现汉字并不是按照拼音来排序的,因此便对HANA中汉字的排序做了下研究。网上查找资料时发现了一篇文章,其中说汉字在HANA数据库内部存储是按照十六进制编码存储的,排序也是按照此进行的。链接如下:https://blog...

Extjs4.0学习笔记四(Tree应用)_zhou_zhou_gogo1的博客-程序员秘密

                        Extjs4.0 学习笔记四    继续学习Extjs4.0 菜单tree应用,这次实现的是Extjs与Struts2之间的数据交互。其中交互的数据格式为json,采用的技术有json-lib,本次数据是在Struts的服务里写死的,实际项目中,菜单列表都是从数据库表里读取的。Extjs:    用于前台页面展示Struts:...

[洛谷1207] [USACO1.3]双重回文数 Dual Palindromes_ssl_lw的博客-程序员秘密

题目https://www.luogu.org/problemnew/show/P1207解题思路跟[洛谷 1206] [USACO1.3]回文平方数 Palindromic Squares {结构体练习}差不多了。代码#include&amp;lt;cstdio&amp;gt;#include&amp;lt;cstring&amp;gt;#include&amp;lt;algorithm&amp;gt;using nam...

VMware虚拟机网络设置简述_wo0o0o0o0的博客-程序员秘密

VMware虚拟机网络设置1.bridged(桥接模式)2.host-only(主机模式)3.NAT(网络地址转换模式)

随便推点

SAP成都研究院李三郎:SCP Application Router简介_weixin_34387284的博客-程序员秘密

今天的文章来自李贝宁(Ben),SAP成都研究院的资深程序猿和架构师。作为成都研究院里同时精通Java, JavaScript和ABAP这三门编程语言的数位同事之一,Ben曾经先后担任了成都CRM Fiori开发团队,S4CRM开发团队和尚未发布的某款云产品开发团队的架构师。Ben在这三个团队的职责都是产品架构设计和部分功能代码的编写,以及组内其他同...

Html图片懒加载动画,图片懒加载的原理及实现方式_weixin_39852491的博客-程序员秘密

8种机械键盘轴体对比本人程序员,要买一个写代码的键盘,请问红轴和茶轴怎么选?为什么需要图片懒加载?正常情况下,浏览器会解析整个HTML代码,然后从上到下依次加载img标签。如果页面很长,隐藏在页面下方的图片其实已经被浏览器加载了。如果用户不向下滚动页面,就没有看到这些图片,相当于白白浪费了图片的流量。解决方式当网站需要大量图片(流量消耗很大),“按需加载”。即用户滚动页面时才加载图片。当网速非常...

C#之Chart控件系列教程——一_visual studio中chart_LoveMIss-Y的博客-程序员秘密

一、什么是Micosoft.Chart.Controls Micosoft.Chart.Controls是微软自带的一个图形可视化的组件,可以在Web程序和窗体程序中(Windowsform)中使用。在.NET4.0之后(即VS2010之后)不需要再手动安装,集成在了VS里面,比如我用的VS2017版本,直接在工具箱中点开“ 数据 ”控件,里面就有一个Chart控件,直接拖动到窗体中即可,默认...

【无标题】谈谈对音视频开发的探究_码中之牛的博客-程序员秘密

近两年,音视频技术展现了迅猛的发展势头,在短视频、直播、在线会议、教育等行业都有亮眼的应用案例,已经逐渐成为新时代互联网的基础设施之一,从而使得市场对于视频研发人才的需求越来越旺盛。最直观的感受就是直接通过各大招聘平台去了解相关的就业形势。就拿 Android 开发为例,现阶段做音视频开发的薪资水平,至少比同资历的 Android 开发高出 30% 左右。然而音视频技术上手门槛也很高,涉及的技术多,学起来并不容易:音视频的采集、编码、传输、解码、渲染…等等。而且Android 音视频开发这块目前的确没

论文笔记《Selective Search for object recognition》_鸟恋旧林XD的博客-程序员秘密

周一对图像语义分割的情况大致了解些情况。从周二开始花了2天半的时间读了第一篇文章《Selective Search for object recognition 》。文章名:《物体识别中的选择性搜索方法》作者: J.R.R. Uijlings  University of Trento, Italy.意大利特伦托大学发表: IJCV 2012一、摘要本文主要介绍物体

微信小程序之仿微信漂流瓶_dzp_coder的博客-程序员秘密

周末找事做做.看到微信里有个漂流瓶.试着敲了敲.这里是用leancloud做后台.涉及到语音和文字的储存,查询.自己不会写后台代码,对于我算是个福利.欢迎交流!技术点:1.微信小程序开发之录音机 音频播放 动画 (真机可用)2.微信小程序开发之用户系统 一键登录 获取session_key和openid3.微信小程序开发之常见问题 不在以下合法域名列表中

推荐文章

热门文章

相关标签