we just released version 3.10 into RC! This release contains plenty of updates
of various packages, but mainly it contains several features we have been
working on for quite some time. Pakon - our network monitoring tool - finally has web UI available in Foris. Now you can conveniently browse the history of
your Internet traffic. Other new optional features are the long-promised Cloud configuration backups. They are encrypted on your device before being sent to our server so
you donât have to worry about us reading your settings, we will still ask you
for diagnostics in order to do that. One more easily available feature is the Storage plugin, which allows you to move your /srv to an external drive so that you donât wear out your internal flash with LXC or Nextcloud.
!!!WARNING: the storage plugin will also format the external disk, which you select.!!! So please double check that you donât have any important data on it.
Full release notes are the following:
Updates to various upstream packages
Foris: possibility to change time settings outside of the wizard
Foris: plugin to move IO-intensive data to an external drive
Foris: plugin for Cloud backups
Pakon: Foris user interface and better results filtering
Updater: dropped obsolete updater.sh and friends, use ââpkgupdateââ instead
We welcome any testers and feedback more than ever! As this release is quite
big, we suspect that there are still some rough edges to be polished so expect
it to stay in RC for some time.
I would like to ask about the nextcloud, when will turris include its updates?
I have unfortunately run update to nextcloud13 via web interface of nextcloud and it no longer works for me.
Is there any documentation for users, to switch from updater.sh to pkgupdate? I found only Turris Documentation on documentation. How about relation with localrepo? For me its important to understand the logic, as I am using custom packages Turris Documentation , which are - in my understanding - linked with updater.
We wanted to do it easier and suitable for our users with Storage plugin.
Summary what it does:
It will format a device, create a partition
Move the current data from /srv to the deviceâs partition
Mount the device/partition as /srv
You can do the almost same thing in LuCI, but you would need to format the drive yourself, stop services and move data. Also in LuCI you have to set it as mount point without relying on automounter, which mounts drives only after quite some services have already started. If you can do it with the combination of ssh and LuCI fstab like feature, then you donât need it, but many of our users canât.
Right, that makes sense.
While you are at it, maybe it should also automatically move majordomo and all the logging/stats, and transmission and whatever else makes sense there.
This is just kind of refactoring. Itâs still the same updater (specifically updater-ng). updater.sh was originally intended as thin compatibility wrapper for old Turris 1.x updater. But it kind of collected features such as approvals and user notifications. But in core it was just wrapper around pkgupdate (pkgupdate was always there and is the updater it self in reality). Now it was replaced by updater-supervisor. That is python library/executable that handles both notifications and approvals and more in more cleaner way (implementation in python is just cleaner then in posix shell). CLI users are moved directly to pkgupdate and system programs, such as Foris or cron, use updater-supervisor.
Localrepo is separate beast solving different problem. Updater it self has some description of system and that is applied to system it self. For various reasons it wonât see packages installed in system as possible versions. Because of that there has to be other source of such packages (packages that are not provided by some repository). And because updater it self already has to work with repositories by design why just not provide repository for it locally on router (original content was just huge hack that did the same thing). And that is what localrepo does.
Just to complete list there is also opkg-trans that was original backend of Turris 1.x updater. Now itâs kind of hacky way to access opkg database directly (it wonât check dependencies of packages). And it might be renamed in future to some more appropriate name. And then there is something called opkg-wrapper. That is shell script that is used instead of opkg executable to at least try bridge gap between opkg and updater.
Thanks for clarification. I am glad that ânothingâ changes in backend configuration (I assume that pkgupdate is using also localrepo feature + updater configs). Could you comment a little bit âand moreâ section? If there are any benefits using updater-supervisor instead pkgupdate for CLI users? Notifications/approvals are not concerns me, as I just ran updater.sh manually.
It now provides complete features that were originally provided by nuci (original backend for Foris). Now it does things like it manages userlists, translations, ensures that updater runs after given request without requests pilling up or even postrun hook. And with approvals it not only generates approvals but also parses them and approves/denies them. It just now handles all task around updater in API accessible way.
For features that are less API and more features is that it waits limited time for accessible network or that it can delay updaterâs run by random amount of time or that it allows spawning it self as daemon.
But running it from console wonât give you anything. It might even degrade your usage. Itâs just for autonomous usage really. For example if you have approvals enabled it wonât even ask you it will just end and you have to go to Foris or use python api to approve it before running it again.
Is there need to have enabled data collection and their uploading? Or it is separate from that? (Just registered router with/usr/share/server-uplink/registration_code.sh and https://project.turris.cz)
Also I would appretiate describing backend services (I dont wanna automatic daily backup, more like manual control⌠best is setup things through ssh without middle manâŚ). I assume it is planned, just mentioning that
For the Cloud backups plugin to work there is no need to have enabled data collection, you just need to have verified the e-mail under the Data collection tab in Foris.
About the manual setup - we are definitely going to improve the service, so thanks for the pointer.
I thought Iâm in RC branch, which I was suggested by âswitch-branch --verifyâ command ⌠(and, as I remember, I used âswitch-branch rcâ command to switch to RC brand some time ago To my surrprise, after issuing - for I was not sure as to RC state the âswitch-branch rcâ command (just to be sure whether I am) I saw enormous length of activity from it, which, Iâm affraid, means I was not in RC branch I donât understand it at all
root@turris:~# switch-branch --verify
+ [ rc = deploy ]
+ VBRANCH=-rc
+ sed -i /\(turris\|omnia\)_nightly_/d;s#\(https://repo\.turris\.cz/\(turris\|om nia\)\)[^/]*/#\1-rc/# /etc/opkg/distfeeds.conf
+ uci set updater.override=override
+ [ rc = deploy ]
+ VBRANCH=rc
+ uci set updater.override.branch=rc
+ uci commit updater.override.branch
+ true
+ exit 0
root@turris:~# switch-branch rc
+ [ rc = deploy ]
+ VBRANCH=-rc
+ sed -i /\(turris\|omnia\)_nightly_/d;s#\(https://repo\.turris\.cz/\(turris\|om nia\)\)[^/]*/#\1-rc/# /etc/opkg/distfeeds.conf
+ uci set updater.override=override
+ [ rc = deploy ]
+ VBRANCH=rc
+ uci set updater.override.branch=rc
+ uci commit updater.override.branch
+ false
+ updater.sh
updater.sh is obsoleted. Please use pkgupdate directly instead.
WARN:Branch overriden to rc
WARN:Script file:///usr/share/updater/localrepo/localrepo.lua not found, but ign oring its absence as requested
WARN:Requested package luci-i18n-ddns-en that is missing, ignoring as requested.
WARN:Requested package foris-netmetr-plugin-l10n-cs that is missing, ignoring as requested.
INFO:Queue install of libpthread/turris/1.1.15-7
INFO:Queue install of librt/turris/1.1.15-7
INFO:Queue install of syslog-ng3/turris/3.10.1-5
INFO:Queue install of userlists/turris/11.5.1
INFO:Queue install of python-uci/turris/0.3-1
INFO:Queue install of updater-ng-py2-supervisor/turris/60.2.1-2
INFO:Queue install of updater-ng-supervisor/turris/60.2.1-2
INFO:Queue install of netifd/turris/2016-12-23-64a655d8ffa9f0cea1bbdd35cac6b3b99b865270
INFO:Queue install of base-files/turris/191-r47055
INFO:Queue install of create_notification/turris/55
INFO:Queue install of kernel/turris/4.4.123-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-ipt/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-conntrack/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-nat/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-nathelper/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-base/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-uhci/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb3/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-cfg80211/turris/4.4.123+2017-01-31-4-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-mac80211/turris/4.4.123+2017-01-31-4-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ath/turris/4.4.123+2017-01-31-4-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ath10k/turris/4.4.123+2017-01-31-4-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ath9k-common/turris/4.4.123+2017-01-31-4-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ath9k/turris/4.4.123+2017-01-31-4-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-libphy/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-swconfig/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-switch-mvsw61xx/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-i2c-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-i2c-mv64xxx/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-serial/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-serial-wwan/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-serial-qualcomm/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-hwmon-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-thermal/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-thermal-armada/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-mmc/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-mvsdio/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-wdt-orion/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-default-on/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-gpio/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-heartbeat/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-morse/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-netdev/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ipt-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-netfilter/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-oneshot/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-timer/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-transient/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ledtrig-usbdev/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of fstools/turris/2015-05-24-09027fc86babc3986027a0e677aca1b6999a9e14-2
INFO:Queue install of libstdcpp/turris/4.8-linaro-7
INFO:Queue install of knot-libzscanner/turris/2.6.5-1
INFO:Queue install of knot-libs/turris/2.6.5-1
INFO:Queue install of knot-resolver/turris/2.1.0-1
INFO:Queue install of libunbound/turris/1.7.0-1
INFO:Queue install of kmod-ipt-nat/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ipt-conntrack/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of firewall/turris/2017-11-03
INFO:Queue install of kmod-llc/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-stp/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-bridge/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ebtables/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of switch-branch/turris/1.5-1
INFO:Queue install of curl/turris/7.59.0-1
INFO:Queue install of kmod-lib-crc-ccitt/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-slhc/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ppp/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-pppox/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-pppoe/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of updater-ng-localrepo/turris/60.2.1-2
INFO:Queue install of updater-ng-opkg/turris/60.2.1-2
INFO:Queue install of kmod-nf-conntrack6/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-ipt6/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ip6tables/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of uboot-envtools/turris/2014.10-4
INFO:Queue install of openssh-client/turris/7.6p1-3
INFO:Queue install of openssh-keygen/turris/7.6p1-3
INFO:Queue install of openssh-client-utils/turris/7.6p1-3
INFO:Queue install of openssh-moduli/turris/7.6p1-3
INFO:Queue install of openssh-server/turris/7.6p1-3
INFO:Queue install of openssh-sftp-client/turris/7.6p1-3
INFO:Queue install of openssh-sftp-server/turris/7.6p1-3
INFO:Queue install of user_notify/turris/55
INFO:Queue install of oneshot/turris/22-2
INFO:Queue install of schnapps/turris/1.4-1
INFO:Queue install of lighttpd/turris/1.4.47-3
INFO:Queue install of lighttpd-mod-setenv/turris/1.4.47-3
INFO:Queue install of lighttpd-mod-cgi/turris/1.4.47-3
INFO:Queue install of lighttpd-mod-alias/turris/1.4.47-3
INFO:Queue install of kmod-ipt-conntrack-extra/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ipt-ipopt/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ifb/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-sched-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-sched/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of turris-maintain/turris/2
INFO:Queue install of server-uplink/turris/5
INFO:Queue install of foris-controller/turris/0.9.1-1
INFO:Queue install of foris-client/turris/0.5-2
INFO:Queue install of lighttpd-mod-proxy/turris/1.4.47-3
INFO:Queue install of foris-ws/turris/0.1.1-2
INFO:Queue install of lighttpd-mod-redirect/turris/1.4.47-3
INFO:Queue install of lighttpd-mod-fastcgi/turris/1.4.47-3
INFO:Queue install of ntpdate/turris/4.2.8p11-1
INFO:Queue install of socat/turris/1.7.3.2-1
INFO:Queue install of foris-common/turris/97.8-2
INFO:Queue install of foris-config/turris/97.8-2
INFO:Queue install of foris-wizard/turris/97.8-2
INFO:Queue install of foris/turris/97.8-2
INFO:Queue install of foris-controller-diagnostics-module/turris/0.3-1
INFO:Queue install of foris-l10n-cs/turris/97.8-2
INFO:Queue install of libintl-full/turris/0.19.4-4
INFO:Queue install of gettext/turris/0.19.4-4
INFO:Queue install of userlists-l10n-cs/turris/1.0.3-1
INFO:Queue install of turris-version/turris/3.10
INFO:Queue install of lighttpd-mod-openssl/turris/1.4.47-3
INFO:Queue install of kmod-nfnetlink/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-conntrack-netlink/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nfnetlink-log/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ipt-nflog/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nfnetlink-nfacct/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ipt-ipset/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-nat6/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ipt-nat6/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ipt-tproxy/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-tun/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-atm/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-pppoa/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-pcompress/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-hash/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-null/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-aead/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-manager/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-ecb/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-sha1/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-mppe/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-iptunnel/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-gre/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-iptunnel6/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ip6-tunnel/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-iptunnel4/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-sit/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of 6in4/turris/24-1
INFO:Queue install of kmod-lib-textsearch/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nf-nathelper-extra/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-mii/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-net/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-net-cdc-ether/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-net-rndis/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-wdm/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-net-qmi-wwan/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-serial-option/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-scsi-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ata-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ata-ahci/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-fscache/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-dnsresolver/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-fcrypt/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-pcbc/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-rxrpc/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-afs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-autofs4/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-xor/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-raid6/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-zlib/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-lzo/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-crc32c/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-crc32c/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-btrfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-sha256/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-des/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-md4/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-md5/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-hmac/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-cifs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-configfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-cramfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-exfat/turris/4.4.123+git-20151121-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-exportfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-crc16/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-ext4/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-f2fs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-hfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-utf8/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-hfsplus/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-isofs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-jfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-minix/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-vfat/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-msdos/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-nfs-common/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-nfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-oid-registry/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-nfs-common-v4/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-nfsd/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-ntfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-lib-crc-itu-t/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-udf/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fs-xfs/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp1250/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp1251/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp437/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp775/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp850/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp852/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp862/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp864/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp866/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-cp932/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-iso8859-1/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-iso8859-13/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-iso8859-15/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-iso8859-2/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-iso8859-6/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-iso8859-8/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-nls-koi8r/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-md-mod/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-md-linear/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-md-multipath/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-md-raid0/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-md-raid1/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-md-raid10/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-md-raid456/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-storage/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb-storage-extras/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-usb2/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ata-ahci-platform/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-ata-mvebu-ahci/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-marvell-cesa/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of coreutils-stat/turris/8.29-2
INFO:Queue install of foris-controller-storage-module/turris/0.1-9
INFO:Queue install of foris-storage-plugin/turris/0.1-6
INFO:Queue install of kmod-dm/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-fuse/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of block-mount/turris/2015-05-24-09027fc86babc3986027a0e677aca1b6999a9e14-2
INFO:Queue install of nfs-kernel-server/turris/2.1.1-2
INFO:Queue install of nfs-kernel-server-utils/turris/2.1.1-2
INFO:Queue install of libvorbis/turris/1.3.6-1
INFO:Queue install of kmod-input-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-sound-core/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of libffmpeg/turris/3.4.2-0
INFO:Queue install of libsqlite3/turris/3220000-1
INFO:Queue install of kmod-crypto-authenc/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-cryptodev/turris/4.4.123+1.8-mvebu-2
INFO:Queue install of kmod-crypto-user/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-cbc/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-wq/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-rng/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-iv/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-seqiv/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-ctr/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-gf128/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-xts/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-cmac/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-sha512/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-ccm/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-crypto-deflate/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of kmod-veth/turris/4.4.123+1-1-082ea0f4a4e204b99821bedcb349ed54-1
INFO:Queue install of lxc/turris/1.1.5-13
INFO:Queue install of liblxc/turris/1.1.5-13
INFO:Queue install of lxc-common/turris/1.1.5-13
INFO:Queue install of lxc-attach/turris/1.1.5-13
INFO:Queue install of lxc-stop/turris/1.1.5-13
INFO:Queue install of lxc-start/turris/1.1.5-13
INFO:Queue install of lxc-auto/turris/1.1.5-13
INFO:Queue install of lxc-console/turris/1.1.5-13
INFO:Queue install of lxc-templates/turris/1.1.5-13
INFO:Queue install of lxc-hooks/turris/1.1.5-13
INFO:Queue install of lxc-configs/turris/1.1.5-13
INFO:Queue install of lxc-create/turris/1.1.5-13
INFO:Queue install of lxc-info/turris/1.1.5-13
INFO:Queue install of lxc-config/turris/1.1.5-13
INFO:Queue install of lxc-ls/turris/1.1.5-13
INFO:Queue install of lxc-monitor/turris/1.1.5-13
INFO:Queue install of lxc-monitord/turris/1.1.5-13
INFO:Queue install of lxc-snapshot/turris/1.1.5-13
INFO:Queue install of netmetr/turris/1.2.1-3
INFO:Queue install of foris-controller-netmetr-module/turris/0.2-1
INFO:Queue install of foris-netmetr-plugin/turris/2-1
INFO:Queue install of libssh2/turris/1.7.0-1
INFO:Queue install of mc/turris/4.8.20-2
INFO:Queue install of netdata/turris/1.9.0-1
INFO:Queue install of lxc-execute/turris/1.1.5-13
INFO:Queue removal of twisted
INFO:Queue removal of zope-interface
INFO:Queue removal of haas-proxy
INFO:Queue removal of python-cachetools
INFO:Queue removal of python3-light
INFO:Queue removal of python3-base
INFO:Queue removal of python-service-identity
INFO:Queue removal of python-attrs
INFO:Queue removal of python-pyasn1-modules
INFO:Queue removal of python-pyopenssl
INFO:Queue removal of python-cryptography
INFO:Queue removal of python-enum34
INFO:Queue removal of python-idna
INFO:Queue removal of python-ipaddress
INFO:Queue removal of python-setuptools
INFO:Queue removal of python-six
INFO:Queue removal of sshpass
INFO:Queue removal of python-pyasn1
INFO:Queue removal of python-requests
INFO:Queue removal of python-cffi
INFO:Queue removal of python-pycparser
INFO:Queue removal of python-ply
INFO:Queue removal of daemon-watchdog
INFO:Queue removal of python-crypto
INFO:Queue removal of python
INFO:Queue removal of python-compiler
INFO:Queue removal of python-ctypes
INFO:Queue removal of python-db
INFO:Queue removal of libdb47
INFO:Queue removal of python-distutils
INFO:Queue removal of python-gdbm
INFO:Queue removal of libgdbm
INFO:Queue removal of python-ncurses
INFO:Queue removal of python-pydoc
INFO:Queue removal of python-sqlite3
INFO:Queue removal of python-unittest
INFO:Queue removal of python-decimal
INFO:Executing preupdate hooks...
INFO:Subprogram output: /etc/updater/hook_preupdate/05_schnapps.sh:
Snapshot number 175 created
INFO:End of subprogram output
INFO:Unpacking download packages
INFO:Checking for file collisions between packages
INFO:Running pre-install scripts and merging packages to root file system
WARN:Config file /etc/syslog-ng.conf modified by the user. Backing up the new one into /etc/syslog-ng.conf-opkg
WARN:Config file /etc/passwd modified by the user. Backing up the new one into /etc/passwd-opkg
WARN:Config file /etc/config/system modified by the user. Backing up the new one into /etc/config/system-opkg
WARN:Config file /etc/shadow modified by the user. Backing up the new one into /etc/shadow-opkg
WARN:Config file /etc/shells modified by the user. Backing up the new one into /etc/shells-opkg
WARN:Config file /etc/inittab modified by the user. Backing up the new one into /etc/inittab-opkg
WARN:Config file /etc/rc.local modified by the user. Backing up the new one into /etc/rc.local-opkg
WARN:Config file /etc/group modified by the user. Backing up the new one into /etc/group-opkg
WARN:Config file /etc/config/firewall modified by the user. Backing up the new one into /etc/config/firewall-opkg
WARN:Config file /etc/config/user_notify modified by the user. Backing up the new one into /etc/config/user_notify-opkg
WARN:Config file /etc/config/foris modified by the user. Backing up the new one into /etc/config/foris-opkg
WARN:Config file /etc/config/netmetr modified by the user. Backing up the new one into /etc/config/netmetr-opkg
WARN:Config file /etc/netdata/netdata.conf modified by the user. Backing up the new one into /etc/netdata/netdata.conf-opkg
INFO:Running post-install and post-rm scripts
Output from knot-resolver.postinst:
+ [ -z ]
+ /etc/init.d/dnsmasq restart
udhcpc: started, v1.25.1
udhcpc: sending discover
udhcpc: no lease, failing
+ sleep 2
+ /etc/kresd/kresd.postinst.sh
+ uci -q get resolver.kresd.static_domains
+ stat_dom=
+ [ ! -z ]
+ /etc/init.d/resolver restart
+ rm /etc/kresd/kresd.postinst.sh
+ /etc/kresd/convert_config.sh
uci: Entry not found
+ rm /etc/kresd/convert_config.sh
+ uci -q get resolver.common.prefered_resolver
+ [ kresd = kresd ]
+ + uci -q getegrep resolver.common.forward_upstream -q (1|yes|true|enabled|on)
Output from firewall.postinst:
Warning: Section @zone[2] (newzone) has no device, network, subnet or extra options
Warning: Section @zone[3] (newzone2) has no device, network, subnet or extra options
Warning: Section @zone[2] (newzone) has no device, network, subnet or extra options
Warning: Section @zone[3] (newzone2) has no device, network, subnet or extra options
* Flushing IPv4 filter table
* Flushing IPv4 nat table
* Flushing IPv4 mangle table
* Flushing IPv4 raw table
* Flushing IPv6 filter table
* Flushing IPv6 nat table
* Flushing IPv6 mangle table
* Flushing IPv6 raw table
* Flushing conntrack table ...
* Populating IPv4 filter table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Rule 'DNS IN block JiS'
* Rule 'Allow-DHCP-Renew'
* Rule 'Allow-Ping'
* Rule 'Allow-IGMP'
* Rule 'boincLAN'
* Redirect 'SSH Honeypot'
* Forward 'lan' -> 'wan'
* Populating IPv4 nat table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Redirect 'SSH Honeypot'
* Populating IPv4 mangle table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Populating IPv4 raw table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Populating IPv6 filter table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Rule 'DNS IN block JiS'
* Rule 'Allow-DHCPv6'
* Rule 'Allow-MLD'
* Rule 'Allow-ICMPv6-Input'
* Rule 'Allow-ICMPv6-Forward'
* Rule 'boincLAN'
* Forward 'lan' -> 'wan'
* Populating IPv6 nat table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Populating IPv6 mangle table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Populating IPv6 raw table
* Zone 'lan'
* Zone 'wan'
* Zone 'newzone'
* Zone 'newzone2'
* Set tcp_ecn to off
* Set tcp_syncookies to on
* Set tcp_window_scaling to on
* Running script '/etc/firewall.user'
* Running script '/usr/share/firewall/turris'
* Running script '/etc/firewall.d/with_reload/firewall.include.sh'
iptables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
* Running script '/etc/firewall.d/without_reload/firewall.include.sh'
* Running script '/usr/share/miniupnpd/firewall.include'
Output from updater-ng-opkg.postinst:
+ [ -f /etc/updater/conf.d/opkg-auto.lua ]
+ UPDATER_CONFIG=/etc/updater/conf.d/opkg-auto.lua
+ sed -n s/^Package.*content *= *"file:\/\/\([^"]*\)".*/\1/p /etc/updater/conf.d/opkg-auto.lua
+ read PKG
+ localrepo clean --repo auto
+ sed -i /^Package.*content/d /etc/updater/conf.d/opkg-auto.lua
+ rm -rf /usr/share/updater/local-pkgs
Output from oneshot.postinst:
+ SCRIPT_DIR=/usr/share/oneshot/scripts
+ COMPLETED_DIR=/usr/share/oneshot/completed
+ mkdir -p /usr/share/oneshot/completed
+ ls /usr/share/oneshot/scripts
+ sort
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0000-opkg-uri ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0001-opkg-no-testing ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0002-opkg-https ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0003-reset-updater-pkgs ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0004-set-root-passwd ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0005-slash-opkg ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0006-samba-norestart ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0007-ssh-enable ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0008-lighttpd-start-sooner ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0009-fix-old-banner ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0009-samba-norestart-again ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0010-disable-old-feed ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0011-no-directories-in-opkg-list ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0011-stable-new-removal ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0013-unbound-dont-enable-dnsmasq ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/0014-turris-btrfs ]
+ read SCRIPT
+ [ ! -f /usr/share/oneshot/completed/012-omnia-wan-led ]
+ read SCRIPT
Output from lighttpd-mod-setenv.postinst:
/usr/lib/opkg/info//lighttpd-mod-setenv.postinst: /usr/lib/opkg/info/lighttpd-mod-setenv.postinst-pkg: line 1: Package/lighttpd/postinst: not found
Output from lighttpd-mod-cgi.postinst:
/usr/lib/opkg/info//lighttpd-mod-cgi.postinst: /usr/lib/opkg/info/lighttpd-mod-cgi.postinst-pkg: line 1: Package/lighttpd/postinst: not found
Output from lighttpd-mod-alias.postinst:
/usr/lib/opkg/info//lighttpd-mod-alias.postinst: /usr/lib/opkg/info/lighttpd-mod-alias.postinst-pkg: line 1: Package/lighttpd/postinst: not found
Output from foris-controller.postinst:
+ [ -n ]
+ /etc/init.d/foris-controller enable
+ /etc/init.d/foris-controller restart
Output from lighttpd-mod-proxy.postinst:
/usr/lib/opkg/info//lighttpd-mod-proxy.postinst: /usr/lib/opkg/info/lighttpd-mod-proxy.postinst-pkg: line 1: Package/lighttpd/postinst: not found
Output from foris-ws.postinst:
+ [ -n ]
+ /etc/init.d/foris-ws enable
ln: /etc/rc.d/K1foris-ws: File exists
+ /etc/init.d/foris-ws restart
ln: /etc/rc.d/K1foris-ws: File exists
Output from lighttpd-mod-redirect.postinst:
/usr/lib/opkg/info//lighttpd-mod-redirect.postinst: /usr/lib/opkg/info/lighttpd-mod-redirect.postinst-pkg: line 1: Package/lighttpd/postinst: not found
Output from lighttpd-mod-fastcgi.postinst:
/usr/lib/opkg/info//lighttpd-mod-fastcgi.postinst: /usr/lib/opkg/info/lighttpd-mod-fastcgi.postinst-pkg: line 1: Package/lighttpd/postinst: not found
Output from foris-common.postinst:
+ [ -n ]
+ [ -f /www2/forris.pyc ]
+ /etc/init.d/lighttpd enable
+ /etc/init.d/lighttpd restart
Output from foris-config.postinst:
+ [ -n ]
+ /etc/init.d/lighttpd restart
Output from foris-wizard.postinst:
+ [ -n ]
+ /etc/init.d/lighttpd restart
Output from foris-controller-diagnostics-module.postinst:
+ [ -n ]
+ /etc/init.d/foris-controller restart
Output from foris-l10n-cs.postinst:
+ [ -n ]
+ /etc/init.d/lighttpd restart
Output from lighttpd-mod-openssl.postinst:
/usr/lib/opkg/info//lighttpd-mod-openssl.postinst: /usr/lib/opkg/info/lighttpd-mod-openssl.postinst-pkg: line 1: Package/lighttpd/postinst: not found
Output from foris-controller-storage-module.postinst:
+ [ -z ]
+ /etc/init.d/foris-controller restart
+ /etc/init.d/srv enable
+ mkdir -p /srv
Output from foris-storage-plugin.postinst:
+ [ -n ]
+ /etc/init.d/lighttpd restart
Output from foris-controller-netmetr-module.postinst:
+ [ -z ]
+ /etc/init.d/foris-controller restart
+ netmetr
==== rmbt v3.6-729-g77afb9a02-dirty ====
connecting...
connected with 3 flow(s) for dl; 3 flow(s) for ul
pretest downlink start... (min 1s)
pretest downlink end.
rtt_tcp_payload start... (11 times)
rtt_tcp_payload end.
downlink test start... (5s)
downlink test end.
pretest uplink start... (min 1s)
pretest uplink end.
uplink test start... (5s)
uplink test end.
disconnecting.
dl_throughput_mbps = 93.111815
ul_throughput_mbps = 19.896968
Exiting.
Output from foris-netmetr-plugin.postinst:
+ [ -n ]
+ /etc/init.d/lighttpd restart
Output from haas-proxy.prerm:
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
Command failed: Not found
INFO:Removing packages and leftover files
INFO:Cleaning up control files
WARN:Restart your device to apply all changes.
INFO:Executing reboot_required hooks...
INFO:Executed: /etc/updater/hook_reboot_required/50-create-notification.sh
WARN:Branch overriden to rc
WARN:Script file:///usr/share/updater/localrepo/localrepo.lua not found, but ignoring its absence as requested
WARN:Requested package luci-i18n-ddns-en that is missing, ignoring as requested.
WARN:Requested package foris-netmetr-plugin-l10n-cs that is missing, ignoring as requested.
INFO:Queue install of sshpass/turris/1.06-0
INFO:Queue install of python-six/turris/1.10.0-1
INFO:Queue install of python-unittest/turris/2.7.12-9
INFO:Queue install of python-sqlite3/turris/2.7.12-9
INFO:Queue install of python-pydoc/turris/2.7.12-9
INFO:Queue install of python-ncurses/turris/2.7.12-9
INFO:Queue install of libgdbm/turris/1.11-2
INFO:Queue install of python-gdbm/turris/2.7.12-9
INFO:Queue install of python-distutils/turris/2.7.12-9
INFO:Queue install of python-decimal/turris/2.7.12-9
INFO:Queue install of libdb47/turris/4.7.25.4.NC-5
INFO:Queue install of python-db/turris/2.7.12-9
INFO:Queue install of python-ctypes/turris/2.7.12-9
INFO:Queue install of python-compiler/turris/2.7.12-9
INFO:Queue install of python/turris/2.7.12-9
INFO:Queue install of python-setuptools/turris/22.0.5-1
INFO:Queue install of python-pyasn1/turris/0.1.9-1
INFO:Queue install of python-ipaddress/turris/1.0.16-1
INFO:Queue install of python-idna/turris/2.1-1
INFO:Queue install of python-enum34/turris/1.1.2-1
INFO:Queue install of python-ply/turris/3.8-3
INFO:Queue install of python-pycparser/turris/2.14-3
INFO:Queue install of python-cffi/turris/1.5.2-2
INFO:Queue install of python-cryptography/turris/1.3.1-1
INFO:Queue install of python-pyopenssl/turris/16.0.0-2
INFO:Queue install of python-pyasn1-modules/turris/0.0.8-1
INFO:Queue install of python-attrs/turris/15.2.0-1
INFO:Queue install of python-service-identity/turris/16.0.0-1
INFO:Queue install of python-crypto/turris/2.6.1-1
INFO:Queue install of zope-interface/turris/4.1.3-1
INFO:Queue install of twisted/turris/16.0.0-1
INFO:Queue install of python-requests/turris/2.7.0-1
INFO:Queue install of python3-base/turris/3.5.2-4
INFO:Queue install of python3-light/turris/3.5.2-4
INFO:Queue install of python-cachetools/turris/2.0.1-1
INFO:Queue install of haas-proxy/turris/1.6-1
INFO:Queue removal of updater-ng-migration-helper
INFO:Unpacking download packages
INFO:Checking for file collisions between packages
INFO:Running pre-install scripts and merging packages to root file system
WARN:Config file /etc/config/haas modified by the user. Backing up the new one into /etc/config/haas-opkg
INFO:Running post-install and post-rm scripts
Output from haas-proxy.postinst:
Command failed: Not found
INFO:Removing packages and leftover files
INFO:Cleaning up control files
INFO:Executing postupdate hooks...
INFO:Subprogram output: /etc/updater/hook_postupdate/05_schnapps.sh:
Snapshot number 176 created
INFO:End of subprogram output
INFO:Executed: /etc/updater/hook_postupdate/99_approvals_cleanup
+ set +x
You are now in branch containing next release candidate.
You can discuss problems on forum (https://forum.test.turris.cz).
Please report unknown problems to support (https://www.turris.cz/doc/en/howto/error_reporting).
root@turris:~#