spazmc

Members
  • Posts

    86
  • Joined

  • Last visited

Everything posted by spazmc

  1. I had to change the template settings to match the Documentation. config = /etc/scanservjs output = /var/lib/scanservjs/output Anyone now what to do with this. --device-cgroup-rule="c $MAJOR_NUMBER:* rmw" \ https://github.com/sbs20/scanservjs/blob/master/docs/02-docker.md#environment-variables Found out no cgroups in unRAID
  2. Found this in unRAID tools,system devices Bus 001 Device 005 Port 1-1.1ID 04a9:190a Canon, Inc. CanoScan LiDE 210 From docker termial " sane-find-scanner -q " got back found USB scanner (vendor=0x04a9 [Canon], product=0x190a [CanoScan], chip=GL124) at libusb:001:005 " scanimage -L " Created directory: /var/lib/snmp/cert_indexes device `genesys:libusb:001:005' is a Canon LiDE 210 flatbed scanner Change docker Config. add device /dev/bus/usb/001/005;genesys:libusb:001:005 this works in privileged mode. Now udev and usb permmisions. Oh my.
  3. spazmc

    What UPS?

    I have A old APC SmartUPS. 1500 have it connected to my Router. and My server. over the network. network switch is Plugged in too. At 11% load.
  4. If you set up dockers on a SSD you can limit the drives from spinning all the time and reduce power consumption. A dedicated cache drive is nice for this. I don't use Plex. But you would put database on SSD and media on aray.
  5. Only you can chose what is best for you. Years ago I was using NAS4free. as a DLNA media streamer to my GoogleTV. Half the time I would have to reboot it to get Fuppies to work. There own forum talked about installing miniDLNA. But that was not part of the system. It was a embedded install on a CF card. Then it died. So I tried unRAID version 5. added plugins (minidlna) and it just worked. They where in development of version 6 with docker support and here we are. User friendly GUI. Doesn't stripe my data. Can add Drives at will. If you have a drive failure easy to replace. and your data may still be retrievable from your failed drive. You could use a old pc Windows or linux and install Plex or minidlna.and stream from there. Add a raid card your self, use raid on motherboard. if you chose to build your own thing. The big selling point for me was it was so easy to setup. For someone how doesn't write code. It is very appliance like. None stripped data.
  6. Possible solution to DVB kernel. Sometimes you have to look around. Many great developers here.
  7. So what is wrong with Unraid charging for cloud based backup. If you want it? Some of you are already paying someone else to to do it.
  8. If your not using Docker.(Great.loveit) Then no cache. If your intent on a Media server I would use a small SSD as cache for Jellyfin, MiniDLNA or Plex
  9. That may have bin true in version 5? Version 6 has disk limits. Basic is 6 disks allocate how you wish. options are yours. maybe 2 parity and 4 data disks as basic file server? or 1 parity 1 cache for Docker 3 data disk and 1 unassigned disk for VM. You chose it's your server.
  10. I only have a single cache disk. So I'm using XFS no problems here.
  11. At one time I used NAS4Free. One interesting thing it did is partitioned the drive. OS / Backup OS Latest / Previousversion Today thumb drives are getting bigger buy the day. Possible use case
  12. Yes Other dockers it will change. Icon URL: is where I change it This maybe it.
  13. Trying to change Docker icon for this docker and it will not change? Other dockers icons will. Tried other browser and cleared browser cache. Server reboot no luck? Any suggestions? Thanks
  14. Also! How can i access the console terminal window of that image to see that it actually works and mines? 😃 click on the docker and from the menu chose console. bump - Hi I am having the same problem I have installed the bitnn/alpine-xmrig docker container through CA but I do not know how to map the path or anything to get to to run ? sorry newbie... Container path /xming to host path user/apps/xming Hope that helps. The dockers you get from places other than the community store may have lots of hurdles and may not work at all.
  15. As for VM's I think some people put them on a unassigned ssd drive. Use cache for docker and a cache for shares. Advantage = fewer times array spins up. Example: downloads and CCTV are written to cache and move to the array at night.
  16. No expert here. But i feel that in a lot of cases unRAID can find a failing drive, or bad cable. And it will red ball your drive. failed. But in my opinion alot of times you can do exactly like you did and read your data externally. I have pulled a drive in the past. Read it externally. Shrank my array till i picked up a new drive and then added it back. What is nice is even a failed rebuild from parity is not a total loss. one read or write error and it fails. disk may still be usable enough to recover data wit no special tools.
  17. The only guy here with a smaller budget than me.lol. I have newer hardware I would give away. We have to pay to dispose E waste.
  18. Disk setting. Default warning disk utilization threshold. Glodal and per disk
  19. I have not looked at your logs. But your Allocation method is set to Fill-up. I would check your disk Settings. Do you have one disk that is close to being full? Sorry If I'm not much help.
  20. spazmc

    Squid is 50!

    Happy birthday And welcome to the club.
  21. It is all business related. Inventory is evil. At least in the US. No money in extra anything. Parts,hospital beds,doctors,employees, and Ammo for Government. Not enough manufacturing capacity. Drill more oil wells For Energy independence. Lies to supply more oil to the world. Remember Exxon makes less money per gallon than the US government. Must be why we need pipe line from the middle of Canada to the Golf of Mexico. Lord knows no one in the US needs any oil. Sorry for the rant. At least they quit saying it's a global economy. 3/4 of the world makes dinner over fire wood. Think about it.
  22. If this docker was setup as 50%cpu usage out of the box. I feel that some of the performance problems and GUI being no responsive would be solved. I will say the cpu usage settings seem to work. Have memory limited in settings also seems to work. Have no tried to change password. Not sure it matters. Thanks for the container.
  23. My " Extra parameters " --runtime=nvidia --cpu-period=100000 --cpu-quota=20000 --cpu-shares=32 --memory="1200m" --cap-add=SYS_NICE --log-opt max-size=50m --log-opt max-file=1 I have it pinned to 1 cpu. GPU is in a PCIx4 slot