Jump to content

LVLAaron

Members
  • Posts

    312
  • Joined

  • Last visited

Everything posted by LVLAaron

  1. It's just an example. Any .cron file under the plugins folder or subfolders will get added. Create one and name it whatever or just put it in one that's already there. Jackpot! I've been looking for a plugin all day that will install a cron for me!
  2. is "mycron" an actual plugin or just a directory that unraid picks up on its own?
  3. Nothing in /boot/packages is automatically installed. In fact I think on a vanilla installation that folder is empty/missing and it gets populated by various plugins. That's the confirmation I was looking for. I'll move it off somewhere and give the system a reboot.
  4. I started fresh. I didn't know if /boot/packages was auto-installed at boot or if that was reserved for /boot/extra ?
  5. You can generally select which systems go through the VPN and which don't. It's sort of abstract but maybe something like this would do the trick; http://www.tinyhardwarefirewall.com/ Great little kit. Stick it between your normal router and your unraid box.
  6. Yes. I'm not sure there's a good way to run the OpenVPN client directly on unraid. I would like to be corrected if that's not true. Can your router run OpenVPN?
  7. I'm new to 6.x - I've got some stuff in /boot/packages that I'm not sure about. Any idea if I need to keep this here or is this cruft from something? root@Tower:/boot/packages# ls total 13M drwxrwxrwx 2 root root 4.0K Jan 27 14:58 . drwxrwxrwx 9 root root 4.0K Jan 28 08:41 .. -rwxrwxrwx 1 root root 225K Jan 3 21:49 apr-1.5.0-x86_64-1_slack14.1.txz -rwxrwxrwx 1 root root 122K Jan 3 21:49 apr-util-1.5.3-x86_64-1_slack14.1.txz -rwxrwxrwx 1 root root 437K Jan 3 21:49 freetype-2.5.0.1-x86_64-1.txz -rwxrwxrwx 1 root root 2.5M Jan 3 21:49 httpd-2.4.16-x86_64-1_slack14.1.txz -rwxrwxrwx 1 root root 2.6M Jan 3 21:49 libX11-1.6.2-x86_64-1.txz -rwxrwxrwx 1 root root 26K Jan 3 21:49 libXau-1.0.8-x86_64-1.txz -rwxrwxrwx 1 root root 47K Jan 3 21:49 libXdmcp-1.1.1-x86_64-1.txz -rwxrwxrwx 1 root root 73K Jan 3 21:49 libXpm-3.5.11-x86_64-1.txz -rwxrwxrwx 1 root root 80K Jan 3 21:49 libmcrypt-2.5.8-x86_64-1.txz -rwxrwxrwx 1 root root 409K Jan 3 21:49 libtool-2.4.2-x86_64-2.txz -rwxrwxrwx 1 root root 785K Jan 3 21:49 libxcb-1.9.1-x86_64-1.txz -rwxrwxrwx 1 root root 1.5M Jan 3 21:49 net-snmp-5.7.2-x86_64-2.txz -rwxrwxrwx 1 root root 3.3M Jan 3 21:49 php-ext-5.4.44-x86_64-1_slack14.1.txz -rwxrwxrwx 1 root root 504K Jan 3 21:49 t1lib-5.1.2-x86_64-3.txz
  8. I have "screen" installed from the nerdpack and wanted to run both iotop and watch lsof in separate windows during a large backup... I'm having trouble using either of these... I start screen and then try to run my commands. Here's my output: root@Tower:/boot/extra# iotop Traceback (most recent call last): File "/usr/sbin/iotop", line 17, in <module> main() File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 620, in main main_loop() File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 610, in <lambda> main_loop = lambda: run_iotop(options) File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 508, in run_iotop return curses.wrapper(run_iotop_window, options) File "/usr/lib64/python2.7/curses/wrapper.py", line 22, in wrapper stdscr = curses.initscr() File "/usr/lib64/python2.7/curses/__init__.py", line 33, in initscr fd=_sys.__stdout__.fileno()) _curses.error: setupterm: could not find terminal root@Tower:/boot/extra# watch lsof /mnt/bkup01/ Error opening terminal: vt100. Thoughts? I'm a tmux guy so not too saavy with screen yet. It should be noted that these apps work fine outside of screen.
  9. Does anyone have rdiff-backup running? I would like to use this to back up the data on my unraid 6.x system. I can install the slackware 14.1 package but get the following when I try to run it. root@Tower:~# rdiff-backup Traceback (most recent call last): File "/usr/bin/rdiff-backup", line 20, in <module> import rdiff_backup.Main ImportError: No module named rdiff_backup.Main
  10. Solved. I thought it was the other way around.
  11. I have a custom samba share that exports /mnt/user - but that also exposes all of the stuff on the cache drive, including the numerous hidden directories I have on the cache drive for various applications, and the docker.img file... Is there a way to just export all of my user shares to a single share?
  12. There are many ways you can take this debate... But it boils down to what you have "exposed" to the public. If OwnCloud is public, then you have exposed Apache (presumably) and if you only have OpenVPN(AS) running, then you only have OpenVPN services exposed. Which one is more likely to be exploited? Probably Apache. But you never know. I run OwnCloud on a public site with a cert from letsencrypt. I feel that this is safe enough for my purposes. I especially don't want to have a VPN client running all the time on my phone.
  13. Can you take a peek at https://github.com/l3iggs/docker-owncloud/issues/51 ? In short; the /https volume redirection that you apply with your template breaks things.
  14. Looks like the certs aren't generating causing apache to not start... [root@c4484faa4069 /]# apachectl start AH00526: Syntax error on line 144 of /etc/httpd/conf/extra/httpd-ssl.conf: SSLCertificateFile: file '/https/server.crt' does not exist or is empty [root@c4484faa4069 /]# sh -c 'SUBJECT="/C=US/ST=CA/L=CITY/O=ORGANIZATION/OU=UNIT/CN=localhost" /etc/httpd/conf/genSSLKey.sh' [root@c4484faa4069 /]# cp /etc/httpd/conf/server.crt /https [root@c4484faa4069 /]# cp /etc/httpd/conf/server.key /https [root@c4484faa4069 /]# apachectl restart httpd not running, trying to start After that I can access the webui. I did notice that in your template the /https volume mapping is set to read-only. Not sure if that matters because of how I did this. Deleted and restarted and set /https to read/write and had the same problem. Must be a problem with the image.
  15. I have installed the OwnCloud container and can't get the page to load... The only thing in the log is 151221 10:14:21 mysqld_safe Logging to '/var/lib/mysql/cf9a8b1f797b.err'. 151221 10:14:21 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql Also, my data directories/mappings are empty after starting... Thoughts?
  16. This is one of the tunable items. The option your'e looking for is "cache-size-limit" On my unraid box I have it set to 1GB.
  17. I have been using CrashPlan for many years until recently. When they changed the security model of the software that required changing and settings keys to access a headless system I started giving up. I especially gave up when CrashPlan couldn't get the billing right on my account and they dumped all of my data. Between having constant struggles with the headless config and needing to re-enter my credit card data every month, I quit. I started looking for other options. Today I started using HashBackup. It's a slick unix/linux program that can write encrypted backups out to a healthy list of cloud providers (B2, Glacier, S3, etc). It runs on unRAID without having to install any dependencies. I encountered a bug backing up to Glacier, emailed the developer, and he had it fixed within a few hours. Anyway, if you're looking for a backup software, this is well worth your time. The documentation is abundant, but it's not exactly... linear. Lots of options and trial/error to get things going the way you want it but I've got it figured out. If anyone wants to chat about it, I'm here to help. http://www.hashbackup.com/
  18. virtualbox.cfg # VirtualBox plugin configuration INSTALL_ON_BOOT="false" UPGRADE_ON_BOOT="false" UPGRADE_PLG_ON_BOOT="false" START_ON_ARRAY_MOUNT="false" START_VMS_ON_START="false" VBOX_SYMLINK_LOCATION="/boot/custom/vbox" VBOXWEBSRV_HOST_IP="0.0.0.0" VBOXWEBSRV_HOST_PORT="18083" VBOXWEBSRV_LOGFILE="/mnt/disk2/MiscData/vboxwebsrv.log" VBOXWEBSRV_VERBOSE="false" VBOXWEBSRV_LOGROTATE="2" VBOXWEBSRV_LOGSIZE="10000" VBOXWEBSRV_LOGINTERVAL="604800" vms_session.cfg "SeedBox" {7b500da8-a494-48eb-9820-7f89fc3c7b2d} Oct 22 14:01:32 Tower rc.virtualbox[18812]: Installing Virtualbox package (v4.3.14)... Oct 22 14:01:44 Tower groupadd[19067]: group added to /etc/group: name=vboxusers, GID=999 Oct 22 14:01:44 Tower groupadd[19067]: group added to /etc/gshadow: name=vboxusers Oct 22 14:01:44 Tower groupadd[19067]: new group: name=vboxusers, GID=999 Oct 22 14:01:44 Tower kernel: vboxdrv: Found 2 processor cores. Oct 22 14:01:44 Tower kernel: vboxdrv: fAsync=0 offMin=0x206 offMax=0x6ba Oct 22 14:01:44 Tower kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'. Oct 22 14:01:44 Tower kernel: vboxdrv: Successfully loaded version 4.3.14 (interface 0x001a0007). Oct 22 14:01:44 Tower kernel: vboxpci: pci-stub module not available, cannot detach PCI devices Oct 22 14:01:44 Tower kernel: vboxpci: IOMMU not found (not compiled) Oct 22 14:01:44 Tower rc.virtualbox[19262]: Installation of Virtualbox package v4.3.14 succeeded Oct 22 14:01:44 Tower rc.virtualbox[19263]: /boot/custom/vbox does not exists - Cannot change VirtualBox symlink Oct 22 14:01:44 Tower rc.virtualbox[19264]: Installing Virtualbox Extension package (v4.3.14)... Oct 22 14:01:48 Tower rc.virtualbox[19343]: Installation of Virtualbox Extension package v4.3.14 succeeded Oct 22 14:02:19 Tower rc.virtualbox[19799]: /opt/VirtualBox/VBoxManage setproperty websrvauthlibrary null Oct 22 14:02:19 Tower rc.virtualbox[19814]: vboxwebsrv service started
  19. Running unraid 5.0.6 and the latest plugins. When I start start vboxwebsrv the webpage for the plug just seems to grind/spin away forever. What is happening here, is it searching for VM's or something? Every time I start it I have to re-add my machines...
  20. Why do you have "users" needing to power down your unraid server in the first place? But to help answer, you need to use the "go" file which is run at boot.
  21. Do you have any IDE disks in your system? If not then that disk you just successfully cleared is presenting itself as IDE. There is more than likely a setting in your BIOS that is setting the ports that drive is on to emulate and IDE connection. Beside that the drive looks fine. Yes, 8 disks total, 4 are IDE. Including the one I just cleared. Thanks!
  22. For those of you (us) with a smaller setup: http://www.bit-tech.net/hardware/cases/2010/07/20/lian-li-pc-q08-review/3
×
×
  • Create New...