From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 15 Oct 2013 21:33:10 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <50FB5081-E9C0-4D55-A7CA-EBD02FD13616@orthanc.ca> References: <59840ac72fee7795cffb894ded4e3acf@brasstown.quanstro.net> <8232cde47ebadcdb2c17be4134cbd885@mikro> <05E73B61-CF15-434C-A7DC-1E29D9CE0785@orthanc.ca> <509fc75feb441f41a598fc4aad7ff38e@coraid.com> <50FB5081-E9C0-4D55-A7CA-EBD02FD13616@orthanc.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Parallels mysteriously loosing /dev/draw Topicbox-Message-UUID: 868682a8-ead8-11e9-9d60-3106f5b1d025 > The aux/vga in termrc isn't running. The one I added to > $home/lib/profile is. (And why isn't 'flag +x' added to > /rc/bin/termrc barfing out the expected trace data? The 'echo kill > -roy' immediately below it fires off.) at least on my machine, the simplified relevant bit looks like if(test -f /dev/mousectl && ~ $mouseport ps2 ps2intellimouse 0 1 2 usb){ if(! ~ $"monitor '' && ! ~ `{cat /dev/user} none)@{ run vga from in here } so if yours is similar, which one of the follwing is false? 1. test -f /dev/mousectl 2 ~ $mouseport ps2 ps2intellimouse 0 1 2 usb 3. ! ~ $"monitor '' 4. ! ~ `{cat /dev/user} none could /dev/user be none, while $user = your user? - erik