sysco

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

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

sysco's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Overview: Support for Docker image XenOrchestra in the sysco repo. Application: https://xen-orchestra.com Docker Hub: https://hub.docker.com/r/ronivay/xen-orchestra GitHub: https://github.com/ronivay/xen-orchestra-docker Documentation: https://xen-orchestra.com/docs/
  2. Having the same issue now, did you find a fix for the cause of the problem?
  3. docker run -d --name='snipe-it' --net='br0.10' --ip='192.168.210.101' -e TZ="Europe/Budapest" -e HOST_OS="Unraid" -e 'TCP_PORT_80'='8000' -e 'MYSQL_PORT_3306_TCP_ADDR'='192.168.210.100' -e 'MYSQL_PORT_3306_TCP_PORT'='3306' -e 'MYSQL_DATABASE'='snipe-it' -e 'MYSQL_USER'='root' -e 'MYSQL_PASSWORD'='Rr9p^vn3n(Q>Twxu' -e 'APP_URL'='192.168.210.101:8000' -e 'MAIL_PORT_587_TCP_ADDR'='' -e 'MAIL_PORT_587_TCP_PORT'='' -e 'MAIL_ENV_FROM_ADDR'='' -e 'MAIL_ENV_FROM_NAME'='' -e 'MAIL_ENV_ENCRYPTION'='' -e 'MAIL_ENV_USERNAME'='' -e 'MAIL_ENV_PASSWORD'='' -e 'APP_LOCALE'='' -e 'APP_DEBUG'='false' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/snipe-it':'/config':'rw' 'linuxserver/snipe-it' [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support the app dev(s) visit: Snipe-IT: https://snipeitapp.com/donate To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.
  4. I'm unable to access the webui, because docker won't pass port 8000 through. I'm using bridged networking. Could that be an issue?
  5. Thank you. Might need some more of that after I get the Pcie extender from one stop systems and a better gpu
  6. It just started working, i didn't do anything just booted as usual and it worked.
  7. You mean the general thread or the rmrr error patching?
  8. Well, nothing fails. I just don't see any output on the screen. I don't even know anymore, it just booted up... Still, here are the diagnostics unraidnas-diagnostics-20190726-1411.zip
  9. Which BIOS is recommended? I have HP, Version P64 Sun 16 Aug 2015 12:00:00 AM CEST. I guess that it is too new or something.
  10. I tried everything in those posts and still came out not working. I forgot to mention that it worked on another system, it was the same motherboard but more ram and better CPUs. Worked without any problems but not on this one. Maybe the BIOS is different... I will check later.
  11. Just tried with HD 7570, works like a charm. Still no luck with 6870 tho.
  12. Hello everyone, so I have been playing around with a couple of DL360s I picked up at work, one of then works just fine as a normal plex, VPN, etc. The second one was meant for GPU passthrough. Now that's where the issues start. I want to use a RADEON HD 6870 as the guest GPU with the onboard graphics as host. Both GPUs are fine when booting to other OS (Ubuntu, Kali) but when I try to pass through the Radeon to the Win10 host I don't get any signal from the GPU whatsoever. I am quite new to all this so any help would be appreciated. And I don't know if this is a ProLiant issue, global unRAID issue or me just messing up the settings. I can provide any additional information.