mezz64

Members
  • Posts

    15
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mezz64's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I have an issue in 6.2.0-rc2 with docker updates not working on containers that utilize a tagged repository. For example, the openhab docker requires a tag to get the right version of the container so my Repository field looks like: openhab/openhab:amd64-online. This container get's updated often, but unraid always shows "Update available" and an attempt to pull an update always results in 0B pulled. The "Update available" behavior also persists across all containers that utilize a tag in the repository regardless of whether or not there is an update.
  2. This "problem" can be ignored. Turns out I had previously stopped the array from a VM session and every time I restarted that session and the browser reloaded the stop command was being issued from the webgui causing my issue. It would be nice if the syslog included some basic info about what initiated certain commands though. Had the stop sequence started with a line saying "array stop initiated through webgui" I would have figured it out much sooner.
  3. Long time unRAID user, first time with an issue that I can't seem to figure out. My issue seems to be that when interacting with a VM the array will sometimes suddenly start its stopping process. It almost always completes successfully. I'm then able to start it back up and all the docker containers and VMs start up as normal. The VM that triggers it the most is Windows 10 based. I should add that everything has been working fine for months with no issue. Only thing that changed recently was me playing with some of the tunable parameters to try to improve video streaming performance. Once I started seeing this issue pop up I moved everything back to defaults, but the issue remains. Diagnostic zip is attached. Best I can tell the array stop starts at 6-13 - 11:19:14 with a kernel: mdcmd (29): nocheck command. Thanks for any insight. tower-diagnostics-20160613-1122.zip
  4. Dsub works just fine with Madsonic 5.1.5260. I've not tried the newer 6.0 branch.
  5. Do you mind sharing your method? Best to wait until the linuxserver guys get things corrected. They are working on it. It's more than just a couple edits to keep everything working correctly.
  6. I got impatient and made edits to the dockerfile to grab postgresql 9.5 and then updated the dbdefs.pm file to the new schema number. Started a fresh container with the changes and everything seemed to download and setup OK. Its running fine at the moment interacting with headphones.
  7. Has anyone had any success installing this lately? It looks like they upped the database version from 22 to 23 about 15 days ago per the github commits, but even making that change in the DBDefs.pm file I can't get the install routine to finish all the way through. It always ends with InitDb.pl failing after the import finishes. Tue May 31 14:43:19 2016 : ensuring editor information is present Tue May 31 14:43:20 2016 : import finished Loaded 165 tables (107353367 rows) in 646 seconds Tue May 31 14:43:22 2016 : InitDb.pl failed Looking into things a bit more it seems they have increased the minimum DB requirement to PostgreSQL 9.5 per the blog post below. https://blog.musicbrainz.org/2016/05/25/schema-change-release-2016-05-23-with-upgrade-instructions/
  8. I had been doing it by opening a bash shell through "docker exec -it" on the container, didn't realize it could be done through the admin tab for some reason, but I've not switched to that method. I do have my /data directory mapped correctly, so I guess we'll see if it persists the next time I need to update.
  9. Would you be able to include the node-red-node-pushover module to the NodeRed docker? I've been adding it myself every time I update, but it may be useful to others as well. Thanks!
  10. Thanks for updating Node-Red, but why remove the EmonCMS node? I had to add it back in manually to keep all my energy posting flows working. Also, if you plan on updating MQTT you should jump up the latest version of Mosquitto as the current version in your container is very old. The statements below will add the new repository and install the current 1.4.3 version. RUN add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y RUN apt-get update RUN apt-get install -y mosquitto mosquitto-clients
  11. I double checked and have plenty of free space. My setuperr.log file after the failed update contains the following, but I haven't had any luck tracking down exactly what's causing the problem. 2015-07-21 13:38:18, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:38:19, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session ?2015-07-21 13:38:19, Error MOUPG CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IMoSetupDlpAction> > > >::Suspend(1066): Result = 0xC1800104 2015-07-21 13:38:20, Error MOUPG CSetupManager::ExecutePreDownloadMode(6571): Result = 0x800705BB 2015-07-21 13:38:20, Error MOUPG CSetupManager::ExecuteDownlevelMode(368): Result = 0x800705BB 2015-07-21 13:38:20, Error MOUPG CSetupManager::Execute(222): Result = 0x800705BB 2015-07-21 13:38:20, Error MOUPG CSetupHost::Execute(370): Result = 0x800705BB 2015-07-21 13:38:22, Error MOUPG CSetupManager::CopyDynamicUpdateFiles(2209): Result = 0x80070020[gle=0x00000020] 2015-07-21 13:38:28, Error SP CSetupPlatform::ResurrectNewSystem: Failure: Win32Exception: \\?\C:\$Windows.~BT\Sources\NewSystem.dat: The system cannot find the file specified. [0x00000002] __cdecl UnBCL::FileStream::FileStream(const class UnBCL::String *,enum UnBCL::FileMode,enum UnBCL::FileAccess,enum UnBCL::FileShare,unsigned long)[gle=0x00000002] 2015-07-21 13:39:09, Error MOUPG CSetupManager::CopyDynamicUpdateFiles(2209): Result = 0x80070020[gle=0x00000020] 2015-07-21 13:39:29, Error CallPidGenX: PidGenX function failed on this product key. (hr = 0x8a010001) 2015-07-21 13:39:49, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:39:50, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:39:53, Error CDiagnosticsHelper::SetDeferredSQMDatapoint: Attempting to set a deferred SQM datapoint in an invalid SQM session[gle=0x000000b7] 2015-07-21 13:39:53, Error CDiagnosticsHelper::SetDeferredSQMDatapoint: Attempting to set a deferred SQM datapoint in an invalid SQM session[gle=0x000000b7] 2015-07-21 13:40:05, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:40:37, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:40:40, Error CDiagnosticsHelper::SetDeferredSQMDatapoint: Attempting to set a deferred SQM datapoint in an invalid SQM session[gle=0x000000b7] 2015-07-21 13:40:40, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session[gle=0x000000b7] 2015-07-21 13:40:51, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:40:51, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:40:52, Error CDiagnosticsHelper::SetDeferredSQMDatapoint: Attempting to set a deferred SQM datapoint in an invalid SQM session[gle=0x000000b7] 2015-07-21 13:41:04, Error CDiagnosticsHelper::SetSQMDatapoint: Attempting to set a datapoint in an invalid SQM session 2015-07-21 13:41:08, Error CONX WlanOpenHandle failed with error 00000426 2015-07-21 13:41:08, Error CONX Failed to initialize wireless class data 80070426 2015-07-21 13:41:08, Error CONX Failed to initialize media class data 80070002 2015-07-21 13:41:08, Error CONX Failed to initialize net class data 80070002 2015-07-21 13:41:08, Error CONX Failed to get SMBIOS(baseboard) information (Type 1). 0x8000ffff 2015-07-21 13:41:08, Error CONX Failed to get class data from printer 80070057 2015-07-21 13:41:19, Error CONX Failed to get inf path SYSTEM\CurrentControlSet\Control\Network\{4d36e975-e325-11ce-bfc1-08002be10318}\{58474950-424f-0058-cfe8-aba2187557f2} 2015-07-21 13:41:19, Error CONX Failed to add net component 80070002 2015-07-21 13:41:19, Error CONX Failed to open inf key SYSTEM\CurrentControlSet\Control\Network\{6bdd1fc5-810f-11d0-bec7-08002be2092f}\{cde7f174-ed55-4071-83c4-de053f4ab30f} 2015-07-21 13:41:19, Error CONX Failed to add net component 80070002 2015-07-21 13:42:30, Error [setupHost.Exe] ReAgentXMLParser::ParseConfigFile (xml file: C:\$WINDOWS.~BT\Sources\SafeOS\ReAgent.xml) returning 0X2 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.Drivers of file C:\$Windows.~BT\Updates\Critical\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.GDRs of file C:\$Windows.~BT\Updates\Critical\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.Langpacks of file C:\$Windows.~BT\Updates\Critical\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.FeaturesOnDemand of file C:\$Windows.~BT\Updates\Critical\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.Critical of file C:\$Windows.~BT\Updates\GDR\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.Drivers of file C:\$Windows.~BT\Updates\GDR\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.Langpacks of file C:\$Windows.~BT\Updates\GDR\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:35, Error SP CInstallDUUpdatesOffline::FindOperation: No info found in section DynamicUpdate.FeaturesOnDemand of file C:\$Windows.~BT\Updates\GDR\SetupPlatform.ini[gle=0x00000002] 2015-07-21 13:42:40, Error SP DriverPackageOpen oem1.inf failed, Err = 0xe0000100[gle=0xe0000100] 2015-07-21 13:44:06, Error SP pSPRemoveUpgradeRegTree: failed to delete reg tree HKLM\SYSTEM\Setup\Upgrade[gle=0x00000005] 2015-07-21 13:44:12, Error [0x080831] MIG CSIAgent: Invalid xml format: FormatException: "id" attribute is mandatory. void __cdecl Mig::CMXEMigrationXml::LoadSupportedComponent(class UnBCL::XmlNode *,int,class Mig::CMXEMigrationXml *,class Mig::CMXEXmlComponent *) 2015-07-21 13:44:15, Error [0x080831] MIG CSIAgent: Invalid xml format: FormatException: Component with display name: Plugin/{39CC25F3-AF21-4C42-854D-0524249F02CE} already loaded __cdecl Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *,class UnBCL::String *) 2015-07-21 13:44:23, Error CSI 00000001 (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #63541# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000), status = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 12 (0x0000000c) ): 65006e002d00550053000000 }) [gle=0x80004005] 2015-07-21 13:44:40, Error [0x0808fe] MIG Plugin {65cbf70b-1d78-4cac-8400-9acd65ced94a}: CreateProcess(s) failed. GLE = d 2015-07-21 13:45:34, Error [0x0808fe] MIG Plugin {526D451C-721A-4b97-AD34-DCE5D8CD22C5}: [shmig] Failed to get preferred homegroup with hr=0x80070490 2015-07-21 13:45:34, Error [0x0808fe] MIG Plugin {ee036dc0-f9b7-4d2d-bb94-3dd3102c5804}: BRIDGEMIG: CBrgUnattend::CollectBridgeSettings failed: 0x1, 0 2015-07-21 13:45:39, Error [0x0808fe] MIG Plugin {D12A3141-A1FF-4DAD-BF67-1B664DE1CBD6}: WSLicensing: Failed to read machine binding, hr=0x80070002 2015-07-21 13:45:39, Error [0x0808fe] MIG Plugin {D12A3141-A1FF-4DAD-BF67-1B664DE1CBD6}: WSLicensing: Error reading Server Info hr=0x80070490 2015-07-21 13:45:42, Error CSetupAutomation::Resurrect: File not found: C:\$Windows.~BT\Sources\Panther\automation.dat[gle=0x00000002] 2015-07-21 13:45:42, Error SP CSetupPlatform::ResurrectAutomation: Failed to resurrect automation: 0x80070002[gle=0x00000002] 2015-07-21 13:46:13, Error MOUPG CSetupHost::ReportEventW(1618): Result = 0x8007045B[gle=0x000003f0] 2015-07-21 13:46:13, Error MOUPG SetupHost: Reporting pending reboot event failed: hr = [0x8007045B] 2015-07-21 13:46:14, Error MOUPG CDlpManager::AsyncSerializeDisable(471): Result = 0x80070216
  12. I had thought this earlier as well (was also using a 30GB disk), but I'm currently running on a 45GB VM disk with 25GB free and it's still a no go. Please report if you are successful and how big you ended up needing to go.
  13. I've had this issue as well. A fresh install always works, but I can never get it to upgrade either via windows update or by booting from the ISO. Always get a blue screen on restart with a generic error that isn't very helpful.
  14. I use two HD204UI drives in my array as well with no apparent issues. I've read the thread on them, but don't personally have any performance complaints myself. I average 35-40 MB/s writes with a 7200rpm Hitachi parity drive over a gigabit network. No issues streaming multiple files to multiple computers at once. I've never run any benchmarks, but during my everyday use I have zero problems.