Re: [CentOS] Koji packages

2021-03-03 Thread Leon Fauster via CentOS

Am 03.03.21 um 18:48 schrieb Stephen John Smoogen:

On Wed, 3 Mar 2021 at 12:40, Frederick  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   TimeTime Time
  Current
  Dload  Upload   Total   SpentLeft
  Speed
100  124k  100  124k0 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.src.rpm

--
Leon
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Koji packages

2021-03-03 Thread Frederick
Thank you!

On Wed, Mar 3, 2021 at 12:49 PM Stephen John Smoogen  wrote:
>
> On Wed, 3 Mar 2021 at 12:40, Frederick  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   TimeTime Time
>  Current
>  Dload  Upload   Total   SpentLeft
>  Speed
> 100  124k  100  124k0 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  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.
> > > >
> > > > https://koji.mbox.centos.org/pkgs/packages/
> > >
> > > 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
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Koji packages

2021-03-03 Thread Stephen John Smoogen
On Wed, 3 Mar 2021 at 12:40, Frederick  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   TimeTime Time
 Current
 Dload  Upload   Total   SpentLeft
 Speed
100  124k  100  124k0 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  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.
> > >
> > > https://koji.mbox.centos.org/pkgs/packages/
> >
> > 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


Re: [CentOS] Koji packages

2021-03-03 Thread Frederick
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  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.
> >
> > https://koji.mbox.centos.org/pkgs/packages/
>
> 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


Re: [CentOS] Koji packages

2021-03-01 Thread Johnny Hughes
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.
> 
> https://koji.mbox.centos.org/pkgs/packages/

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] Koji packages

2021-02-28 Thread Frederick
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!
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos