Jump to content

Tolete

Members
  • Posts

    167
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Tolete

  1. Working on ditching google photos, and use Immich as my 'front end' main Photos/Video app. I'm running into a few issues in this quest as I suspect many others are due to 'Immich' root design of being a Photo/Video backup solution.
     

    -end result/expectations:
    Using mobile phone (Pixel 8 Pro) > Capture Photo/Video > Immich app, backups Photo/Video > Auto deletes Photo/Video from source after backup is completed.
     

    -This is the way - Diagram
    166370086_Screenshot2024-03-31at10_08_33AM.thumb.png.4d12d629a9670480832daa1cc3826d02.png

    Using mobile phone (Pixel 8 Pro) > Capture Photo/Video > Nextcloud app, Auto uploads to Nextcloud server > After auto upload is complete, original Photo/Video from phone storage is deleted by Nextcloud > Immich import photo/video location = Nextcloud server photo share.
     

    Is anyone else using this solution any suggestions are welcome.

  2. 1 hour ago, Bmalone said:

    a Samsung 990 NVMe drive.

     

    if you follow the guide, it will work.
    looks like the files did not extract properly for you. I just did it using the firmware file for the 990 and it worked, there is a root directory. so re-try the extract command from the guide.

     

  3.  

    In the terminal, enter the following command to navigate to the Docker templates directory:

    cd /boot/config/plugins/dockerMan/templates-user

     

    Use the nano text editor to create a new XML file for the Docker container configuration:

    nano my-Dell-iDRAC-Fan-Controller.xml

     

    Now, copy and paste the XML configuration

    Paste this into the nano editor. To paste in the terminal, you can usually right-click and select "Paste" or use Ctrl + Shift + V.

    <?xml version="1.0"?>
    <Container version="2">
      <Name>Dell-iDRAC-Fan-Controller</Name>
      <Repository>tigerblue77/dell_idrac_fan_controller</Repository>
      <Registry>https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/</Registry>
      <Network>bridge</Network>
      <MyIP/>
      <Shell>sh</Shell>
      <Privileged>false</Privileged>
      <Support/>
      <Project/>
      <Overview>https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker&#xD;
        &#xD;
        https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/&#xD;
        &#xD;
        All parameters are optional as they have default values (including default iDRAC username and password).&#xD;
        &#xD;
        IDRAC_HOST parameter can be set to "local" or to your distant iDRAC's IP address. Default value is "local".&#xD;
        IDRAC_USERNAME parameter is only necessary if you're adressing a distant iDRAC. Default value is "root".&#xD;
        IDRAC_PASSWORD parameter is only necessary if you're adressing a distant iDRAC. Default value is "calvin".&#xD;
        FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).&#xD;
        CPU_TEMPERATURE_THRESHOLD parameter is the T&#xB0;junction (junction temperature) threshold beyond which the Dell fan profile defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(&#xB0;C).&#xD;
        CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).&#xD;
        DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false.&#xD;
        ipmi tool installation help: https://forums.unraid.net/topic/129200-plug-in-nerdtools/ for installation and check this link for missing ipmi&#xD;
        ipmi tool can't find /dev/ipmi0?: https://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0</Overview>
      <Category>Other:</Category>
      <WebUI/>
      <TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/idrac-fan-controller.xml</TemplateURL>
      <Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/idrac6.png</Icon>
      <ExtraParams/>
      <PostArgs/>
      <CPUset/>
      <DateInstalled>1707442417</DateInstalled>
      <DonateText/>
      <DonateLink/>
      <Requires/>
      <Config Name="IDRAC_HOST" Target="IDRAC_HOST" Default="local" Mode="" Description="IDRAC_HOST parameter can be set to local or to your distant iDRAC's IP address. Default value is local" Type="Variable" Display="always" Required="false" Mask="false">IDRAC IPADDRESS</Config>
      <Config Name="FAN_SPEED" Target="FAN_SPEED" Default="5" Mode="" Description="FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%)." Type="Variable" Display="always" Required="false" Mask="false">30</Config>
      <Config Name="CPU_TEMPERATURE_THRESHOLD" Target="CPU_TEMPERATURE_THRESHOLD" Default="50" Mode="" Description="CPU_TEMPERATURE_THRESHOLD parameter is the T&#xB0;junction (junction temperature) threshold beyond which the Dell fan profile defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(&#xB0;C)." Type="Variable" Display="always" Required="false" Mask="false">50</Config>
      <Config Name="CHECK_INTERVAL" Target="CHECK_INTERVAL" Default="60" Mode="" Description="CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).&#13;&#10;" Type="Variable" Display="always" Required="false" Mask="false">60</Config>
      <Config Name="IDRAC_USERNAME" Target="IDRAC_USERNAME" Default="root" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">IDRAC USERNAME</Config>
      <Config Name="IDRAC_PASSWORD" Target="IDRAC_PASSWORD" Default="calvin" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">IDRAC PASSWORD</Config>
      <Config Name="DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE" Target="DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE" Default="false" Mode="" Description="parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
    </Container>

     

    Once you've finished pasting the XML configuration into nano, save the changes by pressing Ctrl + O (to write out the changes), then press Enter (to confirm the file name), and finally, Ctrl + X to exit the editor.
     

    Go back to the Unraid web interface.

    Navigate to the Docker tab by selecting "Docker" from the top menu.

    Scroll down to the bottom of the page, and you'll see an "Add Container" button. Click it.

    In the "Template" dropdown menu, you should now see your newly created template 'Dell-iDRAC-Fan-Controller'. Select it.
     

    Review the settings and make any adjustments if needed. 

    Click on "Apply" to create the Docker container.

  4. 16 hours ago, Bmalone said:

    What am I missing here?  I unzipped this and added the folder location to the command it it's telling me it doesn't exist.

     

     

    samsungfw unraid issue.JPG


    the firmware file you downloaded/extracted, does not have a 'root' directory in them.
    -what drive are you trying to upgrade?
     

  5. On 3/2/2024 at 3:17 PM, Bmalone said:

    I'm a bit confused about the last step., when you write "change permissions & run"; change what permissions and run what? I see there is some obscure funmagician command, but Magician is client software and needs a drive letter. Does this only work if you're not actually running a server? I've completed the rest of the steps, but not sure how to actually ensure the drive boots from the extracted ISO files.

     

    cd /mnt/user/downloads/temp/root/fumagician/ && chmod +x fumagician && ./fumagician
    

     

    "chmod +x fumagician" is changing the permissions of the file named "fumagician" to make it executable.

     

    The command "chmod +x" means "change mode to executable." Once the permissions are changed, the "./fumagician" command is run, which executes the "fumagician" program.

     

    you lost me 'how to actually ensure the drive boots from the extracted ISO files.' you don't boot the iso into the drive, these steps basically tell the OS, run this app, then the app does the rest.

     

  6. On 2/24/2024 at 6:23 AM, theone said:

    I tried the FW update my 2 980 drives. it correctly finds them, does the update - givess "Firmware update complete" message but FW still previous version (1B4QFXO7) and not new version (3B4QFXO7) for both drives.

     

    Do I have to stop the array and/or reboot?

     


    yes, a reboot will refresh the version on the drives. You can also run the SMART info and you should see the latest firmware.

  7. 16 minutes ago, avinyc said:

     

    Strange, I don't see it in community apps either now.  I don't know what happened but the template is still listed in the link I posted previously.  If you are comfortable with setting up the template manually, you can click on "Click Here To Get More Results From DockerHub" and install the official docker image and add the environment varibles yourself.  I can help share details if it's helpful, but it is strange they removed it from CA for no reason.

     

    i just added the template manually.
     

    cd /boot/config/plugins/dockerMan/templates-user

     

     

    nano my-cal.com.xml

     

    -Paste XML

    <?xml version="1.0"?>
    <Container version="2">
      <Name>cal.com</Name>
      <Repository>calcom/cal.com:latest</Repository>
      <Registry>https://hub.docker.com/r/calcom/cal.com</Registry>
      <Network>bridge</Network>
      <MyIP/>
      <Shell>sh</Shell>
      <Privileged>false</Privileged>
      <Support/>
      <Project/>
      <Overview>The open source Calendly alternative. You are in charge of your own data, workflow and appearance.&#xD;
    </Overview>
      <Category>Productivity: Tools:</Category>
      <WebUI>http://[IP]:[PORT:3000]</WebUI>
      <TemplateURL/>
      <Icon>https://i.imgur.com/mwmNzNQ.png</Icon>
      <ExtraParams/>
      <PostArgs/>
      <CPUset/>
      <DateInstalled>1681261202</DateInstalled>
      <DonateText/>
      <DonateLink/>
      <Requires/>
      <Config Name="WebUI" Target="3000" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3000</Config>
      <Config Name="Config" Target="/cal" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cal.com/</Config>
      <Config Name="NEXT_PUBLIC_WEBAPP_URL" Target="NEXT_PUBLIC_WEBAPP_URL" Default="" Mode="" Description="http://serverIP:PORT" Type="Variable" Display="always" Required="true" Mask="false"/>
      <Config Name="CALCOM_TELEMETRY_DISABLED" Target="CALCOM_TELEMETRY_DISABLED" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">1</Config>
      <Config Name="NEXTAUTH_SECRET" Target="NEXTAUTH_SECRET" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"/>
      <Config Name="CALENDSO_ENCRYPTION_KEY" Target="CALENDSO_ENCRYPTION_KEY" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"/>
      <Config Name="DATABASE_URL" Target="DATABASE_URL" Default="" Mode="" Description="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE_HOST}/${POSTGRES_DB}" Type="Variable" Display="always" Required="true" Mask="false"/>
      <Config Name="NEXTAUTH_URL" Target="NEXTAUTH_URL" Default="" Mode="" Description="http://serverIP:PORT/api/auth" Type="Variable" Display="always" Required="true" Mask="false"/>
      <Config Name="EMAIL_FROM" Target="EMAIL_FROM" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false"/>
      <Config Name="EMAIL_SERVER_HOST" Target="EMAIL_SERVER_HOST" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false"/>
      <Config Name="EMAIL_SERVER_PORT" Target="EMAIL_SERVER_PORT" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false"/>
      <Config Name="EMAIL_SERVER_USER" Target="EMAIL_SERVER_USER" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false"/>
      <Config Name="EMAIL_SERVER_PASSWORD" Target="EMAIL_SERVER_PASSWORD" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="true"/>
    </Container>

    Save

    - Ctrl + O and Ctrl + X

     

    -Than, just install from 'templates'
    -Go to Docker > Add Container > and search for cal.com on the list.

  8. On 11/3/2023 at 3:45 PM, avinyc said:

    Following up to this, and wanted to thank Ibracorp for adding the unraid template for this software to community apps (https://github.com/ibracorp/unraid-templates/blob/master/cal.com/cal.com.xml).  It works perfectly on my server after tweaking the template settings.  It requires following the documentation section for certain app store installs but very straight forward to modify and run (https://cal.com/docs/introduction/quick-start/self-hosting/install-apps).  Setup instructions to get it initially working are here: https://hub.docker.com/r/calcom/cal.com

     

    For reverse proxy, the ip address instead of the container name worked for me.

    did app get removed? not seen it in the app store

  9. 6 hours ago, trurl said:

    It shows more information than that. It also shows permissions and owner for those folders, which looks OK.

     

    And what do you get from command line with this?

    ls -lah /mnt/user/appdata

     

     

    not sure how, but i might have solve my issue of not been able to 'browse' my appdata share from the gui
    -now when i click on the browse icon next to appdata share i can see the  folder is not empty.




     

     

  10. 6 hours ago, trurl said:

    According to your diagnostics, appdata exists on cache, disk5, and disk7. Your 2nd screenshot shows just the appdata folders on cache. The puzzle is your 1st screenshot

     

    Your domains share also has some of its folders or files on the array.

     

    What do you get from command line with this?

    ls -lah /mnt/user

     

    that command just list all my shares under user

    715596777_Screenshot2024-01-28at5_49_41AM.thumb.png.e479f9b97df0cf44a56a47779286dc43.png

     

    my first screen shot was using the gui to browse to the appdata...which takes me to empty folder.

    Shares> browse share icon

    1996043710_Screenshot2024-01-28at5_47_27AM.thumb.png.4299c3aa98eb7ad47375019bdf79c8a8.png

     

  11. 5 minutes ago, blaine07 said:

    What ENVs do you have set in Collabora container?

     

    I would just delete Collabora container and recreate it. If anywhere in your Collabora container Envs you are doing old school way of defining server with what was the weird URLS with / in it I wouldn’t. 


    none other than default
    -i previously had had/added the 'aliasgroup' ev on there but this is a fresh install of NC and Collabora. All its got is the defaults.
    -not sure if the 'aliasgroup' ev is required. but currently not running it.

  12. 3 minutes ago, blaine07 said:

    I understand that permanently it wouldn’t be a good idea but what happens when you leave WOPI allow list blank; does it work?


    I have left it blank and no matter what i get the same logs
     

    wsd-00001-00031 2024-01-07 12:03:47.114051 -0500 [ websrv_poll ] WRN  convert-to: Requesting address is denied: MY.EXTERNAL.IP| wsd/COOLWSD.cpp:4108

     

  13. 43 minutes ago, blaine07 said:

    Try the URL of your NPM instance in the WOPI list?

     

    Yes, I have added 'https://collabora.mydomain.com'.
    Results are the same Collabora log
     

    wsd-00001-00031 2024-01-07 12:03:47.114051 -0500 [ websrv_poll ] WRN  convert-to: Requesting address is denied: MY.EXTERNAL.IP| wsd/COOLWSD.cpp:4108

     

  14. Been fighting with Nextcloud and Collabora for a while, wondering if anyone is got the two working?
    -Running Nextcloud latest 28.0.1 with NPM
    nc_overview.png.e32545842b4825d5c4f2522b4ba86a76.png

    -Installed Nextcloud Office 8.3.0
    nc_office_install.thumb.png.f6be564098828031a0a06026d29dd943.png

     

    -Collabora-CODE
    nc_collaborra_connect.thumb.png.a44d18f981900e9100557905664c4317.png

    -Collabora-Code logs
    cb_logs.thumb.png.45f910c191372282d27fb4803402f7a4.png
     

    -Back to NC advance settings to add external ip
    nc_advance.thumb.png.52ed58a66b300e88f9603ab78b42c308.png

    Collabora-CODE logs
    cb_logs.thumb.png.45f910c191372282d27fb4803402f7a4.png

    As a result NC documents fail to load. If any one got the two running, send help

  15. On 11/19/2023 at 12:09 PM, ImSkully said:

     

    I haven't used OpenProject via tunnel or proxy so I can't be of much help, though I know you may also have to set SERVER_PROTOCOL_FORCE_HTTPS=true for it to work.

     

    I have both variable set on the container.

     

    OPENPROJECT_HTTPS=true
    
    SERVER_PROTOCOL_FORCE_HTTPS=true

     

     

    still no joy, shows the 'HTTPS mode setup mismatch' error after logging in.

  16. On 11/11/2023 at 12:04 PM, Niggo said:

    Hello all,

    I have recently switched from 24x 1TB with SATA to SAS adapters in my NetApp DS4243 to 4x 16TB with SATA to SAS adapters. My issue is, that only one of the 4 Seagate Exos drives show up in the GUI. The other three are listed under system devices, but show "-" as size. When looking at the log, it displays "emhttpd: device /dev/sdk has size zero".

    What am I missing here? What is wrong? Sidenote: I previously had the diskshelf connected with two SAS-cables, but found out through another post, that multipathing is not supported in Unraid. Interestingly though, when I had the shelf filled up with 1TB disks, it did not through any errors regarding multipathing.

    There are other errors when Unraid is detecting the drives upon insertion as well. Log file is attached. If you need anything else. Please let me know.

    Thank you very much in advance.

    Regards,
    Niggo

    storinator-syslog-20231111-1701.zip 47.48 kB · 2 downloads

     

    Hello,

     

    -All you have to do is to run the following command

    -MAKE SURE 'sdk sdm sdn' are the 3 16TB drives you are missing.

     

    for disk in sdk sdm sdn; do nohup sg_format -v -F /dev/$disk > /tmp/format_$disk.log 2>&1 & done

     

    -This command will start the formatting process for each disk listed (sdk sdm sdn) in the background, with the output and any errors being logged to separate files in the /tmp directory for each disk.

     

    -Remember, this is a disk formatting operation, so it will ERASE ALL DATA on the specified disks.

     

    -BE PATIENT the process for 16TB will take a while 24hr+-

    -You can check the progress by ruining following command for each drive.

     

    tail -f /tmp/format_sdk.log
    tail -f /tmp/format_sdm.log
    tail -f /tmp/format_sdn.log

     

    -The output should be something like this after the command has been running for some time (not right away) you will start seen the progress in the logs. BE PATIENT let it do is thing, come back and check the logs you will start seen it in the logs.

     

    sg_format.png.5e5ff553973ec57d410882e9b01ba687.png

     

    -Cntrl + C to quit and check a different drive.

    -Once the process is complete drives will appear and be available for the array or under Unassigned devices,

     

  17. On 11/8/2023 at 1:53 PM, DanielPT said:

    Hi :)

     

    I have 2 x Samsung 870 SSDs.

     

    Not sure what model and firmware version.

     

    But i get this. Dont know it is becurse i run it in a pool?

     

    image.thumb.png.a11df3e6ffe89febb68f1f74ced0e30d.png

     

     

    Hello,

     

    you can got to Tools > System Devices and note your drive model and mapped location.

     

    sysdevices.png

     

    Then just download the latest firmware. utility will tell you if drive needs upgrade or not.

  18. Currently running Snipe-IT on Unraid, and it's been working well. Looking to set up SAML.
    following the documentation to setup SAML I get a 

     

    **Success:** Settings updated successfully.

     

    But when trying to sign in using SAML, I get an error.

    **Error** There was a problem while trying to log you in, please try again.

     

    Wondering if I'm missing environment variables specific for SAML to work properly.

     

    ## System Information
    **Snipe-IT version:**
    v6.2.1 build 11625 (gc45ede2d1)

    **Software License:**
    [AGPL3](https://www.gnu.org/licenses/agpl-3.0.en.html)

    **PHP Version:**
    8.1.22

    **Laravel Version:**
    8.83.22

    **Timezone:**
    America/Los_Angeles

    **Database Driver:**
    mysql

    **Mail From Address:**
    Snipe-IT`<[email protected]>`

    **Mail Reply-To Address:**

    Snipe-IT `<[email protected]>`

    **Table Storage:**
    cookieStorage

×
×
  • Create New...