Jump to content

dbrown2

Members
  • Posts

    51
  • Joined

  • Last visited

Posts posted by dbrown2

  1. 11 minutes ago, dlandon said:

    Yes, please do.  It gets chatty if left on and fills the log.

    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.

     

  2. 1 minute ago, dlandon said:

    UD is not setting up the SMB or NFS shares and I see no reason for that.  My only suggestions are:

    • Click on the double arrows on the UD page and see if it fixes the problem.
    • Reboot.

    If UD has set up the share properly, you'll see it in the testparm output between the [global] and [flash] sections.

     

    If neither of these work, let me know and I'll look at it some more tomorrow.

    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.

  3. 7 minutes ago, dlandon said:

    Show the output of this command:

    testparm -s

     

    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

  4. 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?

  5. 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

  6. 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

     

  7.  

    If your that set on a time frame, then move to WHS

     

    I think you missed the point of the post.  I think he is asking for a response from Tom to get needed information to make an "informed" decision.  The fact that he stated a time frame says that he knows what he wants/needs, now he needs the information to make the decision.

     

     

     

     

  8. Thank you for your work.  I was just thinking that it would be nice to have some type of "service" (notice a windows user by default) for my unraid media files to create my .nfo files for xbmc.

     

    Question:

     

    I know with windows service you can select options for xbmc nfo files.  Can I do the same thing with this solution?  I don't have popcorn hour, but would like to use it for xbmc media library.

     

×
×
  • Create New...