* [FFmpeg-devel] [PATCH] doc: Add infra.txt @ 2024-02-22 20:54 Michael Niedermayer 2024-02-22 21:05 ` Andreas Rheinhardt ` (2 more replies) 0 siblings, 3 replies; 10+ messages in thread From: Michael Niedermayer @ 2024-02-22 20:54 UTC (permalink / raw) To: FFmpeg development discussions and patches --- doc/infra.txt | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 doc/infra.txt diff --git a/doc/infra.txt b/doc/infra.txt new file mode 100644 index 0000000000..5947a2c715 --- /dev/null +++ b/doc/infra.txt @@ -0,0 +1,99 @@ +FFmpeg Infrastructure: +====================== + + + + +Servers: +~~~~~~~~ + + +Main Server: +------------ +Our Main server is hosted at telepoint.bg +for more details see: https://www.ffmpeg.org/#thanks_sponsor_0001 +Nothing runs on our main server directly, instead several VMs run on it. + + +ffmpeg.org VM: +-------------- +Web, mail, and public facing git, also website git + + +fftrac VM: +---------- +trac.ffmpeg.org Issue tracking + + +ffaux VM: +--------- +patchwork.ffmpeg.org Patch tracking +vote.ffmpeg.org Condorcet voting + + +fate: +----- +fate.ffmpeg.org FFmpeg automated testing environment + + +All servers currently run ubuntu + + + +Cronjobs: +~~~~~~~~~ +Part of the docs is in the main ffmpeg repository as texi files, this part is build by a cronjob. So is the +doxygen stuff as well as the FFmpeg git snapshot. +These 3 scripts are under the ffcron user + + + +Git: +~~~~ +Public facing git is provided by our infra, (https://git.ffmpeg.org/gitweb) +main developer ffmpeg git repository for historic reasons is provided by (git@source.ffmpeg.org:ffmpeg) +Other developer git repositories are provided via git@git.ffmpeg.org:<NAME_OF_REPOSITORY> +git mirrors are available on https://github.com/FFmpeg +(there are some exceptions where primary repositories are on github or elsewhere instead of the mirrors) + +Github mirrors are redundantly synced by multiple people + +You need a new git repository related to FFmpeg ? contact root at ffmpeg.org + + +Fate: +~~~~~ +fatesamples are provided via rsync. Every FFmpeg developer who has a shell account in ffmepg.org +should be in the samples group and be able to upload samples. +See https://www.ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate-suite + + + +Accounts: +~~~~~~~~~ +You need an account for some FFmpeg work? Send mail to root at ffmpeg.org + + + +VMs: +~~~~ +You need a VM, docker container for FFmpeg? contact root at ffmpeg.org +(for docker, CC Andriy) + + + +IRC: +~~~~ +irc channels are at https://libera.chat/ +irc channel archieves are at https://libera.irclog.whitequark.org + + + +Currently open positions: +~~~~~~~~~~~~~~~~~~~~~~~~~ +volunteer postfix / mailman expert. + You will need to do a mailman2 -> 3 update, old archieve links must continue to work + Some evaluation and improvments of DMARC/DKIM/... handling + general long term maintaince of the mailman lists +volunteer fateserver maintainer (perl) + our general reaction speed to issues like cross site scripting issues is too slow -- 2.17.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc: Add infra.txt 2024-02-22 20:54 [FFmpeg-devel] [PATCH] doc: Add infra.txt Michael Niedermayer @ 2024-02-22 21:05 ` Andreas Rheinhardt 2024-02-24 14:04 ` Michael Niedermayer 2024-02-24 15:56 ` Ronald S. Bultje 2024-02-29 15:27 ` [FFmpeg-devel] [ infra] Does main server hang? Zhao Zhili 2 siblings, 1 reply; 10+ messages in thread From: Andreas Rheinhardt @ 2024-02-22 21:05 UTC (permalink / raw) To: ffmpeg-devel Michael Niedermayer: > --- > doc/infra.txt | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 99 insertions(+) > create mode 100644 doc/infra.txt > > diff --git a/doc/infra.txt b/doc/infra.txt > new file mode 100644 > index 0000000000..5947a2c715 > --- /dev/null > +++ b/doc/infra.txt > @@ -0,0 +1,99 @@ > +FFmpeg Infrastructure: > +====================== > + > + > + > + > +Servers: > +~~~~~~~~ > + > + > +Main Server: > +------------ > +Our Main server is hosted at telepoint.bg > +for more details see: https://www.ffmpeg.org/#thanks_sponsor_0001 > +Nothing runs on our main server directly, instead several VMs run on it. > + > + > +ffmpeg.org VM: > +-------------- > +Web, mail, and public facing git, also website git > + > + > +fftrac VM: > +---------- > +trac.ffmpeg.org Issue tracking > + > + > +ffaux VM: > +--------- > +patchwork.ffmpeg.org Patch tracking > +vote.ffmpeg.org Condorcet voting > + > + > +fate: > +----- > +fate.ffmpeg.org FFmpeg automated testing environment > + > + > +All servers currently run ubuntu > + > + > + > +Cronjobs: > +~~~~~~~~~ > +Part of the docs is in the main ffmpeg repository as texi files, this part is build by a cronjob. So is the > +doxygen stuff as well as the FFmpeg git snapshot. > +These 3 scripts are under the ffcron user > + > + > + > +Git: > +~~~~ > +Public facing git is provided by our infra, (https://git.ffmpeg.org/gitweb) > +main developer ffmpeg git repository for historic reasons is provided by (git@source.ffmpeg.org:ffmpeg) > +Other developer git repositories are provided via git@git.ffmpeg.org:<NAME_OF_REPOSITORY> > +git mirrors are available on https://github.com/FFmpeg > +(there are some exceptions where primary repositories are on github or elsewhere instead of the mirrors) > + > +Github mirrors are redundantly synced by multiple people > + > +You need a new git repository related to FFmpeg ? contact root at ffmpeg.org > + > + > +Fate: > +~~~~~ > +fatesamples are provided via rsync. Every FFmpeg developer who has a shell account in ffmepg.org ffmpeg.org > +should be in the samples group and be able to upload samples. > +See https://www.ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate-suite > + > + > + > +Accounts: > +~~~~~~~~~ > +You need an account for some FFmpeg work? Send mail to root at ffmpeg.org > + > + > + > +VMs: > +~~~~ > +You need a VM, docker container for FFmpeg? contact root at ffmpeg.org > +(for docker, CC Andriy) > + > + > + > +IRC: > +~~~~ > +irc channels are at https://libera.chat/ > +irc channel archieves are at https://libera.irclog.whitequark.org archives > + > + > + > +Currently open positions: > +~~~~~~~~~~~~~~~~~~~~~~~~~ > +volunteer postfix / mailman expert. > + You will need to do a mailman2 -> 3 update, old archieve links must continue to work archive > + Some evaluation and improvments of DMARC/DKIM/... handling improvements > + general long term maintaince of the mailman lists maintenance > +volunteer fateserver maintainer (perl) > + our general reaction speed to issues like cross site scripting issues is too slow _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc: Add infra.txt 2024-02-22 21:05 ` Andreas Rheinhardt @ 2024-02-24 14:04 ` Michael Niedermayer 0 siblings, 0 replies; 10+ messages in thread From: Michael Niedermayer @ 2024-02-24 14:04 UTC (permalink / raw) To: FFmpeg development discussions and patches [-- Attachment #1.1: Type: text/plain, Size: 3788 bytes --] On Thu, Feb 22, 2024 at 10:05:36PM +0100, Andreas Rheinhardt wrote: > Michael Niedermayer: > > --- > > doc/infra.txt | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 99 insertions(+) > > create mode 100644 doc/infra.txt > > > > diff --git a/doc/infra.txt b/doc/infra.txt > > new file mode 100644 > > index 0000000000..5947a2c715 > > --- /dev/null > > +++ b/doc/infra.txt > > @@ -0,0 +1,99 @@ > > +FFmpeg Infrastructure: > > +====================== > > + > > + > > + > > + > > +Servers: > > +~~~~~~~~ > > + > > + > > +Main Server: > > +------------ > > +Our Main server is hosted at telepoint.bg > > +for more details see: https://www.ffmpeg.org/#thanks_sponsor_0001 > > +Nothing runs on our main server directly, instead several VMs run on it. > > + > > + > > +ffmpeg.org VM: > > +-------------- > > +Web, mail, and public facing git, also website git > > + > > + > > +fftrac VM: > > +---------- > > +trac.ffmpeg.org Issue tracking > > + > > + > > +ffaux VM: > > +--------- > > +patchwork.ffmpeg.org Patch tracking > > +vote.ffmpeg.org Condorcet voting > > + > > + > > +fate: > > +----- > > +fate.ffmpeg.org FFmpeg automated testing environment > > + > > + > > +All servers currently run ubuntu > > + > > + > > + > > +Cronjobs: > > +~~~~~~~~~ > > +Part of the docs is in the main ffmpeg repository as texi files, this part is build by a cronjob. So is the > > +doxygen stuff as well as the FFmpeg git snapshot. > > +These 3 scripts are under the ffcron user > > + > > + > > + > > +Git: > > +~~~~ > > +Public facing git is provided by our infra, (https://git.ffmpeg.org/gitweb) > > +main developer ffmpeg git repository for historic reasons is provided by (git@source.ffmpeg.org:ffmpeg) > > +Other developer git repositories are provided via git@git.ffmpeg.org:<NAME_OF_REPOSITORY> > > +git mirrors are available on https://github.com/FFmpeg > > +(there are some exceptions where primary repositories are on github or elsewhere instead of the mirrors) > > + > > +Github mirrors are redundantly synced by multiple people > > + > > +You need a new git repository related to FFmpeg ? contact root at ffmpeg.org > > + > > + > > +Fate: > > +~~~~~ > > +fatesamples are provided via rsync. Every FFmpeg developer who has a shell account in ffmepg.org > > ffmpeg.org > > > +should be in the samples group and be able to upload samples. > > +See https://www.ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate-suite > > + > > + > > + > > +Accounts: > > +~~~~~~~~~ > > +You need an account for some FFmpeg work? Send mail to root at ffmpeg.org > > + > > + > > + > > +VMs: > > +~~~~ > > +You need a VM, docker container for FFmpeg? contact root at ffmpeg.org > > +(for docker, CC Andriy) > > + > > + > > + > > +IRC: > > +~~~~ > > +irc channels are at https://libera.chat/ > > +irc channel archieves are at https://libera.irclog.whitequark.org > > archives > > > + > > + > > + > > +Currently open positions: > > +~~~~~~~~~~~~~~~~~~~~~~~~~ > > +volunteer postfix / mailman expert. > > + You will need to do a mailman2 -> 3 update, old archieve links must continue to work > > archive > > > + Some evaluation and improvments of DMARC/DKIM/... handling > > improvements > > > + general long term maintaince of the mailman lists > > maintenance will apply with fixes and without the "open positions" because that seems not to fit in the ffmpeg-git that well. thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Does the universe only have a finite lifespan? No, its going to go on forever, its just that you wont like living in it. -- Hiranya Peiri [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc: Add infra.txt 2024-02-22 20:54 [FFmpeg-devel] [PATCH] doc: Add infra.txt Michael Niedermayer 2024-02-22 21:05 ` Andreas Rheinhardt @ 2024-02-24 15:56 ` Ronald S. Bultje 2024-02-24 18:28 ` Michael Niedermayer 2024-02-29 15:27 ` [FFmpeg-devel] [ infra] Does main server hang? Zhao Zhili 2 siblings, 1 reply; 10+ messages in thread From: Ronald S. Bultje @ 2024-02-24 15:56 UTC (permalink / raw) To: FFmpeg development discussions and patches Hi, On Thu, Feb 22, 2024 at 3:54 PM Michael Niedermayer <michael@niedermayer.cc> wrote: > +Fate: +~~~~~ > +fatesamples are provided via rsync. Every FFmpeg developer who has a > shell account in ffmepg.org > +should be in the samples group and be able to upload samples. > +See > https://www.ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate-suite > Is there a public list of "who has a shell account on ffmpeg.org" that can be linked to here? The goal here is to help people on IRC who ask "I'd like to add a sample to fate, how do I do that?" in some other way than "ask Michael". (I know the list, but I'd like a public place so everyone can find it, not just me.) It would be useful to also add info on who the roots are. This regularly comes up and having public disclosure means we don't have to argue about it or resort to "ask Michael" :) Thanks for working on this! Ronald _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc: Add infra.txt 2024-02-24 15:56 ` Ronald S. Bultje @ 2024-02-24 18:28 ` Michael Niedermayer 2024-02-24 19:00 ` Ronald S. Bultje 0 siblings, 1 reply; 10+ messages in thread From: Michael Niedermayer @ 2024-02-24 18:28 UTC (permalink / raw) To: FFmpeg development discussions and patches [-- Attachment #1.1: Type: text/plain, Size: 2170 bytes --] Hi On Sat, Feb 24, 2024 at 10:56:49AM -0500, Ronald S. Bultje wrote: > Hi, > > On Thu, Feb 22, 2024 at 3:54 PM Michael Niedermayer <michael@niedermayer.cc> > wrote: > > > +Fate: > > +~~~~~ > > +fatesamples are provided via rsync. Every FFmpeg developer who has a > > shell account in ffmepg.org > > +should be in the samples group and be able to upload samples. > > +See > > https://www.ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate-suite > > > > Is there a public list of "who has a shell account on ffmpeg.org" that can > be linked to here? The goal here is to help people on IRC who ask "I'd like > to add a sample to fate, how do I do that?" in some other way than "ask > Michael". (I know the list, but I'd like a public place so everyone can > find it, not just me.) Thats a valid reason to have an account try rsbultje on ffmpeg.org your git ssh key should work to authenticate see /home/* for who has an account and /etc/group for who is in samples i just now noticed some people who recently got accounts where forgotten to be added top samples. you can now monitor exactly who has accounts and who is in samples. Ask them, make it public, remind me if i forget adding someone to samlpes which it seems i have severl times. Its quite easy to forget a adduser user samples so if i had to maintain a public list, that list would never be reliable i would keep forgetting either adding people to it or add people and then forget actually opening their account :) > > It would be useful to also add info on who the roots are. This regularly > comes up and having public disclosure means we don't have to argue about it > or resort to "ask Michael" :) the roots should be listed in MAINTAINERs in addition ubitux, tim nicholochson, roberto togni and thresh seem to have access too. I dont know why they are not listed in MAINTAINERs, maybe they removed themselfs, or wheer never added ... thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time. [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc: Add infra.txt 2024-02-24 18:28 ` Michael Niedermayer @ 2024-02-24 19:00 ` Ronald S. Bultje 0 siblings, 0 replies; 10+ messages in thread From: Ronald S. Bultje @ 2024-02-24 19:00 UTC (permalink / raw) To: FFmpeg development discussions and patches Hi, On Sat, Feb 24, 2024 at 1:28 PM Michael Niedermayer <michael@niedermayer.cc> wrote: > so if i had to maintain a public list, that list would never be reliable > I can continue updating it. The current list is: $ ssh ffmpeg.org cat /etc/group|grep samples|tr ':' '\n'|grep ,|tr ',' ' ' compn cehoyos reimar beastd llogan ubitux durandal nevcairiel daemon404 jamrial martinvignali thilo atomnuker pross elenril rsbultje lynne jdek andriy rathann rtogni reynaldo I volunteer to run that script once a year and update doc/infra.txt accordingly. Ronald _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* [FFmpeg-devel] [ infra] Does main server hang? 2024-02-22 20:54 [FFmpeg-devel] [PATCH] doc: Add infra.txt Michael Niedermayer 2024-02-22 21:05 ` Andreas Rheinhardt 2024-02-24 15:56 ` Ronald S. Bultje @ 2024-02-29 15:27 ` Zhao Zhili 2024-02-29 15:57 ` J. Dekker [not found] ` <457023F8-2E1E-4695-9C2D-B41000CC2D9B@cosmin.at> 2 siblings, 2 replies; 10+ messages in thread From: Zhao Zhili @ 2024-02-29 15:27 UTC (permalink / raw) To: 'FFmpeg development discussions and patches' Hi, I can't pull from main developer git server. Patchwork is slow to loading. I have tried two ISP. Anything happened? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [FFmpeg-devel] [ infra] Does main server hang? 2024-02-29 15:27 ` [FFmpeg-devel] [ infra] Does main server hang? Zhao Zhili @ 2024-02-29 15:57 ` J. Dekker [not found] ` <457023F8-2E1E-4695-9C2D-B41000CC2D9B@cosmin.at> 1 sibling, 0 replies; 10+ messages in thread From: J. Dekker @ 2024-02-29 15:57 UTC (permalink / raw) To: ffmpeg-devel On Thu, Feb 29, 2024, at 16:27, Zhao Zhili wrote: > Hi, I can't pull from main developer git server. Patchwork is slow to loading. > I have tried two ISP. Anything happened? All seem okay for me. -- jd _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <457023F8-2E1E-4695-9C2D-B41000CC2D9B@cosmin.at>]
* Re: [FFmpeg-devel] [ infra] Does main server hang? [not found] ` <457023F8-2E1E-4695-9C2D-B41000CC2D9B@cosmin.at> @ 2024-02-29 18:25 ` Cosmin Stejerean via ffmpeg-devel 2024-03-01 0:53 ` Michael Niedermayer 0 siblings, 1 reply; 10+ messages in thread From: Cosmin Stejerean via ffmpeg-devel @ 2024-02-29 18:25 UTC (permalink / raw) To: FFmpeg development discussions and patches; +Cc: Cosmin Stejerean > On Feb 29, 2024, at 7:27 AM, Zhao Zhili <quinkblack@foxmail.com> wrote: > > Hi, I can't pull from main developer git server. Patchwork is slow to loading. > I have tried two ISP. Anything happened? Not sure if it's related but trac has also been very unreliable for me, with frequent "Service Unavailable" errors from Apache. - Cosmin _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [FFmpeg-devel] [ infra] Does main server hang? 2024-02-29 18:25 ` Cosmin Stejerean via ffmpeg-devel @ 2024-03-01 0:53 ` Michael Niedermayer 0 siblings, 0 replies; 10+ messages in thread From: Michael Niedermayer @ 2024-03-01 0:53 UTC (permalink / raw) To: FFmpeg development discussions and patches [-- Attachment #1.1: Type: text/plain, Size: 3244 bytes --] On Thu, Feb 29, 2024 at 06:25:20PM +0000, Cosmin Stejerean via ffmpeg-devel wrote: > > > > On Feb 29, 2024, at 7:27 AM, Zhao Zhili <quinkblack@foxmail.com> wrote: > > > > Hi, I can't pull from main developer git server. Patchwork is slow to loading. > > I have tried two ISP. Anything happened? developer git is provided by videolan, patchwork is on a VM on our main server so there should be no correlation its different hw different places hosted > > Not sure if it's related but trac has also been very unreliable for me, with frequent "Service Unavailable" errors from Apache. i see these occasionally, but so far i have been unable to fully understand the issue when i login after one of these on the server "top" shows nothing hogging the cpu, free shows most memory available theres double digit gb free disk space /server-status looks liek this: Parent Server MPM Generation: 12 Server uptime: 15 days 20 hours 13 minutes 44 seconds Server load: 0.05 0.07 0.17 Total accesses: 4221997 - Total Traffic: 159.9 GB - Total Duration: 818395622 CPU Usage: u806.2 s216.76 cu246864 cs10657.5 - 18.9% CPU load 3.08 requests/sec - 122.5 kB/second - 39.7 kB/request - 193.841 ms/request 2 requests currently being processed, 23 idle workers Slot PID Stopping Connections Threads Async connections total accepting busy idle writing keep-alive closing 2 360340 no (old gen) 0 yes 0 25 0 0 0 3 360418 no (old gen) 0 yes 0 25 0 0 0 5 295117 no 3 yes 2 23 0 0 0 Sum 3 0 3 2 73 0 0 0 ..................................................______________ ____________________________________.........................___ R__W__________________ Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process I tried downloading a random page 10 times sequentially and multiple of them came up as 503 restarting apache and i can download the page 100 times in parallel with no issues now I suspect a relation to the "no (old gen)" processes but i dont know where these came from. This is 2.4.41 and that seems to have bugs with not always stoping processes on a reload or something at least thats what i found, it doesnt seem to re-occur ATM when intentionally doing a service apache2 reload tips welcome, also if another root admin wants to look at this, please do iam not a web server admin nor is this ma favorite job :) but at least ive today figured out the apparent relation to "no (old gen)" thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt complain" "Best seller ever, very honest" - "Seller refunded buyer after failed scam" [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-03-01 0:53 UTC | newest] Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2024-02-22 20:54 [FFmpeg-devel] [PATCH] doc: Add infra.txt Michael Niedermayer 2024-02-22 21:05 ` Andreas Rheinhardt 2024-02-24 14:04 ` Michael Niedermayer 2024-02-24 15:56 ` Ronald S. Bultje 2024-02-24 18:28 ` Michael Niedermayer 2024-02-24 19:00 ` Ronald S. Bultje 2024-02-29 15:27 ` [FFmpeg-devel] [ infra] Does main server hang? Zhao Zhili 2024-02-29 15:57 ` J. Dekker [not found] ` <457023F8-2E1E-4695-9C2D-B41000CC2D9B@cosmin.at> 2024-02-29 18:25 ` Cosmin Stejerean via ffmpeg-devel 2024-03-01 0:53 ` Michael Niedermayer
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git