Hi for the third time :-),

it seems the commit 10584363e87286db96d14e1ad3d6fc7b714ad085 from 2009-10-29 
16:49 "utilities: allow creating files during a call to write()" changed the 
file handling in a way that breaks suspend:

fosusaged prints the following when trying to suspend:
WARNING **: utilities.vala:74: can't open for writing to /sys/power/state: 
File exists

When I change it back to
  var fd = Posix.open( filename, Posix.O_WRONLY );
suspens works again

Heiko

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to