ziggie216

Members
  • Posts

    72
  • Joined

  • Last visited

Posts posted by ziggie216

  1. 17 hours ago, dtg said:

    This is on unraid 6.11.2

     

    I fixed this by doing the following and then borg runs without errors on mine.

    Probably not the proper way to do it and have not tested after a reboot.

     

    Download the libffi v3.3 from here on another Linux PC, I used Linux Mint 21: https://github.com/libffi/libffi/releases

     

    Direct link: https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz

     

    Extract and then open a terminal in the extracted directory then type:

     

    ./configure

    make

     

    There should then be a libffi.so.7.1.0 in libffi-3.3/x86_64-pc-linux-gnu/.libs directory

     

    Rename this to libffi.so.7

     

    Then copy across to /usr/lib64/libffi.so.7 on unraid and run borg

     

    Hope that helps until it is fixed properly

     

    thanks! this will at least let me run back up for awhile until next reboot / libffi is included in nerd tool... now next problem... no c complier lol, oh boy.. and looks like devpack gui hasn't been updated for a year.

     

    edit: oooh compile it on another distro... will try

  2. Does Borg backup work for anyone?

     

    root@Tower:~# borg -v
    Traceback (most recent call last):
      File "/usr/lib64/python3.9/site-packages/borg/archiver.py", line 41, in <module>
        from .archive import Archive, ArchiveChecker, ArchiveRecreater, Statistics, is_special
      File "/usr/lib64/python3.9/site-packages/borg/archive.py", line 20, in <module>
        from . import xattr
      File "/usr/lib64/python3.9/site-packages/borg/xattr.py", line 9, in <module>
        from ctypes import CDLL, create_string_buffer, c_ssize_t, c_size_t, c_char_p, c_int, c_uint32, get_errno
      File "/usr/lib64/python3.9/ctypes/__init__.py", line 8, in <module>
        from _ctypes import Union, Structure, Array
    ImportError: libffi.so.7: cannot open shared object file: No such file or directory

     

    Looks like we need libffi.so.7. unraid  6.11.0 has libffi included but it's libffi.so.8

     

    root@Tower:~# ldconfig -p |  grep ffi
            libffi.so.8 (libc6,x86-64) => /usr/lib64/libffi.so.8
            libffi.so (libc6,x86-64) => /usr/lib64/libffi.so

  3. Same error message as above. 

    Added custom qemu:args for macOS
    topolgy line left as is
    custom ovmf added
    error: Failed to define domain from /tmp/Macinabox BigSurfixed.xml
    error: (domain_definition):3: Extra content at the end of the document

     

    edit: never mind.. delete the container and /mnt/user/appdata/macinabox. problem resolved

     

    edit2: made an edit to the VM and then reran the script, error came back 

  4. On 9/25/2021 at 2:12 PM, BVD said:

     

    Do you have the Full Width plugin installed? Also, do you notice if this typically occurs with smaller windows (as opposed to full screen, or otherwise)?

     

    I've noticed that some pages get kinda wonky when attempting to view them in a window that's been resized smaller, or any time I'm browsing it from something that's only got something like an 800x600 resolution available to it. It's rare for me to do so, so I've just kept both plugins installed and keep it in mind any time I see something screwy like this.

     

    Doesnt look like I have any apps / plugins installed that contain the word "width". Tried resetting Settings > Display, no difference. I have a 4k monitor so maximizing Firefox didnt make a difference. Now i'm wondering if I can just delete the folder plugin without messing anything up just so I can reset it up again.

  5. This has been driving me crazy lately, hope there is some kind of fix for this. When I'm looking at the docker section, I would see certain folders are "expanded" but then the containers are shown in another folder. https://imgur.com/DcM6IBN If I minimize the folder then expanded, then the containers would visually show in the correct folder https://imgur.com/CmxQmVO. Then once I reload the docker page, it's back to the way it was before. 

  6. 40 minutes ago, ppunraid said:

     

    Probably not the right forum to discuss your issue, but here's what a quick search brought up:

    https://www.globenewswire.com/news-release/2020/03/18/2002822/0/en/Locast-lessens-coronavirus-hardships-with-emergency-offer.html

     

     

    Thanks.. I must have read another article wrong about donating being temporary removed when I saw this 

    Quote

    A locast account that you have donated to (non donated accounts have streams that terminate after 5-10 mins, so locast2plex intentionally fails to prevent issues with non donating users and the DVR function). Also be sure you are running the server from the same physical location that you want channels for.

     

    when I was wondering why the docker wouldn't start. 

  7. 2 hours ago, Frazzer951 said:

     

     

    Problems I'm having:

     

    Dockers are not showing their Images, only the names.

     

     

    I'm looking at the source code and the image url is https://192.168.1.7/state/plugins/dynamix.docker.manager/images/Influxdb-icon.png

     

    Looks like the IP is hard set?

     

    Edit: found it.. edit that panel, right side look for a section call URL, you'll find the Base URL there that you'll need to change. The part where I dont get is that in order to access that url, we need to login to unRAID first by that IP then Grafana. If I went straight to Grafana without authenticating against unRAID WebUI, I would run into the same issue of not seeing that image

  8. I'm trying out homebridge w/ gui and have been rebuilding this over and over.. after each successful setup and I restart the container, I get this and web gui is no longer accessable

     

    (node:350) UnhandledPromiseRejectionWarning: Login Error: TypeError: Cannot read property 'serial' of undefined
    (node:350) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
    (node:350) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

     

  9. I'm getting a waring that I have "Marvel Hard Drive Controller Installed" but when I look at the system devices.. I don't see any Marvel listed. The only two "SATA" listings are

     

    IOMMU group 17:[8086:8d7c] 00:11.0 Unassigned class [ff00]: Intel Corporation C610/X99 series chipset SPSR (rev 05)

    [8086:8d62] 00:11.4 SATA controller: Intel Corporation C610/X99 series chipset sSATA Controller [AHCI mode] (rev 05)

     

    IOMMU group 26:[8086:8d44] 00:1f.0 ISA bridge: Intel Corporation C610/X99 series chipset LPC Controller (rev 05)

    [8086:8d02] 00:1f.2 SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)

     

     

    False positive?