2025-01-09T03:21:57.972Z | <Patrick Donnelly> well uh, something is broken with builds: <https://shaman.ceph.com/builds/ceph/wip-pdonnell-testing-20250109.021610-debug/ae47f583e41468b5b8f090fc9c07e5306cd853a0/default/419610/> |
2025-01-09T15:28:04.635Z | <John Mulligan> `Failed to evaluate name macro:org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Error processing tokens`
^ @Zack Cerza I remember we were seeing something simlar last week. |
2025-01-09T15:33:04.972Z | <Adam Kraitman> Correct, I merged his change <https://github.com/ceph/ceph-build/pull/2311> |
2025-01-09T15:36:23.622Z | <John Mulligan> OK, your merge was less than an hour ago and Patrick's build is like 12 hours old, so I think we can assume that it's resolved. Thanks! |
2025-01-09T18:07:26.102Z | <David Galloway> Please open a Tracker if you haven't already |
2025-01-09T18:09:39.199Z | <Dan Mick> sentry is up for me. |
2025-01-09T19:28:38.694Z | <Dan Mick> @Gaurav Sitlani it looks like this is your PR that erroneously reverted the earlier change? Are you around this week? |
2025-01-09T19:30:42.336Z | <Gaurav Sitlani> Hi @Dan Mick yep I'm around, I opened up a new PR: <https://github.com/ceph/ceph.io/pull/784> |
2025-01-09T19:31:27.363Z | <Gaurav Sitlani> This one will fix it, I had a look at this web page: <https://ceph-days-silicon-valley-update.ceph.io/en/community/events/2025/ceph-days-almaden/> |
2025-01-09T19:32:14.015Z | <Dan Mick> ...and it's not time yet. Got it. |
2025-01-09T19:32:59.857Z | <nehaojha> @Dan Mick Ankush is your point of contact for existing/future frontend issues with [ceph.io](http://ceph.io) |
2025-01-09T19:33:20.445Z | <Dan Mick> meanwhile, we still have the issue of "eleventy is very old and npm and its dependencies need some work to update them". @Ankush Behl are you planning on looking into that? |
2025-01-09T20:50:55.464Z | <Matt Benjamin> is there something up with jenkins just now? github checks lists aren't updating on my PR |
2025-01-09T20:56:17.075Z | <David Galloway> Sorry, I didn't even bother to check |
2025-01-09T23:10:11.450Z | <chunmei> anyone knows how to setup Sepia VPN from windows system? Thanks! |
2025-01-09T23:19:09.159Z | <Matt Benjamin> i have it working with openvpn-2.6.10 (and prior) yes |
2025-01-09T23:20:21.778Z | <chunmei> could you please share me with some documents about the instructions step by step? Thanks! |
2025-01-09T23:20:52.014Z | <Matt Benjamin> here's my sepia.ovpn file |
2025-01-09T23:21:37.623Z | <Matt Benjamin> ```script-security 1
client
remote [vpn.sepia.ceph.com](http://vpn.sepia.ceph.com) 1194
dev tun
remote-random
resolv-retry infinite
nobind
user nobody
group nobody
persist-tun
persist-key
keepalive 5 60
comp-lzo
verb 7
mute 10
remote-cert-tls server
tls-auth C:\\users\\matt\\OpenVPN\\config\\sepia_tlsauth 1
;data-ciphers-fallback BF-CBC
ca C:\\users\\matt\\OpenVPN\\config\\sepia_new_ca.crt
auth-user-pass C:\\users\\matt\\OpenVPN\\config\\sepia_secret``` |
2025-01-09T23:21:59.992Z | <chunmei> Thanks, I will try it. |