Good Day All!
I am trying to grab some packages from the Koji site. Any idea why it seems to be down and if/when it will be back?
403 Forbidden Request forbidden by administrative rules.
https://koji.mbox.centos.org/pkgs/packages/
Thank you!
On 2/28/21 10:24 AM, Frederick wrote:
Good Day All!
I am trying to grab some packages from the Koji site. Any idea why it seems to be down and if/when it will be back?
403 Forbidden Request forbidden by administrative rules.
Access is limited to only developers for now .. it is the only 'bandwidth' we have for development.
There are plans to mirror the content and make it all available in the future.
For now all the source code is available on git.centos.org. It is where all the content is built from.
Thank you!
I am specifically looking for the dlm package that seems to be missing from the repos in 8. I went to https://git.centos.org/rpms/dlm but I cannot find the source. Is there anywhere I can get the source to build this package? Without it I cannot set up a gfs2 cluster on centos8. I've seen many discussions about RedHat having it but its not available for centos, so I just need the source so I can move forward. Any help would be greatly appreciated!
On Mon, Mar 1, 2021 at 9:41 AM Johnny Hughes johnny@centos.org wrote:
On 2/28/21 10:24 AM, Frederick wrote:
Good Day All!
I am trying to grab some packages from the Koji site. Any idea why it seems to be down and if/when it will be back?
403 Forbidden Request forbidden by administrative rules.
Access is limited to only developers for now .. it is the only 'bandwidth' we have for development.
There are plans to mirror the content and make it all available in the future.
For now all the source code is available on git.centos.org. It is where all the content is built from. _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On Wed, 3 Mar 2021 at 12:40, Frederick nagemnna@gmail.com wrote:
Thank you!
I am specifically looking for the dlm package that seems to be missing from the repos in 8. I went to https://git.centos.org/rpms/dlm but I cannot find the source. Is there anywhere I can get the source to build this package? Without it I cannot set up a gfs2 cluster on centos8. I've seen many discussions about RedHat having it but its not available for centos, so I just need the source so I can move forward. Any help would be greatly appreciated!
I followed the directions in https://wiki.centos.org/Sources ``` $ mkdir centos-sources; cd centos-sources $ git clone https://git.centos.org/centos-git-common.git $ git clone https://git.centos.org/rpms/dlm.git -b c8 $ cd dlm $ ../centos-git-common/get_sources.sh Retrieving https://git.centos.org/sources/dlm/c8/3655865fa215e6b50e6b82ba66cb13f2d8005f... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 124k 100 124k 0 0 443k 0 --:--:-- --:--:-- --:--:-- 443k $ ls SOURCES/ SPECS/ $ ls SOURCES/ dlm-4.0.9.tar.gz $ ls SPECS/ dlm.spec
```
On Mon, Mar 1, 2021 at 9:41 AM Johnny Hughes johnny@centos.org wrote:
On 2/28/21 10:24 AM, Frederick wrote:
Good Day All!
I am trying to grab some packages from the Koji site. Any idea why it seems to be down and if/when it will be back?
403 Forbidden Request forbidden by administrative rules.
Access is limited to only developers for now .. it is the only 'bandwidth' we have for development.
There are plans to mirror the content and make it all available in the future.
For now all the source code is available on git.centos.org. It is where all the content is built from. _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Thank you!
On Wed, Mar 3, 2021 at 12:49 PM Stephen John Smoogen smooge@gmail.com wrote:
On Wed, 3 Mar 2021 at 12:40, Frederick nagemnna@gmail.com wrote:
Thank you!
I am specifically looking for the dlm package that seems to be missing from the repos in 8. I went to https://git.centos.org/rpms/dlm but I cannot find the source. Is there anywhere I can get the source to build this package? Without it I cannot set up a gfs2 cluster on centos8. I've seen many discussions about RedHat having it but its not available for centos, so I just need the source so I can move forward. Any help would be greatly appreciated!
I followed the directions in https://wiki.centos.org/Sources
$ mkdir centos-sources; cd centos-sources $ git clone https://git.centos.org/centos-git-common.git $ git clone https://git.centos.org/rpms/dlm.git -b c8 $ cd dlm $ ../centos-git-common/get_sources.sh Retrieving https://git.centos.org/sources/dlm/c8/3655865fa215e6b50e6b82ba66cb13f2d8005f67 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 124k 100 124k 0 0 443k 0 --:--:-- --:--:-- --:--:-- 443k $ ls SOURCES/ SPECS/ $ ls SOURCES/ dlm-4.0.9.tar.gz $ ls SPECS/ dlm.spec
On Mon, Mar 1, 2021 at 9:41 AM Johnny Hughes johnny@centos.org wrote:
On 2/28/21 10:24 AM, Frederick wrote:
Good Day All!
I am trying to grab some packages from the Koji site. Any idea why it seems to be down and if/when it will be back?
403 Forbidden Request forbidden by administrative rules.
Access is limited to only developers for now .. it is the only 'bandwidth' we have for development.
There are plans to mirror the content and make it all available in the future.
For now all the source code is available on git.centos.org. It is where all the content is built from. _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
-- Stephen J Smoogen. _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Am 03.03.21 um 18:48 schrieb Stephen John Smoogen:
On Wed, 3 Mar 2021 at 12:40, Frederick nagemnna@gmail.com wrote:
Thank you!
I am specifically looking for the dlm package that seems to be missing from the repos in 8. I went to https://git.centos.org/rpms/dlm but I cannot find the source. Is there anywhere I can get the source to build this package? Without it I cannot set up a gfs2 cluster on centos8. I've seen many discussions about RedHat having it but its not available for centos, so I just need the source so I can move forward. Any help would be greatly appreciated!
I followed the directions in https://wiki.centos.org/Sources
$ mkdir centos-sources; cd centos-sources $ git clone https://git.centos.org/centos-git-common.git $ git clone https://git.centos.org/rpms/dlm.git -b c8 $ cd dlm $ ../centos-git-common/get_sources.sh Retrieving https://git.centos.org/sources/dlm/c8/3655865fa215e6b50e6b82ba66cb13f2d8005f67 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 124k 100 124k 0 0 443k 0 --:--:-- --:--:-- --:--:-- 443k $ ls SOURCES/ SPECS/ $ ls SOURCES/ dlm-4.0.9.tar.gz $ ls SPECS/ dlm.spec
or
https://vault.centos.org/centos/8/BaseOS/Source/SPackages/dlm-4.0.9-3.el8.sr...
-- Leon