OddOod

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

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

OddOod's Achievements

Noob

Noob (1/14)

0

Reputation

  1. OddOod

    Mastodon Setup

    EDIT: Nevermind! Holy crap, I can't believe it. I never rebooted Redis. *headdeskX∞* Original: I've followed your spectcular instructions and then did some digging on my own. I can't get the image to build the DB in postgres. 2023-07-07T13:14:57.088Z pid=4541 tid=and WARN: ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "accounts" does not exist LINE 8: WHERE a.attrelid = '"accounts"'::regclass I've wiped and started from scratched a dozen times now and I just can't seem to get it to work. Any ideas?
  2. The best way to do it is setting up the wireguard VPN gateway then just accessing it that way. If other people need access to it you're gonna want to just use Nginx Proxy Manager with your domain (I use ombi.mydomain.com), though you may need a static IP to give to the domain registrar. If you can't get a static, I'd just chrome remote desktop to a machine on the network and manage ombi from there
  3. This may be a dumb question but I can't find any FAQs or source code. First, does running something in the background lockout any other script from running on schedule? If not, is there a way I can ensure that a script runs at startup and is always running?
  4. Not sure why but Unraid seems to like wiping out my resolve config which kills my ability to ping anything with a hostname/URL I've used UserScripts to just run echo "nameserver 192.168.86.69" > /etc/resolv.conf hourly which will hopefully keep it fixed, but this is weird, unexpected behavior I've attached my diags but I should also add that I have a fixed IP (.10) for my tower and use a separate pihole device (*not* a docker) as my DNS (.69) Also, not sure if this matters, but back in December I had a USB stick die for the second time in 9 months so I had to buy a new license, but just used that with my old backup. shirt-diagnostics-20230108-1127.zip
  5. I had another crash. I The docker.log file is over 60 gigs so I included the last 10000 lines of itcrash20220603.7z
  6. Thanks for holding my hand. If this doesn't work should I respond here or should I open a new thread?
  7. Happily, does that help post reboot? shirt-diagnostics-20220523-2136.zip
  8. Every 2-12 days my unraid server crashes out. No warning, one moment everything is fine and the next it's totally non-responsive. No SSH, no gui, no video out, nothing. The infuriating thing is that I then cannot get a log. I have rlog set up, but nothing seems to be majorly amiss there and I'm not sure if it's safe to post a full rlog dump. I'm kind of at loose ends.
  9. I've been loving this but I am starting to run into version incompatibilities. How should I update? Should I make a PR on the GitHub repo bumping the version? Update from within the app itself?