User Details
- User Since
- Mar 2 2016, 6:49 AM (455 w, 1 d)
- Availability
- Available
Feb 17 2017
update: We used default mount options in /etc/fstab for the disk containing repositories
noexec,noatime,nodiratime
we fixes the push logs and herald commit content hooks issues by changing it to
noatime,nodiratime
thanks!
Feb 16 2017
We migrated phabricator last months just realized somehow "Push Logs" are not generated anymore (the last push log was created just before the migration)
and I guess commit content hooks are somehow related on push logs (?)
May I ask what can I check if the push logs aren't being created?
Jan 25 2017
Okay, we will try to upgrade phabricator in our next weekly maintenance window tomorrow, I'll update you with our result later
Jan 24 2017
Jan 17 2017
Dec 6 2016
May 4 2016
Apr 22 2016
Thanks!
Yes, we will consider setting up alternate file domain
- It's not configured
- Yes
- I'm not sure, these are my install versions (stable branch) :
- phabricator f75b1cf562c0c3646324864851d693ef1069a068 (Mon, Apr 18)
- arcanist 01b6fe8bb0239a4bce03f58d6288a3a52ad83a91 (Sat, Apr 16)
- phutil b8c65df2a910a7028d39bec602d181428b6ce01f (Sat, Apr 16)
(edit, it has rP37b93f4)
Ah, is the auth token (first [shortened]) same for every user? It is in my case
- If I visit the URI while being logged in to the app, the browser redirects to the correct file, the download link works
- The download URI is the same as the logged URI
- Visiting the URI with private window returns normal 404 page
I'm using S3 as Files storage backend, phabricator runs behind nginx, and the diffusion is hosted over SSH (diffusion.allow-http-auth=false, HTTP is not configured anyway). I'm having an issue:
- pushing and pulling small files (<2MB) tracked as LFS -> works flawlessly
- pushing 11x 1 GB files works, but can't do git clone / git lfs fetch (got the same issue as @benjumanji, the lfs_trace log is similar, 404 errors when getting the lfs-* files)
- pushing a 11GB file, doesn't work. forgot the error message, will add it later if needed