Re: [gridengine users] What is the easiest/best way to update our servers' domain name?

2019-11-07 Thread Hay, William
On Tue, Oct 29, 2019 at 08:00:27PM +, Mun Johl wrote:
>Hi Hugh,
> 
> 
> 
>Thank you for your reply.
> 
>See my comments below.
> 
> 
> 
>What’s the output of ‘qconf -sq long.q’? Are you sure it doesn’t still
>reference the old hostname, maybe within a hostgroup?
> 
> 
> 
>[Mun] I did check the queue after updating the queues and host groups and
>‘qconf -sq long.q’ looks good.  It has the new domain name listed.  I’ve
>checked the host groups via ‘qconf -shgrp @name’ and each of them also
>lists the new domain name.
> 
> 
> 
>A new finding is if I try to *add* a host with the new FQDN, SGE says it
>already exists even though ‘qconf -sh’ doesn’t show the host with the new
>domain name--it still shows the old domain name for the particular host.
> 
> 
>
I think SGE tries to go for the closest thing to a canonical name for a host if 
there
is one.  If the old name 'points' at the new in some way (eg via reverse IP 
lookup or 
CNAME record) it might get confused.

William


signature.asc
Description: PGP signature
___
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users


Re: [gridengine users] issue compiling SoGE on Debian 10.1

2019-11-07 Thread Hay, William
On Wed, Oct 30, 2019 at 11:35:02AM -0600, Jerome wrote:
> Dear all
> 
> I've trying to compile deb package of SoGE, using the repo on Gitlab
> "https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.com%2Floveshack%2Fsge.gitdata=02%7C01%7C%7C84d5d6edaa654f31dda808d75d60880d%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C1%7C637080541498659015sdata=PlYUilnu70Egl%2BLOSTq5mP7bdkKZcvqZHQRRtT%2FiFZU%3Dreserved=0;.
> 
> I could generate some deb files, as sge_8.1.10-1_amd64.deb,
> sge-common_8.1.10-1_all.deb. But got this issue :
> 
> $ dpkg-buildpackage -b
> 
> ../..
> dpkg-deb: building package 'sge-dbg' in '../sge-dbg_8.1.10-1_amd64.deb'.
>  dpkg-genbuildinfo --build=binary
>  dpkg-genchanges --build=binary >../sge_8.1.10-1_amd64.changes
> dpkg-genchanges: info: binary-only upload (no source code included)
>  dpkg-source --after-build .
> dpkg-buildpackage: info: binary-only upload (no source included)
>  signfile sge_8.1.10-1_amd64.buildinfo
> gpg: skipped "Dave Love ": No secret key
> gpg: dpkg-sign.rxsZlToR/sge_8.1.10-1_amd64.buildinfo: clear-sign failed:
> No secret key
> 
> dpkg-buildpackage: error: failed to sign .buildinfo file
> 
> 
> Someone know what's this ?

It's defaulting to trying to sign with Dave Love's private key which you do not 
have.

You should be able to fix this either by using the -k option to 
dpkg-buildpackage to
specify your own key or --no-sign to specify that everything should be unsigned.



William


signature.asc
Description: PGP signature
___
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users