Jump to content

wgstarks

Members
  • Posts

    5,166
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by wgstarks

  1. Worked great. Thanks for all your help. Will the email notifications from this package work with v6.0.1 out of the box, or do I also need to install other packages to get them?
  2. root@Brunnhilde:~# crontab -l # If you don't want the output of a cron job mailed to you, you have to direct # any output to /dev/null. We'll do this here since these jobs should run # properly on a newly installed system. If a script fails, run-parts will # mail a notice to root. # # Run the hourly, daily, weekly, and monthly cron jobs. # Jobs that need different timing may be entered into the crontab as before, # but most really don't need greater granularity than this. If the exact # times of the hourly, daily, weekly, and monthly cron jobs do not suit your # needs, feel free to adjust them. # # Run hourly cron jobs at 47 minutes after the hour: 47 * * * * /usr/bin/run-parts /etc/cron.hourly 1> /dev/null # # Run daily cron jobs at 4:40 every day: 40 4 * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null # # Run weekly cron jobs at 4:30 on the first day of the week: 30 4 * * 0 /usr/bin/run-parts /etc/cron.weekly 1> /dev/null # # Run monthly cron jobs at 4:20 on the first day of the month: 20 4 1 * * /usr/bin/run-parts /etc/cron.monthly 1> /dev/null # Removing .DS_Store files 42 3 * * 0 find /mnt/disk[1-9]*/ /mnt/cache/ /boot -name ".DS_Store" -depth -exec rm "{}" ';'>/dev/null 2>&1 # Removing ._ files 42 3 * * 0 find /mnt/disk[1-9]*/ /mnt/cache/ /boot -name "._*" -depth -exec rm "{}" ';'>/dev/null 2>&1 # Removing .Spotlight-V100 folders 42 3 * * 0 find /mnt/disk[1-9]*/ /mnt/cache/ /boot -name ".Spotlight-V100" -depth -exec rm -r "{}" ';'>/dev/null 2>&1 # Removing .Trashes folders 42 3 * * 0 find /mnt/disk[1-9]*/ /mnt/cache/ /boot -name ".Trashes" -depth -exec rm -r "{}" ';'>/dev/null 2>&1 # Removing .fseventsd folders 42 3 * * 0 find /mnt/disk[1-9]*/ /mnt/cache/ /boot -name ".fseventsd" -depth -exec rm -r "{}" ';'>/dev/null 2>&1 root@Brunnhilde:~# Made the edits to ds_store_cleanup-unmenu-package.conf. I still get the same message when I try to install the package from Package Manager. I've attached the conf file just in case I did something wrong there. ds_store_cleanup-unmenu-package.conf.zip
  3. root@Brunnhilde:~# ping -c 5 google.com PING google.com (173.194.121.3) 56(84) bytes of data. 64 bytes from iad23s25-in-f3.1e100.net (173.194.121.3): icmp_seq=1 ttl=53 time=17.4 ms 64 bytes from iad23s25-in-f3.1e100.net (173.194.121.3): icmp_seq=2 ttl=53 time=19.0 ms 64 bytes from iad23s25-in-f3.1e100.net (173.194.121.3): icmp_seq=3 ttl=53 time=19.6 ms 64 bytes from iad23s25-in-f3.1e100.net (173.194.121.3): icmp_seq=4 ttl=53 time=16.6 ms 64 bytes from iad23s25-in-f3.1e100.net (173.194.121.3): icmp_seq=5 ttl=53 time=21.0 ms --- google.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4005ms rtt min/avg/max/mdev = 16.630/18.762/21.028/1.572 ms root@Brunnhilde:~# After a another restart, unMenu seems to be working, but I get this error when I try to install packages- ds_store_cleanup installation: ds_store_cleanup apparently did not install properly, /var/log/ds_store_cleanup does not exist.
  4. Thanks. I think I'll go with Option 1. I used my 4TB standby disk to be able to re-shuffle all my video files in order to re-format each disk to XFS one at a time. Now the smallest disk contains no video files since I just re-formatted it. I'll take it out of the array so I can use it to test notifications with the perclear package. Can't seem to get the emails to work.
  5. I want to remove an empty data drive from my configuration so that I can do a little testing with the preclear package. I'm sure I probably need to stop the array first. But not sure how to proceed from there. Can I just do a "New Config" or must I shutdown the server, remove the disk and then start the server?
  6. Not sure who wrote those instructions, but it sure was not me. The instructions I wrote are here: http://lime-technology.com/forum/index.php?topic=5568.0 and here: https://code.google.com/p/unraid-unmenu/ Either should work. The ones you linked to are incomplete and do not describe creating the unmenu directory. (it does refer you to a pre-boot section of the wiki. Did you perform those steps? Yes Yes. The server is setup with a static IP. I don't have any trouble connecting via telnet or the webGUI at that IP. root@Brunnhilde:~# ping -c google.com ping: bad number of packets to transmit. root@Brunnhilde:~# ls -l /boot/unmenu total 1664 -rwxrwxrwx 1 root root 41976 Jul 7 14:13 07-unmenu-mymain.awk* -rwxrwxrwx 1 root root 18629 Jul 7 14:13 08-unmenu-array_mgmt.awk* -rwxrwxrwx 1 root root 51166 Jul 7 14:13 09-unmenu-disk_mgmt.awk* -rwxrwxrwx 1 root root 2977 Jul 7 14:13 10-unmenu-links.awk* -rwxrwxrwx 1 root root 266 Jul 7 14:13 10-unmenu_user_script_hello* -rwxrwxrwx 1 root root 677 Jul 7 14:13 10-unmenu_user_script_update_check_unmenu* -rwxrwxrwx 1 root root 338 Jul 7 14:13 10-unmenu_user_script_update_unmenu* -rwxrwxrwx 1 root root 312 Jul 7 14:13 100-unmenu_user_script_unraid_version* -rwxrwxrwx 1 root root 784 Jul 7 14:13 1000-unmenu_user_script_kill* -rwxrwxrwx 1 root root 853 Jul 7 14:13 1000-unmenu_user_script_restart* -rwxrwxrwx 1 root root 370 Jul 7 14:13 11-unmenu_user_script_classic_skin* -rwxrwxrwx 1 root root 384 Jul 7 14:13 11-unmenu_user_script_horizontal_skin* -rwxrwxrwx 1 root root 378 Jul 7 14:13 11-unmenu_user_script_vertical_skin* -rwxrwxrwx 1 root root 3013 Jul 7 14:13 15-unmenu-disk_perf.cgi* -rwxrwxrwx 1 root root 2636 Jul 7 14:13 15-unmenu-network_perf.cgi* -rwxrwxrwx 1 root root 1216 Jul 7 14:13 16-unmenu-syslog.awk* -rwxrwxrwx 1 root root 4774 Jul 7 14:13 17-unmenu-syslog.awk* -rwxrwxrwx 1 root root 2247 Jul 7 14:13 18-unmenu-lsof.awk* -rwxrwxrwx 1 root root 2958 Jul 7 14:13 20-unmenu-usage.awk* -rwxrwxrwx 1 root root 971 Jul 7 14:13 200-unmenu-smarthistory.cgi* -rwxrwxrwx 1 root root 4074 Jul 7 14:13 25-unmenu-dupe_files.awk* -rwxrwxrwx 1 root root 8845 Jul 7 14:13 29-unmenu-sysinfo.awk* -rwxrwxrwx 1 root root 19519 Jul 7 14:13 30-unmenu-file_browser.awk* -rwxrwxrwx 1 root root 324 Jul 7 14:13 30-unmenu_user_script_getra* -rwxrwxrwx 1 root root 351 Jul 7 14:13 30-unmenu_user_script_setra-0256* -rwxrwxrwx 1 root root 353 Jul 7 14:13 30-unmenu_user_script_setra-1024* -rwxrwxrwx 1 root root 353 Jul 7 14:13 30-unmenu_user_script_setra-2048* -rwxrwxrwx 1 root root 21956 Jul 7 14:13 40-unmenu-iso_share.awk* -rwxrwxrwx 1 root root 437 Jul 7 14:13 40-unmenu_user_script_disk_speed* -rwxrwxrwx 1 root root 409 Jul 7 14:13 40-unmenu_user_script_start_crashplan* -rwxrwxrwx 1 root root 387 Jul 7 14:13 40-unmenu_user_script_stop_crashplan* -rwxrwxrwx 1 root root 530 Jul 7 14:13 40-unmenu_user_script_tar_crashplan* -rwxrwxrwx 1 root root 312 Jul 7 14:13 45-unmenu_user_script_scheduler__current_value* -rwxrwxrwx 1 root root 388 Jul 7 14:13 45-unmenu_user_script_scheduler_anticipatory* -rwxrwxrwx 1 root root 354 Jul 7 14:13 45-unmenu_user_script_scheduler_cfq* -rwxrwxrwx 1 root root 368 Jul 7 14:13 45-unmenu_user_script_scheduler_deadline* -rwxrwxrwx 1 root root 359 Jul 7 14:13 45-unmenu_user_script_scheduler_noop* -rwxrwxrwx 1 root root 4343 Jul 7 14:13 50-unmenu-user_scripts.cgi* -rwxrwxrwx 1 root root 625 Jul 7 14:13 50-unmenu_user_script_smarthist-graph* -rwxrwxrwx 1 root root 17076 Jul 7 14:13 600-unmenu-file_edit.awk* -rwxrwxrwx 1 root root 778 Jul 7 14:13 70-unmenu_user_script_samba_mask* -rwxrwxrwx 1 root root 316 Jul 7 14:13 80-unmenu_user_script_swapfile_off* -rwxrwxrwx 1 root root 402 Jul 7 14:13 80-unmenu_user_script_swapfile_on* -rwxrwxrwx 1 root root 675 Jul 7 14:13 85-unmenu_user_script_sleep* -rwxrwxrwx 1 root root 710 Jul 7 14:13 95-unmenu_user_script_test_email* -rwxrwxrwx 1 root root 32238 Jul 7 14:13 99-unmenu-myMain-Config.awk* -rwxrwxrwx 1 root root 8307 Jul 7 14:13 99-unmenu-utility.awk* -rwxrwxrwx 1 root root 278 Jul 7 14:13 99-unmenu_user_script_powerdown* -rwxrwxrwx 1 root root 61395 Jul 7 14:13 990-unmenu-wget.awk* -rwxrwxrwx 1 root root 2493 Jul 7 14:13 999-unmenu-unraid_main.awk* -rwxrwxrwx 1 root root 2150 Jul 7 14:13 UtilityShell.html* -rwxrwxrwx 1 root root 22751 Jul 7 14:13 airvideo-unmenu-package.conf* -rwxrwxrwx 1 root root 5611 Jul 7 14:13 apcupsd-3.14.10-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 5699 Jul 7 14:13 apcupsd-3.14.10-unmenu-package.conf* -rwxrwxrwx 1 root root 5548 Jul 7 14:13 apcupsd-unmenu-package.conf* -rwxrwxrwx 1 root root 4721 Jul 7 14:13 apcupsd3-unmenu-package.conf* -rwxrwxrwx 1 root root 1050 Jul 7 14:13 bwm-ng-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 1067 Jul 7 14:13 bwm-ng-unmenu-package.conf* -rwxrwxrwx 1 root root 2788 Jul 7 14:13 compiler-unmenu-package.conf* -rwxrwxrwx 1 root root 2832 Jul 7 14:13 compiler-unmenu-package_x86_64.conf* -rwxrwxrwx 1 root root 1269 Jul 7 14:13 cpio-unmenu-package.conf* -rwxrwxrwx 1 root root 1186 Jul 7 14:13 cpufrequtils-unmenu-package.conf* -rwxrwxrwx 1 root root 1362 Jul 7 14:13 cxxlibs-unmenu-package.conf* -rwxrwxrwx 1 root root 2009 Jul 7 14:13 dmidecode-unmenu-package.conf* -rwxrwxrwx 1 root root 73745 Jul 7 14:13 drivedb.lib.awk* -rwxrwxrwx 1 root root 8200 Jul 7 14:13 ds_store_cleanup-unmenu-package.conf* -rwxrwxrwx 1 root root 3992 Jul 7 14:13 dynamic-dns-unmenu-package.conf* -rwxrwxrwx 1 root root 1699 Jul 7 14:13 encfs-unmenu-package.conf* -rwxrwxrwx 1 root root 644 Jul 7 14:13 file-unmenu-package.conf* -rwxrwxrwx 1 root root 1153 Jul 7 14:13 hdparm-9.27-unmenu-package.conf* -rwxrwxrwx 1 root root 898 Jul 7 14:13 hdparm-9.37-unmenu-package-1.conf* -rwxrwxrwx 1 root root 990 Jul 7 14:13 htop-unmenu-package.conf* -rwxrwxrwx 1 root root 931 Jul 7 14:13 iftop-unmenu-package.conf* -rwxrwxrwx 1 root root 5277 Jul 7 14:13 image_server-unmenu-package.conf* drwxrwxrwx 3 root root 8192 Jul 7 14:13 images/ -rwxrwxrwx 1 root root 1333 Jul 7 14:13 inotify-tools-unmenu-package.conf* -rwxrwxrwx 1 root root 1526 Jul 7 14:13 iperf-unmenu-package.conf* -rwxrwxrwx 1 root root 3945 Jul 7 14:13 istat-unmenu-package.conf* -rwxrwxrwx 1 root root 1361 Jul 7 14:13 jre-unmenu-package.conf* -rwxrwxrwx 1 root root 1196 Jul 7 14:13 lighttpd-unmenu-package.conf* -rwxrwxrwx 1 root root 991 Jul 7 14:13 lsof-unmenu-package.conf* -rwxrwxrwx 1 root root 5081 Jul 7 14:13 mail-ssmtp-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 7062 Jul 7 14:13 mail-ssmtp-unmenu-package.conf* -rwxrwxrwx 1 root root 9772 Jul 7 14:13 mail_status-unmenu-package.conf* -rwxrwxrwx 1 root root 2345 Jul 7 14:13 md5deep-unmenu-package.conf* -rwxrwxrwx 1 root root 2226 Jul 7 14:13 monthly-parity-unmenu-package.conf* -rwxrwxrwx 1 root root 2742 Jul 7 14:13 mover_conditional_sync-unmenu-package.conf* -rwxrwxrwx 1 root root 1380 Jul 7 14:13 mover_exclude_underscore-unmenu-package.conf* -rwxrwxrwx 1 root root 1107 Jul 7 14:13 mover_fix-logging-unmenu-package.conf* -rwxrwxrwx 1 root root 38811 Jul 7 14:13 myMain.conf* -rwxrwxrwx 1 root root 8236 Jul 7 14:13 myMainConfigDrive.html* -rwxrwxrwx 1 root root 7190 Jul 7 14:13 myMainConfigMain.html* -rwxrwxrwx 1 root root 6575 Jul 7 14:13 myMainConfigView.html* -rwxrwxrwx 1 root root 10160 Jul 7 14:13 myMain_local.conf.sample* -rwxrwxrwx 1 root root 891 Jul 7 14:13 myMain_local.conf.sample2* -rwxrwxrwx 1 root root 5640 Jul 7 14:13 mysql-unmenu-package.conf* -rwxrwxrwx 1 root root 2087 Jul 7 14:13 ntfs-3g-2010.3.6-unmenu-package.conf* -rwxrwxrwx 1 root root 3638 Jul 7 14:13 openssh-unmenu-package.conf* -rwxrwxrwx 1 root root 1354 Jul 7 14:13 openssl-unmenu-package.conf* -rwxrwxrwx 1 root root 8127 Jul 7 14:13 p910nd-unmenu-package.conf* -rwxrwxrwx 1 root root 768 Jul 7 14:13 pbzip2-unmenu-package.conf* -rwxrwxrwx 1 root root 994 Jul 7 14:13 pciutils-unmenu-package.conf* -rwxrwxrwx 1 root root 1947 Jul 7 14:13 perl-unmenu-package.conf* -rwxrwxrwx 1 root root 2000 Jul 7 14:13 php-unmenu-package.conf* -rwxrwxrwx 1 root root 1385 Jul 7 14:13 powerdown-2.06_ctlaltdel-unmenu-package.conf* -rwxrwxrwx 1 root root 8448 Jul 7 14:13 powerdown-overtemp-unmenu-package.conf* -rwxrwxrwx 1 root root 1385 Jul 7 14:13 powerdown_ctlaltdel-unmenu-package.conf* -rwxrwxrwx 1 root root 1765 Jul 7 14:13 proftp-unmenu-package.conf* -rwxrwxrwx 1 root root 1191 Jul 7 14:13 python-unmenu-package.conf* -rwxrwxrwx 1 root root 1243 Jul 7 14:13 python_cheetah-unmenu-package.conf* -rwxrwxrwx 1 root root 1051 Jul 7 14:13 reiserfsck-3.6.21-unmenu-package.conf* -rwxrwxrwx 1 root root 988 Jul 7 14:13 rsync-unmenu-package.conf* -rwxrwxrwx 1 root root 1685 Jul 7 14:13 ruby-unmenu-package.conf* -rwxrwxrwx 1 root root 25306 Jul 7 14:13 sabnzbd-unmenu-package.conf* -rwxrwxrwx 1 root root 1519 Jul 7 14:13 screen-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 1493 Jul 7 14:13 screen-unmenu-package.conf* -rwxrwxrwx 1 root root 11848 Jul 7 14:13 shellinabox-unmenu-package.conf* -rwxrwxrwx 1 root root 1416 Jul 7 14:13 smartctl-unmenu-package.conf* -rwxrwxrwx 1 root root 1127 Jul 7 14:13 socat-unmenu-package.conf* -rwxrwxrwx 1 root root 1227 Jul 7 14:13 sqlite-unmenu-package.conf* -rwxrwxrwx 1 root root 3134 Jul 7 14:13 svn-unmenu-package.conf* -rwxrwxrwx 1 root root 5299 Jul 7 14:13 syslog_match.conf* -rwxrwxrwx 1 root root 116173 Jul 7 14:13 unmenu.awk* -rwxrwxrwx 1 root root 26391 Jul 7 14:13 unmenu.base.lib.awk* -rwxrwxrwx 1 root root 6017 Jul 7 15:19 unmenu.conf* -rwxrwxrwx 1 root root 13168 Jul 7 14:13 unmenu_install* -rwxrwxrwx 1 root root 6016 Jun 9 2014 unmenu_local.conf* drwxrwxrwx 2 root root 8192 Jul 7 14:13 unmenu_old_2015-07-07_1413/ -rwxrwxrwx 1 root root 3960 Jul 7 14:13 unraid-web-unmenu-package.conf* -rwxrwxrwx 1 root root 1047 Jul 7 14:13 unrar-unmenu-package.conf* -rwxrwxrwx 1 root root 10044 Jul 7 14:13 utility.lib.awk* -rwxrwxrwx 1 root root 2089 Jul 7 14:13 uu* -rwxrwxrwx 1 root root 826 Jul 7 14:13 vim-unmenu-package.conf* -rwxrwxrwx 1 root root 1171 Jul 7 14:13 zip-unmenu-package.conf*
  7. I haven't installed any dockers yet. Originally I was trying to install the Screen package, but found that in Nerd Tools. The only other package I can think of off the top of my head is DS Store Cleanup. Haven't had any luck finding that one.
  8. I've been trying to install unMenu on v6.0.1 without any luck. I installed following these instructions, but can't connect via web browser. I set "My Host" to the IP address just like my previous version, but I've also tried tower:8080, tower.local:8080, brunnhilde:8080 and brunnhilde.local:8080. Honestly, I'm not sure if unMenu is running or not. Maybe this is not the proper way to install it in v6. I couldn't find any more up to date instructions though. Or maybe it's possible now to install packages without installing unMenu?
  9. So the cache pool isn't about increasing the capacity of the cache, but rather protecting the data? I guess maybe my question should have been more along the lines of how big a cache do I need? I don't have any experience with Dockers and no idea how large to expect the images to be. I currently have a 1TB drive installed as Cache. It's always been plenty big enough to accommodate file transfers, but I'm not sure once I start adding Dockers?
  10. I'm just getting everything setup with unRaid 6 and trying to figure out which format would be best for my cache disk. I'm just using a fairly straight forward media server. I plan to install a few Dockers (Plex, OpenVPN possibly, maybe a couple of others). I'm not sure if a cache pool would be necessary since I don't know how large to expect these Docker images to be, but it appears that it might be easier to setup later if the original disk is already formatted to BTRFS. I haven't been able to find any sort of How-To for this though. I have seen quite a few posts that XFS is a more stable file system and that BTRFS is subject to corruption, but I'm not sure if these statements are still true with v6.0.1? Any advice/opinions welcome.
  11. flash/preclear_reports/ That's where all the preclear reports are on mine anyway.
  12. Maybe I have a problem with my install. I set Preclear to email after each step, but no emails. Only the GUI notifications. Emails from the GUI are working fine but maybe there's something else I need to install to get emails from this plugin?
  13. So all I have to do is "Assign" the disk and unraid will partition and format to whatever settings are set as default?
  14. I have a disk in hot standby right now. I figured that since LT is recommending XFS now, I would start with this disk and then possibly shuffle files in my array to accommodate reformatting all the disks one at a time. I don't believe partitions would be necessary for this and the disks will not be used outside the array, but knowing how to create partitions, etc would be a plus.
  15. Is there a plugin that will format disks for unraid 6? Or maybe some instructions on how to do it manually? I found one set but they were marked as outdated so I'm reluctant to use them.
  16. Showing "Up To Date". Super minor issue anyhow. It'll be great though not having to go back and read the directions on the rare occasions when I have to preclear a disk. Sometimes I miss important steps.
  17. This is outstanding!!! Did I install the wrong version of the plugin though? I thought the spelling for cicle had been corrected. I installed this one- http://bit.ly/1G44UhZ Maybe there's an updated version somewhere else with notification support?
  18. I've been trying to install this plugin without success. I copied the link in the OP to the "Install Plugin" text field and I see the icon in "User Utilities" but when I click it I see "Script Not Present". Is there something else I need to install as well?
  19. Sorry. I know this is off topic, but could you post a link to whatever repo has that docker? It is a plugin, not a docker. Some things still make sense as a plugin. See here for that plugin, and here for some discussion of other plugins people are still using in v6. Also see search tips in my sig. Thanks. Guess that's why Google couldn't find a Preclear Docker.
  20. Sorry. I know this is off topic, but could you post a link to whatever repo has that docker?
  21. How would I add this script to v6?
  22. Go to Tools - Diagnostics and post the result. I think this is what you wanted. brunnhilde-diagnostics-20150703-2112.zip
  23. I've got a parity check running now and I'm seeing a few reallocated sectors on 2 drives. Is this something I should be concerned about? Not sure if it's telling me that action has already been taken or if I need to take some action.
×
×
  • Create New...