Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Sunday, 20 February 2011

VMPlayer: kernel.sched_compat_yield not set

Since my desktop machine at home has now had a bit of an upgrade I'm now running several VMWare instances (Windows 7 - more on this in another post - and Ubuntu 32bit - avoids pesky problems with Flash and some other tools not being available/stable in 64bit versions).

I've kept getting the above error in a dialog every time I start VMWare Player so I had a read of the upstart documentation (the replacement for SysV init) and also found the script that is meant to be reading the values from /etc/sysctl.d

# procps - set sysctls from /etc/sysctl.conf
#
# This task sets kernel sysctl variables from /etc/sysctl.conf and
# /etc/sysctl.d

description "set sysctls from /etc/sysctl.conf"

start on virtual-filesystems

task
script
cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e -p -
end script

The issue turned out to be because the file added by VMWare Player doesn't have a .conf suffix so never gets picked up by the above script, fixed this with a link to that file with the appropriate name, 30-vmware-player.conf which should pick things up properly from now on.

Friday, 29 August 2008

Personal pronouns ...

... even I get them wrong!

I actually made a comment the other day about something or other and followed this with " ... and then you'll say he was right ..." referring to myself as "he" even though I was clearly presenting as female that day.

So, really, don't feel too bad when you get the pronouns wrong, particularly if the person concerned hasn't made a clear transition yet (this would be the case with me). However, if you do want to make the effort the rules are simple:

Presenting as male - perfectly okay to say "he", "him", etc
Presenting as female - better to use "she", "her", etc

I guess that raises the question of how to identify what someone is presenting as: I'm not sure on others rules for this but for me, if I'm wearing make-up and seem somewhat enhanced in the chest department then it's a fair bet I'm trying to appear female so would appreciate appropriate pronouns.

Anyway, that's enough for now, I think I'll try and do more little helpful hints in future as people are asking questions about things that are clearly obvious to me but which aren't to the wider world.