Hello all,

As mentioned in title, we found a issue shows that:

version : Tunnelblick 3.8.2a (build 5481)
openvpn cli version: 2.4.9
openvpn server version: 2.4.9
OS: OSX 10.14.6
git repo manager:Atlassian Bitbucket v5.2.2
re-product process :

----

# clone an empty repo:
# make sure your traffic to https://your-inner-bucket.example.com via
Tunnelblick openvpn client

➜  tengine git:(master) host your-inner-bucket.example.com
your-inner-bucket.example.com has address 192.168.30.212

➜  /tmp git clone https://your-inner-bucket.example.com/scm/ops/tengine.git
正克隆到 'tengine'...
warning: 您似乎克隆了一个空仓库。

# download full source from tengine

➜  wget http://tengine.taobao.org/download/tengine-2.3.2.tar.gz && tar xf
tengine-2.3.2.tar.gz

# copy full source to the empty repo dir
➜  /bin/cp -rfv tengine-2.3.2/* /tmp/tengine

# add them all
➜  tengine git:(master)
git add --all
git commit -m "Initial Commit"

# git push
➜  tengine git:(master) git push
枚举对象: 1517, 完成.
对象计数中: 100% (1517/1517), 完成.
使用 8 个线程进行压缩
压缩对象中: 100% (1480/1480), 完成.
写入对象中: 100% (1517/1517), 3.05 MiB | 6.32 MiB/s, 完成.
总共 1517 (差异 325),复用 0 (差异 0)

....

The operation will hang there....


# replace this operation with CLI openvpn client installed via `brew
install openvpn`

➜  tengine git:(master) sudo /usr/local/sbin/openvpn --config
~/remote-access.ovpn
Password:
Fri Jun  5 16:00:44 2020 OpenVPN 2.4.9 x86_64-apple-darwin17.7.0 [SSL
(OpenSSL)] [LZO] [LZ4] [PKCS11] [MH/RECVDA] [AEAD] built on Apr 17 2020
Fri Jun  5 16:00:44 2020 library versions: OpenSSL 1.1.1g  21 Apr 2020, LZO
2.10


➜  tengine git:(master) git push
枚举对象: 1517, 完成.
对象计数中: 100% (1517/1517), 完成.
使用 8 个线程进行压缩
压缩对象中: 100% (1480/1480), 完成.
写入对象中: 100% (1517/1517), 3.05 MiB | 6.05 MiB/s, 完成.
总共 1517 (差异 325),复用 0 (差异 0)
....

The operation will hang there too....



# But when replace the Tunnelblick with cisco anyconnect 4.4, the hang
never occure any more

➜  tengine git:(master) git push
枚举对象: 1517, 完成.
对象计数中: 100% (1517/1517), 完成.
使用 8 个线程进行压缩
压缩对象中: 100% (1480/1480), 完成.
写入对象中: 100% (1517/1517), 3.05 MiB | 6.25 MiB/s, 完成.
总共 1517 (差异 326),复用 0 (差异 0)
remote: Resolving deltas: 100% (326/326), done.
To https://your-inner-bucket.example.com/scm/ops/tengine.git
 * [new branch]      master -> master
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to