and1990

Results 10 comments of and1990

I have solved the above problem. Here is my before config `url "ldap://127.0.0.1:389/DC=benmu,DC=org?sAMAccountName?sub?(objectClass=*)";` Here is my now config `url "ldap://127.0.0.1:389/DC=benmu,DC=org?uid?sub?(&(objectClass=CiscoPerson))";` when i added 'uid' in the url, the problem solved....

I have meet this problem. Downgrade the Openresty version works for me. My case: 1. It worked fine with Openresty version 1.11.2.5. 2. Then I upgraded Openresty, its version is...

> @john8628 Hi, I use Oss as my remote storage, the backup data can be uploaded to Oss successfully, but **clickhouse-backup list remote** shows "The specified key does not exist"....

@john8628 How did you solve this problem?

> check your path ; ak/sk and endpoint is inner network? Could you give me some hints? This is my configuration. ``` s3: access_key: "xxxxx" secret_key: "xxxx" bucket: "test-clickhouse-backup" endpoint:...

> oh , endpoint is not right , following the https://www.alibabacloud.com/help/en/object-storage-service/latest/regions-and-endpoints ; and if your abosolute path is oss://{bucket}{specific path} then your path should be specific path;your path should be...

不好意思回复晚了。 运行环境:macbookpro 模拟器:android,api26

I have the same problem. Anybody can solve this problem? I have installed kernel-debuginfo packages. > [root@localhost openresty-systemtap-toolkit]# rpm -qa|grep ^kernel kernel-3.10.0-327.el7.x86_64 kernel-debuginfo-common-x86_64-3.10.0-514.16.1.el7.x86_64 kernel-tools-libs-3.10.0-514.16.1.el7.x86_64 kernel-headers-3.10.0-514.16.1.el7.x86_64 kernel-tools-3.10.0-514.16.1.el7.x86_64 kernel-devel-3.10.0-514.16.1.el7.x86_64 kernel-devel-3.10.0-514.2.2.el7.x86_64 kernel-debuginfo-3.10.0-514.16.1.el7.x86_64 kernel-devel-3.10.0-327.el7.x86_64...