fel0ncod3

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by fel0ncod3

  1. Do you know of a workaround in the meantime? Earlier today I restarted and hot plug the drive in, and it would work, but eventually it would disconnect the HDD and throw this error.
  2. Has anyone come across this error in unassigned devices? Warning: syntax error, unexpected '=' in Unknown on line 1 in /usr/local/emhttp/plugins/unassigned.devices/include/lib.php on line 1993 Not sure where to begin in debugging this, but to begin with the line in the code throwing the error. Maybe it's something with the disk name? Not sure how to pull logs just yet. Any guidance would be appreciated. /* Get the udev disk information. */ function get_udev_info($dev, $udev = null) { global $paths; $state = is_file($paths['state']) ? @parse_ini_file($paths['state'], true, INI_SCANNER_RAW) : array(); $device = safe_name($dev); if ($udev) { $state[$device]= $udev; save_ini_file($paths['state'], $state); $rc = $udev; } else if (array_key_exists($device, $state)) { $rc = $state[$device]; } else { $dev_state = parse_ini_string(timed_exec(5,"/sbin/udevadm info --query=property --path $(/sbin/udevadm info -q path -n ".escapeshellarg($device)." 2>/dev/null) 2>/> if (is_array($dev_state)) { $state[$device] = $dev_state; save_ini_file($paths['state'], $state); $rc = $state[$device]; } else { $rc = array(); } } return $rc; }
  3. Do you know which buzzer enables / disables the buzzer? It wakes up my kid!
  4. Hi all, Finally getting the hang of Unraid (spaceinvader one videos are gold). Installed this a few days ago and have started messing around with it. I came across this issue where there is a "Virtual Disk_" in unassigned devices (image attached). I have been unable to unmount it. The system tells me it's not mounted. I first noticed that the server was taking a significant amount of time responding when using the GUI (simple operations such as going from Dashboard to Main to Shares). That prompted me to look at the syslog. I tracked it down to the /dev/sda device. Looks like there's a virtual disk. Goal is to remove it. I did go into the BIOS and disabled all IPMI virtual disk, virtual CD-ROMS, virtual anything as well. Has anyone come across this by any chance? Or perhaps can point me to other areas for me to research? This is a custom box from server parts: Supermicro X8SIL-F, Xeon x3430, 4GB of ECC RAM. syslog (4) (1)
  5. Add: Problem is: Because the system is taking a lot of time to respond, I tracked it down to SDA device. Goal is to remove it and see if that improves the system response time. Thnx!
  6. Hi all, Finally getting the hang of Unraid (spaceinvader one videos are gold). Installed this a few days ago and have started messing around with it. I came across this issue where there is a "Virtual Disk_" in unassigned devices (image attached). I have been unable to unmount it. The system tells me it's not mounted I first noticed that the server was taking a significant amount of time responding when using the GUI (simple operations such as going from Dashboard to Main to Shares). That prompted me to look at the syslog. Looks like there's a virtual disk in sda. Has anyone come across this by any chance? Or perhaps can point me to other areas for me to research? This is a custom box from server parts: Supermicro X8SIL-F, Xeon x3430, 4GB of ECC RAM. syslog (4)
  7. Hi there, do you remember how you enabled WOL? thnx