eaglephantom

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

eaglephantom's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Before my issue above I had updated to 6.12.2 and it broke a few other things, so I reverted back to 6.11.5. I'm not sure if that's what caused the error, but I did have to force update all of my containers to get them to start up without "execution error". Did anyone else experiencing problems update Unraid and then revert back like I did?
  2. I'm getting the same 'unable to connect' error and this is the only error I'm seeing in the log: 2023-07-15 14:19:23,285 DEBG 'watchdog-script' stderr output: /usr/include/c++/13.1.1/bits/stl_vector.h:1125: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; reference = std::__cxx11::basic_string<char>&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. Edit: I forgot to mention, this error is the last thing in the log and it hangs after that.
  3. Odd, I'm using a similar setup except OPNsense and it's not a VM it's on a physical router. I have the VLAN properly set up on my router and switch. It was previously working for me and suddenly stopped after one of the updates. I'm on 6.11.5 as well.
  4. I've tried that in the past and it didn't work. I just tried again and it's the same result. I think it's an issue with newer versions of Unraid having a bug that won't allow SWAG to work with containers that are on custom networks aka VLANs. Is your shinobi container assigned to a VLAN? User @ax77 above is having the same problem I'm having.
  5. That helped, now the files are in the folder, and I edited the config yaml, but now I'm getting "unsupported database type" when I try to run the container. I have the db up and running in a postgresql14 container and I pointed the yaml file to the correct place. Odd.
  6. I'm getting an "unsupported database type" error after editing the yaml file and restarting the matrix container... Anyone else get that at first?
  7. Hello- I'm attempting to install Matrix using this guide: https://forums.unraid.net/topic/127917-guide-matrix-synapse-w-postgres-db-chat-server-element-web-client-coturn-voice/ I've followed all the steps appropriately leading up to the part where I install Matrix from Community Apps, and so far everything is done correctly (I think). When I attempt to install Matrix, there seems to be a permission error prevalent in the container log. Here's what shows up: /start.sh: line 14: /data/turnserver.conf: Permission denied /start.sh: line 15: /data/turnserver.conf: Permission denied /start.sh: line 16: /data/turnserver.conf: Permission denied /start.sh: line 17: /data/turnserver.conf: Permission denied /start.sh: line 18: /data/turnserver.conf: Permission denied /start.sh: line 19: /data/turnserver.conf: Permission denied /start.sh: line 20: /data/turnserver.conf: Permission denied /start.sh: line 21: /data/turnserver.conf: Permission denied Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.10/dist-packages/synapse/app/homeserver.py", line 413, in <module> main() File "/usr/local/lib/python3.10/dist-packages/synapse/app/homeserver.py", line 403, in main hs = setup(sys.argv[1:]) File "/usr/local/lib/python3.10/dist-packages/synapse/app/homeserver.py", line 311, in setup config = HomeServerConfig.load_or_generate_config( File "/usr/local/lib/python3.10/dist-packages/synapse/config/_base.py", line 739, in load_or_generate_config with open(config_path, "w") as config_file: PermissionError: [Errno 13] Permission denied: '/data/homeserver.tmp' awk: cannot open /data/homeserver.tmp (No such file or directory) mv: cannot create regular file '/data/homeserver.tmp': Permission denied mv: cannot stat '/data/homeserver.tmp': No such file or directory sed: can't read /data/[my chat.domain here].log.config: No such file or directory -=> generate turn config -=> generate synapse config Generating config file /data/homeserver.tmp -=> configure some settings in homeserver.yaml -=> configure some settings in [my chat.domain here].log.config -=> you have to review the generated configuration file homeserver.yaml ** Press ANY KEY to close this window ** When I use the terminal to view /mnt/user/appdata/matrix, there's nothing in the folder. Before attempting to install the Matrix container I did what the above guide said (set my network type to my proxynet, which works with other reverse-proxied containers of mine, and set my server name to my chat domain). I also double-checked my SWAG conf file for Matrix and everything looks correct. My CNAME is added in Cloudflare and points to my DuckDNS domain for my home network, and proxy is not enabled, just "DNS only". Any ideas on why this permission error is happening? Unraid with Matrix install: version 6.10.3 2nd Unraid with SWAG install: version 6.11.4
  8. I'm having the same issue and unfortunately I've already upgraded to Unraid 6.11.3 (and I'm not very interested in reverting to 6.9.2 at this point). I'm running a similar setup to ax77. Shinobi is on a VLAN and it previously worked with SWAG (with the "allow custom networks" setting turned on in unraid). My Nextcloud connection is still working via SWAG without issue, but I cannot connect to the Shibobi UI aside from internally on my LAN via private IP:port. I believe the issue began with the same Unraid upgrade that ax77 mentioned.
  9. I upgraded to 6.11.0 and the issue is still there. Also one of my drives failed shortly after upgrading but I'm sure that's unrelated. Hopefully that's just a bad SATA cable.
  10. I'm not sure. I can only revert back to 6.10.2, but I want to say the problem happened either with that upgrade or prior. I can try reverting to 6.10.2 and see if it works.
  11. Ah dang... I really don't want to have to revert back to 6.9.2 (is that even easy to do?) I wonder if Ed has already identified the issue.
  12. It didn't change, but I have the cname setup in cloudflare to point to my duckdns domain. I went and checked just now and duckdns has my current address.
  13. And I'm assuming you tried ax77's solution and it didn't work? I had a glimmer of hope when I saw his post