Everything posted by mkono87
-
[Support] ich777 - Application Dockers
Yes I created the database and db user through myphpadmin. I just kept it all "zabbix" for now. My mariadb is in bridge and running well. The Zabbix server and webfront is using the br0 static ip option. (is this required?) I had issues at first with the server not even seeding maria DB but after searching through this thread I did the host option I had to enable in docker settings and now does see it. Edit: Okay so I think I figured it out. The database character set was set to some latin one so I changed it to utf8 collate utf8_bin after recreating it. Got the login page now. Well see how this goes.
-
[Support] ich777 - Application Dockers
Having an issue getting the Zabbix server running. It seems to populate data into the server but it complains about user table being empty and shuts down. Any ideas? ** Preparing Zabbix server ** Using MYSQL_USER variable from ENV ** Using MYSQL_PASSWORD variable from ENV ******************** * DB_SERVER_HOST: 192.168.0.50 * DB_SERVER_PORT: 3306 * DB_SERVER_DBNAME: zabbix ******************** ** Database 'zabbix' already exists. Please be careful with database COLLATE! ** Creating 'zabbix' schema in MySQL ERROR 1366 (22007) at line 6289: Incorrect string value: '\xE2\x84\x83' for column `zabbix`.`items`.`units` at row 1 ** Preparing Zabbix server configuration file ** Updating '/etc/zabbix/zabbix_server.conf' parameter "ListenIP": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "ListenPort": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "SourceIP": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogType": 'console'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogFileSize": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "PidFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DebugLevel": '3'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBHost": '192.168.0.50'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBName": 'zabbix'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBSchema": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBPort": '3306'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "VaultDBPath": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "VaultURL": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBUser": 'zabbix'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBPassword": '****'. Enable DEBUG_MODE to view value ...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartReportWriters": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "WebServiceURL": 'http://zabbix-web-service:10053/report'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryStorageURL": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryStorageTypes": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryStorageDateIndex": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBSocket": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StatsAllowedIP": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPollers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartIPMIPollers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPollersUnreachable": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartTrappers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPingers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartDiscoverers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartHistoryPollers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartHTTPPollers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPreprocessors": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartTimers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartEscalators": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartAlerters": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartTimers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartEscalators": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartLLDProcessors": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "JavaGateway": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "JavaGatewayPort": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartJavaPollers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartVMwareCollectors": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwareFrequency": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwarePerfFrequency": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwareCacheSize": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwareTimeout": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "SNMPTrapperFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartSNMPTrapper": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "HousekeepingFrequency": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "MaxHousekeeperDelete": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "SenderFrequency": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "CacheSize": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "CacheUpdateFrequency": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartDBSyncers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryCacheSize": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryIndexCacheSize": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TrendCacheSize": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "ValueCacheSize": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "Timeout": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TrapperTimeout": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "UnreachablePeriod": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "UnavailableDelay": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "UnreachableDelay": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "AlertScriptsPath": '/usr/lib/zabbix/alertscripts'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "ExternalScripts": '/usr/lib/zabbix/externalscripts'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "FpingLocation": '/usr/sbin/fping'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "Fping6Location": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSHKeyLocation": '/var/lib/zabbix/ssh_keys'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogSlowQueries": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartProxyPollers": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "ProxyConfigFrequency": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "ProxyDataFrequency": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSLCertLocation": '/var/lib/zabbix/ssl/certs/'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSLKeyLocation": '/var/lib/zabbix/ssl/keys/'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSLCALocation": '/var/lib/zabbix/ssl/ssl_ca/'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "LoadModulePath": '/var/lib/zabbix/modules/'...updated ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCAFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCRLFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCertFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCipherAll": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCipherAll13": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCipherCert": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCipherCert13": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCipherPSK": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCipherPSK13": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSKeyFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSPSKIdentity": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSPSKFile": ''...removed ** Updating '/etc/zabbix/zabbix_server.conf' parameter "User": 'zabbix'...updated Starting Zabbix Server. Zabbix 5.4.0 (revision 5059e20). Press Ctrl+C to exit. 7:20210524:111828.598 Starting Zabbix Server. Zabbix 5.4.0 (revision 5059e20). 7:20210524:111828.598 ****** Enabled features ****** 7:20210524:111828.598 SNMP monitoring: YES 7:20210524:111828.598 IPMI monitoring: YES 7:20210524:111828.598 Web monitoring: YES 7:20210524:111828.598 VMware monitoring: YES 7:20210524:111828.598 SMTP authentication: YES 7:20210524:111828.598 ODBC: YES 7:20210524:111828.598 SSH support: YES 7:20210524:111828.598 IPv6 support: YES 7:20210524:111828.598 TLS support: YES 7:20210524:111828.598 ****************************** 7:20210524:111828.598 using configuration file: /etc/zabbix/zabbix_server.conf 7:20210524:111828.600 cannot use database "zabbix": its "users" table is empty (is this the Zabbix proxy database?)
-
[Support] A75G Repo
BLUE IRIS IN DOCKER??? WOW THANKS!!!
-
[Support] ich777 - Application Dockers
Oh yes, iv learned that a long time ago back when I started using home assistant and nextcloud. Sent from my Mi 9T using Tapatalk
-
[Support] ich777 - Application Dockers
When I get home I can see what I can put together. I do t even think photo prism does multi user support? Sent from my Mi 9T using Tapatalk
-
[Support] ich777 - Application Dockers
No offense but that reply makes me feel like I'm talking to a service department on the phone. In my op I said I tried using it but the gui won't accept it. I'm actually. Going to try our Lychee in a bit see how that works out. I see it has multi user support. Sent from my Mi 9T using Tapatalk
-
[Support] ich777 - Application Dockers
Just look in the template. It's an option to disable the password in the template. Nope I haven't and moved on to try something else for now. Sent from my Mi 9T using Tapatalk
-
[Support] ich777 - Application Dockers
Doesnt seem to be an option when using PHOTOPRISM_PUBLIC set to false which was the only way I could get in.
-
[Support] ich777 - Application Dockers
Having an issue logging into PhotoPrism. I have entered an admin password in the template but in the gui it will not accept it at all.
-
[Support] Linuxserver.io - Syncthing
The mapping in the unraid template was incorrect. Its mapped to /sync in the container but syncthing defaults to looking in /config/sync. Took me a bit to realize why my files werent showing up in my share. Mind you I know most people will have custom mappings set up but for one just testing it out, it really threw me off.
-
Setting Up WireGuard® on Unraid
Iv set this up. I added the dns that the unraid server is on (remote) and also tried 8.8.8.8. I get access to everything but the local lan im on atm. Any idea? If I dont have a dns listed, I only get access the the remote lan....no internet. preferably , I just want access the lan. I dont care about all my internet traffic going through it
-
[Support] for atribe's repo Docker images
Having an issue trying to reset my grafana admin password I forgot so I cant view any of my dashboards. In the console I used grafana-cli admin reset-admin-password <password> and it said successful but it still doesnt work in the gui. Any ideas?
-
[Support] A75G Repo
I myself seem to connect to the flarum db but I get a basic webpage that states Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error. Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
-
[Support] Rocket.Chat
glad there is video instructions, the op has unclear instructions
-
[Support] binhex - Krusader
Last few weeks I noticed that Krusader will stop working in the sense that when I access the gui it says disconnected even though the container is running. One I restart the container its fine yet I get all the "first time" window prompts but eventually it happens again. Only thing I see in the logs is this. For more information, run `man tint2` or visit the project page <https://gitlab.com/o9000/tint2>. 2020-08-25 10:29:53,073 DEBG 'start' stderr output: [1;34mtint2: xRandr: Linking output VNC-0 with crtc 0, resolution 1024x768, DPI 96[0m tint2: No XSETTINGS manager, tint2 uses config option 'launcher_icon_theme'. tint2: Loading config file: /home/nobody/.config/tint2/theme/tint2rc tint2: Could not read config file.
-
[Support] Linuxserver.io - Plex Media Server
I updated the container 4 days ago but this morning I woke up to my server not being connected even though its running and I dont see error. All devices cant connect not even webui? Something corrupted? Its like as if my server was installed for the first time. Had the welcome screen and all. Had to recreate it and reshare all my users. But now I cant get it accessible to outside my network.
-
[Support] Linuxserver.io - MariaDB
After having issues with Mariadb I removed the appdata and repulled the container but now its not accepting my password. Why would permissions be different all of a sudden. What am I looking for?
-
[Support] Linuxserver.io - MariaDB
My container was updated 3 days ago and now all I get is this in the log Whats going on?? 200507 18:44:16 mysqld_safe Logging to syslog. 200507 18:44:16 mysqld_safe Starting mysqld daemon with databases from /config/databases 200507 18:44:18 mysqld_safe Logging to syslog. 200507 18:44:18 mysqld_safe Starting mysqld daemon with databases from /config/databases 200507 18:44:20 mysqld_safe Logging to syslog. 200507 18:44:20 mysqld_safe Starting mysqld daemon with databases from /config/databases 200507 18:44:22 mysqld_safe Logging to syslog. 200507 18:44:22 mysqld_safe Starting mysqld daemon with databases from /config/databases EDIT I had a look at the previous posts and removed Maria DB and appdata folder for it. When I spin it up again I noticed on the docker page the update status read not available instead of up to date.
-
[Support] Linuxserver.io - Nextcloud
A little help with Nextcloud please. I was using external storage and now want to remove a few of them. When I go to the option under Administration I get an internal error Internal Server Error The server was unable to complete your request. If this happens again, please send the technical details below to the server administrator. More details can be found in the server log. Technical details Remote Address: 172.17.0.1 Request ID: kt8Zajml5ZZwltjG4ce1
-
[Support] Linuxserver.io - Kodi-Headless
I just keep using trakt on the clients themselves. Even if you couod install the add on in the headless server, doubt you would be able to configure it. Sent from my Mi 9T using Tapatalk
-
[Support] binhex - Airsonic
If you mean setting the appdata to RW slave, I did that. Its on a separate ssd. I just nuked the container and config folder. Started over. All is well.
-
[Support] binhex - Airsonic
i just get this now when I click the webui. Have had this container for a while. <html><head><title>Airsonic Error</title></head><body><h2>Airsonic Error</h2><p>The directory <b>/config</b> is not writable. Please change file permissions, then restart the servlet container.</p><p>(You can override the directory location by specifying -Dairsonic.home=... when starting the servlet container.)</p></body></html> Not sure why its not writable anymore. Any ideas?
-
[Support] for atribe's repo Docker images
hadnt used grafana for a few weeks. Updated to unraid 6.8 and now I cant login to grafana. I get this error in red on the login screen. ```t=2019-12-18T11:16:44-0500 lvl=info msg="Successful Login" logger=http.server User=admin@localhost t=2019-12-18T11:16:44-0500 lvl=eror msg="Request error" logger=context userId=0 orgId=1 uname= error="runtime error: invalid memory address or nil pointer dereference" stack="/usr/local/go/src/runtime/panic.go:199 (0x44c5cb)\n/usr/local/go/src/runtime/signal_unix.go:394 (0x44c408)\n/go/src/github.com/grafana/grafana/pkg/api/login.go:168 (0x1311a6a)\n/go/src/github.com/grafana/grafana/pkg/api/login.go:143 (0x131144f)\n/usr/local/go/src/reflect/value.go:460 (0x4978e5)\n/usr/local/go/src/reflect/value.go:321 (0x4970a3)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:177 (0x826cc9)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:137 (0x826679)\n/go/src/github.com/grafana/grafana/pkg/api/common.go:37 (0x133a36d)\n/usr/local/go/src/reflect/value.go:460 (0x4978e5)\n/usr/local/go/src/reflect/value.go:321 (0x4970a3)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:177 (0x826cc9)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:137 (0x826679)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:121 (0x827c68)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:112 (0xc5b2c5)\n/go/src/github.com/grafana/grafana/pkg/middleware/request_tracing.go:25 (0xc5b2b8)\n/usr/local/go/src/reflect/value.go:460 (0x4978e5)\n/usr/local/go/src/reflect/value.go:321 (0x4970a3)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:177 (0x826cc9)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:137 (0x826679)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:121 (0x827c68)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:112 (0xc5aabc)\n/go/src/github.com/grafana/grafana/pkg/middleware/request_metrics.go:17 (0xc5aaa7)\n/usr/local/go/src/reflect/value.go:460 (0x4978e5)\n/usr/local/go/src/reflect/value.go:321 (0x4970a3)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:177 (0x826cc9)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:137 (0x826679)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:121 (0x827c68)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:112 (0xc5a9cf)\n/go/src/github.com/grafana/grafana/pkg/middleware/recovery.go:147 (0xc5a9bd)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:79 (0x827b10)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:157 (0x8269d9)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:135 (0x826768)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:121 (0x827c68)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:112 (0xc5821b)\n/go/src/github.com/grafana/grafana/pkg/middleware/logger.go:34 (0xc58206)\n/usr/local/go/src/reflect/value.go:460 (0x4978e5)\n/usr/local/go/src/reflect/value.go:321 (0x4970a3)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:177 (0x826cc9)\n/go/src/github.com/grafana/grafana/vendor/github.com/go-macaron/inject/inject.go:137 (0x826679)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/context.go:121 (0x827c68)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/router.go:187 (0x838dc6)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/router.go:294 (0x83373d)\n/go/src/github.com/grafana/grafana/vendor/gopkg.in/macaron.v1/macaron.go:220 (0x82cb5a)\n/usr/local/go/src/net/http/server.go:2802 (0x706823)\n/usr/local/go/src/net/http/server.go:1890 (0x7021c4)\n/usr/local/go/src/runtime/asm_amd64.s:1357 (0x466ce0)\n" 2-18T11:16:44-0500 lvl=eror msg="Request Completed" logger=context userId=0 orgId=1 uname= method=POST path=/login status=500 remote_addr=192.168.0.15 time_ms=18 size=1717 referer="http://192.168.0.50:3000/login?redirect=%2Fd%2FRvJaJ31Wk%2Fgrow%3ForgId%3D1"```
-
[Support] Linuxserver.io - Unifi-Controller
Hey guys I had to setup a new controller and I used my backup and im trying to adopt my aps but my problem is with port 8080 I had to change it to 8082:8080 because my kodi-headless container is using 8080. I tried set-inform http://192.168.0.50:8082 and I also added the override inform host in settings but no luck what could I be missing?
-
[Support] Linuxserver.io - Kodi-Headless
Yep you edit the advanced settings.xml and put your Mariadb info in there and add a sources.xml Sent from my Mi 9T using Tapatalk