Domainpointer list broke down after update to 1.32.3

netfx

Verified User
Joined
Mar 17, 2004
Messages
26
Location
Netherlands
It seems there's a problem with domain pointers in 1.32.3.
I upgraded this week and the domain pointer list feature doesn't seem to work anymore.

After I created a new domain + pointer the domainpointer didn't appear in users list.

I found out that the option (show_pointers_in_list=1) in directadmin.conf has disappeared. After putting this option back, still the function doesn't work.

Only when I type in the pointers manually in show_all_users.cache they show up in the list.

Are there more people with this problem?
I'm using FC3.

Greetings Mark
 
Last edited:
Hello,

Can you type:
Code:
cd /usr/local/directadmin
./directadmin c | grep show_pointers_in_list
and see what it's showing?

note that if the show_all_users.cache file does not exist, then there won't be any pointers. Once the cache file is regenerated then they should. Try typing:
Code:
echo "action=cache&value=showallusers" >> /usr/local/directadmin/data/task.queue
to see if that helps with the show_all_users.cache file.

John
 
Dear John,

show_pointers_in_list=1 is in directadmin.conf. Because I put it there.
Seems that after the update, this option disappeared.

But when I add a domainpointer, the domain won't be shown in the list and it seems that show_all_users.cache isn't updated.

Only when I do
Code:
echo "action=cache&value=showallusers" >> /usr/local/directadmin/data/task.queue
the new domainpointer appears in the list.

The same is for deleting pointers.

Greetings,

Mark
 
Back
Top