Brettv

Members
  • Posts

    106
  • Joined

  • Last visited

Posts posted by Brettv

  1. Im getting this error too, i received an email from my server this morning, i cant even remember how i set this up

     

    error: error setting owner of /var/log/nginx/error.log to uid 0 and gid 0: Operation not permitted

     

    could it be something to do with the logs not being able to be cleared?

  2. Hello

    It looks like there was an update 2 days ago? and since then beets is crashing

    Seems to have reintroduced an old problem with python?

    https://github.com/beetbox/beets/issues/3625

     

    Or it could just be me...

    Ive tried uninstalling and reinstalling, but the problem persists. 

     

    i see the below in my logs. 

     

    Traceback (most recent call last):
    File "/usr/bin/beet", line 33, in <module>
    sys.exit(load_entry_point('beets==1.4.9', 'console_scripts', 'beet')())
    File "/usr/lib/python3.8/site-packages/beets/ui/__init__.py", line 1266, in main
    _raw_main(args)
    File "/usr/lib/python3.8/site-packages/beets/ui/__init__.py", line 1249, in _raw_main
    subcommands, plugins, lib = _setup(options, lib)
    File "/usr/lib/python3.8/site-packages/beets/ui/__init__.py", line 1144, in _setup
    lib = _open_library(config)
    File "/usr/lib/python3.8/site-packages/beets/ui/__init__.py", line 1201, in _open_library
    get_path_formats(),
    File "/usr/lib/python3.8/site-packages/beets/ui/__init__.py", line 619, in get_path_formats
    path_formats.append((query, template(view.as_str())))
    File "/usr/lib/python3.8/site-packages/beets/util/functemplate.py", line 571, in template
    return Template(fmt)
    File "/usr/lib/python3.8/site-packages/beets/util/functemplate.py", line 581, in __init__
    self.compiled = self.translate()
    File "/usr/lib/python3.8/site-packages/beets/util/functemplate.py", line 614, in translate
    func = compile_func(
    File "/usr/lib/python3.8/site-packages/beets/util/functemplate.py", line 155, in compile_func
    prog = compile(mod, '<generated>', 'exec')
    ValueError: Name node can't be used with 'None' constant

  3. Hi everyone, 

    I would like to request a docker container for Roon. I am currently using the public on by steefdebruijn but it would be nice to have a linuxserver.io version. 

     

    More info on roon here - https://roonlabs.com/

     

    Kind regards

    Brett

    • Like 1
  4. Does anyone have any tips on the correct syntax in order to do that? I would google it, but i thought there might be something specific or something already tailored for unraid. 

    ie the correct syntax for "if X is still running, wait until finished, then start Y"

     

     

  5. Hi everyone, 

    I am using this to run a number of scripts on my Backup unraid server to rsync content from my main server at array startup. 

     

    Is there a way to have the scripts run in sequential order, rather than all at once? 

     

    -Brett

  6. 11 minutes ago, jbrodriguez said:

     

    I assume your server's SSL setting is either 'yes' or 'auto' right ?

     

    Are you clicking on the Open Web UI link from the plugin's page ?

     

    What's the url when you get this error ?

    That's right, it is set as 'yes'

    Also correct, I am clicking on the Open Web UI link.

    The URL is - https://servo.local:6237/

    Here is the screenshot

    image.png.8b0a354fee2e7b183fdea96d4dea3cac.png

     

     

     

     

  7. Just to add to this as well, i got elasticsearch working with nextcloud in a Ubuntu VM. 

    Here are a few issues relating to the nextcloud plugin i encountered to be aware of

    1. File locking in nextcloud - i had to turn this off in my config.php file in nextcloud while doing the scan, as it kept giving errors (i reenabled it after the scan was complete). The scan = the initial index with occ and the plugin. 

    2. Memory limit issues in php. The default is 128M which wasnt enough to index all of my nextcloud files, i had to change it (512mb was enough) or else it would keep giving errors as per below. 

    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18874368 bytes) in /config/www/nextcloud/lib/private/Lock/DBLockingProvider.php on line 77
    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8388616 bytes) in /config/www/nextcloud/lib/private/Lock/DBLockingProvider.php on line 265

    3. As the live scan command needs to be embedded into the docker somehow, i havent been able to use that. 

     

    i also managed to get Kibana installed, but havent figured out logstash yet. The full ELK stack with dockers would be great!

     

    (also speaking of collabora, i have that running and working as well in case anyone needs help)

     

    -Brett