|
Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Meltdown & Spectre patch’s - performance?
Has anyone seen their Sagetv server suffer in anyway from applying the Meltdown and Spectre patches to their Intel or AMD based servers? Any effects with particular operating systems? I’m running W7 32 bit on an AMD Phenom, which may not be an effected CPU.
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#2
|
|||
|
|||
How do you know if the updates you have done have these patches?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#3
|
||||
|
||||
There are lists posted online which patches align with which cpu, OS, etc. Do a Google search. Microsoft yanked a few on January 9th due to compatibility errors, blue screens, etc.
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#5
|
||||
|
||||
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#6
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#7
|
|||
|
|||
The Sage server is Windows 7 on a Core 2 Duo with a Bearlake chipset. My desktop is Windows 10, I7 Ivy Bridge. The motherboards on both systems are old enough that a patched bios has not and probably will not be released. So my only protections is the Windows security patch.
|
#8
|
|||
|
|||
I don't know if was related, but my SageTV server crashed hard last weekend. It would not longer boot, with Windows giving me in "Inaccessible Boot Device" error.
I take full/incremental backups on a nightly basis (in a GFS scheme). But, I had to go back to January 5th to get to a backup that wasn't corrupted in the same way. That's around the time the Spectre/Meltdown patches went out. This was on a Haswell-based system. After restoring from the backup, I deleted any pending Windows Updates, re-downloaded them, and the system continues to run now. It has the Meltdown patch, but I haven't done a BIOS update for Spectre. I'm not even sure there is one for my motherboard, and the update fiasco on Intel's part is going to stop Microsoft from changing their position about pushing CPU microcode updates through Windows Update and the kernel. |
#9
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#10
|
|||
|
|||
Are these risks that we should be worried about for home PCs? I thought the big risk here was for stuff like VMs - these bugs would allow you to break through and hack into other VMs on the same hardware. So that's a big issue if you have an application on AWS, but nothing to worry about on my home media server.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#11
|
|||
|
|||
Quote:
I would envision lawsuits from the likes of Amazon, MS and Google as the largest providers of cloud services. If you apply these patches and they reduce system performance then you have to through more CPU hardware at your cloud services. So I would be suing Intel for that. The market doesn't seem to agree with me since Intel stock is approximately unchanged in the last month - however that means it is lagging everything else.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#12
|
|||
|
|||
Quote:
Quote:
There are proof-of-concept attacks using the Spectre vulnerability with a malicious javascript to steal secrets from your browser. e.g., cookies, passwords. Ostensibly, similar attacks may be possible with Meltdown. In that case, it might be possible to read secrets from the operating system kernel. Admittedly, I think the practical threat for home PCs has been a bit exaggerated. Javascript attacks are a real concern, but it's not a big deal for the browsers to push application-level security updates to block that attack vector. Beyond the javascript case, the need for the attacker to control/run code on the victim PC means you already have to have a major problem to be attacked. If you're running malware on your PC, its probably already game-over for you. But shared computing infrastructures (e.g., VMs in cloud environments), and, to a lesser extent, sandboxed platforms like Android, are supposed to isolate malicious processes from legitimate ones. |
#13
|
|||
|
|||
Quote:
The reason VMs were discussed is because if you have access to the host system memory you can read what's in the memory of another VM. (In a cloud hosting environment that would include VMs not "owned" by you.) On your home PC without VMs it can just read the memory of things on that PC. Google from what I remember reading has changed its compiler to create code not vulnerable to the flaws with little or no performance impact, (or so they say). I also remember reading something where certain browsers were succeptable through their JS engines. So say you have a password manager on your PC and it is targeted by the "application" variant than someone could possibly grab all your passwords. Or if it targets Word it could read whatever document you have open. Etc. It can't "take over" your computer though.
__________________
Home Network: https://karylstein.com/technology.html |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Malware meltdown :-( | michaeldjcox | SageTV Software | 18 | 02-17-2017 04:08 AM |
Playback errors since patch | vorius | SageTV Software | 2 | 11-27-2009 12:03 AM |
Directshow patch KB904706 | dagar | General Discussion | 0 | 10-12-2005 06:25 AM |
RC3 Client Meltdown | Crowdx42 | SageTV Beta Test Software | 3 | 05-07-2004 02:42 PM |