Alex Chi Z.

Results 196 issues of Alex Chi Z.

As git.sjtu.edu.cn always gets down unexpectedly, we would like to use some kind of middleware to handle git connections. * If git.sjtu.edu.cn is accessible, redirect users to that site. *...

Docker now natively support syslog backend. We do not need to use logspout. https://docs.docker.com/config/containers/logging/syslog/

mirror-clone on large repo (like Conda) will OOM frequently. Should investigate and optimize this.

bug

Multiple users have reported this issue. We should investigate this, maybe a bug of Caddy.

bug

多次发现有用户重复请求 `/centos/8.4.2105/isos/x86_64/CentOS-8.4.2105-x86_64-dvd1.iso` 一天跑掉 10T 流量,给镜像站的网络带宽造成比较大的影响。正在考虑几个方案: * 给 caddy 写个插件 autoban * 做 js challenge * 过滤 UA

这个 issue 会记录滥用 SJTUG 镜像站的行为,和相应的处理措施。如果您的 IP 或特征出现在这个列表中,请邮件联系我们解封。 This issue records abuse of SJTUG Mirror Service. If you find yourself in this list, please email us to unblock.

anaconda 的文件太多了,以至于同步的时候在 mirror-clone 构建文件列表的时候有可能 OOM。一方面,我们可以优化 mirror-clone 存储文件名的方式(`String -> Arc`)。另一方面,我们也可以拆分 anaconda 的同步,把它做成多个镜像。 预计拆分的方式如下: * pkgs * cloud/A * cloud/B * cloud/C * miniconda

development

SJTUG 镜像站的 git 同步最初是直接拉到 HDD 上,通过 git-http serve。碰到的问题就是 latency 相当高,且不能浏览其中的内容。比如用户用 cargo 更新 crates.io-index,往往要等半分钟才能开始传数据。 为此,我们把 git 镜像迁移到了 git.sjtu.edu.cn,由软件源服务器进行同步 pull + push,并将用户重定向到 git.sjtu.edu.cn 下载。由于 git.sjtu.edu.cn 的硬件条件(特指盘的条件)比较好,且可以使用 GitLab 进行浏览,用户的体验得到了比较大的提升。 由于 git.sjtu.edu.cn 的维护不归 SJTUG...

镜像名: guix 上游路径: bordeaux.guix.gnu.org 镜像简介: guix 新的 substitute server 国内其他镜像源同步情况: x 同步方法: mirror-intel 镜像大小: x 状态追踪: - [ ] 同意同步 - [ ] 同步脚本 - [ ] 部署到镜像源 - [...

new-mirror