Ah, found the culprit of the bug, duplicating a container will lock all the channels of the nodes inside it.
To fix:
-graph the container(s) in hypershade
-delete all the containers: edit -> delete all by type -> containers
-select all the nodes in hypergraph
-run this mel command:
lockNode -l off -lu off
-matt