gamerkonks

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by gamerkonks

  1. Hi there,

     

    I noticed my speedtest container wasn't working anymore and saw there's been some changes.

    Namely, no more sqlite support. I've deleted the old container and installed the new one (to bring in the new container mappings) and added the details to point it to my existing mariaDB instance, but I'm getting the following issue.

    It seems the container is using a completing different IP address to reach my DB than I've specified.

    My key: DB_HOST

    Value: 192.168.70.9

     

    I see the following in the log.

    I'm not sure where it's getting 172.19.0.1 from.


    ```

    In Connection.php line 801:
                                                                                   
      SQLSTATE[HY000] [1045] Access denied for user 'speedtest'@'172.19.0.1' (usi  
      ng password: YES) (Connection: mysql, SQL: select * from information_schema  
      .tables where table_schema = speedtest_tracker and table_name = migrations   
      and table_type = 'BASE TABLE')                                               
                                                                                   In Connector.php line 65:
                                                                                   
      SQLSTATE[HY000] [1045] Access denied for user 'speedtest'@'172.19.0.1' (usi  
      ng password: YES)    ````
     

  2. I've recently installed this container and started using it.

    I've noticed something weird. The container seemed to stop itself after a while, and when I started it again, the network list had reset back to default (a network I added was gone and networks I deleted were back), but my other preferences (Settings -> Preferences) seemed to remain.

  3. 3 hours ago, Cyclops said:

    I am trying to download the telegraf.conf file from this url: https://github.com/influxdata/telegraf/blob/master/etc/telegraf.conf that's listed in the startup guide. However, I am getting a 404 error and no existing blob/master subdirectory. What's the new url to download the templete telgraf.conf file?

     

    Thank you!

     

    Based on the documentation here you should be able to generate a config file by running

    telegraf --sample-config > telegraf.conf
  4. On 3/24/2023 at 4:21 AM, Einsteinjr said:

    Is it just me or do at least 1 or 2 appear to me out of sync at any given time for anyone else?  Currently Ecostake, Petroleum, Profit, and Tad are all out of sync. =/

    Tad has currently been out of sync on and off as no one is currently running a timelord. The other forks could be for the same reason. Usually you can find out by checking the projects discord.

    Also, feel free to spin up a timelord if you have the hardware for it :P

    • Like 1
  5. When the RAID-Z expansion feature is finished and if Unraid adds support for it, that should provide the storage flexibility that Unraid is known for (being able to expand your array with single disks), with the only downsides compared to Unraid's storage implementation being that you can't add additional parity drives as your expand your vDev, and you can't access data from disks individually.

  6. Hi there,

     

    I've started up my Krusader and can't conenct via noNVC.

    I noticed the following error in noNVC.

    Failed when connecting: Connection closed (code: 1011, reason: Failed to connect to downstream server).

    I checked the container logs and noticed:

     

    2022-11-22 09:03:30,722 DEBG 'start' stderr output:
     PEM format (default=)
    (EE) 
    Fatal server error:
    (EE) Unrecognized option: -
    (EE) 
    
    2022-11-22 09:03:30,732 DEBG 'start' stdout output:
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    
    2022-11-22 09:03:31,089 DEBG 'start' stderr output:
    WebSocket server settings:
    
    2022-11-22 09:03:31,089 DEBG 'start' stderr output:
      - Listen on :6080
      - Web server. Web root: /usr/share/webapps/novnc
      - No SSL/TLS support (no cert file)
    
    2022-11-22 09:03:31,090 DEBG 'start' stderr output:
      - proxying from :6080 to localhost:5900
    
    2022-11-22 09:03:32,668 DEBG 'start' stderr output:
    Can't open display
    
    2022-11-22 09:03:34,677 DEBG 'start' stdout output:
    [info] tint2 not running
    
    2022-11-22 09:03:34,702 DEBG 'start' stderr output:
    tint2: Using glib slice allocator (default). Run tint2 with environment variable G_SLICE=always-malloc in case of strange behavior or crashes

     

    It then repeats the tint2 errors.

     

    I've see that the container was updated to 2.8.0-1-01.

    I have downgraded to the last version 2.7.2-4-01, and it's working again.

  7. 6 hours ago, dlandon said:

    Use UD to check the disk.  Click on the check mark next to the partition.

     

    FS: ntfs
    
    Executing file system check: /bin/ntfsfix -n /dev/sdp1 2>&1
    
    Mounting volume... OK
    Processing of $MFT and $MFTMirr completed successfully.
    Checking the alternate boot sector... OK
    NTFS volume version is 3.1.
    NTFS partition /dev/sdp1 was processed successfully.
    

     

  8. On 11/17/2022 at 8:32 AM, dlandon said:

    If Linux doesn't find a partition on the disk, UD can't mount it.  Try scanning the disk for errors.

     

    So after formatting to NTFS using the unassigned devices plugin, I ran ntfsfix /dev/sdp
     

    I got the following output
    
    Mounting volume... NTFS signature is missing.
    FAILED
    Attempting to correct errors... NTFS signature is missing.
    FAILED
    Failed to startup volume: Invalid argument
    NTFS signature is missing.
    Trying the alternate boot sector
    Unrecoverable error
    Volume is corrupt. You should run chkdsk

     

    The disk is working fine in unraid though.

  9. Hi there,

    I have an external HDD (4TB).

    It was formatted as NTFS on Windows, but on Unraid, I couldn't mount it because it didn't appear to have any partitions.

    So I formatted it as NTFS using unassigned devices, but now when I go to disk management in Windows, it says the disk is not initialized.

    Is there any way to format a disk so that it is mountable in both Windows and Unassigned Devices?

    I'm sure I had this working with another drive.

  10. 2 hours ago, gamerkonks said:

    Has anyone seen this error, or know how to fix it?

     

    QLocalSocket::setServerName() called while not in unconnected state

     

    I see it getting repeated in the docker log immediately after [custom-init] no custom files found, skipping...

     

    I was changing some settings in the qBittorrent.conf and then I couldn't stop the container. I was getting a "No response from daemon: Cannot stop pause container... " message or similar.

    So I deleted my docker.img file and reinstalled qBittorrent and not I'm seeing the QLocalSocket error and can't access the webUI.

     

    Nevermind, managed to get my old qBittorrent.conf from a backup and got it working again.

  11. Has anyone seen this error, or know how to fix it?

     

    QLocalSocket::setServerName() called while not in unconnected state

     

    I see it getting repeated in the docker log immediately after [custom-init] no custom files found, skipping...

     

    I was changing some settings in the qBittorrent.conf and then I couldn't stop the container. I was getting a "No response from daemon: Cannot stop pause container... " message or similar.

    So I deleted my docker.img file and reinstalled qBittorrent and not I'm seeing the QLocalSocket error and can't access the webUI.

  12. Hi there,

    I'm having issue with an external USB HDD.

    I plug it in and it appears in unassigned devices, but I'm unable to mount the drive. It only has the format option.

    I know the drive is fine because I can access the data when I plug it into my Windows machine.

    My current work around it to pass it through to a VM in Unraid.

     

    Disk log below.

    kernel: sd 15:0:0:0: [sdl] Very big device. Trying to use READ CAPACITY(16).
    kernel: sd 15:0:0:0: [sdl] 35156590592 512-byte logical blocks: (18.0 TB/16.4 TiB)
    kernel: sd 15:0:0:0: [sdl] 4096-byte physical blocks
    kernel: sd 15:0:0:0: [sdl] Write Protect is off
    kernel: sd 15:0:0:0: [sdl] Mode Sense: 47 00 10 08
    kernel: sd 15:0:0:0: [sdl] No Caching mode page found
    kernel: sd 15:0:0:0: [sdl] Assuming drive cache: write through
    kernel: sd 15:0:0:0: [sdl] Attached SCSI disk
    emhttpd: WD_Elements_25A3_546456468464654-0:0 (sdl) 512 35156590592
    emhttpd: read SMART /dev/sdl
    

     

  13. 9 hours ago, guy.davis said:

     

    Not supported yet as far as I know. Only Chia & Flax so far.  Each fork blockchain will need to update their codebase with the latest changes from Chia.  Not all will or may take a long time.  Good indication of the activity/support for a blockchain fork actually.

     

    The forks that I'm aware have updated to >= 1.3 (chia version numbers)

    BTCgreen to 1.3.1

    Cactus to 1.3.3

    Flax to 1.3.3

    SHIBgreen to 1.3.1

    • Upvote 1