ICDeadPpl

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ICDeadPpl

  1. I like that it's easy to run apps and VMs for all purposes. I'd like to see better support for SSDs, in arrays and cache pools.
  2. Could we have 'fping' added? https://github.com/schweikert/fping/releases
  3. I'd try with changing the "php occ" part of each command to "sudo -u abc php7 /config/www/nextcloud/occ". That is unless you've changed your working directory to "/config/www/nextcloud/" with the command "cd /config/www/nextcloud/". Then you could use use "sudo -u abc php7 occ".
  4. Is there a way to include the "ngx_headers_more" module in this and the Nextcloud docker?
  5. How can I get the "docker-shell" command to work? Is it a script? Mind telling where I can find it? Now I get an error when I try the command: root@Tower$ docker-shell -bash: docker-shell: command not found
  6. When I disable Docker from Settings - Docker (Enable Docker = No), the status line at the bottom shows "Starting services" until the Docker containers are stopped.
  7. You have to edit the XML and change the network adapter type from 'vmxnet3' to 'e1000-82545em'. It should look like this: <interface type='bridge'> <mac address='53:44:00:57:30:d4'/> <source bridge='br0'/> <model type='e1000-82545em'/> </interface> Use 'vmxnet3' for performance or 'e1000-82545em' for compatibility with Apple services.
  8. Here's my Main page with array stopped, with keyfile present. The Start array button is greyed out, the only way to start the array is to start it via Dashboard or rebooting.
  9. I can't start the array from the "Main/Array Operation" page even when the keyfile is present. Starting via Dashboard is the only way for me to start the array, as I wrote in my first post. Edit: To clarify, I didn't delete the keyfile after the initial starting of the array. It was always present in the /root directory.
  10. So how is it not a bug that I can start the array from the Dashboard but not from the Main/Array Operation page?
  11. Are "peer-subnet" and "peer-mask" referring to the IP subnet and mask that Unraid is using, 192.168.1.0 and 255.255.255.0 in my case? (My Unraid has 192.168.1.15).
  12. Does anyone have a 'clean' unedited sshd_config file to share? Mine got messed up (by the ssh plugin). I uninstalled it and am going to go with the tips provided in this thread.
  13. You should edit the template to have the "<Volume type=“appdata”>", so that the volume mapping respects the user's choice of location for appdata: So this: <Data> <Volume> <HostDir>/mnt/cache/appdata/ferdi-server/recipes</HostDir> <ContainerDir>/usr/src/app/recipes</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/cache/appdata/ferdi-server</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/cache/appdata/ferdi-server/database</HostDir> <ContainerDir>/usr/src/app/database</ContainerDir> <Mode>rw</Mode> </Volume> <Data> would loook like this: <Data> <Volume type=“appdata”> <HostDir>/mnt/cache/appdata/ferdi-server/recipes</HostDir> <ContainerDir>/usr/src/app/recipes</ContainerDir> <Mode>rw</Mode> </Volume> <Volume type=“appdata”> <HostDir>/mnt/cache/appdata/ferdi-server</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> <Volume type=“appdata”> <HostDir>/mnt/cache/appdata/ferdi-server/database</HostDir> <ContainerDir>/usr/src/app/database</ContainerDir> <Mode>rw</Mode> </Volume> <Data>
  14. I have the same problem, the start array button is greyed out after stopping the array on the "Main - Array Operation" page. The "Start array" button on the Dashboard page does work, though. All my disks are encrypted, and the keyfile is present. After starting the array from the Dashboard, everything works just fine. It's just on the "Main - Array Operation" page that the start array button that is not working, because it is greyed out.
  15. Is the 'stop' file supposed to be in the '/boot/config/' also?
  16. I recently noticed that when I have the Unraid forum open in a tab in Firefox, my Windows 10 won't go to sleep automatically. "powercfg.exe -requests" gives the following result: When I close the Firefox tab with the Unraid forum, I get this and sleep works again: When I have the Unraid forum open in a tab in Chrome, I also get the "Legacy Kernel Caller" result. Curiously, if I right click on the tab in Chrome and select "Mute site" the "Legacy Kernel Caller" vanishes and sleep works again. Unmuting the site returns the "Legacy Kernel Caller" and sleep won't work. Muting or unmuting the tab in Firefox doesn't make any difference, the "Legacy Kernel Caller" stays active, preventing sleep. Is there something keeping a connection open in Firefox to the Unraid Forums, as it's the only site I've noticed with this effect?
  17. ItConfig for Deluge 2.0 released: https://github.com/ratanakvlun/deluge-ltconfig/releases/tag/v2.0.0
  18. ICDeadPpl

    Chrome OS

    I don't know if this helps, but I'm linking to an article about running Chrome OS from a USB drive. https://www.fossmint.com/run-google-chromium-os-from-usb/ The interesting part is a link to Chromium OS builds: https://chromium.arnoldthebat.co.uk/ Maybe those images will work better?
  19. How come any edits I make to 'quassel-web.subfolder.conf' gets undone when I restart the Letsencrypt container? I have other proxy conf files with edits that work just fine, they don't get reverted to default values when I restart Letsencrypt.
  20. Just curious, when is this going to be merged in template repo? It's been over a week since the announcement.
  21. Is it advisable to add 'cp' and 'mv' as aliases for 'gcp' and 'gmv'?
  22. I'd like to request HTTPie, a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more. https://httpie.org/ https://github.com/jakubroztocil/httpie https://slackbuilds.org/repository/14.2/network/httpie/?search=httpie
  23. Yeah, maybe. I'll post a request in the Dev Pack thread.