tater0519

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

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

tater0519's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I do not have a cache drive, but your post got me there. The server files location was set to /mnt/disk1/appdata. I changed that to /mnt/user/appdata and that appears to have gotten me going. So, what module do I load if I just want to play the original campaign? Do I have to specify each module individually or ??? Thanks!!!!
  2. Yea, that didn't work, same thing, no modules in folder. I feel like I'm missing something simple.
  3. HellraiserOSU, I was just about to post about the OC mod files. I see these as .nwm files on my local installation. Are those the right files and I just need to change the extension to .mod? Thanks for replying!
  4. Hello and thank you for any assistance! I am trying to get the Neverwinter Nights EE server up and running and am running into an issue. I have copied a couple of mods into the Neverwinter Nights/modules folder, but on startup I constantly get this message. "Your 'modules' folder is empty......". Here is the docker start command. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='NeverwinterNights-EE' --net='bridge' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'LOG_LVL'='4' -e 'MOD_NAME'='Kingmaker' -e 'MAX_CLIENTS'='4' -e 'MINLEVEL'='1' -e 'MAXLEVEL'='40' -e 'PAUSEAPLAY'='1' -e 'PVP'='0' -e 'SERVERVAULT'='1' -e 'ELC'='1' -e 'ILR'='1' -e 'ONEPARTY'='0' -e 'DIFF'='2' -e 'AUTO_SAV_I'='15' -e 'SRV_NAME'='Tater'\''s NWNEE' -e 'PPW'='XXXXXXX' -e 'APWD'='XXXXXXX' -e 'PUBLIC_SRV'='0' -e 'RLD_W_E'='0' -e 'GAME_PARAMS'='' -e 'UID'='99' -e 'GID'='100' -e 'UMASK'='000' -p '5121:5121/udp' -v '/mnt/disk1/appdata/nwnee':'/nwnee':'rw' --restart=unless-stopped 'ich777/nwnee-server' Also, how would I go about setting up the server for the original campaign? Thanks!!!!!
  5. I want to run multiple websites, but I cannot get past the 403 forbidden message if I use anything other than the root /config/www; line in the default file. I want to run webtrees as it's on site (webtrees.mydomain.com) and not as (mydomain.com/webtrees). I can get it to work, but say I want to run another website in the same container with a different domain, how do I define another document root in nginx and not get the 403 forbidden? Thanks!
  6. So, this appears to be fixed. I was running the docker in host mode. I switched it over to bridge mode and now the hard drives spin down.
  7. I am not a developer, but this looks like it might be a clue as to what is going on. Has this been incorporated into this release? Thanks!!! https://github.com/jellyfin/jellyfin/pull/3429
  8. It's definitely the Jellyfin app itself, nothing to do with the fire stick. Can somebody shed some light on these messages and how to get them to stop? I think it would be the best place to start [2020-09-30 17:05:44.610 -05:00] [ERR] [16] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from "10.253.0.1" to "239.255.255.250:1900" System.Net.Sockets.SocketException (0xFFFFFFFF): Bad value for ai_flags at System.Net.Sockets.Socket.DoBeginSendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint endPointSnapshot, SocketAddress socketAddress, OverlappedAsyncResult asyncResult) at System.Net.Sockets.Socket.BeginSendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP, AsyncCallback callback, Object state) at Emby.Server.Implementations.Net.UdpSocket.SendToAsync(Byte[] buffer, Int32 offset, Int32 size, IPEndPoint endPoint, CancellationToken cancellationToken) at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
  9. I don't have a cache drive. I'm not moving a lot of files around, it's basically a files storage that gets backed up the cloud and Jellyfin. I've had the fire stick unplugged for about an hour now and the drives have still not spun down and they are set to do so after 15 minutes. I am going to shutdown the jellyfin app and see if they do after that.
  10. Unfortunately, cache_dirs did not help, but thanks for the suggestion. You can close the app on the fire stick, but that did not allow the drives to spin down either. Over and over again in the log I get this message. I have all DLNA related services disabled. It's been a while, but I moved off of Plex because of a very similar reason. Plex kept writing to the log file which kept the hard drive from spinning down. Any thoughts? I am running a test now to confirm whether the fire stick had anything to do with it, it has been physically disconnected from the TV and from power. I'll post here in a few whether that allows the drives to spin down or not. [2020-09-30 17:05:44.610 -05:00] [ERR] [16] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from "10.253.0.1" to "239.255.255.250:1900" System.Net.Sockets.SocketException (0xFFFFFFFF): Bad value for ai_flags at System.Net.Sockets.Socket.DoBeginSendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint endPointSnapshot, SocketAddress socketAddress, OverlappedAsyncResult asyncResult) at System.Net.Sockets.Socket.BeginSendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP, AsyncCallback callback, Object state) at Emby.Server.Implementations.Net.UdpSocket.SendToAsync(Byte[] buffer, Int32 offset, Int32 size, IPEndPoint endPoint, CancellationToken cancellationToken) at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(ISocket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
  11. I have an observation and a question I hope can be answered. I have been using Jellyfin for a few months now and was chromecasting to my tv with no issues. After doing some reading, I decided to buy a Fire Stick HD and run Jellyfin off of it. It works great and I really appreciate the application. Since I started running Jellyfin off of the Fire Stick though, my hard drives in my unraid server never spin down. I have confirmed this by simply unplugging the Fire Stick and then in a few minutes, the hard drives will indeed spin down. I figure the problem is that the application never really closes on the Fire Stick and maintains an active connection to the server. Is there anyway this can be remedied? Thanks!
  12. Hello and thanks for any help you can give me. I cannot get logged into web console. I can login to the code42 site and it does report that backups are occurring, but the webgui keeps telling me "unable to sign in". I have attached 3 logs and have removed the container and all files twice. The only other containers I have running are Plex and DelugeVPN. I am getting the following over and over [12.24.19 13:24:44.583 INFO 2WeDftWkr110 up42.service.peer.PeerController] DENIED! Ignore connect, we are not authorized. [12.24.19 13:24:44.583 INFO 2WeDftWkr110 ging.direct.DirectNetworkChannel] Channel became inactive. closedBy=THIS_SIDE, reason='Session close', channel=DIRECT [12.24.19 13:25:29.587 INFO 2WeDftWkr116 up42.service.peer.PeerController] DENIED! Ignore connect, we are not authorized. [12.24.19 13:25:29.588 INFO 2WeDftWkr116 ging.direct.DirectNetworkChannel] Channel became inactive. closedBy=THIS_SIDE, reason='Session close', channel=DIRECT [12.24.19 13:26:14.586 INFO 2WeDftWkr122 up42.service.peer.PeerController] DENIED! Ignore connect, we are not authorized. [12.24.19 13:26:14.587 INFO 2WeDftWkr122 ging.direct.DirectNetworkChannel] Channel became inactive. closedBy=THIS_SIDE, reason='Session close', channel=DIRECT [12.24.19 13:26:59.596 INFO 2WeDftWkr128 up42.service.peer.PeerController] DENIED! Ignore connect, we are not authorized. app.log service.log.0 ui.log