> > > >I suspect this is a simple problem.. can anyone point me in the right >direction? > >Thanks, > >Phil > You are doing all of this as a typical user (Not root) and then trying to execute a script or binary (tk script, more than likely...) as superuser (root): The xserver will not allow the connection (even though it was initiated as root) to the lowly typical user.
Solution: Either run the script or binary from within an xserver session that was initiated by root or change the permissions to the executable so that a typical user can run it. Best Peck _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
