McCloud

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by McCloud

  1. Wasn't entirely sure what you were talking about until I dug around through my email... Sometime this morning someone was able to login to both my GitHub and Dockerhub accounts and was able to change primary emails in both and remove mine. I don't have access to these accounts and don't see any way to recover them. I haven't ran the docker, but it's adding some file from my GitHub repo and then executing it on top of ps3netsrv. (There's some weird obfuscation in the startup script) Sorry folks, not sure what else to do here. TLDR: don't use this docker or any from McCloud, and enable 2FA where able. Edit: oh, didn't see your original image. Definitely looks like it's a crypto miner.
  2. Correct. Worst case, you can always revert to shawly's build.
  3. I just repulled the static binaries for the ps3netsrv from webMAN MOD 1.47.26. If you want to use it, delete all images and only use mccloud/ps3netsrv which pulls a minimal install with the binary. It now pulls the binaries straight from the webMAN github, so it should always be up-to-date as long as they stay active and don't change the folder structure. So in theory, everything should work and stay up to date, but if what you have works, I'd stay with that.
  4. Sorry all, I stopped updating this after I got rid of my PS3. There are other options out there that are up-to-date.
  5. After messing with it. I disabled caching on my Movie and TV shares, and moved the nzbget download folder (which was on my cache drive) to the main array without caching as well. Seems to be working for about 12 hours with no intermittent hangups. You'll have to update CP and Sonarr docker mappgings to check the right folders for processing. I also toyed with docker CPU pinning and assigned dedicated cores to nzbget, sonarr, plex, and CP, but that didn't seem to make any difference that I could see.
  6. I have this exact same issue, and from what I've gathered, I've seen it happen exactly when Sonarr or CouchPotato finished a download/extraction and is moving the file and lasts for however long it takes to move it. Still trying to figure out why this happens though.
  7. Having done this seems to have fixed all my WebUI hanging. I dedicated most dockers to sharing variations of the last 4 cores (of an 8 core), but gave Plex free reign of 1-7, then left 0 untouched so unRAID should have all of it. Pushing 62 days of up time after doing this. Before I was hanging 1-2 times a week and would have to force a restart.
  8. I had a similar issue, turns out my Docker image was full so that one particular machine was failing to start.
  9. Just used this to finally setup my dual port NIC in Sophos UTM firewall. Took me a bit of searching, but remember that some images/isos/vms won't support memory ballooning, so you won't be able to have different initial/max memory settings (they'll need to be the same value).
  10. Alright, well after reseating and restarting it a couple times it came up. Had to fight with it a bit so unraid wouldn't default to it, but all seems well now.
  11. Just put a BCM5704 dual gigabit NIC in my unraid box and lspci doesn't seem to recognize it, so I can't pass it through in KVM. Both the tg3 and broadcom drivers are in the kernel, so I'm at a loss. Any thoughts? 00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06) 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06) 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) 00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06) 00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04) 00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04) 00:16.3 Serial controller: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller (rev 04) 00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04) 00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04) 00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4) 00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d4) 00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation C226 Series Chipset Family Server Advanced SKU LPC Controller (rev 04) 00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04) 00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04) 01:00.0 RAID bus controller: Adaptec Serial ATA II RAID 1430SA (rev 02) 03:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8893 (rev 41) server-syslog-20150814-1906.zip
  12. You need to be running multiMAN.
  13. Read the post. Between the description and picture, all the information is there. The hardest part will be placing your games in the right folder (which can be ripped or ISOs).
  14. DUE TO A HACK ON THE AUTHOR'S REPOSITORY, THE PS3NETSRV CONTAINERS NOW HAVE CRYPTO-MINING SOFTWARE CONTAINED WITHIN THEM. THESE APPS ARE PERMANENTLY BLACKLISTED FROM COMMUNITY APPLICATIONS, AND HIGHLY ADVISED TO NOT INSTALL THEM / REMOVE THEM FROM YOUR SERVER IMMEDIATELY Here are a couple Docker images for ps3netsrv that I made. For those that don't know, you can use ps3netsrv to serve your PS3 games via multiMAN over the network. I store all my games on unRAID and have this serve them to my ps3s. It is webMAN compatible. Image is up to date as of 12 Jan 2020. There is only 1 image available: mccloud/ps3netsrv Default port of 38008 is used, with a mounting point of /games (mine is mapped /mnt/user/Games:/games). My game folders are stored at /mnt/user/Games/GAMES, this is due to ps3netsrv looking for a GAMES folder containing the ps3 games. Example setup: Here is one of the Dockerfiles so you guys can see what's going on: FROM alpine ADD https://github.com/aldostools/webMAN-MOD/raw/master/_Projects_/ps3netsrv/bins/Linux/ps3netsrv_linuxX86_64 / RUN chmod +x ps3netsrv_linuxX86_64 && mkdir /games VOLUME ["/games"] EXPOSE 38008 CMD ["./ps3netsrv_linuxX86_64", "/games"]
  15. At least for me, under tools, run New Permissions. That fixed all my read-only issues from NTFS drives.