budric

Results 2 issues of budric

Building one of the AUR packages failed. I tried to arch-ppa clean which then gave error removing chroot folder with "Operation not permitted." Manually trying rm -rf as root fails...

Hi, I'm having issues using authentication and mongodb-async. The error thrown is: ``` com.allanbank.mongodb.error.MongoDbAuthenticationException: com.allanbank.mongodb.error.ReplyException: Auth mechanism not specified at com.allanbank.mongodb.client.connection.auth.AuthenticatingConnection.ensureAuthenticated(AuthenticatingConnection.java:203) at com.allanbank.mongodb.client.connection.auth.AuthenticatingConnection.send(AuthenticatingConnection.java:133) at com.allanbank.mongodb.client.connection.proxy.AbstractProxyMultipleConnection.doSend(AbstractProxyMultipleConnection.java:450) at com.allanbank.mongodb.client.connection.proxy.AbstractProxyMultipleConnection.trySend(AbstractProxyMultipleConnection.java:625) at com.allanbank.mongodb.client.connection.proxy.AbstractProxyMultipleConnection.send(AbstractProxyMultipleConnection.java:287) at...