Markus Bergholz

Results 147 comments of Markus Bergholz

@tleguern I know. And it is not applying when creating a vm, based on a clone, that included a cloud-init drive. ```yml - name: > create a vm base on...

>> @JuddTracy-DAS that's true, only a handful of options are passed to the API when cloning and no warning are displayed. >> >> @markuman you need to split your task...

> > The issue was fixed. With the code in the master branch, it is possible to build gRPC locally by running the command: `BUILD_GRPC_FOR_BACKEND_LLAMA=ON make build` > > I...

`CMAKE_ARGS="-DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" BUILD_GRPC_FOR_BACKEND_LLAMA=ON make BUILD_TYPE=clblas build` is working in v1.30.0, but not in v1.40.0 nor on current master (274ace289823a8bacb7b4987b5c961b62d5eee99).

> Does it make sense? 10.5.x is also an LTS release. Dropping every version that is EOL makes most sense imho. - https://endoflife.date/mysql - https://endoflife.date/mariadb

@nityanandagohain **docker-compose.yml** ```yml version: "2.4" x-clickhouse-defaults: &clickhouse-defaults restart: on-failure image: clickhouse/clickhouse-server:22.8.8-alpine tty: true depends_on: - zookeeper-1 # logging: # options: # max-size: 50m # max-file: "3" healthcheck: # "clickhouse", "client",...

@nityanandagohain ```yml receivers: filelog/dockercontainers: include: [ "/var/lib/docker/containers/*/*.log" ] start_at: end include_file_path: true include_file_name: false operators: - type: json_parser id: parser-docker output: extract_metadata_from_filepath timestamp: parse_from: attributes.time layout: '%Y-%m-%dT%H:%M:%S.%LZ' - type: regex_parser...

Do you have applied the Roundcube-CardDAV .sql files to your Roundcube database? If yes, then SOGo has a lack of the lastmodified data for a contact _(just guessing)_.

Take a look at: https://github.com/graviox/Roundcube-CardDAV/issues/29 Can be solved with: https://github.com/graviox/Roundcube-CardDAV/issues/29#issuecomment-7584813 > > Yes, the 3 lines with ">" replace the line with "

Something weird happens here, while the local integration test succeeds. The assert for task `ec2_instance_cpu_options : start instance as t3.micro` is failing. * change detection is correct: https://ansible.softwarefactory-project.io/zuul/build/b7904ec9dad14e94869e8ad5bb514757/log/job-output.txt#3953 * but...