fprintf(stderr,"Warning: Can't open accesslist file: %s (but will try to create it later, if necessary and possible).",g_accesslist_filename);
char*wd=getcwd(NULL,0);
fprintf(stderr,"Warning: Can't open accesslist file: %s (but will try to create it later, if necessary and possible).\nPWD: %s\n",g_accesslist_filename,wd);