- Oct 27, 2022
-
-
Josef Schlehofer authored
This backend is only used for uCollect, which was in Turris OS 3.x, we don't have it anymore as we are using Turris Sentinel in favor of that. The replacement is foris-controller-sentinel-module. Related to turris/os/packages@87fcb7e4 ("foris-data_collect-plugin: remove") Reported-by:
Martin Matějek <martin.matejek@nic.cz>
-
- Oct 26, 2022
-
-
Michal Hrusecky authored
Most notably fixes a bug in detection of collisions between non-configuration files.
-
Michal Hrusecky authored
This is a follow-up to 10215472 Although we fixed rainbow to ignore all errors when running on old kernel in all backend packages, there is still a call in the main rainbow that depends on API. Lets ignore errors there as well, but we will need to clean all those up in the future.
-
Martin Matějek authored
Symlinks to `tar` command and `tar` binaries path changed in OpenWrt 21.02, in commit https://github.com/openwrt/packages/commit/48ef683087632f0b7d4c1abdf17de1e853ac648c `maintain-config-backup` script used now non-existing absolute path to tar binary (`/usr/bin/tar`). Fixed * config-backup: Do not use absolute path for `tar` binary Closes: #869
-
- Oct 25, 2022
-
-
Aleksandr Gumroian authored
* Add & update translations * Fix path to static files in MANIFEST.in (icon) * Fix path to Nextloud translations in Makefile
-
Josef Schlehofer authored
-
- Oct 20, 2022
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Martin Matějek authored
This is proper release for fix, which is already included as patch, but was somehow forgotten. Followup of turris/os/packages@4f1f0878 Fixed - init: Fix the condition so router wouldn't end up with tmpfs mounted on top of btrfs in case of failure.
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Oct 19, 2022
-
-
Michal Hrusecky authored
Under some circumstances, wan ruleset might disappear from firewall. Previous fix prevents anybody from exploiting it but also limits the access to the router. This one tries restarting the router but make sure that Turris 1.X kernel is deployed correctly beforehand.
-
Michal Hrusecky authored
Fixing commit 3a954693 Rule name was specified lowercase while it should be uppercase.
-
Michal Hrusecky authored
Under some circumstances, wan ruleset might disappear from firewall. Try restarting the firewall to get it back or in worst case, block all incoming connections. Better safe then sorry.
-
Martin Matějek authored
Quick fix for Remote Access CA & mosquitto permissions issue. This is by no means proper solution, rather quick hack, and we should come up with proper solution later. See turris/foris-controller/foris-controller#211
-
- Oct 18, 2022
-
-
Michal Hrusecky authored
Running network migration after updating to Turris OS 6 might break the network as there might be still old daemons managing the network running that are unable to work with new configuration. Safer option might be to do it after reboot, when we are sure, that new configuration is valid.
-
Michal Hrusecky authored
When updating from older kernel, it might well happen, that sysfs files we depend upon are not there. Instead of failing with cryptic error, let's ignore unsuccessful attempts to access those. Proper error handling would be great, but as we want to release TOS 6.0 soon and proper error handling will require more time, let's ignore those errors for now not to scare our users.
-
- Oct 17, 2022
-
-
Michal Vasilek authored
-
-
Simon Borek authored
It is common to include the tagged release changelog inside the message of the version tag[^1] which wasn't reflected in WORKFLOW version tagging description. [^1]: see https://gitlab.nic.cz/turris/os/packages/-/tags
-
- Oct 16, 2022
-
-
Josef Schlehofer authored
-
- Oct 15, 2022
-
-
Michal Vasilek authored
When postinst first runs during the TOS5->6 update, it runs on the old kernel which isn't supported by rainbow which causes an error and warnings.
-
Josef Schlehofer authored
Update copyright
-
- Oct 14, 2022
-
-
Josef Schlehofer authored
Fixes: c7083f7a ("turris1x-uboot: copy existing images from uboot-mpc85xx")
-
Josef Schlehofer authored
Upstream solution in OpenWrt uses http as user and www-data as group, unfortunately, this breaks new Turris OS installations. When I used the upstream solution inside init script to create http user and the group as well, then it does not work for us and we need to release Turris OS 6.0 fast. Fixes: 1. 2022-10-14 16:35:22: (../src/server.c.1410) can't find username http 2. 2022-10-14 16:32:48: (../src/configfile.c.1720) opening errorlog '/var/log/lighttpd/error.log' failed: Permission denied 2022-10-14 16:32:48: (../src/server.c.1584) Opening errorlog failed. Going down. Fixes: 23f56994 ("lighttpd & turris-webapps: prepare to support upstream OpenWrt lighttpd pkg")
-
Martin Matějek authored
Fixed: * Preserve IP address order across all notifications Followup of !959 Try to finish previous attempt to preserve IP addresses order across all notifications. Also do not create unique set of IPs for every iteration.
-
Michal Vasilek authored
color.sh uses bash specific features which can result in an arithmetic error when using sh
-
Michal Vasilek authored
-
Michal Hrusecky authored
Migrating LED names on Turris Omnia routers from old names to new upstream names. Updates both Rainbow and OpenWrt LED config.
-
- Oct 09, 2022
-
-
Josef Schlehofer authored
Fixed * fix redirect to any origin on redirect
-
- Oct 07, 2022
-
-
Michal Vasilek authored
SDIO WiFi is not supported on Turris OS 6.0 yet, so let's switch SDIO users to a 5.x branch for now.
-
Michal Vasilek authored
-
- Oct 06, 2022
-
-
Michal Vasilek authored
fixes LED settings with new sysfs
-
Glenn Strauss authored
Signed-off-by:
Glenn Strauss <gstrauss@gluelogic.com> (cherry picked from commit 9d7e18fb257914d0c03e0b5e9e4afef49073d375)
-
- Sep 29, 2022
-
-
Martin Matějek authored
Prefer LAN interface IP addresses before WAN IP addresses. This should help with issue that sometimes pops up - after action that is triggered from reForis which requires reboot or restart of some components (e.g. network), browser is redirected to unexpected IP address of router (WAN instead of LAN).
-
- Sep 27, 2022
-
-
Michal Vasilek authored
In fc3f7ce9, develop branch was merged to master, but github actions were not adjusted accordingly.
-
Michal Vasilek authored
-
Josef Schlehofer authored
-
- Sep 26, 2022
-
-
Karel Koci authored
-
The lighttpd now prefixes the configuration files with numbers to ensure their ordering. We should use this as well and this changes names of all our lighttpd configuration files to be prefix with number. The rules used here is: 80: any regular web service 70: dependency of other web services (just as API not for configuration) 60: root configuration 50: dependencies for other services (variables required for configuration) 45: the conditional modification of basic Lighttpd behavior 40: the SSL enable (modification of basic behavior) turris-root.conf was prefixed by 90 instead of 60 because it appends "/" mapping to alias.url which prevents succeeding mappings from matching. Co-Authored-By:
Šimon Bořek <simon.borek@nic.cz>
-