Hello, I found out that my problem with at is caused by my PAM configuration: I have libpam-devperm installed and my /etc/pam.d/common-session looks like this:
# # /etc/pam.d/common-session - session-related modules common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of modules that define tasks to be performed # at the start and end of sessions of *any* kind (both interactive and # non-interactive). The default is pam_unix. # session required pam_devperm.so session required pam_unix.so When I commented out the first line, at worked well. Then I compiled at without PAM support and restored my version of common-session, and still at worked. I do not know if this is a problem in at or in libpam-devperm. Regards Christoph Pleger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

