Sophware

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

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

Sophware's Achievements

Noob

Noob (1/14)

0

Reputation

  1. That was the problem for me. Such a simple thing to fix. Wonder why it hasn't been. (notes: the server is working for me, LAN-only. it's intermittent, though, and only one client is working for me. the others just sit there trying to sync or stuck without giving me a message what they're doing. btw, I then switched to using postgres.)
  2. Apparently, they didn't want to go through that, lol. I'm having the same issue and will troubleshoot. Why pull the flash and get the file off before the boot? Why not just grab it when the server comes back up?
  3. I just installed this docker. Thanks for supporting it. When I open the GUI, I can't type in it. I can't change preferences like the command line options. I can't edit headers. Etc..
  4. Additional GPU. https://www.youtube.com/watch?v=GOhHiFAXwOE
  5. If I hit the checkbox (this is a 4-port NetXen NIC) for any or all of the interfaces to pass through to a VM (tried on Windows and FreeBSD VMs), VM services immediately crash. The VM with the interfaces assigned just goes from the stop icon instantly to the two arrows forming a circle. After that, nothing. Can't stop the VM; can't edit the VM; and, if I leave the VM tab, when I come back, no VMs are listed. The NIC is stubbed. It is listed as a device that can reset. The NIC and its interfaces are all in one IOMMU group and nothing is in there with them. The VMs otherwise boot, if none of the NIC interfaces is selected. The issue doesn't seem to be about what happens during the boot process--the boot process never even starts, IMO. Searching the forums here, I see that drivers for this NIC and unRAID were only relatively recently added. EDIT: VMs boot if I switch which cards I'm passing to them. What could cause this? Incomplete support for the NetXen card?
  6. Thanks. I did a re-scan and the problem still shows. Is that meaningful? Is it worth re-posting the mcelog information?
  7. Thanks for looking. I just re-uploaded the log.
  8. Please let me know if this is the right place to post mcelog output, after getting an alert. Have a good one. mcelog.txt
  9. I'm trying to use a docker from the hub, since there is no CA version of it. Per the last line of this, one place to start is to ask if a member here will convert it. Here is the dockerfile (it is for a Mastodon instance). If anyone is interested in customizing that docker for unRAID, please reply. When I try to just use the docker with the unRAID GUI, it doesn't start. I put "/mnt/user/appdata/mastodon/public/system" for Host Path 1 (Container Path: /mastodon/public/system). Perhaps I should just have used "/mnt/user/appdata/mastodon". The log file is below. Please reply with info if there are some simple changes/ configs one can alter to make this work. tini (tini version 0.14.0)Usage: tini [OPTIONS] PROGRAM -- [ARGS] | --versionExecute a program under the supervision of a valid init process (tini)Command line options:--version: Show version and exit.-h: Show this help message and exit.-s: Register as a process subreaper (requires Linux >= 3.4).-v: Generate more verbose output. Repeat up to 3 times.-g: Send signals to the child's process group.-l: Show license and exit.Environment variables:TINI_SUBREAPER: Register as a process subreaper (requires Linux >= 3.4)TINI_VERBOSITY: Set the verbosity level (default: 1)tini (tini version 0.14.0)Usage: tini [OPTIONS] PROGRAM -- [ARGS] | --versionExecute a program under the supervision of a valid init process (tini)Command line options:--version: Show version and exit.-h: Show this help message and exit.-s: Register as a process subreaper (requires Linux >= 3.4).-v: Generate more verbose output. Repeat up to 3 times.-g: Send signals to the child's process group.-l: Show license and exit.Environment variables:TINI_SUBREAPER: Register as a process subreaper (requires Linux >= 3.4)TINI_VERBOSITY: Set the verbosity level (default: 1) This docker expects an account to exist. Is there a way I can do this? I found this discussion, which may be similar.
  10. How might I troubleshoot the following: Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: Machine check events logged Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 17: ee2000000004017a Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: TSC 0 ADDR 5f000000 MISC 4f00031e0000086 Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: PROCESSOR 0:306f2 TIME 1520869351 SOCKET 0 APIC 0 microcode 3a Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: Machine check events logged Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 18: ee2000000004017a Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: TSC 0 ADDR 5f100000 MISC 44f00031e0000086 Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: PROCESSOR 0:306f2 TIME 1520869351 SOCKET 0 APIC 0 microcode 3a Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 19: ee2000000004017a Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: TSC 0 ADDR 5f100080 MISC 84f00031e0000086 Mar 12 11:42:45 binti kernel: mce: [Hardware Error]: PROCESSOR 0:306f2 TIME 1520869351 SOCKET 0 APIC 0 microcode 3a binti-diagnostics-20180312-1608.zip
  11. The above is the result of the reply to the wednesday 3:38 post.
  12. My computer, Chrome incognito mode, gets "ERR_INVALID_REDIRECT" Another computer, which I rarely use, from a IE, which I almost never use, gets "INET_E_INVALID_URL"
  13. I have this image working with unRAID 6.4 and had it working in the previous stable release. In both cases, I have and had it working with an http root of /plexpy, using SSL behind LetsEncrypt/nginx. It took a bit of browsing information about nginx site settings and the two elements of the plexpy config. The only thing is that it works using the outside url, but not from the LAN using a local IP. Any reason plexpy wouldn't respond to 192.168.0.3:8282/plexpy, with that IP being the correct IP and that port being the correct port. I've tried setting the host to be a few things other than 0.0.0.0, but those didn't help.