cjhammel

Members
  • Posts

    12
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cjhammel's Achievements

Noob

Noob (1/14)

0

Reputation

  1. In the settings for SNMP you have the snmpd.conf file editor. The line rocommunity public is the default but the community string can be changed to what ever you want. (this causes the plugin to uninstall on the next boot.) Security best practices are to change the read only community string to something else like changing a default password. The snmp.plg is doing the following to verify if the plugin was installed. results=$(snmpwalk -v 2c localhost -c public hrFSMountPoint 2>&1) || printf "snmpwalk failure" snmpwalk is connecting to the snmpd service and using public and the connection string. If you change the rocommunity string snmpwalk command fails to connect and uninstalls the plugin on the next boot. I would guess that to fix the issue with changing the rocommunity string the plugin should read /etc/snmp/snmpd.conf and get the string for the rocommuntiy line as a variable then use that in place of public for the script.
  2. It looks like the install script only checks with public as the rocommunity string. I found that if public is not the rocommunity string snmpwalk fails and the plugin fails the check. After 2 reboots the SNMP plugin uninstalls. If you have the rocommunity string as public then it will survive the reboot.
  3. I have created a bridging VLAN on an interface. br2.10 I have assigned docker containers to the the interface and assigned an IP address. When I change the Port in form it is not updated on the main page. I know that when we use the bridging interface the ports do not make a difference. But the UI makes a nice way to document what ports are open. Otherwise remove the Ports from the UI altogether
  4. The way I do this is that in CrashPlan I have created a second backup set. This set is for backing up my backups. The second is for all my regular files. Both sets can run at the same time.
  5. How do we configure this docker to set the file mask on downloads to 777 for directories and 666 for files.
  6. On opening the disk log for my sdd disk the wsdd dameon info/warnings/errors are included see disk log below Jul 15 12:07:05 Zeus wsdd[16365]: set_multicast: Failed to set IPv4 multicast Jul 15 12:07:07 Zeus root: /usr/sbin/wsdd Jul 15 12:07:07 Zeus wsdd[27818]: set_multicast: Failed to set IPv4 multicast Jul 15 12:07:07 Zeus wsdd[27818]: Failed to add multicast for WSDD: Address already in use Jul 15 12:07:07 Zeus wsdd[27818]: set_multicast: Failed to set IPv4 multicast Jul 14 15:35:35 Zeus kernel: sd 7:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) Jul 14 15:35:35 Zeus kernel: sd 7:0:0:0: [sdd] 4096-byte physical blocks Jul 14 15:35:35 Zeus kernel: sd 7:0:0:0: [sdd] Write Protect is off Jul 14 15:35:35 Zeus kernel: sd 7:0:0:0: [sdd] Mode Sense: 7f 00 10 08 Jul 14 15:35:35 Zeus kernel: sd 7:0:0:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA Jul 14 15:35:35 Zeus kernel: sdd: sdd1 Jul 14 15:35:35 Zeus kernel: sd 7:0:0:0: [sdd] Attached SCSI disk Jul 14 15:36:04 Zeus emhttpd: ST2000VN004-2E4164_Z529LK30 (sdd) 512 3907029168 Jul 14 15:36:04 Zeus kernel: mdcmd (4): import 3 sdd 64 1953514552 0 ST2000VN004-2E4164_Z529LK30 Jul 14 15:36:04 Zeus kernel: md: import disk3: (sdd) ST2000VN004-2E4164_Z529LK30 size: 1953514552 Jul 14 15:36:07 Zeus root: /usr/sbin/wsdd Jul 14 15:36:09 Zeus emhttpd: shcmd (26): echo 128 > /sys/block/sdd/queue/nr_requests Jul 14 15:36:32 Zeus emhttpd: shcmd (63): echo 128 > /sys/block/sdd/queue/nr_requests Jul 14 15:36:42 Zeus root: /usr/sbin/wsdd
  7. I can not get this docker to start. The docker app is creating folders in the appdata folder instead of files for the configurations.
  8. I have created a number of docker containers and have assigned them static IP's. I can ping them from any other device on the network and they work as expected. I have a mail server running in one of the dockers and would like the unraid server to be able to send email messages to that server. When I ping the docker from the unraid server I get From tower.local (192.168.0.31) icmp_seq=1 Destination Host Unreachable then when I check the arp table i get mail.local (incomplete) br0 Is there some setting that will allow the docker containers to respond to the unraid server? Thanks Chris
  9. I have installed the CrashPlan Pro docker and pay for the offsite storage this is nice because it backs up every 15 minutes and there is unlimited upload for the cost of the monthly subscription.