PXE boot never ending after apdating from 1.14.3 to 1.15.0

Hello,

I upgraded foreman from 1.14.3 to 1.15.0.
I didn't change any provisioning settings in foreman-1.15.0.
I has same provisioning settings as foreman-1.14.3 after upgrade to 1-15.0
When I provision host through pxe boot it never ends.
usually MAC based file under changed to local boot upon provisioning completed.
but in forman-1.15.0 it never changed to local boot after provisioning complted.
I never get this issue in foreman-1.14.3

[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-2f-f7-db
default linux
label linux
kernel boot/OracleLinux-7.3-x86_64-vmlinuz
append initrd=boot/OracleLinux-7.3-x86_64-initrd.img ks=http://129.144.66.4/unattended/provision?token=7ff87419-264f-4582-bf9f-2b0d039
6b8c5 ksdevice=52:54:00:2f:f7:db network kssendmac
IPAPPEND 2

the above file will change as below after provisioning completed
[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-a8-65-76

DEFAULT menu

PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
MENU LABEL Chainload into bootloader on the first disk
MENU DEFAULT
LOCALBOOT 0

LABEL local_legacy
MENU LABEL Chainload into bootloader on the first disk - alternative
COM32 chain.c32
APPEND hd0
but it never happened in foreman-1.15.0 please help me build status under
properties tab never change to installed
I couldn't find any /unattended/built call. it never ends keepon doing pxe
boot once I provisioned.

Attached production log for provisioning one server ol07tst103.

Please help me

Thanks
Laxman

foreman-1.15.0_pxe.log.txt (15.1 KB)

Is there any pxe configuration changed from foreman-1.14.3 to
foreman-1.15.0

··· On Wednesday, May 17, 2017 at 5:09:06 PM UTC-4, laxman veeturi wrote: > > > Hello, > > > > I upgraded foreman from 1.14.3 to 1.15.0. > I didn't change any provisioning settings in foreman-1.15.0. > I has same provisioning settings as foreman-1.14.3 after upgrade to 1-15.0 > When I provision host through pxe boot it never ends. > usually MAC based file under changed to local boot upon provisioning completed. > but in forman-1.15.0 it never changed to local boot after provisioning complted. > I never get this issue in foreman-1.14.3 > > > [root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-2f-f7-db > default linux > label linux > kernel boot/OracleLinux-7.3-x86_64-vmlinuz > append initrd=boot/OracleLinux-7.3-x86_64-initrd.img ks=http://129.144.66.4/unattended/provision?token=7ff87419-264f-4582-bf9f-2b0d039 > 6b8c5 ksdevice=52:54:00:2f:f7:db network kssendmac > IPAPPEND 2 > > the above file will change as below after provisioning completed > [root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-a8-65-76 > > > DEFAULT menu > PROMPT 0 > MENU TITLE PXE Menu > TIMEOUT 200 > TOTALTIMEOUT 6000 > ONTIMEOUT local > > LABEL local > MENU LABEL Chainload into bootloader on the first disk > MENU DEFAULT > LOCALBOOT 0 > > LABEL local_legacy > MENU LABEL Chainload into bootloader on the first disk - alternative > COM32 chain.c32 > APPEND hd0 > but it never happened in foreman-1.15.0 please help me build status under > properties tab never change to installed > I couldn't find any /unattended/built call. it never ends keepon doing > pxe boot once I provisioned. > > Attached production log for provisioning one server ol07tst103. > > Please help me > > Thanks > Laxman > >

I usually have this issue after an upgrade, and I fix it by creating a
default file under /var/lib/tftpboot/{grub,grub2,pxelinux.cfg}/

$: cat pxelinux.cfg/default
default menu.c32
timeout 10
ONTIMEOUT local

MENU TITLE PXE Menu
LABEL local
MENU LABEL Boot Local Disk
LOCALBOOT 0

-salman

··· On Wed, May 17, 2017 at 5:12 PM, laxman veeturi wrote:

Is there any pxe configuration changed from foreman-1.14.3 to
foreman-1.15.0

On Wednesday, May 17, 2017 at 5:09:06 PM UTC-4, laxman veeturi wrote:

  Hello,

I upgraded foreman from 1.14.3 to 1.15.0.
I didn’t change any provisioning settings in foreman-1.15.0.
I has same provisioning settings as foreman-1.14.3 after upgrade to 1-15.0
When I provision host through pxe boot it never ends.
usually MAC based file under changed to local boot upon provisioning completed.
but in forman-1.15.0 it never changed to local boot after provisioning complted.
I never get this issue in foreman-1.14.3

[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-2f-f7-db
default linux
label linux
kernel boot/OracleLinux-7.3-x86_64-vmlinuz
append initrd=boot/OracleLinux-7.3-x86_64-initrd.img ks=http://129.144.66.4/unattended/provision?token=7ff87419-264f-4582-bf9f-2b0d039
6b8c5 ksdevice=52:54:00:2f:f7:db network kssendmac
IPAPPEND 2

the above file will change as below after provisioning completed
[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-a8-65-76

DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
MENU LABEL Chainload into bootloader on the first disk
MENU DEFAULT
LOCALBOOT 0

LABEL local_legacy
MENU LABEL Chainload into bootloader on the first disk - alternative
COM32 chain.c32
APPEND hd0
but it never happened in foreman-1.15.0 please help me build status
under properties tab never change to installed
I couldn’t find any /unattended/built call. it never ends keepon doing
pxe boot once I provisioned.

Attached production log for provisioning one server ol07tst103.

Please help me

Thanks
Laxman


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Let me try.

Thanks
Laxman

··· On Wed, May 17, 2017 at 5:17 PM Salman wrote:

I usually have this issue after an upgrade, and I fix it by creating a
default file under /var/lib/tftpboot/{grub,grub2,pxelinux.cfg}/

$: cat pxelinux.cfg/default
default menu.c32
timeout 10
ONTIMEOUT local

MENU TITLE PXE Menu
LABEL local
MENU LABEL Boot Local Disk
LOCALBOOT 0

-salman

On Wed, May 17, 2017 at 5:12 PM, laxman veeturi laxman.veeturi@gmail.com > wrote:

Is there any pxe configuration changed from foreman-1.14.3 to
foreman-1.15.0

On Wednesday, May 17, 2017 at 5:09:06 PM UTC-4, laxman veeturi wrote:

  Hello,

I upgraded foreman from 1.14.3 to 1.15.0.
I didn’t change any provisioning settings in foreman-1.15.0.
I has same provisioning settings as foreman-1.14.3 after upgrade to 1-15.0
When I provision host through pxe boot it never ends.
usually MAC based file under changed to local boot upon provisioning completed.
but in forman-1.15.0 it never changed to local boot after provisioning complted.
I never get this issue in foreman-1.14.3

[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-2f-f7-db
default linux
label linux
kernel boot/OracleLinux-7.3-x86_64-vmlinuz
append initrd=boot/OracleLinux-7.3-x86_64-initrd.img ks=http://129.144.66.4/unattended/provision?token=7ff87419-264f-4582-bf9f-2b0d039
6b8c5 ksdevice=52:54:00:2f:f7:db network kssendmac
IPAPPEND 2

the above file will change as below after provisioning completed
[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-a8-65-76

DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
MENU LABEL Chainload into bootloader on the first disk
MENU DEFAULT
LOCALBOOT 0

LABEL local_legacy
MENU LABEL Chainload into bootloader on the first disk - alternative
COM32 chain.c32
APPEND hd0
but it never happened in foreman-1.15.0 please help me build status
under properties tab never change to installed
I couldn’t find any /unattended/built call. it never ends keepon doing
pxe boot once I provisioned.

Attached production log for provisioning one server ol07tst103.

Please help me

Thanks
Laxman


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.

To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/foreman-users/IuvPJqeIpMM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Hello Salman,

I tried but it didn't work. I never find /unattended/built call in
foreman production log.
still keep on doing pxe boot.I got this issue after upgrading to 1.15.0

Thanks
Laxman

··· On Wed, May 17, 2017 at 5:21 PM, laxman veeturi wrote:

Let me try.

Thanks
Laxman
On Wed, May 17, 2017 at 5:17 PM Salman namlas@gmail.com wrote:

I usually have this issue after an upgrade, and I fix it by creating a
default file under /var/lib/tftpboot/{grub,grub2,pxelinux.cfg}/

$: cat pxelinux.cfg/default
default menu.c32
timeout 10
ONTIMEOUT local

MENU TITLE PXE Menu
LABEL local
MENU LABEL Boot Local Disk
LOCALBOOT 0

-salman

On Wed, May 17, 2017 at 5:12 PM, laxman veeturi <laxman.veeturi@gmail.com >> > wrote:

Is there any pxe configuration changed from foreman-1.14.3 to
foreman-1.15.0

On Wednesday, May 17, 2017 at 5:09:06 PM UTC-4, laxman veeturi wrote:

  Hello,

I upgraded foreman from 1.14.3 to 1.15.0.
I didn’t change any provisioning settings in foreman-1.15.0.
I has same provisioning settings as foreman-1.14.3 after upgrade to 1-15.0
When I provision host through pxe boot it never ends.
usually MAC based file under changed to local boot upon provisioning completed.
but in forman-1.15.0 it never changed to local boot after provisioning complted.
I never get this issue in foreman-1.14.3

[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-2f-f7-db
default linux
label linux
kernel boot/OracleLinux-7.3-x86_64-vmlinuz
append initrd=boot/OracleLinux-7.3-x86_64-initrd.img ks=http://129.144.66.4/unattended/provision?token=7ff87419-264f-4582-bf9f-2b0d039
6b8c5 ksdevice=52:54:00:2f:f7:db network kssendmac
IPAPPEND 2

the above file will change as below after provisioning completed
[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-a8-65-76

DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
MENU LABEL Chainload into bootloader on the first disk
MENU DEFAULT
LOCALBOOT 0

LABEL local_legacy
MENU LABEL Chainload into bootloader on the first disk - alternative
COM32 chain.c32
APPEND hd0
but it never happened in foreman-1.15.0 please help me build status
under properties tab never change to installed
I couldn’t find any /unattended/built call. it never ends keepon
doing pxe boot once I provisioned.

Attached production log for provisioning one server ol07tst103.

Please help me

Thanks
Laxman


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-users+unsubscribe@googlegroups.com.

To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/foreman-users/IuvPJqeIpMM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

We haven't changed much about built calls, check your provisioning
template, you should see it right there at the end. Check your network,
routing, firewalls. Using tokens? Check token duration.

The /unattended /built must be present in logs, if not, its not happening
and you will loop forever.

LZ

··· On Thu, May 18, 2017 at 12:22 AM, laxman veeturi wrote:

Hello Salman,

I tried but it didn’t work. I never find /unattended/built call in
foreman production log.
still keep on doing pxe boot.I got this issue after upgrading to 1.15.0

Thanks
Laxman

On Wed, May 17, 2017 at 5:21 PM, laxman veeturi laxman.veeturi@gmail.com > wrote:

Let me try.

Thanks
Laxman
On Wed, May 17, 2017 at 5:17 PM Salman namlas@gmail.com wrote:

I usually have this issue after an upgrade, and I fix it by creating a
default file under /var/lib/tftpboot/{grub,grub2,pxelinux.cfg}/

$: cat pxelinux.cfg/default
default menu.c32
timeout 10
ONTIMEOUT local

MENU TITLE PXE Menu
LABEL local
MENU LABEL Boot Local Disk
LOCALBOOT 0

-salman

On Wed, May 17, 2017 at 5:12 PM, laxman veeturi < >>> laxman.veeturi@gmail.com> wrote:

Is there any pxe configuration changed from foreman-1.14.3 to
foreman-1.15.0

On Wednesday, May 17, 2017 at 5:09:06 PM UTC-4, laxman veeturi wrote:

  Hello,

I upgraded foreman from 1.14.3 to 1.15.0.
I didn’t change any provisioning settings in foreman-1.15.0.
I has same provisioning settings as foreman-1.14.3 after upgrade to 1-15.0
When I provision host through pxe boot it never ends.
usually MAC based file under changed to local boot upon provisioning completed.
but in forman-1.15.0 it never changed to local boot after provisioning complted.
I never get this issue in foreman-1.14.3

[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-2f-f7-db
default linux
label linux
kernel boot/OracleLinux-7.3-x86_64-vmlinuz
append initrd=boot/OracleLinux-7.3-x86_64-initrd.img ks=http://129.144.66.4/unattended/provision?token=7ff87419-264f-4582-bf9f-2b0d039
6b8c5 ksdevice=52:54:00:2f:f7:db network kssendmac
IPAPPEND 2

the above file will change as below after provisioning completed
[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-a8-65-76

DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
MENU LABEL Chainload into bootloader on the first disk
MENU DEFAULT
LOCALBOOT 0

LABEL local_legacy
MENU LABEL Chainload into bootloader on the first disk - alternative
COM32 chain.c32
APPEND hd0
but it never happened in foreman-1.15.0 please help me build status
under properties tab never change to installed
I couldn’t find any /unattended/built call. it never ends keepon
doing pxe boot once I provisioned.

Attached production log for provisioning one server ol07tst103.

Please help me

Thanks
Laxman


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-users+unsubscribe@googlegroups.com.

To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/foreman-users/IuvPJqeIpMM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Later,
Lukas @lzap Zapletal

Hello LuKas,

I updated kickstart template as you suggested.
I could provision hosts without any errors. it is working as expected.

I changed kickstart template as below

before: wget -q -O /dev/null --no-check-certificate <%= foreman_url %>

current: wget -q -O /dev/null --no-check-certificate <%=
foreman_url('built') %>

Thanks for you support

Laxman

··· On Thu, May 18, 2017 at 4:53 AM, Lukas Zapletal wrote:

We haven’t changed much about built calls, check your provisioning
template, you should see it right there at the end. Check your network,
routing, firewalls. Using tokens? Check token duration.

The /unattended /built must be present in logs, if not, its not happening
and you will loop forever.

LZ

On Thu, May 18, 2017 at 12:22 AM, laxman veeturi <laxman.veeturi@gmail.com > > wrote:

Hello Salman,

I tried but it didn’t work. I never find /unattended/built call in
foreman production log.
still keep on doing pxe boot.I got this issue after upgrading to 1.15.0

Thanks
Laxman

On Wed, May 17, 2017 at 5:21 PM, laxman veeturi <laxman.veeturi@gmail.com >> > wrote:

Let me try.

Thanks
Laxman
On Wed, May 17, 2017 at 5:17 PM Salman namlas@gmail.com wrote:

I usually have this issue after an upgrade, and I fix it by creating a
default file under /var/lib/tftpboot/{grub,grub2,pxelinux.cfg}/

$: cat pxelinux.cfg/default
default menu.c32
timeout 10
ONTIMEOUT local

MENU TITLE PXE Menu
LABEL local
MENU LABEL Boot Local Disk
LOCALBOOT 0

-salman

On Wed, May 17, 2017 at 5:12 PM, laxman veeturi < >>>> laxman.veeturi@gmail.com> wrote:

Is there any pxe configuration changed from foreman-1.14.3 to
foreman-1.15.0

On Wednesday, May 17, 2017 at 5:09:06 PM UTC-4, laxman veeturi wrote:

  Hello,

I upgraded foreman from 1.14.3 to 1.15.0.
I didn’t change any provisioning settings in foreman-1.15.0.
I has same provisioning settings as foreman-1.14.3 after upgrade to 1-15.0
When I provision host through pxe boot it never ends.
usually MAC based file under changed to local boot upon provisioning completed.
but in forman-1.15.0 it never changed to local boot after provisioning complted.
I never get this issue in foreman-1.14.3

[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-2f-f7-db
default linux
label linux
kernel boot/OracleLinux-7.3-x86_64-vmlinuz
append initrd=boot/OracleLinux-7.3-x86_64-initrd.img ks=http://129.144.66.4/unattended/provision?token=7ff87419-264f-4582-bf9f-2b0d039
6b8c5 ksdevice=52:54:00:2f:f7:db network kssendmac
IPAPPEND 2

the above file will change as below after provisioning completed
[root@ol07fmn00 ~]# more /var/lib/tftpboot/pxelinux.cfg/01-52-54-00-a8-65-76

DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
MENU LABEL Chainload into bootloader on the first disk
MENU DEFAULT
LOCALBOOT 0

LABEL local_legacy
MENU LABEL Chainload into bootloader on the first disk - alternative
COM32 chain.c32
APPEND hd0
but it never happened in foreman-1.15.0 please help me build status
under properties tab never change to installed
I couldn’t find any /unattended/built call. it never ends keepon
doing pxe boot once I provisioned.

Attached production log for provisioning one server ol07tst103.

Please help me

Thanks
Laxman


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-users+unsubscribe@googlegroups.com.

To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/foreman-users/IuvPJqeIpMM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Later,
Lukas @lzap Zapletal


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/foreman-users/IuvPJqeIpMM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Haven't you edited this template? We have it correctly everywhere, except
two minor cases:

https://github.com/theforeman/community-templates/pull/390

··· On Fri, May 19, 2017 at 4:05 AM, laxman veeturi wrote:

foreman_url


Later,
Lukas @lzap Zapletal

No I dodn't try that. Usually i clone kickstart redhat template to create
customized kickstart templates. I missed that built option in customized
kickstat file.

Thanks
Laxman

··· On Fri, May 19, 2017 at 4:53 AM Lukas Zapletal wrote:

On Fri, May 19, 2017 at 4:05 AM, laxman veeturi laxman.veeturi@gmail.com > wrote:

foreman_url

Haven’t you edited this template? We have it correctly everywhere, except
two minor cases:

https://github.com/theforeman/community-templates/pull/390


Later,
Lukas @lzap Zapletal


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/foreman-users/IuvPJqeIpMM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.