Re: Goodbye Skolelinux Bugzilla

2021-06-13 Thread Mike Gabriel

Hi,

On  So 06 Jun 2021 15:45:16 CEST, Mike Gabriel wrote:


Hi Petter, et al,

I have just decomissioned bugs.skolelinux.org (Web URL / VHost and  
the CRON job) on m.skolelinux.org.


Nothing has been deinstalled, only deactivated.

Greets,
Mike


I just saw that there was a remnant CRON job still trying to execute  
something for buzgilla3:


```
maintainer:/etc/cron.daily# etckeeper vcs diff
diff --git a/cron.daily/bugzilla3 b/cron.daily/bugzilla3
index 60505a1..3c385a8 100755
--- a/cron.daily/bugzilla3
+++ b/cron.daily/bugzilla3
@@ -1,5 +1,8 @@
 #!/bin/sh

+# bugzilla3 has been decommissioned in June 2021 (sunweaver-20210613)
+exit 0
+
 set -e

 doit()
```

This should be silent now, too.

Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpaiRBQEKxJm.pgp
Description: Digitale PGP-Signatur


http://www.skolelinux.no/slschools/schools.php decommissioned, too [was: Re: Goodbye Skolelinux Bugzilla]

2021-06-07 Thread Mike Gabriel

Hi again,

On  So 06 Jun 2021 15:45:16 CEST, Mike Gabriel wrote:


Hi Petter, et al,

I have just decomissioned bugs.skolelinux.org (Web URL / VHost and  
the CRON job) on m.skolelinux.org.


Nothing has been deinstalled, only deactivated.

Greets,
Mike


While looking at m.skolelinux.org, I also now decommissioned

  http://www.skolelinux.no/slschools/schools.php

The PHP application caused various SPAM mails in the past in my INBOX  
and also published these SPAM mails on a public website (providing  
remedy-for-the-middle-aged men adverts and such).


So, also time to say goodbye to that one.

Mike

--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpcumfLYXeUS.pgp
Description: Digitale PGP-Signatur


Re: Goodbye Skolelinux Bugzilla

2021-06-07 Thread Holger Levsen
On Sun, Jun 06, 2021 at 01:45:16PM +, Mike Gabriel wrote:
> I have just decomissioned bugs.skolelinux.org (Web URL / VHost and the CRON
> job) on m.skolelinux.org.

thank you for taking reponsibility!


-- 
cheers,
Holger

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁  holger@(debian|reproducible-builds|layer-acht).org
 ⢿⡄⠘⠷⠚⠋⠀  OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C
 ⠈⠳⣄

„If you don't like vaccination, try the disease.“ (Herwig Kollaritsch)


signature.asc
Description: PGP signature


Re: Goodbye Skolelinux Bugzilla

2021-06-06 Thread Petter Reinholdtsen
[Mike Gabriel]
> Hi Petter, et al,
>
> I have just decomissioned bugs.skolelinux.org (Web URL / VHost and the  
> CRON job) on m.skolelinux.org.

Thank you. :)

-- 
Happy hacking
Petter Reinholdtsen



Goodbye Skolelinux Bugzilla

2021-06-06 Thread Mike Gabriel

Hi Petter, et al,

I have just decomissioned bugs.skolelinux.org (Web URL / VHost and the  
CRON job) on m.skolelinux.org.


Nothing has been deinstalled, only deactivated.

Greets,
Mike

commit 554bcb1f779a92108121513c5484834c139917d1
Author: root 
Date:   Sun Jun 6 15:32:49 2021 +0200

Disable bugs.skolelinux.org.

diff --git a/.etckeeper b/.etckeeper
index 4614dbf..e0f266b 100755
--- a/.etckeeper
+++ b/.etckeeper
@@ -324,6 +324,7 @@ maybe chmod 0644 './apache/suggested_corrections'
 maybe chmod 0755 './apache2'
 maybe chmod 0644 './apache2/apache2.conf'
 maybe chmod 0755 './apache2/conf.d'
+maybe chmod 0755 './apache2/conf.d.disabled'
 maybe chmod 0644 './apache2/conf.d/charset'
 maybe chmod 0644 './apache2/conf.d/localized-error-pages'
 maybe chmod 0644 './apache2/conf.d/other-vhosts-access-log'
@@ -434,6 +435,7 @@ maybe chmod 0644 './apache2/ports.conf.dpkg-dist'
 maybe chmod 0755 './apache2/sites-available'
 maybe chmod 0644 './apache2/sites-available/beta.slx.no'
 maybe chmod 0644 './apache2/sites-available/bugzilla'
+maybe chmod 0644 './apache2/sites-available/bugzilla-disabled'
 maybe chmod 0644 './apache2/sites-available/cinelerra'
 maybe chmod 0644 './apache2/sites-available/default'
 maybe chmod 0644 './apache2/sites-available/default-ssl'
diff --git a/aliases b/aliases
index 27340d5..78bacd6 100644
--- a/aliases
+++ b/aliases
@@ -12,4 +12,4 @@ abuse: root
 noc: root
 security: root
 root: debian-edu-sysadm...@lists.alioth.debian.org
-bugzilla-daemon: rbaverst...@ieee.org
+#bugzilla-daemon: rbaverst...@ieee.org
diff --git  
a/apache2/conf.d.disabled/bugzilla3.conf.disabled-20210606-sunweaver  
b/apache2/conf.d.disabled/bugzilla3.conf.disabled-20210606-sunweaver

new file mode 12
index 000..72b2385
--- /dev/null
+++ b/apache2/conf.d.disabled/bugzilla3.conf.disabled-20210606-sunweaver
@@ -0,0 +1 @@
+/usr/share/doc/bugzilla3/examples/basic.conf
\ No newline at end of file
diff --git a/apache2/conf.d/bugzilla3.conf b/apache2/conf.d/bugzilla3.conf
deleted file mode 12
index 72b2385..000
--- a/apache2/conf.d/bugzilla3.conf
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/doc/bugzilla3/examples/basic.conf
\ No newline at end of file
diff --git a/apache2/sites-available/bugzilla-disabled  
b/apache2/sites-available/bugzilla-disabled

new file mode 100644
index 000..0323e1a
--- /dev/null
+++ b/apache2/sites-available/bugzilla-disabled
@@ -0,0 +1,14 @@
+NameVirtualHost 158.36.191.137:80
+
+  ServerName bugs.skolelinux.no
+  ServerAlias bugs.skolelinux.org
+  ServerAdmin debian-edu-sysadm...@lists.alioth.debian.org
+
+  DocumentRoot /var/www
+
+  ErrorLog /org/bugs.skolelinux.org/logs/error_log
+  CustomLog /org/bugs.skolelinux.org/logs/access_log common
+
+  RedirectMatch ^/.* https://bugs.debian.org/debian-edu-config
+
+
diff --git a/apache2/sites-enabled/bugzilla b/apache2/sites-enabled/bugzilla
deleted file mode 12
index cc1d415..000
--- a/apache2/sites-enabled/bugzilla
+++ /dev/null
@@ -1 +0,0 @@
-../sites-available/bugzilla
\ No newline at end of file
diff --git a/apache2/sites-enabled/bugzilla-disabled  
b/apache2/sites-enabled/bugzilla-disabled

new file mode 12
index 000..57f1658
--- /dev/null
+++ b/apache2/sites-enabled/bugzilla-disabled
@@ -0,0 +1 @@
+../sites-available/bugzilla-disabled
\ No newline at end of file

commit b61753f645a3023a5b2d3ebce55ec8d095c7bc2e
Author: root 
Date:   Sun Jun 6 15:37:47 2021 +0200

Disable bugzilla CRON job.

diff --git a/cron.d/bugzilla b/cron.d/bugzilla
index fb904be..0ec137c 100644
--- a/cron.d/bugzilla
+++ b/cron.d/bugzilla
@@ -1,3 +1,3 @@
 MAILTO=comm...@skolelinux.org
-11 18 * * 2 [ -f /usr/share/bugzilla/lib/whineatnews.pl ] && su www-data -c
+#11 18 * * 2 [ -f /usr/share/bugzilla/lib/whineatnews.pl ] && su www-data -


--

mike gabriel aka sunweaver (Debian Developer)
mobile: +49 (1520) 1976 148
landline: +49 (4351) 486 14 27

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net



pgp4ygenPU6S1.pgp
Description: Digitale PGP-Signatur