isaacery

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by isaacery

  1. hi @trurl. Can i please have your assistance on this? here is an example (below) of a docker compose script. I need to be able to specify a folder within appdata for its static content. specifically, the storage of both containers and the database. how would you edit this script to do this? volumes: mongodb_data: { driver: local } networks: default: external: false **_YOUR-CUSTOM-DOCKER-NETWORK_**: external: true services: rocketchat: image: registry.rocket.chat/rocketchat/rocket.chat:${RELEASE:-latest} restart: on-failure labels: traefik.enable: "true" traefik.http.routers.rocketchat.rule: Host(`${DOMAIN}`) traefik.http.routers.rocketchat.tls: "true" traefik.http.routers.rocketchat.entrypoints: https traefik.http.routers.rocketchat.tls.certresolver: le environment: MONGO_URL: "${MONGO_URL:-\ mongodb://${MONGODB_ADVERTISED_HOSTNAME:-mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ ${MONGODB_DATABASE:-rocketchat}?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" MONGO_OPLOG_URL: "${MONGO_OPLOG_URL:\ -mongodb://${MONGODB_ADVERTISED_HOSTNAME:-mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ local?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" ROOT_URL: ${ROOT_URL:-http://localhost:${HOST_PORT:-3001}} PORT: ${PORT:-3001} DEPLOY_METHOD: docker DEPLOY_PLATFORM: ${DEPLOY_PLATFORM} depends_on: - mongodb expose: - ${PORT:-3001} networks: - default - YOUR-CUSTOM-DOCKER-NETWORK ports: - "${BIND_IP:-0.0.0.0}:${HOST_PORT:-3001}:${PORT:-3001}" mongodb: image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-4.4} restart: on-failure volumes: - mongodb_data:/bitnami/mongodb environment: MONGODB_REPLICA_SET_MODE: primary MONGODB_REPLICA_SET_NAME: ${MONGODB_REPLICA_SET_NAME:-rs0} MONGODB_PORT_NUMBER: ${MONGODB_PORT_NUMBER:-27017} MONGODB_INITIAL_PRIMARY_HOST: ${MONGODB_INITIAL_PRIMARY_HOST:-mongodb} MONGODB_INITIAL_PRIMARY_PORT_NUMBER: ${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017} MONGODB_ADVERTISED_HOSTNAME: ${MONGODB_ADVERTISED_HOSTNAME:-mongodb} MONGODB_ENABLE_JOURNAL: ${MONGODB_ENABLE_JOURNAL:-true} ALLOW_EMPTY_PASSWORD: ${ALLOW_EMPTY_PASSWORD:-yes}
  2. hi there @Avsynthe. I have got this working using unraid docker compose instance, however as i am new to docker compose i cant seem to figure out how to create and mount a volume from the appdata share. i.e. appdata/rocketchat. your script places the data somewhere else that i cant locate. can you please post an example of your script with how to mount a folder from appdata? thank you so much!
  3. Ive enabled TOTP but when i login i get "TOTP.INFO_VERIFICATION_FAILED". I do not get prompted to add MFA via the QR code, but just a note saying "TOTP.info_enroll_required". What am i missing here? EDIT: the fix is to clear cache in browser.
  4. Thanks @trurl. youre right, seems to be something about the SMART readings.
  5. Hi there @trurl, apologies i know this is an old thread, i just have the same problem and its driving me insane. my disks are not spinning down, because some routine Read is occurring on the array and i cant find out what it is. Its on all Array disks simulatanesouly, typically around betwee 341 and 682.0 B/s. I have: - shutdown all docker instances - shutdown all plugins - changed plex settings - removed file integrity, unassigned devices, directory cache, turbo write, Dynamix SSD TRIM - using Open Files, i cant see anything open on the array But nothing stops the Read from occurring. Where could I go to find out what is causing this? I am running 6.9.0-rc2 Really appreciate anyone's assistance on this. Sort of looking for a tool to assist me to find the cause.
  6. Hi guys. Not sure if this is the best place to post this question, but I cant find it anywhere. I am running Nvidia build 6.7.0. I want to upgrade to build 6.7.2, but that includes the Nvidia driver 430, which my GTX 770 does not appear to work with. As soon as I upgrade, Plex no longer is able to play vides (giving some network error). Is it possible to upgrade the Nvidia build, but retain the old driver?
  7. i was having this problem even after following ALL of the vidoes and advice above - from SpaceInvader through to UEFI boot and techpowerup bios edits. I found a solution by upgrading the GPU BIOS to the latest version, by flashing the newest ROM from tech powerup. then i edited that same ROM using the HEX editor and added it to the VM config. I then installed the latest Nvidia drivers. now its working like a charm. I was trying to get a GTX 770 working on a single PCI-e slot motherboard. The only way i can get the VM to boot without a black screen is if i add a second VNC graphics display, but the GPU still is the primary display. what a mission...
  8. ive tried all of the above and am still having the problem. this occurred to me after trying to pass through a GTX 770, not getting anywhere and setting it back to VNC. now no VMs can start. EDIT: creating a new VM and attaching the old disk fixed the problem. Not sure how much damage that does though. Try configuring 2 graphics displays in the VM config: VNC and the GPU
  9. Hi guys. Im looking to increase the performance of my unraid Cache pool by converting a pool of 3 SSDs in RAID1, to 4 in RAID10. Has anyone seen any tangible performance increases in RAID10? Or is it just a waste of money (unless youre doing benchmarking)? I know Greg2895 says he noticed no difference, but surely there must be something in it?
  10. Hi, Ive upgraded to 6.6.1 and now I keep getting the following error when trying to enable VMs on the VMs tab. Libvirt Service failed to start. Under VM Manager settings, this is the LIBVIRT log that I have: 2018-09-27 23:31:09.873+0000: 10287: info : libvirt version: 4.6.0 2018-09-27 23:31:09.873+0000: 10287: info : hostname: Tower 2018-09-27 23:31:09.873+0000: 10287: error : virGetUserID:1043 : invalid argument: Failed to parse user 'tss' 2018-09-27 23:31:09.873+0000: 10287: error : virGetGroupID:1123 : invalid argument: Failed to parse group 'tss' 2018-09-27 23:31:10.797+0000: 10287: warning : qemuDomainObjTaint:7546 : Domain id=1 name='towerWin10' uuid=b4da61b1-3499-f15d-6f24-82ff68c33a81 is tainted: high-privileges 2018-09-27 23:31:10.797+0000: 10287: warning : qemuDomainObjTaint:7546 : Domain id=1 name='towerWin10' uuid=b4da61b1-3499-f15d-6f24-82ff68c33a81 is tainted: host-cpu 2018-09-28 02:01:07.620+0000: 10266: error : qemuMonitorIO:718 : internal error: End of file from qemu monitor whats going on?