Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Cron in X

by McD (Chaplain)
on Sep 21, 2009 at 15:28 UTC ( [id://796564]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Cron in X
in thread Cron in X

My guess is that your X server isn't configured to listen for TCP connections (seems to be the default on modern Linux distros), and the cron job is missing something (permissions? environment variable?) to allow it to connect over unix domain sockets. xhost + won't help in that case, you need to either re-enable the tcp listening on the X server (varies by distro, look for "-nolisten tcp" in the X11 startup args) or figure out how to get the client to use unix domain sockets successfully from the cron job.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://796564]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found