Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

caplam

Members
  • Joined

  • Last visited

Everything posted by caplam

  1. in that case if there is no error within nextcloud logs (pay attention to log level), i would search in nginxproxymanager config and logs and also look for dns errors.
  2. Hi, I have a btrfs raid1 pool of 2x1Tb ssd that i wish to replace with 2x4tb ssd. my unraid server version is 7.0.1. btrfs filesystem usage: Overall: Device size: 1.75TiB Device allocated: 1.36TiB Device unallocated: 398.38GiB Device missing: 0.00B Device slack: 0.00B Used: 1.31TiB Free (estimated): 222.02GiB (min: 222.02GiB) Free (statfs, df): 222.02GiB Data ratio: 2.00 Metadata ratio: 2.00 Global reserve: 512.00MiB (used: 0.00B) Multiple profiles: no Data Metadata System Id Path RAID1 RAID1 RAID1 Unallocated Total Slack -- -------------- --------- -------- --------- ----------- --------- ----- 1 /dev/nvme1n1p1 692.00GiB 3.00GiB 64.00MiB 199.19GiB 894.25GiB - 2 /dev/nvme2n1p1 692.00GiB 3.00GiB 64.00MiB 199.19GiB 894.25GiB - -- -------------- --------- -------- --------- ----------- --------- ----- Total 692.00GiB 3.00GiB 64.00MiB 398.38GiB 1.75TiB 0.00B Used 669.17GiB 2.02GiB 128.00KiB I read about trouble with btrfs in unraid 7.0.x Am i right to assume that the documented procedure should work? Stop the array. (optional) Physically detach the disk from your system you wish to remove. Attach the replacement disk (must be equal to or larger than the disk being replaced). Refresh the Unraid WebGUI when under the Main tab. Select the pool slot that previously was set to the old disk and assign the new disk to the slot. Start the array. If presented with an option to Format the device, click the checkbox and button to do so.
  3. you should start with logs in nextcloud instance.
  4. i don't know where you can see that. cat /etc/os-release NAME="Unraid OS" ID="unraid-os" ID_LIKE="slackware" PRETTY_NAME="Unraid OS 7.0 x86_64" CPE_NAME="cpe:/o:limetech:unraid-os:7.0.1" VERSION="7.0.1 2025-02-25" VERSION_ID="7.0.1" VERSION_CODENAME="stable" HOME_URL="https://unraid.net/" SUPPORT_URL="https://support.unraid.net/" BUG_REPORT_URL="https://forums.unraid.net/" DOCUMENTATION_URL="https://docs.unraid.net/" VENDOR_NAME="Lime Technology, Inc."
  5. unraid rely on slackware and not ubuntu
  6. After upgrading to 7 I had a similar issue. It turns out a weird thing happened. in 6.12.14 system share was cache only. upgrading to 7 changed it to array as second storage. I didn't notice that and invoked the mover but I didn't notice there a new mover tuning plugin. As a result the mover moved Libvirt.img to array and vm didn't start. I stopped vm manager, corrected system share andmoved back system share to cache. After a reboot vm manager was able to start. I didn't have time to investigate furthermore as my next cloud instance needed to be online. I'll try to see if I have the same thing on my backup server but this one has no vm and is off-line for now.
  7. I don't think you can do that. What's your goal? what's your network(s) ? if your Unraid network is 192.168.1.0/24 the bridge can't be the same network. you can create a sub interface on a vlan and create a macvlan network with the sub interface as parent. or you can add a second Nic in another network and create a bridge network on that Nic. You can also create a macvlan network on the Unraid host network but you need to pay attention to not overlap DHCP range. But 2 Nics in the same network on the same host don't play well.
  8. Hello, I created vlans on my network and enabled vlans on my Unraid host. I want some containers available on iot vlan. I tried with macvlan custom network and for some containers it's ok. But I have some other containers which are designed for a bridge network. So I created a custom network with bridge driver on eth0.10 docker network create -d bridge -o com.docker.network.bridge.host_binding_ipv4="192.168.10.50" iotnet 192.168.10.50 is the ip of eth0.10 on Unraid host. 192.168.2.50 is the ip of eth0 on Unraid host I attached a container to iotnet and in the gui port binding indicate port are mapped on 192.168.2.50. That's not the case. The container answer on 192.168.10.50 and docker ps indicates: docker ps | grep lyrion d8638a28ab5c lmscommunity/lyrionmusicserver:dev "start-container" 2 minutes ago Up 2 minutes 192.168.10.50:3483->3483/tcp, 192.168.10.50:9000->9000/tcp, 192.168.10.50:9090->9090/tcp, 192.168.10.50:3483->3483/udp
  9. Hello, I have been using delugevpn for years with no problems. I recently decided to harden my network security with segmentation and thus enforcing new firewall rules. The first rules generally implemented are : - allow established and related traffic from any source to any destination - drop invalid state from any source to any destination The second rule blocks deluge. I can't access webui from my laptop in the same subnet. No error message is displayed in debug mode in supervisor log. As soon as i pause this rule i recover access to deluge ui. I don't really understand why. Deluge container is setup with custom macvlan network. And also all binhex containers (not only vpn enabled containers) that i have setup with macvlan network don't display ip and port on the unraid docker page. That's not the case for containers from linuxserver.
  10. caplam replied to caplam's topic in General Support
    i think i will put HA in a server vlan and zigbee2mqtt in iot vlan. I will need to change mqtt broker (currently hold by ha as a complementary module) to docker on unraid attached to a sub interface in custom macvlan network. For the wifi i use unifi gear. The ap is plugged in a trunk port and i have one ssid per vlan (but limited to 4 ssid as i have uap ac lite access point) I spent my day yesterday to understand traffic rules from unifi as i had unexpected blocking.
  11. caplam posted a topic in General Support
    I've been wanting do implement vlan in my network for a long time; and now i'm decided to try. So i want several vlans: - management: for all management interfaces (unifi, switchs, unraid,...) - home: for all users gears (smartphone, laptops,...) or vm - iot : for all stuff related to iot ( devices and dockers) - guest: no comment needed - dmz: for nginx proxy manager - server: for all docker services and vm servers I haven't yet decided in which vlan to put each docker or vm. My unraid server has 4 interfaces: 2x10G+2x2,5G One 2,5G interface is reserved for vpro/amt. I will use macvlan driver when possible as it should make things easier to trace network traffic when i will deploy security monitoring stuff like security onion. If i understood correctly an interface is assigned an ip in its native vlan (depends on the switch port configuration) and you can create a subinterface in each vlan in network settings. I also have a second server as backup with 3 interfaces: 2x1G+10G Here is what i plan to do : main server: 1 2,5G interface for vpro in management vlan 1 10G interface in management vlan for backing up to the backup server 1 10G interface in server vlan. 1 subinterface in dmz for NPM. 1 subinterface in iot vlan. But i have trouble identifying vlan where to put some dockers. For example for smarthome things: i have zigbee poe controllers. I will put them in iot vlan. They need to communicate with zigbee2mqtt docker. So i will put this docker iot vlan too. This docker needs to communicate with mqtt broker which is on my homeassistant vm which is published trough NPM. How to decide where to put HAOS vm ? I'm looking at fair balance between security and firewall complexity. And i have a second question. On which interface does unraid share files trough smb ? is this on all listening interfaces listed ? Because if i want to have unraid gui in management vlan for security reasons how to do i share files on home vlan ?
  12. the same happens to me from time to time (once in a month) but there is nothing in the logs. Usually stop and start nginx is sufficient.
  13. If you want to run nextcloud on unraid, i would recommend to go with nextcloud-aio. The setup process is uncommon but once done it is very stable and backup is included. You don't have to deal with adding packets or editing config.php; nor with backup (maintenance mode, dump database,...) I only had one problem (my fault), restored a backup and it was restarted in 10 min. Take your time to understand the installation process, follow it (particularly for setting volumes and permissions) and keep track of the passwords needed and you will spare you some valuable time in the long term. I used this process (you can translate in your language).
  14. Yes very strange and the bios version is odd too: FW Package Build = 00.00.00.00 FW Version = 06.00.00.00 BIOS Version = 09.03.00.00_02.00.00.00 Firwmare 6.00 is from P6 package Bios 09.03 seems to be from P2 package and driver version 43.100 is from unraid. Hba is working correctly so far but i'd like to make that clear. edit: maybe i should first update bios with version from P6 package and then proceed with P7 and P24. I will end up with all package version on my hdd
  15. i think you have to add options in smb settings add this to samba extra configuration: veto files = /._*/._DS_Store/ array must be stopped
  16. here is the storcli log file. Nothing obvious except response code but i don't know what it means Sun Sep 15 17:57:31.383 2024 : CtMain::main processing for command=/ c 0 download file=../P24/HBA_9400-8e_SAS_SATA_Profile.bin Sun Sep 15 17:57:31.383 2024 : Entering LinuxControllerExplorer::explore Sun Sep 15 17:57:31.383 2024 : Entering LinuxControllerExplorer::getCtrlCount Sun Sep 15 17:57:31.383 2024 : LinuxControllerExplorer::getCtrlCount _hDvr=-1 _hDvrSwr =-1 Sun Sep 15 17:57:31.383 2024 : LinuxControllerExplorer::explore ctrlCount=1 Sun Sep 15 17:57:31.383 2024 : returning LinuxControllerExplorer::explore ctrlIdListPtr Sun Sep 15 17:57:31.383 2024 : SlItControllerExplorer::explore - Entering Sun Sep 15 17:57:31.383 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.385 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.385 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.385 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.385 2024 : SlItControllerExplorer::explore - Getting the StoreLIB instance for SAS3.5 IT controller Sun Sep 15 17:57:31.385 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.463 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.463 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_LIST to SLIT Sun Sep 15 17:57:31.463 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.463 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.463 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_LIST to SLIT - retCode:0x0 Sun Sep 15 17:57:31.463 2024 : SlItControllerExplorer::explore - Controller count:1 Sun Sep 15 17:57:31.463 2024 : SlItControllerExplorer::explore - Controller count index:0 Sun Sep 15 17:57:31.463 2024 : SlItControllerExplorer::explore - Issuing SL_GET_PCI_INFO to SLIT Sun Sep 15 17:57:31.463 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.464 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.464 2024 : SlItControllerExplorer::explore - Issuing SL_GET_PCI_INFO to SLIT - retCode:0x0 Sun Sep 15 17:57:31.464 2024 : SlItControllerExplorer::explore - Domain:0 Bus:3 device:0 Function:0 Sun Sep 15 17:57:31.464 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_INFO to SLIT Sun Sep 15 17:57:31.464 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.465 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.465 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_INFO to SLIT - retCode:0x0 Sun Sep 15 17:57:31.465 2024 : SlItControllerExplorer::explore - Adapter is good Sun Sep 15 17:57:31.465 2024 : LinuxMfiDataProvider::fireIoctl DCMD=1010000 mbox.w[0]=1 mbox.w[1]=0 mbox.w[2]=0 Sun Sep 15 17:57:31.465 2024 : LinuxMfiDataProvider::fireIoctl send_ioctl retcode=-1 cmdStatus=255 Sun Sep 15 17:57:31.465 2024 : LinuxMfiDataProvider::fireIoctl returning with =-1 errno=9 Sun Sep 15 17:57:31.465 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.466 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.466 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.467 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.469 2024 : Entering MWCliRootCp::process ver=007.2307.0000.0000 July 22, 2022 copyright=2022 Sun Sep 15 17:57:31.469 2024 : initializing the RaidManager Instance Sun Sep 15 17:57:31.469 2024 : Entering ITCtFlshCp::process Sun Sep 15 17:57:31.469 2024 : Entering ITCtFlshCp::getFileLength Sun Sep 15 17:57:31.469 2024 : Exiting ITCtFlshCp::getFileLength - File length:1854468 Sun Sep 15 17:57:31.472 2024 : Entering ITUtils::getSlCtrlInfo Sun Sep 15 17:57:31.472 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.473 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.473 2024 : Exiting ITUtils::getSlCtrlInfo Sun Sep 15 17:57:31.473 2024 : ITCtFlshCp::process - Get controller info retCode:0 Sun Sep 15 17:57:31.473 2024 : ITCtFlshCp::process - Is controller valid:0 Sun Sep 15 17:57:31.473 2024 : ITCtFlshCp::process - Firmware found:1 Sun Sep 15 17:57:31.473 2024 : ITCtFlshCp::process - It's a package file Sun Sep 15 17:57:31.473 2024 : ITCtFlshCp::process - Signature passed Sun Sep 15 17:57:31.473 2024 : ITCtFlshCp::process - Is Aero image:0 Sun Sep 15 17:57:31.475 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.475 2024 : StorelibItDp::processLibCommand SL responded with retcode=32783 Sun Sep 15 17:57:31.476 2024 : Entering MWCliRootCp::handleOuput retCode=32783, DriveFull=0 Sun Sep 15 17:57:31.476 2024 : MWCliRootCp::process processed for subtokenID=105 errorCode=32783 Sun Sep 15 17:57:31.476 2024 : Entering MWCliRootCp::handleOuput retCode=32783, DriveFull=0 Sun Sep 15 17:57:31.476 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.482 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.482 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 17:57:31.482 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 17:57:31.483 2024 : CtMain::main command completed with retcode=32783 Sun Sep 15 18:00:30.436 2024 : CtMain::main processing for command=/ c 0 download file=../P24/HBA_9400-8e_SAS_SATA_Profile.bin Sun Sep 15 18:00:30.436 2024 : Entering LinuxControllerExplorer::explore Sun Sep 15 18:00:30.437 2024 : Entering LinuxControllerExplorer::getCtrlCount Sun Sep 15 18:00:30.437 2024 : LinuxControllerExplorer::getCtrlCount _hDvr=-1 _hDvrSwr =-1 Sun Sep 15 18:00:30.437 2024 : LinuxControllerExplorer::explore ctrlCount=1 Sun Sep 15 18:00:30.437 2024 : returning LinuxControllerExplorer::explore ctrlIdListPtr Sun Sep 15 18:00:30.437 2024 : SlItControllerExplorer::explore - Entering Sun Sep 15 18:00:30.437 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.438 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.438 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.438 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.438 2024 : SlItControllerExplorer::explore - Getting the StoreLIB instance for SAS3.5 IT controller Sun Sep 15 18:00:30.439 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.516 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_LIST to SLIT Sun Sep 15 18:00:30.517 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.517 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_LIST to SLIT - retCode:0x0 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Controller count:1 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Controller count index:0 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Issuing SL_GET_PCI_INFO to SLIT Sun Sep 15 18:00:30.517 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.517 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Issuing SL_GET_PCI_INFO to SLIT - retCode:0x0 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Domain:0 Bus:3 device:0 Function:0 Sun Sep 15 18:00:30.517 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_INFO to SLIT Sun Sep 15 18:00:30.517 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.518 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.518 2024 : SlItControllerExplorer::explore - Issuing SL_GET_CTRL_INFO to SLIT - retCode:0x0 Sun Sep 15 18:00:30.519 2024 : SlItControllerExplorer::explore - Adapter is good Sun Sep 15 18:00:30.519 2024 : LinuxMfiDataProvider::fireIoctl DCMD=1010000 mbox.w[0]=1 mbox.w[1]=0 mbox.w[2]=0 Sun Sep 15 18:00:30.519 2024 : LinuxMfiDataProvider::fireIoctl send_ioctl retcode=-1 cmdStatus=255 Sun Sep 15 18:00:30.519 2024 : LinuxMfiDataProvider::fireIoctl returning with =-1 errno=9 Sun Sep 15 18:00:30.519 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.519 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.519 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.520 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.522 2024 : Entering MWCliRootCp::process ver=007.2307.0000.0000 July 22, 2022 copyright=2022 Sun Sep 15 18:00:30.522 2024 : initializing the RaidManager Instance Sun Sep 15 18:00:30.522 2024 : Entering ITCtFlshCp::process Sun Sep 15 18:00:30.522 2024 : Entering ITCtFlshCp::getFileLength Sun Sep 15 18:00:30.522 2024 : Exiting ITCtFlshCp::getFileLength - File length:1854468 Sun Sep 15 18:00:30.526 2024 : Entering ITUtils::getSlCtrlInfo Sun Sep 15 18:00:30.526 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.527 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.527 2024 : Exiting ITUtils::getSlCtrlInfo Sun Sep 15 18:00:30.527 2024 : ITCtFlshCp::process - Get controller info retCode:0 Sun Sep 15 18:00:30.527 2024 : ITCtFlshCp::process - Is controller valid:0 Sun Sep 15 18:00:30.527 2024 : ITCtFlshCp::process - Firmware found:1 Sun Sep 15 18:00:30.527 2024 : ITCtFlshCp::process - It's a package file Sun Sep 15 18:00:30.527 2024 : ITCtFlshCp::process - Signature passed Sun Sep 15 18:00:30.527 2024 : ITCtFlshCp::process - Is Aero image:0 Sun Sep 15 18:00:30.528 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.529 2024 : StorelibItDp::processLibCommand SL responded with retcode=32783 Sun Sep 15 18:00:30.529 2024 : Entering MWCliRootCp::handleOuput retCode=32783, DriveFull=0 Sun Sep 15 18:00:30.529 2024 : MWCliRootCp::process processed for subtokenID=105 errorCode=32783 Sun Sep 15 18:00:30.529 2024 : Entering MWCliRootCp::handleOuput retCode=32783, DriveFull=0 Sun Sep 15 18:00:30.529 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.536 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.536 2024 : StorelibItDp::processLibCommand SL request sent Sun Sep 15 18:00:30.536 2024 : StorelibItDp::processLibCommand SL responded with retcode=0 Sun Sep 15 18:00:30.536 2024 : CtMain::main command completed with retcode=32783
  17. I tried with the rpm file. I extracted it 7z. The executable is storcli64 ans is on my usb key. I ran all commands with ./storcli64 i can view the controller details with ./storcli64 /c0 show: CLI Version = 007.2307.0000.0000 July 22, 2022 Operating system = Linux 6.1.106-Unraid Controller = 0 Status = Success Description = None Product Name = HBA 9400-8e Serial Number = SP72011816 SAS Address = 500062b202b814c0 PCI Address = 00:03:00:00 System Time = 09/15/2024 15:46:35 FW Package Build = 00.00.00.00 FW Version = 06.00.00.00 BIOS Version = 09.03.00.00_02.00.00.00 NVDATA Version = 04.04.00.13 Driver Name = mpt3sas Driver Version = 43.100.00.00 Bus Number = 3 Device Number = 0 Function Number = 0 Domain ID = 0 Vendor Id = 0x1000 Device Id = 0xAF SubVendor Id = 0x1000 SubDevice Id = 0x3010 Board Name = HBA 9400-8e Board Assembly = 03-50013-17004 Board Tracer Number = SP72011816 Security Protocol = None Physical Drives = 4 PD LIST : ======= --------------------------------------------------------- EID:Slt DID State DG Size Intf Med SED PI SeSz Sp --------------------------------------------------------- 0:8 5 JBOD - 5.458 TB Unknown HDD - - 512B - 0:9 3 JBOD - 3.638 TB Unknown HDD - - 512B - 0:10 2 JBOD - 3.638 TB Unknown HDD - - 512B - 0:11 4 JBOD - 3.638 TB Unknown HDD - - 512B - --------------------------------------------------------- EID-Enclosure Device ID|Slt-Slot No|DID-Device ID|DG-DriveGroup UGood-Unconfigured Good|UBad-Unconfigured Bad|Intf-Interface Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition Requested Boot Drive = Not Set but when i tried to flash the firmware i have: root@Z620:/mnt/disks/ESD-USB/lsi# ./storcli64 /c0 download file=HBA_9400-8e_SAS_SATA_Profile.bin Downloading image.Please wait... CLI Version = 007.2307.0000.0000 July 22, 2022 Operating system = Linux 6.1.106-Unraid Controller = 0 Status = Failure Description = The firmware flash image is invalid when i tried the bios: root@Z620:/mnt/disks/ESD-USB/lsi# ./storcli64 /c0 download bios file=mpt35sas_legacy.rom Downloading image.Please wait... CLI Version = 007.2307.0000.0000 July 22, 2022 Operating system = Linux 6.1.106-Unraid Controller = 0 Status = Failure Description = Flash failed. i redownloaded from broadcom site to be sure but with the same result. edit: i tried with P7 version (for both storcli and firmware). It runs for 30s and ends up with failure. when i try with P24 i have a failure immediately.
  18. see what device requests the domain ip. I'm no expert but perhaps you have a wrong entry in a host file (on your server or in a container)
  19. great post. what version of storcli do i have to use ? There is no bios version. There are version for freebsd, ubuntu and a linux rpm package. The other ones are for windows, arm, linux ppc, efi and vmware. I guess i could have to convert rpm to tgz.
  20. those are not valid domains name. Are you sure those connections attempts are from docker containers? It looks like a default setting in conf file of an app. Here i suppose unifi and ombi. what are the results of nslookup unifi.domain.tld or nslookup ombiombi.domain.tld I would start to look at host files.
  21. i have the same as you: "no such user" by servers i meant other computers. In your screenshot you can see "could not convert sid S-1-5-21......" I'm absolutely no expert but i think sid are typical from computers joined to a domain When you remove computer from domain sid is not removed and this can generate errors with samba. sid is also used for local accounts in windows. Do you still have errors if you shut down your windows computer ? edit: i guess your windows computer try to access a share on your server and identifies itself with sid instead of using your credentials. i have no windows right now to test.
  22. I have netdata installed and have no such error in log. and i have the same result as yours : root@godzilla:~# ps -u 201 PID TTY TIME CMD 15487 ? 00:11:20 netdata 15831 ? 00:00:01 spawn-plugins 18087 ? 00:00:02 bash reading netdata template, you see that you need to fill in a pgid of docker group to have container names resolved. What pgid have you ? In the template help it's indicated that you can find the right one with grep docker /etc/group | cut -d try to investigate in /var/log/samba Also winbind is a samba service used to retrieve uid and gid informations from a windows server. I'm not familiar with that but i would investigate things around this subject such as: How is your workgroup set-up ? Do you have other servers on your network that are part of the workgroup? Is unraid your local master browser?
  23. I could use some help I finally managed to use storcli. For that i fire up a kali live with persistent storage on my server. I pass on frustrating things for a newbie like dep package installed in opt and opt is not in PATH and executable is not storcli but storcli64 ....... I finally obtain these with storcli64 /c0 show all CLI Version = 007.2307.0000.0000 July 22, 2022 Operating system = Linux 6.6.9-amd64 Controller = 0 Status = Success Description = None Basics : ====== Controller = 0 Adapter Type = SAS3408(B0) Model = HBA 9400-8e Serial Number = SP72011816 Current System Date/time = 09/05/2024 17:41:50 Concurrent commands supported = 8192 SAS Address = 500062b202b814c0 PCI Address = 00:03:00:00 Version : ======= Firmware Package Build = 00.00.00.00 Firmware Version = 06.00.00.00 Bios Version = 09.03.00.00_02.00.00.00 NVDATA Version = 04.04.00.13 Driver Name = mpt3sas Driver Version = 43.100.00.00 PCI Version : =========== Vendor Id = 0x1000 Device Id = 0xAF SubVendor Id = 0x1000 SubDevice Id = 0x3010 Host Interface = PCIE Device Interface = SAS-12G Bus Number = 3 Device Number = 0 Function Number = 0 Domain ID = 0 Pending Images in Flash : ======================= Image name = No pending images Status : ====== Controller Status = OK Memory Correctable Errors = 0 Memory Uncorrectable Errors = 0 Bios was not detected during boot = No Controller has booted into safe mode = No Controller has booted into certificate provision mode = No Supported Adapter Operations : ============================ Alarm Control = No Cluster Support = No Self Diagnostic = No Deny SCSI Passthrough = No Deny SMP Passthrough = No Deny STP Passthrough = No Support more than 8 Phys = Yes FW and Event Time in GMT = No Support Enclosure Enumeration = Yes Support Allowed Operations = Yes Support Multipath = Yes Support Security = No Support Config Page Model = No Support the OCE without adding drives = No support EKM = No Snapshot Enabled = No Support PFK = No Support PI = No Support Shield State = No Support Set Link Speed = No Support JBOD = No Disable Online PFK Change = No Real Time Scheduler = No Support Reset Now = No Support Emulated Drives = No Support Secure Boot = No Support Platform Security = No Support Package Stamp Mismatch Reporting = No Support PSOC Update = No Support PSOC Part Information = No Support PSOC Version Information = No HwCfg : ===== ChipRevision = B0 BatteryFRU = N/A Front End Port Count = 1 Backend Port Count = 9 Serial Debugger = Absent NVRAM Size = 0KB Flash Size = 16MB On Board Memory Size = 0MB On Board Expander = Absent Temperature Sensor for ROC = Present Temperature Sensor for Controller = Absent Current Size of CacheCade (GB) = 0 Current Size of FW Cache (MB) = 0 ROC temperature(Degree Celsius) = 70 When i try to flash it with bin file from P24 package i've got an error "invalid file" Do i need to follow an upgrade path as it seems hba is using old bios?
  24. i think i'm gonna spend a few hours to understand how to proceed. My server is a hp Z620. It doesn't have an efi shell. So i formatted an usb key (fat32 mbr) with broadcom "LSI Preboot EFI packages for flashing LSI products" I end up with a prompt in efi shell but "storcli show" doesn't detect any controller edit : i spend my afternoon trying with no luck. I had to reset cmos several times. I ended up with boot messages from the hba but when in efi shell storcli doesn't detect any controller. is there another way to proceed than efi shell?
  25. it exists and is named EFI. I'm quite confused about efi booting. I'm reading lots of things about it right now. If my motherboard supports uefi it should boot and offer an efi shell. So i think i have to unplug unraid boot disk and plug only an usb with storcli.efi and the bin file. access it with fs0: and laucnh storcli. If i have not access to shell i should make a boot disk with efi environment as per these instructions on broadcom site

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.