Peer pressure resulted from switching back to 16.09 stable branch
125ffff -> 31c72ce2
new problems i managed to solve
Redis does not start up
Oct 22 15:09:30 gum systemd[1]: Started Redis Server.
Oct 22 15:09:30 gum redis[28655]: You requested maxclients of 10000 requiring
at least 10032 max file descriptors.
Fixed with:
systemd.services.redis.serviceConfig.LimitNOFILE=10032;
PHPFPM does not start up
Oct 28 14:00:23 wry systemd[1]: Started phpfpm.service.
Oct 28 14:00:31 wry php-fpm[15911]: [28-Oct-2016 14:00:31] ERROR: [/nix/store/41h3wh6rmsanmcs880xdw0j17dvwy8s4-phpfpm.conf:22] value is NULL for a ZEND_INI_PARSER_ENTRY
Oct 28 14:00:31 wry php-fpm[15911]: [28-Oct-2016 14:00:31] ERROR: failed to load configuration file '/nix/store/41h3wh6rmsanmcs880xdw0j17dvwy8s4-phpfpm.conf'
Oct 28 14:00:31 wry php-fpm[15911]: [28-Oct-2016 14:00:31] ERROR: FPM initialization failed
Fixed with removing the comment in services.phpfpm.poolConfigs.euer-wiki:
@@ -44,7 +44,6 @@ in {
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
- # errors to journal
php_admin_value[error_log] = 'stderr'
php_admin_flag[log_errors] = on
catch_workers_output = yes
systemd --user fails
The issue contains a workaround:
XDG_RUNTIME_DIR="/run/user/$UID" systemctl --user status
Whoosh is duplicated
Found duplicated packages in closure for dependency 'Whoosh':
Whoosh 2.7.4 (/nix/store/g3siqia7gjjjbwgyhnjyyvnab8sqn0ir-python3.5-Whoosh-2.7.4/lib/python3.5/site-packages)
Whoosh 2.7.0 (/nix/store/slb71bk73479ml1xgwcxhk7x9ynlh0wh-python3.5-Whoosh-2.7.0/lib/python3.5/site-packages)
Package duplicates found in closure, see above. Usually this happens if two packages depend on different version of the same dependency.
solved by removing explicit Whoosh dependency from package description
Broadcom BCM43b1 stopped working, fixed with:
boot.kernelModules = [ "wl" ];
broken stuff i will fix by waiting for a new release
None besides the ones from the 125ffff release.
solved with update
Some things actually get solved with the new rev:
- unable to print with SCX-3200 seems to be fixed with newest stable release.
- BadCOW
- OpenSSL Bugs*
Comments