-
问题描述:
我的项目搭建在docker容器下,某一天(可能是运维操作了什么),导致docker中的时间超前了。这时候会导致定时任务中,原来设置早上发邮箱的任务,突然不准时生效。然后我们找到了是由于docker时间和服务器时间不一样导致的。我们就修改docker时间,把docker同步到服务器时间,这时候发现定时任务完全不跑了。这导致我们的团队好几天没有收到邮箱信息了。
根据上述的问题,我们…
-
### 联系方式
402249283@qq.com
### MeterSphere 版本
版本: v2.10.15-lts-1e4e1f7b
### 使用外置数据库
否
### 问题描述
版本版本: v2.10.15-lts-1e4e1f7b,新建项目,选择使用禅道的缺陷模版,其中有自定义的字段,选择使用该模版新建BUG时,无法显示自定义的字段
### 重现步骤
1、项目…
-
#### 问题描述 / Problem Description
使用PP-OCRv3做文字检测微调,在T4上跑训练无法训练,报错返回-9
#### 运行环境 / Runtime Environment
- OS: linux
- Paddle: 2.6
- PaddleOCR: 2.7
#### 复现代码 / Reproduction Code
代码直接使用了官方最新代码…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
### What happened
When attempting…
-
### Package information | 软件包信息
包名 | 版本
-- | --
qtbase-opensource-src | [5.15.8-1+deepin7](https://github.com/deepin-community/qtbase-opensource-src/commit/0cef822c6a4dbf5107d985fb7e2c7e2b6588aec3)
…
-
### SUMMARY | 问题概要
控制中心与命令行更新的数据未同步,命令行显示还存在未更新的软件包,控制中心显示已是最新
### SOFTWARE/OS VERSIONS | 软件/系统版本信息
```plain
镜像地址:https://cdimage.uniontech.com/community/releases/23-RC/amd64/
内核版本:Linux deepin-PC…
-
我发现acme.sh中查找nginx-conf是通过以下这个命令:
NGINX_CONF="$(nginx -V 2>&1 | _egrep_o "--conf-path=[^ ]* " | tr -d " ")"
但是我通过这个命令并没有在我的nginx上发现有--conf-path参数(事实上我的nginx启动时是使用的默认de $NGINX_HOME/conf/nginx.conf配置文…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
### What happened
When collect bug data …
-
### 描述 (Description)
docker-compose.yml文件如下(基本和官网类似,就改了PORT):
`version: '3.0'
services:
# mysql service for zentao
zentao-mysql:
image: bitnami/mysql:8.0
container_name: zentao-my…
100ZZ updated
7 months ago
-
**Describe the bug**
```
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right …