• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Problems updating license

M

mrzottel

Guest
Hello,

I have some problems with updating my license file. When I try to update it manually in the license manager with "get keys now" (or similar, I have the german version), the center of the screen just turns white.

In the errorlog, the following lines appear:

Code:
Activation request for 'sapp-PPWSE-1' added
/opt/psa/admin/bin/httpsd: relocation error: /lib/tls/libnss_dns.so.2: symbol __res_maybe_init, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Activation request for 'sapp-PPWSE-1' added
/opt/psa/admin/bin/httpsd: relocation error: /lib/tls/libnss_dns.so.2: symbol __res_maybe_init, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

The system is a debian 3.1 stable. I think those problems started arround the time glibc got updated to 2.3.6...

Any suggestions?
 
Ok, I feel quite stupid, answering my own posting just a few minutes after I posted it. But I just solved the problem. As I googled for the problem for quite some time before, I came accross the "restart the webserver" solution. So I did a
Code:
/etc/init.d/psa restart
- without any success. Thus I dropped that solution for me.

Out of boredom while waiting for an answer here, I stopped the psa service with
Code:
/etc/init.d/psa stop
- and restartet it right away with
Code:
/etc/init.d/psa start.

I guess, this did a _real_ restart of the http daemon - the problem was gone ;)

Bye
mrzottel
 
Back
Top