pfunkylol
pfunkylol
I am having the same issue, upon restart. Need to delete the PID file manually.
Can you post the config ? Also, after you activated the remove_secret variable, have you performed a docker stop/start ?
I am using it this way and it works models: fortios: vars: remove_secret: true
Hmm, to be honest I didnt try adding a AP to confirm this. The WLC driver works like a charm, thank you.
Hi, It's both in IOS-XR 7.1.3 and 6.7.3 , different ASR9k devices. https://imgur.com/2lNJmM0
I double checked at appeared that the user didnt had access to issue the last command. It was fixed after it was provisioned access to execute it. Thanks.
Hi @SCadilhac , Did you get a chance to look at this issue? Paul
I'm running the latest version 0.18.2
if it helps ``` DEBUG [grizzly-http-server-6] NewPooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@2f9c8248 handling a throwable. org.postgresql.util.PSQLException: The column name "id" was not found in this ResultSet. at org.postgresql.jdbc.PgResultSet.findColumn(PgResultSet.java:2901) at org.postgresql.jdbc.PgResultSet.getLong(PgResultSet.java:2784) at com.mchange.v2.c3p0.impl.NewProxyResultSet.getLong(NewProxyResultSet.java:477) at org.hibernate.id.IdentifierGeneratorHelper.extractIdentifier(IdentifierGeneratorHelper.java:159)...
Hi, Since the task doesnt work from the GUI to cleanup the view/db, how can I delete from postgresql these old entries w/o messing up the entire application ? Im...