SuBNoiZe

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by SuBNoiZe

  1. Nevermind, problem was due to file permissions trying to reuse my old plex config folder from the limetech plex container. Ran chmod -R 777 on the directory and it works fine now. Probably not the most secure thing to do though EDIT: Command I used to start your container "docker run -d --net="host" --name="plexpass" -v /mnt/cache/appdata/plex:/config -v /mnt/user:/data -p 32400:32400 needo/plex" Was just getting "chrome is unable to connect to tower:32400"
  2. Just tried your plexpass docker container, appears to have installed correctly, but when I try to browse to it I am unable to connect. Any suggestions?
  3. That's basically exactly what I did for Plex Did your plex pick up the media in that folder? During setup i can not get past the root folder level and plex will not scan media in any of the folder i mount /mnt/user/Movies For anyone else who might ask, I tried it and it worked so far so good. Also got plex up and running using -v /mnt/user:/data
  4. Possibly dumb question, but is there any reason I can't use -v to pass /mnt/user as /mnt/user to the docker container like this? docker run -d -h hostname --name="sickbeard" -v /mnt/path/to/appdata/sabnzbd:/config -v /mnt/user:/mnt/user -p hostport:8080 -p hostport:9090 eschultz/docker-sickbeard Don't want to have to reconfigure sickbeard if I don't need to
  5. Thought I uninstalled the old plugins from v5, guess not. I did have apcupsd and unmenu running, disabled unmenu and booted into safe mode, showing 1.1MB/s now, current position 533MB after 5 minutes, going to let it continue to run. EDIT: Think i might've found my problem. Went thru and read a large file from /mnt/disk* for each drive with dd, all drives came back with 100+ MB/s except one. That drive is dying isn't it? That fixed it, swapped drives around now rebuilding at ~110MB/s. Guess I had a drive decide to fail at the exact same time I decided to try beta6. Thanks for the help jonp
  6. Thought I uninstalled the old plugins from v5, guess not. I did have apcupsd and unmenu running, disabled unmenu and booted into safe mode, showing 1.1MB/s now, current position 533MB after 5 minutes, going to let it continue to run. EDIT: Think i might've found my problem. Went thru and read a large file from /mnt/disk* for each drive with dd, all drives came back with 100+ MB/s except one. That drive is dying isn't it?
  7. For how long has it been consistently at 1MB/s? Have you tried accessing the webGUI from another device to see if it's a browser related issue? Hmm, that is odd. Mind sharing your syslog? If you share your flash device over your network, you should be able to type this via an SSH session to your server after logging in: cp /var/log/syslog /boot/syslog Then browse to your flash device over your network, copy the syslog file inside, and post it either on pastebin or within a <code> snipped on the forums here. Been running for about 30 min now, just checked from another machine and it's reporting 1.9MB/s and it's about 2GB into the parity check Syslog is attached syslog.txt
  8. For how long has it been consistently at 1MB/s? Have you tried accessing the webGUI from another device to see if it's a browser related issue? Been running for about 30 min now, just checked from another machine and it's reporting 1.9MB/s and it's about 2GB into the parity check
  9. Anyone having parity check speed issues with beta6? I just upgraded from v5 to play with VMs and docker, and my parity check speeds dropped from ~100MB/s to just 1MB/s while runing just bare unraid, no plugins or VMs/docker containers. I'm thinking that can't be right, can it?
  10. Hello, I have had unraid running for a few days now, with very slow write speeds to my user shares, 2 to 2.5 MB/s at most. I checked from another computer, speeds average 30MB/s which is more what I expected to get. Both computers as well as the unraid box are gigabit, wired with cat5e. Computer that is having the problem can write to a small NAS I have at about 30MB/s so I'm running out of ideas. I've swapped out network cables, switches, everything I can think of. Any of the experts here have any clues? Thanks