I encounter this issue after apt-get upgrade / dist-upgrade in Debian. It is solved now.
The cause was a change in samba between versions 3.3.2 and 3.4.0.
Tuesday, November 6, 2012
Thursday, June 21, 2012
Error "failed to get a socket for (null)" after upgrading apache httpd
The symptom: After an regular Debian update, when I tried to start apache, it show me this error:
The line was
(22)Invalid argument: alloc_listener: failed to get a socket for (null)
...
Syntax error on line xx of /etc/apache2/ports.conf:
The line was
Listen 80
Wednesday, June 20, 2012
Counter-signatures and signing a file with multiple certificates
Counter-signing is the action of signing data that includes another signature.
Tuesday, June 19, 2012
Searching in default maven repository
http://repo1.maven.org/maven2/ is the default repository for Maven 2 & 3, but many times it is hard to find the project artifactId, groupId and version in it.
Monday, June 11, 2012
log4j in maven project
Adding support for log4j is realized via maven dependency. You have to edit pom.xml file, and add these lines:
Thursday, May 3, 2012
Catching database resources leaks with Tomcat - howto
This it a solution of "Cannot get a connection, pool error Timeout waiting for idle object" error message. It guides how to find your resource leak.
Subscribe to:
Posts (Atom)