Hi all,
a question about maintenance reservation. The pbs_rsub
man page tell that you type something like (as root on the PBS primary)
pbs_rsub -R <start> -E <end> --hosts host1 host2
however when I try this I get
Bad effective UID for reservation
note that I can create reservations as a user (albeit I am still unsure about confirming them); adding -u
or -U
options does not help. I have set server flatuid = True
.
What I am doing wrong?
Addendum: i become root with either sudo -i
or sudo -s
I cannot do su
; btw doing sudo pbs_rsub ...
yields the same result.