PDA

View Full Version : Domainpointer list broke down after update to 1.32.3



netfx
09-19-2008, 10:15 AM
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

DirectAdmin Support
09-21-2008, 01:37 AM
Hello,

Can you type:
cd /usr/local/directadmin
./directadmin c | grep show_pointers_in_listand 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:
echo "action=cache&value=showallusers" >> /usr/local/directadmin/data/task.queueto see if that helps with the show_all_users.cache file.

John

netfx
09-22-2008, 03:08 AM
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
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