Everything posted by AmokK
-
Office365 SMTP Authorization Failed - Oct 1, 2024
Same here, used to use an outlook.com emaila address for notifications to all nas/unraid notifications, but seems Microsoft disabled basic smtp auth, and I can't use it anymore, didn't find a workaround. Any idea to setup account to get at least unraid send notifications using outlook.com ? or an other mail service that could do the job ...
-
Reduce power consumption with powertop
Same here, been using powertop for a month, all good in tunables, I think I checked all possible options in bios, but I still get 0% in every Pkg(Hw) values.
-
Random freezes / becomes unresponsive
I don't know if it's really the solution, but I switched my cache pool (two NVMe SSDs) from ZFS to btrfs, and it's been rock solid for a week, and going on !
-
Random freezes / becomes unresponsive
Ok, that's a start, it will be long and painful, but at least I could pinpoint the problem, thanks for your help !
-
Random freezes / becomes unresponsive
Switched to ipvlan for a few hours, froze again. Last syslog entries : Jul 11 15:25:02 Tower emhttpd: read SMART /dev/sdc Jul 11 15:27:23 Tower kernel: mdcmd (47): set md_write_method 1 Jul 11 15:27:23 Tower kernel: Jul 11 15:40:12 Tower emhttpd: spinning down /dev/sdc Jul 11 15:42:23 Tower kernel: mdcmd (48): set md_write_method 0 Jul 11 15:42:23 Tower kernel:
-
Random freezes / becomes unresponsive
Ok ! I don't know the difference between macvlan and ipvlan, but I will try this, that's something ! Thanks for your insight
-
Random freezes / becomes unresponsive
Is it this one, mirrored to flash drive ? syslog
-
Random freezes / becomes unresponsive
Hi ! My unraid server freezes about every two days (randomly), I can't access web interface, shares or dockers. It won't power down then when I press the physical power button, so I have to shut the power down to power it again. I recently changed motherboard/cpu/ram/ssds, memtest runs all night without error. I mirrored syslog to flash, last time it froze, latest entry was an array spin down (2 HDDs). This morning it seems last entry was dynamix cache dirs plugin execution (I disabled it now). Any help appreciated. Thanks !! tower-diagnostics-20230711-0814.zip
-
Reduce power consumption with powertop
Same kind of errors here on unraid 6.12.1 : root@Tower:~# powertop --quiet --auto-tune powertop: /lib64/libncursesw.so.6: no version information available (required by powertop) powertop: /lib64/libtinfo.so.6: no version information available (required by powertop) Cannot load from file /var/cache/powertop/saved_parameters.powertop File will be loaded after taking minimum number of measurement(s) with battery only Cannot load from file /var/cache/powertop/saved_parameters.powertop File will be loaded after taking minimum number of measurement(s) with battery only root@Tower:~# What's wrong ? Every (many) lines that are reported as "bad" in tunables, turn to "good" when using autotune command, but if I check later, all is back to their original "bad" status.
-
[Support] Linuxserver.io - Nextcloud
Hi ! I updated to nextcloud 25.0.3, and I have some new warnings (I already had some for monthes, about security-headers and policies, and also reverse proxy, but don't have the skills yet to fix them) regarding the apps folder permissions, it says that the owner is different from the web server user. I think it could be fixed with a little bit of chmod, but what is the default web server username ? in nextcloud docs, it is often "www-data", is that the case here ?
-
[Support] jj9987 - PostgreSQL
My database is indeed named "nextclouddb". What command should I use then?
-
[Support] Linuxserver.io - Duplicati
Hi ! I have a big file in the root folder of duplicati, about 7 Gb, what is it ? Is it safe to delete ? https://ibb.co/myqRjFs
-
[Support] jj9987 - PostgreSQL
@jj9987 Thanks ! I'm not very confident with command lines, sorry if I make beginner mistakes So I tried this : / # pg_dump -U nextcloud -s > /var/lib/postgresql/data/bak.sql pg_dump: error: connection to database "nextcloud" failed: FATAL: database "nextcloud" does not exist I don't know how the command arguments work, but it seems I'm not using it correctly ! "-U" is for username (nextcloud) but the command seems to understand "nextcloud" database, and skips the username part ?
-
[Support] jj9987 - PostgreSQL
@CryPt00n Thanks for the detailed answer ! First, I was referring to adminer not to use it to backup/migrate, but to point out that database and credentials are valid, as it can be accessed by adminer. I tried your method, but when trying to backup database in source container, i get this error : / # pg_dumpall -U nextcloud -s > /var/lib/postgresql/data/bak.sql pg_dumpall: error: query failed: ERROR: permission denied for table pg_authid pg_dumpall: error: query was: SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, rolreplication, rolbypassrls, pg_catalog.shobj_description(oid, 'pg_authid') as rolcomment, rolname = current_user AS is_current_user FROM pg_authid WHERE rolname !~ '^pg_' ORDER BY 2 Nextcloud db user is really "nextcloud", no error on that, like I said, database is accessed by the same user by adminer with no problem, and I can see all entries. I don't know what I did wrong in my setup to end up with this result
-
[Support] jj9987 - PostgreSQL
Currently running PostgresQL 13.9 for nextcloud database, I would like to upgrade to PostgresQL 15.1, but I'm struggling with theses commands, what is the exact syntax to use ? (I'm running command in PostgresQL container console) My database is named "nextclouddb", I can access it using adminer.
-
[Support] Linuxserver.io - Nextcloud
Thanks, I know, I messed up my code paste, I only use the standard command
-
[Support] Linuxserver.io - Nextcloud
root@Tower:~# docker exec -it nextcloud sudo -u abc php -f /config/www/nextcloud/cron.php root@Tower:~# docker exec -it nextcloud sudo -u abc php -f /config/www/nextcloud/cron.php -vv PHP 7.4.26 (cli) (built: Nov 18 2021 21:39:13) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.26, Copyright (c), by Zend Technologies No error at least !
-
[Support] Linuxserver.io - Nextcloud
So I tried the commands : docker exec -it nextcloud sudo -u abc php -f /config/www/nextcloud/cron.php docker exec -it nextcloud sudo -u abc php -f /config/www/nextcloud/cron.php -vv like @andreidelait advised, and it seems to work fine, no errors, it runs. I created a script to use it regularly. In my nextcloud instance, it still reports no cron jobs have been running for 29 days, is it supposed to be aware an external script is running ?
-
[Support] Linuxserver.io - Nextcloud
Thanks for your input. In my case, I never set up anything relative to cron, I even never heard of it before it started to get errors I just thought it was part of the nextcloud container, as an internal routine or so ... I'll try to make it work like you did !
-
[Support] Linuxserver.io - Nextcloud
Updated to nextcloud 24.0.6 (both instance and docker container), still having cron jobs not working / something went wrong, for 21 days now. Can someone help me diagnose or fix this ? As nextcloud seems to work fine, is it a serious problem ?
-
[Support] Linuxserver.io - Nextcloud
Hi ! I'm having an issue with my Nextcloud 24 instance, I get a "something went wrong" in the background tasks, that is 7 days old. It runs on default setting "Cron", i tried to switch to Webcron, to test if it got better, but it switches back automatically to Cron a few minutes later. What can I do to solve this problem ?
-
[Deprecated] Linuxserver.io - Scrutiny
I'm surely missing something, how to switch from old and deprecated scrutiny to analogj image ? Just tried to install a fresh analogj, can't get in webui, template seems way different than the deprecated one ... refers to "influxdb" for example, don't know what it is.
-
[Support] Linuxserver.io - Nextcloud
Thanks for the great work, and the guide in OP, manual update let me upgrade from 21.0.5 to 21.0.7, and then 22.2.3
-
Speedtest.net for unRAID 6.1+
Same problem here, even when choosing script v0.3.4, nothing happens, test is blank with 0 Mb/s results.
-
[Support] jj9987 - PostgreSQL
Thank you for pointing me in the right direction