benu 1 Posted July 13, 2004 I upgraded our server os and AAS (server part of ofpwatch) began to have problems, couldn't resolve the ip of the master server and couldn't download new packets from our webserver. After some testing with strace and replacing some libs it worked again. It could be that some of my network settings are not correct, but everything else works and after replacing some libs (libc.so.6, libnss_dns.so.2 and libresolv.so.2) AAS works again, so i guess it's a library version problem and not my settings. All three libs come from the glibc package, which was 2.3.2 on my old system and is 2.3.3 on my new system. As a workaround i made a libs folder in the ofp watch folder, copied the three old libs into it and run AAS with export LD_LIBRARY_PATH=/path/to/lib/folder. This works well so far. Can anyone confirm/deny this problem with glibc 2.3.3? Share this post Link to post Share on other sites