Xuvin

Members
  • Posts

    17
  • Joined

Posts posted by Xuvin

  1. Hey guy,

     

    I recently swapped my 2 x 256 SSDs of my cache pool.

    By following the steps below:

    1. disabled Docker/VM
    2. emptied out the Cache Pool via Mover
    3. stopped Array
    4. swapped SSD
    5. assigned new SSDs to Cache Pool
    6. started Array
    7. moved data back 
    8. enabled Docker/VM

     

    Everything seemed fine.

     

    Today I added a new HDD to the array and I noticed the following:

     

    126891192_Bildschirmfoto2023-02-17um16_31_412.thumb.png.8d5b41f359994039e3d4c1542e60034b.png

     

    The WD SSDs have been 250 GB and not 500 GB and if I hover over the X it is saying, that the device is disabled and contents emulated.

     

    How can I fix this ?

  2. On 8/25/2021 at 3:02 PM, DiscoDuck said:

    Is the container shipped with the beta patch? It hasn't worked for me for quite some time now and my log file states 3.2.1.0

      Hide contents
    [        ]
    [        ]             WebGrab+Plus/w MDB & REX Postprocess -- version V3.2.1.0
    [        ]
    [        ]                                 Jan van Straaten
    [        ]                              Francis De Paemeleere
    [        ]
    [        ]             thanks to Paul Weterings and all the contributing users
    [        ] --------------------------------------------------------------------------------
    [        ]
    [        ] Job started at 25/08/2021 12:51:01
    [  Debug ]
    [  Debug ] Running  on: Unix 5.10.28.0
    [  Debug ] Environment: 4.0.30319.42000
    [  Debug ] Mono version: 6.12.0.122 (tarball Mon Feb 22 17:29:18 UTC 2021)
    [  Debug ]
    [  Debug ] Loading timezone data
    [  Debug ] Embedded timezones source: timezone.timezonesdata.txt
    [  Debug ] Reading config file: /config/WebGrab++.config.xml
    [  Info  ] Checking License ..
    [  Info  ] For License request/update data, see WGLicense.log.txt
    [        ] Job finished at 25/08/2021 12:51:01 done in 0s
    [Critical]
    Object reference not set to an instance of an object
    [Critical]
      at  . ..ctor (System.String ) [0x01381] in <fbac90b70d384f53ad4ad19bec96974f>:0
      at  .―.  (System.String[] ) [0x00351] in <fbac90b70d384f53ad4ad19bec96974f>:0
    [Critical] Unhandled Exception
    [Critical] For detailed info, see log file /config/WebGrab++.log.txt
    [Critical] Execution stopped
    

     

     

    Got any updates on it ?

    I'm experiencing the same, but I can open the console and run the update script via cmd within the container just fine.

  3. 1 hour ago, Alex.b said:

    Hello, I miss clicked to add a second tunnel. How can I delete it ? Thank you 😃

    There should be a "Delete Tunnel" Button in the lower right corner, after you have enabled advanced view..? :)

  4. Hey :)

     

    I've been playing with the plugin and came across limiting the peer devices access to my local networks.

    It nice to have a "Local tunnel firewall" option to give just access to speciffic ip addresses.

    But is there a simple way via the plugin to limit that access even more ?

    e.g.

    Local tunnel network pool devices can only connect to local ip with port x

  5. Hey :D

     

    I hope this is the right forum thread for my question ;)

     

    I would like to run a PBX software in a Docker Container and my IT guy recommended me to use a dedicated ethernet port, because it would be a better experience in relation to voice quality, etc.

     

    However, I am using the Supermicro - X11SSH-CTF, which has two ethernet ports, so I am asking myself how can I isolate or dedicate one of those ports to one specific Docker Container ?

     

    Hope you can help me out 😊

     

    Edit:

    Or is it as easy as just selecting one eth0 for one container and eth1 for all the others ?

    Will unraid (webgui, etc) be operational on both interfaces instead of one ?

  6. 2 minutes ago, Squid said:

    My results:

     

    Created a share called "homes"  Windows could not access it at all.  Didn't matter about the security settings on the share.  Permissions were correct

     

    Renamed the share to be "home"  No issues accessing

     

    Renamed the share back to be "homes"  Cannot access it.

     

    I *think* that you're hitting a reserved name somewhere along the line, either with SMB / CIFS / Windows, but I can't find documentation on it.

    I also had such a assumption, but was not sure.

     

    Glad to hear it is not just me having the issue with the given configuration, although you are not even able to connect to it.


    Is there also a new share showing up with your currently used username at the same time ?

     

    However, I am staying with home as share name and everything is working as it should. ?

  7. On 7/2/2018 at 9:58 PM, Frank1940 said:

    What you mean by "same" in the above? 

     

    Also SSH into your server and post up the results (or a screen shot) of the following Linux commands:

     

    
    ls -al /mnt/user0
    
    ls -al /mnt/user


     

    Let's start again, hoping that I am less confusing with my description.

     

    I created a share called homes, that would be located at /mnt/user/homes.

     

    While browsing on my Windows machine via smb to the servers ip address, there is the previously created share homes (\\IP\homes).

    But there is also automatically a share called the same as the current user that is logged in via smb (\\IP\username) and this share is pointing to the created homes share (\\IP\homes).

     

    Any idea why that is ?

     

    PS:

    I renamed the user share homes to home and the automatically appearing user dir samba share has disappeared.

  8. Hey,

     

    I have created a user share called homes with subdirectories user1, user2, etc. and after adding a network drive to windows explorer for user1 (\\IP\homes\user1) everything seems fine.

    But now I noticed, when I open \\IP in windows explorer, to see all available network shares, there is a share called user1 (\\IP\user1) which is the same as \\IP\homes ?

     

    If it would be \\IP\homes\user1, I would think unRAID creates user shares for each specific user automatically, but I do not understand this case.

     

    Hope you can help.

     

    Thanks.

  9. 3 minutes ago, Squid said:

    Repositories are only supported when hosted on GitHub

     

    But all you've really got to do is copy the xml's to /boot/config/plugins/dockerMan/templates-user

    Okay Thanks. ?

     

    Then manually it is ?

  10. Hey :D

     

    I wanted to play a bit with the Docker Repositories locally, so I added a URL from my local Gitea Repo (http://[IP]:3000/[organization]/unRaid.Docker-Templates)

     

    In this Gitea Repo the structure is as followed:

    - .gitignore

    - README.md

    - container1.xml

    - container2.xml

    - ...

     

    But when I am clicking on 'Add Container' under the Docker tab, my Templates are not listed in the drop down.

     

    An idea why that is ?

  11. 17 hours ago, dmacias said:
    On 6/17/2018 at 10:59 AM, Xuvin said:
    Hey,
     
    I've got a problem and I can not get on with the solution.
     
    I am using a X11SSH-CTF as MB and want to toggle the fan speed automatic, depending on CPU and/or HDD temperature.
     
    So I installed the ipmitools via the Nerd Tools Plugin and afterwards the IMPI Plugin.
     
    I am getting RPM of the fans and a bunch of other values, but after enabling the Fan Control, nothing happens and the fans keep spinning at full speed.
     
    This is the generated log:
     
    2018-06-17 10:53:36 Starting Fan Control
    2018-06-17 10:53:36 Setting fans to full speed
    2018-06-17 10:53:36 Fan:Temp, FAN1234( 2%):HDD Temp(28°C), FANA( 2%):HDD Temp(28°C)
     
    I have selected the shortest polling time intervals in the drop down so this log should update every 10sec/1min, but nothing happens.

    Did you set the fan thresholds with the sensor config editor?

     

    As followed:

    FAN.PNG.943693857bc83409f648e0aa75010a61.PNG

     

    Settings.png.ff4e4ca7bcd04cb52e3e885e7ecb1cf9.png

     

  12. Hey,

     

    I've got a problem and I can not get on with the solution.

     

    I am using a X11SSH-CTF as MB and want to toggle the fan speed automatic, depending on CPU and/or HDD temperature.

     

    So I installed the ipmitools via the Nerd Tools Plugin and afterwards the IMPI Plugin.

     

    I am getting RPM of the fans and a bunch of other values, but after enabling the Fan Control, nothing happens and the fans keep spinning at full speed.

     

    This is the generated log:

     

    2018-06-17 10:53:36 Starting Fan Control
    2018-06-17 10:53:36 Setting fans to full speed
    2018-06-17 10:53:36 Fan:Temp, FAN1234( 2%):HDD Temp(28°C), FANA( 2%):HDD Temp(28°C)

     

    I have selected the shortest polling time intervals in the drop down so this log should update every 10sec/1min, but nothing happens.