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. Let me get home tonight.  I just did this with Advanced and is working fine.  I did have a lot of issues though, just can't remember what I did to fix it.

     

    I know I am using /cifs1 and had to create a share and I selected cache only (don't care about lose of logs at home). I think I selected default security too.

     

    Anyway... I will post screen shot when I get home tonight if the forum allows me.

     

    David

  8. Helllo,

     

    A little late to the game, but I guess better late than never.  I am going to upgrade my Pentium 4 Unraid box with the following:

     

    CPU SR0KX INTEL XEON E5-2670 8 CORE 2.60GHz

    64 GB Ram [url=http://ebay.to/1qwcnEW

    PSU http://www.newegg.com/Product/Product.aspx?Item=N82E16817139083

    Antec Nine Hundred V1 Case (I already owned it)

     

    And one of the two MB's below.  (Are they basicaly the same?)  Is one better? 

    MBD-X9DRL-IF-B

    ASRock EP2C602-4L/D16

     

    I would like to try a few (3) VM's and my 16TB (all 4TB) drives and one SSD cache drive

     

    Thank you

    David

     

     

  9. Hello,  Thank you for your hard work on these plugins... I have been able to install several without any problems on Unraid 5.05.  I installed Subsonic plg and configured my settings /paths.  When I try to installed I get an failed MD5 checksum.  I looked in the packages folder and found subsonic-.deb with 0kb.  Of course that is wrong and thought I might try deleting it.  After deletion I the file is added back when I click install, but continue to get 0kb file size and fail MD5.

     

    Any suggestions?

     

    Thank you again.

     

    David

  10. I have used GigaNews, Astraweb, and now Tweaknews.  You need more thread connections with Tweaknews to get the same speed as AstraWeb or Giganews, but it is 100 times better in file retention.  The money is about the same if you pay for 3 months at a time.

  11. Thanks for everyone's help.  I have it up and running, although it is very slow to add releases.  Could be my group settings with minimum number of files and size to make a release.

     

    I have ./newznab.sh start running from my crono_settings folder. 

     

    How to you stop newznab process?  kill - 9 and the pid?

     

     

  12. I have another question around the cron and nix scripts.

     

    I have use ./newznab.sh start in the cron_scripts folder.  The group list (active only) displays the groups and the last time it updated.  Looks fine, but I don't seem to get a lot of releases even with 50 day backfill.

     

    Do I run the newznab.sh in the "cron_scripts" folder or the nix folder?  And how do I run it?

     

    Thanks for your help

     

  13. I have NewzNab running and use ./newznab.sh start to run every 10 min.  My question is around mysql.  On the admin home page I see a few errors listed around the my.conf file.  It says it is stored in the /etc folder. Sadly I am a noob with Linux and not sure where this folder is located.

     

    BTW this thread has been a great help.  Thank you for everyone suggestions.

     

     

    I found a comment in another thread where you copy the /etc/my.cnf file to /boot/config/plugins/mysql  then edit the file there.  The file my.cnf then gets copied to /etc folder on start.

     

  14. I get bad interpreter: no such file or directory when running the following:

     

    from within the cron_scripts directory in the /update_scripts folder

     

    ./newznab.sh start

     

    I get the above error..  Thoughts?

     

     

     

    running

    ./newznab.sh start

    should be enough to run update every 10 mins..

     

    This will run the update_binaries & update_releases every 10 mins without need to setup a cron job?

     

    Yep, you just need to change NEWZNAB_PATH in that file though. If you need to run it faster than every 10 mins, you can change NEWZNAB_SLEEP_TIME to less than 600. That's in seconds.

     

    If you open up newznab.sh file, you will see what's going on.

     

    It just uses While loop to go on and on until it stops.

     

    This can probably be added to go file to run it everytime it boots, but i wonder what would be the best way to stop it when the array stops..

     

    but that newznab.sh file should be good to use for now.

×
×
  • Create New...