dbrown2

Members
  • Posts

    51
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

dbrown2's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. thank you so much... this is so easy to setup and works great.
  2. Hi, i upgraded UD (noticed this AM) and then read through your above texts. I did the following to resolve the issue: went into settings of UD, change security from public to no for both SMB (apply), then NFS (apply) went to main menu option then went to both drive and mount and selected the gear and "disabled" share and pressed done went back into the gear for the drive and share was back enabled I clicked done again. I did the same for the mount. i then tested the through windows 10 and the mount is shared. I did the same thing yesterday, the only difference would be the upgraded UD. Thank you for your help.
  3. First and foremost thank you no matter the outcome. thank you.. You are kind and generous with your time. I will follow your suggestions. and report back tomorrow. have a good night. I work tomorrow 1st shift EST. so I will be hit or miss. thank you again.
  4. Load smb config files from /etc/samba/smb.conf lpcfg_do_global_parameter: WARNING: The "null passwords" option is deprecated Loaded services file OK. Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback) Server role: ROLE_STANDALONE # Global parameters [global] disable spoolss = Yes load printers = No logging = syslog@0 map to guest = Bad User max open files = 40960 multicast dns register = No ntlm auth = ntlmv1-permitted null passwords = Yes os level = 100 passdb backend = smbpasswd printcap name = /dev/null security = USER server min protocol = NT1 server multi channel support = No server string = Media server show add printer wizard = No smb1 unix extensions = No fruit:nfs_aces = No idmap config * : range = 3000-7999 idmap config * : backend = tdb acl allow execute always = Yes aio read size = 0 aio write size = 0 create mask = 0777 directory mask = 0777 hide dot files = No include = /etc/samba/smb-shares.conf invalid users = root map archive = No map readonly = yes use sendfile = Yes wide links = Yes [flash] comment = Unraid OS boot device force user = root guest ok = Yes path = /boot read only = No [disk1] guest ok = Yes path = /mnt/disk1 read only = No [disk2] guest ok = Yes path = /mnt/disk2 read only = No [disk3] guest ok = Yes path = /mnt/disk3 read only = No [cache] guest ok = Yes path = /mnt/cache read only = No [Google Drive Files] guest ok = Yes path = /mnt/user/Google Drive Files read only = No [Media] guest ok = Yes path = /mnt/user/Media read only = No [Pictures] guest ok = Yes path = /mnt/user/Pictures read only = No [apks] guest ok = Yes path = /mnt/user/apks read only = No [downloads] guest ok = Yes path = /mnt/user/downloads read only = No [isos] comment = ISO images guest ok = Yes path = /mnt/user/isos read only = No [pve-backups] guest ok = Yes path = /mnt/user/pve-backups read only = No
  5. done. mounted unassigned and does not show up nor can I map directly to it.
  6. instead of using workgroup name for workgroup i use the name federation (star trek) I don't run a domain here only a workgroup. Is that not correct?
  7. Maybe I am doing it wrong? this is what i have. these are screenshots from settings and from the mount point share with the drive share. I think blue is on?
  8. Recently upgraded to 6.11.5 and I noticed my smb share of my unassigned disk no longer works. The drive is mounted and I can copy files or create folders. I just can't access via smb or nfs. I have removed all plug-ins and added only CA and unassigned plug ins without improvement. verified that have allowed SMB sharing and allowed public access. I have tried to just access the drive even though it does not show up when using UNC \\servername\share . any suggestions?
  9. Ok, another question: Now that I have it running the log files looks good. When I browse to the http://IP:5000 I get a blank white page. Is that normal? * Starting nginx nginx ...done. frigate.app INFO : Creating tmpfs of size 256m Starting migrations peewee_migrate INFO : Starting migrations There is nothing to migrate peewee_migrate INFO : There is nothing to migrate frigate.mqtt INFO : MQTT connected detector.coral INFO : Starting detection process: 39 frigate.app INFO : Camera processor started for back: 42 frigate.app INFO : Capture process started for back: 43
  10. Resolved: I used the following to fix the issue: forcing it to use cpu detectors: # Required: name of the detector coral: # Required: type of the detector # Valid values are 'edgetpu' (requires device property below) and 'cpu'. type: cpu I am just starting with Frigate as a docker in Unraid. I created a bare bones config.yml and have worked through a few issues from google searches. I am running 6.9 stable It looks likes it trying to use coral , but I don't have one. I thought it would use CPU if it did not find a coral device. During handling of the above exception, another exception occurred: Starting migrations peewee_migrate INFO : Starting migrations There is nothing to migrate peewee_migrate INFO : There is nothing to migrate frigate.mqtt INFO : MQTT connected detector.coral INFO : Starting detection process: 37 Process detector:coral: frigate.app INFO : Camera processor started for back: 40 frigate.edgetpu INFO : Attempting to load TPU as usb frigate.edgetpu INFO : No EdgeTPU detected. frigate.app INFO : Capture process started for back: 42 Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/tflite_runtime/interpreter.py", line 152, in load_delegate delegate = Delegate(library, options) File "/usr/local/lib/python3.8/dist-packages/tflite_runtime/interpreter.py", line 111, in __init__ raise ValueError(capture.message) ValueError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/opt/frigate/frigate/edgetpu.py", line 124, in run_detector object_detector = LocalObjectDetector(tf_device=tf_device, num_threads=num_threads) File "/opt/frigate/frigate/edgetpu.py", line 63, in __init__ edge_tpu_delegate = load_delegate('libedgetpu.so.1.0', device_config) File "/usr/local/lib/python3.8/dist-packages/tflite_runtime/interpreter.py", line 154, in load_delegate raise ValueError('Failed to load delegate from {}\n{}'.format( ValueError: Failed to load delegate from libedgetpu.so.1.0 frigate.watchdog INFO : Detection appears to have stopped. Exiting frigate... frigate.app INFO : Stopping... frigate.events INFO : Exiting event cleanup... frigate.events INFO : Exiting event processor... frigate.record INFO : Exiting recording maintenance... frigate.object_processing INFO : Exiting object processor... frigate.watchdog INFO : Exiting watchdog... frigate.stats INFO : Exiting watchdog... peewee.sqliteq INFO : writer received shutdown request, exiting. root INFO : Waiting for detection process to exit gracefully... here is my config.yml mqtt: host: 192.168.0.8 port: 1883 topic_prefix: frigate client_id: frigate user: username password: password # Optional: interval in seconds for publishing stats (default: shown below) stats_interval: 60 cameras: back: ffmpeg: inputs: - path: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@192.168.0.181:554/cam/realmonitor?channel=1&subtype=0&unicast=true roles: - detect - rtmp width: 1280 height: 720 fps: 5 thanks
  11. First thank you for the docker BlueIRIS, does this need to go through install each time the docker is restarted?
  12. I have attempted to download OpenFLIXR_2.0_KVM_unRAID.img.zip from Stack, Dropbox (found a link) and torrent (no seeds) and I have tried Chrome, Edge, and IE 11. I can download the file most of the time, but I get a CRC header failed. Does anyone have any suggestion?
  13. Does anyone have a suggestion on how to download OpenFLIXR_2.0_KVM_unRaid.zip? I can't get it to download from there site.
  14. Here are the photos of my advanced auto setup and share on unraid