jackson

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by jackson

  1. 12 hours ago, John_M said:

    Log in and type

    
    rm /boot/config/network.cfg
    rm /boot/config/network-rules.cfg

    and then reboot.

     

    I also locked myself out, but I can't access the server via Putty and I don't have a monitor that I can connect to it. Am I doing something wrong with Putty, or is there some other way I can connect to the server? 

     

    Thanks,

  2. 15 minutes ago, SSD said:

    Is your issue happening during the Windows install? (You should install with just one thread of one core assigned to the VM).

     

    Is it the primary video card? (You would need to include the .ROM file in the XML)

     

    It's happening after I've installed Windows. I will try installing with one thread. It is the primary card. Where do I find the .ROM file?

     

    Thanks!

  3. 6 hours ago, SSD said:

    Not an issue I've heard before. Did you carefully follow the SpaceInvader One 2 part daily driver / gaming passthrough videos? Sounds like you may have missed a step or two.

     

    Unlike other things technology wise, passthrough largely works or it doesn't. It can be difficult to look at the symptoms of failure and diagnose the root cause, unless it is one of the more common issues which this is not. 

     
    2

     

    Yes, I did closely follow his video guides. I'm beginning to think it's a problem with my MOBO (Asus Z270--A).

  4. 3 minutes ago, ashman70 said:

    Why would you want to use Trakt? Especially with Plex? Have you read Trakt's privacy disclaimer? They share, sell and will disclose your personal information with the Government and law enforcement.I get the convenience side of it, but what they do with peoples personal information is scary and I would never use their services. Just an FYI

     

     

    I didn't ask about personal privacy; I asked for help with setting up Trakt. 

  5. I feel really dumb asking this, but I have this UPS: https://www.newegg.ca/Product/Product.aspx?Item=N82E16842101123CVF&nm_mc=KNC-GoogleAdwordsCA-PC&cm_mmc=KNC-GoogleAdwordsCA-PC-_-pla-_-UPS+(Back+Up+Power+Supply)-_-N82E16842101123CVF&gclid=CjwKCAjw64bPBRApEiwAJhG-fh02SfTGHMzxd7s3j9Smal8XxVcaBv3wjAcmfKf9SsoLu-pRGA63eBoC6AMQAvD_BwE and I don't know how to plug it into my server. There's that data port on the back, but how would I plug that into my server if the ethernet port is being used already, or will this UPS just not work because it doesn't have a USB port?

     

    Thanks!

  6. I ended up dealing with it by downloading his docker-shell file in the description and then copying it onto the flash disk, then using the Command Line plugin and the Custom Tab plugin to run a shell inside the unRAID GUI. I then put the go file in a share and used vi to add the cp /boot/custom/docker-shell /usr/local/bin line. Then moved the go file from the share to the flash disk and ran #cp /boot/custom/docker-shell /usr/local/bin in shell. It worked after that. I'm guessing Windows was doing something weird with line breaks... Was very annoying, but at least it's sorted out now. I hope this helps anyone else who was having this same issue!

  7. Hi,

     

    I followed the instructions in SpaceInvaderOne's recent "How to easily bash into a running docker container" video, but I get the following error when I run #docker-shell 

     

    root@SERVER:~# docker-shell
    -bash: /usr/local/bin/docker-shell: /bin/bash^M: bad interpreter: No such file or directory

     

    Has anyone seen this before or know what's causing it?

     

    Thanks!