The Testing Area :: Even More Jan Extn's



Rogue_Streak, If you want to send me an e-mail I can forward my .wine directory to you to see if that will do the trick. Otherwise did you do a md5check on the wine uci?

plinej2 AT sbcglobal DOT net

mc.uci:
The info file fails to mention an important part of getting the subshell to work.

It says to "chmod 664 /dev/ptmx" and add dsl to group 'tty', but i forgot that /dev/ptmx is owned by root.root instead of root.tty, so in addition to that you'd also need to "chown root.tty /dev/ptmx".

Here's what I have in bootlocal.sh to get it working properly:
Code Sample
usermod -G staff,dialout,fax,voice,cdrom,floppy,tape,sudo,audio,dip,video,games,users,usb,tty dsl
chmod 664 /dev/ptmx
chown root.tty /dev/ptmx


original here.