Closed Bug 636254 Opened 13 years ago Closed 13 years ago

Run SQL on AMO to blocklist some drivers

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fligtar, Assigned: oremj)

References

Details

Please run the below SQL on AMO prod to blocklist some graphics drivers. Thanks.

INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 6.1', '0x10de', '0x0a6c',
'DIRECT2D', 'BLOCKED_DRIVER_VERSION', '8.17.12.5896', 'LESS_THAN_OR_EQUAL',
NOW(), NOW());

INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 6.1', '0x10de', '0x0a6c',
'DIRECT3D_9_LAYERS', 'BLOCKED_DRIVER_VERSION', '8.17.12.5896',
'LESS_THAN_OR_EQUAL', NOW(), NOW());
Blocks: 635044
Mike, ack?
Assignee: server-ops → shyam
Morgamic, ping? (I presume it's you that we need approval from)
(In reply to comment #2)
> Morgamic, ping? (I presume it's you that we need approval from)

Yeah. Past blocklist stuff hasn't gone in unless it's had an ack from him :)
This is no longer needed; I blocked these another way.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Our admin tool for this has a bug, so we still need this SQL run.

I'm managing the blocklist right now, this is SQL on the add-ons site that I'm responsible for, and this is blocking a Firefox 4 hardblocker; please run it. Thanks.
Assignee: shyam → server-ops
Severity: major → critical
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee: server-ops → jeremy.orem+bugs
Still need ack from morgamic.
Why does this need an ack for morgamic, anyways?
He's always submitted them in the past. If someone else is in charge of blocklist now that is fine. We just need to know who should sign off on these.
I'm managing the blocklist now and usually just use our django admin tools, but gfx driver blocks are new in Firefox 4 and we don't have an admin tool that works properly yet.
mysql> INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 6.1', '0x10de', '0x0a6c',
    -> 'DIRECT2D', 'BLOCKED_DRIVER_VERSION', '8.17.12.5896', 'LESS_THAN_OR_EQUAL',
    -> NOW(), NOW());
Query OK, 1 row affected (0.01 sec)

mysql> 
mysql> INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 6.1', '0x10de', '0x0a6c',
    -> 'DIRECT3D_9_LAYERS', 'BLOCKED_DRIVER_VERSION', '8.17.12.5896',
    -> 'LESS_THAN_OR_EQUAL', NOW(), NOW());
Query OK, 1 row affected (0.00 sec)
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
This looks good, thought fligtar had it under control.  Justin - can you file a but about adding this to the blocklist tool on AMO?
Re-opening since this broke the tree, I'm trying to revert it.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
mysql> select * from blgfxdrivers;
+----+------+-----------+--------+---------+-------------------+------------------------+----------------+---------------------------+---------------------+---------------------+
| id | guid | os        | vendor | devices | feature           | feature_status         | driver_version | driver_version_comparator | created             | modified            |
+----+------+-----------+--------+---------+-------------------+------------------------+----------------+---------------------------+---------------------+---------------------+
| 12 | NULL | WINNT 6.1 | 0x10de | 0x0a6c  | DIRECT2D          | BLOCKED_DRIVER_VERSION | 8.17.12.5896   | LESS_THAN_OR_EQUAL        | 2011-02-25 14:26:19 | 2011-02-25 14:26:19 | 
| 13 | NULL | WINNT 6.1 | 0x10de | 0x0a6c  | DIRECT3D_9_LAYERS | BLOCKED_DRIVER_VERSION | 8.17.12.5896   | LESS_THAN_OR_EQUAL        | 2011-02-25 14:26:20 | 2011-02-25 14:26:20 | 
+----+------+-----------+--------+---------+-------------------+------------------------+----------------+---------------------------+---------------------+---------------------+
2 rows in set (0.00 sec)

mysql> delete from blgfxdrivers where id='12';
Query OK, 1 row affected (0.01 sec)

mysql> delete from blgfxdrivers where id='13';
Query OK, 1 row affected (0.00 sec)

mysql> select * from blgfxdrivers;
Empty set (0.00 sec)

Done, this change is now reverted.
Looks like this can be closed?
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
No, we'll need this to be run again soon.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Are we running the SQL in comment 0 again? Won't that break the tree?
We'll reopen when it's ready to be run.
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → INCOMPLETE
No longer blocks: 637413
Depends on: 637413
This SQL can now be run in production.
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Please expedite.  We need all the time we can get to address any issues we find here.
Raising to blocker. This needs to land on this embargoed machines, because of impact to beta12.
Severity: critical → blocker
Jeremy, go ahead and make this change per joduinn
mysql> INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 6.1', '0x10de', '0x0a6c',
    -> 'DIRECT2D', 'BLOCKED_DRIVER_VERSION', '8.17.12.5896', 'LESS_THAN_OR_EQUAL',
    -> NOW(), NOW());
Query OK, 1 row affected (0.00 sec)

mysql> 
mysql> INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 6.1', '0x10de', '0x0a6c',
    -> 'DIRECT3D_9_LAYERS', 'BLOCKED_DRIVER_VERSION', '8.17.12.5896',
    -> 'LESS_THAN_OR_EQUAL', NOW(), NOW());
Query OK, 1 row affected (0.01 sec)

mysql>
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.