From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2013-April/005073.html | 101 +++++++++++++++ zarb-ml/mageia-sysadm/2013-April/005074.html | 84 +++++++++++++ zarb-ml/mageia-sysadm/2013-April/005075.html | 124 +++++++++++++++++++ zarb-ml/mageia-sysadm/2013-April/005076.html | 77 ++++++++++++ zarb-ml/mageia-sysadm/2013-April/005077.html | 102 +++++++++++++++ zarb-ml/mageia-sysadm/2013-April/005078.html | 108 ++++++++++++++++ zarb-ml/mageia-sysadm/2013-April/005079.html | 85 +++++++++++++ zarb-ml/mageia-sysadm/2013-April/005080.html | 114 +++++++++++++++++ zarb-ml/mageia-sysadm/2013-April/005081.html | 60 +++++++++ zarb-ml/mageia-sysadm/2013-April/005082.html | 60 +++++++++ zarb-ml/mageia-sysadm/2013-April/005083.html | 65 ++++++++++ zarb-ml/mageia-sysadm/2013-April/005084.html | 76 ++++++++++++ zarb-ml/mageia-sysadm/2013-April/005085.html | 84 +++++++++++++ zarb-ml/mageia-sysadm/2013-April/005086.html | 85 +++++++++++++ zarb-ml/mageia-sysadm/2013-April/005087.html | 91 ++++++++++++++ zarb-ml/mageia-sysadm/2013-April/005088.html | 75 +++++++++++ zarb-ml/mageia-sysadm/2013-April/005089.html | 79 ++++++++++++ zarb-ml/mageia-sysadm/2013-April/005090.html | 83 +++++++++++++ zarb-ml/mageia-sysadm/2013-April/author.html | 137 +++++++++++++++++++++ zarb-ml/mageia-sysadm/2013-April/date.html | 137 +++++++++++++++++++++ zarb-ml/mageia-sysadm/2013-April/index.html | 1 + zarb-ml/mageia-sysadm/2013-April/subject.html | 137 +++++++++++++++++++++ zarb-ml/mageia-sysadm/2013-April/thread.html | 171 ++++++++++++++++++++++++++ 23 files changed, 2136 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2013-April/005073.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005074.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005075.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005076.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005077.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005078.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005079.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005080.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005081.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005082.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005083.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005084.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005085.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005086.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005087.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005088.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005089.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/005090.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/author.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/date.html create mode 120000 zarb-ml/mageia-sysadm/2013-April/index.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/subject.html create mode 100644 zarb-ml/mageia-sysadm/2013-April/thread.html (limited to 'zarb-ml/mageia-sysadm/2013-April') diff --git a/zarb-ml/mageia-sysadm/2013-April/005073.html b/zarb-ml/mageia-sysadm/2013-April/005073.html new file mode 100644 index 000000000..92f310109 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005073.html @@ -0,0 +1,101 @@ + + + + [Mageia-sysadm] setup package not installed until quite late on... + + + + + + + + + +

[Mageia-sysadm] setup package not installed until quite late on...

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Mon Apr 1 15:24:24 CEST 2013 +

+
+ +
Ooops, I actually meant to send this to Cauldron....
+
+Col
+
+
+'Twas brillig, and Colin Guthrie at 31/03/13 17:03 did gyre and gimble:
+> The setup package contains /etc/group and friends, but when installing a
+> chroot, it is not installed until after some packages which require the
+> default groups it defines (e.g. sysvinit-legacy-tools requires the tty
+> group yet it is installed before setup.
+> 
+> 
+> Now here comes the tricky part... As part of the very first transaction
+> which includes filesystem and glibc, dash-static is pulled in.
+> 
+> dash-static requires the "mail" group defined by setup package.
+> 
+> So really glibc requires dash-static which requires setup which requires
+> glibc and shadow-utils and run-parts...
+> 
+> Do we really want to add this loop?
+> 
+> I'd suggest we should rejig setup to not have a hard require on glibc,
+> shadow-utils and run-parts but still run it's current scripts if the
+> needed binaries/tools are installed (i.e. on package upgrade) and then
+> rejig dash-static to Require(pre): setup. This should ensure things are
+> installed properly (I think - although not sure how this will affect the
+> initial transaction split...)
+> 
+> Any other/better thoughts?
+> 
+> Col
+> 
+
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005074.html b/zarb-ml/mageia-sysadm/2013-April/005074.html new file mode 100644 index 000000000..d06d370d9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005074.html @@ -0,0 +1,84 @@ + + + + [Mageia-sysadm] setup package not installed until quite late on... + + + + + + + + + +

[Mageia-sysadm] setup package not installed until quite late on...

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Mon Apr 1 15:37:33 CEST 2013 +

+
+ +
On 1 April 2013 15:24, Colin Guthrie <mageia at colin.guthr.ie> wrote:
+>> The setup package contains /etc/group and friends, but when installing a
+>> chroot, it is not installed until after some packages which require the
+>> default groups it defines (e.g. sysvinit-legacy-tools requires the tty
+>> group yet it is installed before setup.
+>>
+>>
+>> Now here comes the tricky part... As part of the very first transaction
+>> which includes filesystem and glibc, dash-static is pulled in.
+>>
+>> dash-static requires the "mail" group defined by setup package.
+>>
+>> So really glibc requires dash-static which requires setup which requires
+>> glibc and shadow-utils and run-parts...
+>>
+>> Do we really want to add this loop?
+>>
+>> I'd suggest we should rejig setup to not have a hard require on glibc,
+>> shadow-utils and run-parts but still run it's current scripts if the
+>> needed binaries/tools are installed (i.e. on package upgrade) and then
+>> rejig dash-static to Require(pre): setup. This should ensure things are
+>> installed properly (I think - although not sure how this will affect the
+>> initial transaction split...)
+>>
+>> Any other/better thoughts?
+
+rewrite glibc scriptlets in lua instead of sh
+See http://www.rpm.org/wiki/PackagerDocs/RpmLua
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005075.html b/zarb-ml/mageia-sysadm/2013-April/005075.html new file mode 100644 index 000000000..6a590cdae --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005075.html @@ -0,0 +1,124 @@ + + + + [Mageia-sysadm] setup package not installed until quite late on... + + + + + + + + + +

[Mageia-sysadm] setup package not installed until quite late on...

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Mon Apr 1 17:52:27 CEST 2013 +

+
+ +
'Twas brillig, and Thierry Vignaud at 01/04/13 14:37 did gyre and gimble:
+> On 1 April 2013 15:24, Colin Guthrie <mageia at colin.guthr.ie> wrote:
+>>> The setup package contains /etc/group and friends, but when installing a
+>>> chroot, it is not installed until after some packages which require the
+>>> default groups it defines (e.g. sysvinit-legacy-tools requires the tty
+>>> group yet it is installed before setup.
+>>>
+>>>
+>>> Now here comes the tricky part... As part of the very first transaction
+>>> which includes filesystem and glibc, dash-static is pulled in.
+>>>
+>>> dash-static requires the "mail" group defined by setup package.
+>>>
+>>> So really glibc requires dash-static which requires setup which requires
+>>> glibc and shadow-utils and run-parts...
+>>>
+>>> Do we really want to add this loop?
+>>>
+>>> I'd suggest we should rejig setup to not have a hard require on glibc,
+>>> shadow-utils and run-parts but still run it's current scripts if the
+>>> needed binaries/tools are installed (i.e. on package upgrade) and then
+>>> rejig dash-static to Require(pre): setup. This should ensure things are
+>>> installed properly (I think - although not sure how this will affect the
+>>> initial transaction split...)
+>>>
+>>> Any other/better thoughts?
+> 
+> rewrite glibc scriptlets in lua instead of sh
+> See http://www.rpm.org/wiki/PackagerDocs/RpmLua
+
+The glibc scriptlets don't seem to really *need* dash-static anyway...
+
+[root at jimmy ~]# rpm -q --scripts glibc| grep dash
+preinstall scriptlet (using /usr/bin/dash.static):
+
+
+So it's only the preinst script. That should be trivial to rewrite in lua.
+
+
+
+OK, so that does avoid the loop, but....... should we still try to work
+out a nice way to get "setup" (and thus the default groups that packages
+may use) installed early or is it just a housekeeping job to make sure
+packages Require(pre) setup package if they want to use the users
+defined in it?
+
+Perhaps we could add some kind of rpmfilter thingy to automatically add
+this Require(pre)? Is that possible? If so then it might also be
+possible to write similar automatic Require(pre,post,etc) to packages
+using rpm-helper stuff too... that would be be quire nice and reduce the
+packaging burden :)
+
+Col
+
+
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005076.html b/zarb-ml/mageia-sysadm/2013-April/005076.html new file mode 100644 index 000000000..90582cbe6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005076.html @@ -0,0 +1,77 @@ + + + + [Mageia-sysadm] Fwd: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm + + + + + + + + + +

[Mageia-sysadm] Fwd: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Tue Apr 2 07:48:58 CEST 2013 +

+
+ +
Please force this one (manual build+copy) in order to get back
+/etc/shadow creation
+
+
+---------- Forwarded message ----------
+From: Ulri the scheduler bot <mageia-sysadm at mageia.org>
+Date: 2 April 2013 07:30
+Subject: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm
+To: tv <tv at mageia.org>
+
+
+Build of the following packages failed:
+
+- @407096:basesystem-2-12.mga3.src.rpm
+
+Failure details available in
+http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130402052919.tv.valstar.18153/log
+Reason:
+@407096:basesystem-2-12.mga3.src.rpm: recreate_srpm_failure
+
+Log files generated:
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005077.html b/zarb-ml/mageia-sysadm/2013-April/005077.html new file mode 100644 index 000000000..9ae055895 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005077.html @@ -0,0 +1,102 @@ + + + + [Mageia-sysadm] Fwd: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm + + + + + + + + + +

[Mageia-sysadm] Fwd: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm

+ D.Morgan + dmorganec at gmail.com +
+ Tue Apr 2 09:52:43 CEST 2013 +

+
+ +
still same failure with rebuilded basesystem:
+
+
+I: [iurt] [iurt] --------------- Command failed, full output follows
+---------------
+I: [iurt] [iurt] D: [iurt_root_command] chroot
+su: Insufficient credentials to access authentication data
+I: [iurt_root_command] ERROR: chroot
+
+I: [iurt] [iurt] --------------- end of command output ---------------
+
+
+
+On Tue, Apr 2, 2013 at 7:48 AM, Thierry Vignaud
+<thierry.vignaud at gmail.com>wrote:
+
+> Please force this one (manual build+copy) in order to get back
+> /etc/shadow creation
+>
+>
+> ---------- Forwarded message ----------
+> From: Ulri the scheduler bot <mageia-sysadm at mageia.org>
+> Date: 2 April 2013 07:30
+> Subject: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm
+> To: tv <tv at mageia.org>
+>
+>
+> Build of the following packages failed:
+>
+> - @407096:basesystem-2-12.mga3.src.rpm
+>
+> Failure details available in
+>
+> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130402052919.tv.valstar.18153/log
+> Reason:
+> @407096:basesystem-2-12.mga3.src.rpm: recreate_srpm_failure
+>
+> Log files generated:
+> _______________________________________________
+> Mageia-sysadm mailing list
+> Mageia-sysadm at mageia.org
+> https://www.mageia.org/mailman/listinfo/mageia-sysadm
+>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20130402/577775a2/attachment.html>
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005078.html b/zarb-ml/mageia-sysadm/2013-April/005078.html new file mode 100644 index 000000000..c576f5d63 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005078.html @@ -0,0 +1,108 @@ + + + + [Mageia-sysadm] Fwd: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm + + + + + + + + + +

[Mageia-sysadm] Fwd: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm

+ D.Morgan + dmorganec at gmail.com +
+ Tue Apr 2 10:32:42 CEST 2013 +

+
+ +
i looked in the new chroot and /etc/shadow is present.
+
+
+On Tue, Apr 2, 2013 at 9:52 AM, D.Morgan <dmorganec at gmail.com> wrote:
+
+> still same failure with rebuilded basesystem:
+>
+>
+> I: [iurt] [iurt] --------------- Command failed, full output follows ---------------
+> I: [iurt] [iurt] D: [iurt_root_command] chroot
+> su: Insufficient credentials to access authentication data
+> I: [iurt_root_command] ERROR: chroot
+>
+> I: [iurt] [iurt] --------------- end of command output ---------------
+>
+>
+>
+> On Tue, Apr 2, 2013 at 7:48 AM, Thierry Vignaud <thierry.vignaud at gmail.com
+> > wrote:
+>
+>> Please force this one (manual build+copy) in order to get back
+>> /etc/shadow creation
+>>
+>>
+>> ---------- Forwarded message ----------
+>> From: Ulri the scheduler bot <mageia-sysadm at mageia.org>
+>> Date: 2 April 2013 07:30
+>> Subject: Rebuild failed on x86_64 for @407096:basesystem-2-12.mga3.src.rpm
+>> To: tv <tv at mageia.org>
+>>
+>>
+>> Build of the following packages failed:
+>>
+>> - @407096:basesystem-2-12.mga3.src.rpm
+>>
+>> Failure details available in
+>>
+>> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130402052919.tv.valstar.18153/log
+>> Reason:
+>> @407096:basesystem-2-12.mga3.src.rpm: recreate_srpm_failure
+>>
+>> Log files generated:
+>> _______________________________________________
+>> Mageia-sysadm mailing list
+>> Mageia-sysadm at mageia.org
+>> https://www.mageia.org/mailman/listinfo/mageia-sysadm
+>>
+>
+>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20130402/cca2da31/attachment.html>
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005079.html b/zarb-ml/mageia-sysadm/2013-April/005079.html new file mode 100644 index 000000000..c9a953773 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005079.html @@ -0,0 +1,85 @@ + + + + [Mageia-sysadm] Calenco notifications (Re: Migration of zarb mailling lists) + + + + + + + + + +

[Mageia-sysadm] Calenco notifications (Re: Migration of zarb mailling lists)

+ nicolas vigier + boklm at mars-attacks.org +
+ Wed Apr 3 15:31:29 CEST 2013 +

+
+ +
On Fri, 29 Mar 2013, Marja van Waes wrote:
+
+> On 29/03/13 08:06, Oliver Burger wrote:
+>> Am 28.03.2013 18:30, schrieb nicolas vigier:
+>>>> In the wiki there is:
+>>>> mageia-i18n at mageia.org => i18n-discuss at ml.mageia.org and
+>>>> i18n-bugs at ml.mageia.org
+>>>>
+>>>> does the global i18n team need a bugs mailing ?
+>>>> Today I assigned a bug to them, but it's the first one since a long
+>>>> time.
+>>>> What could be useful is to add all existing i18n-locale at ml.mageia.org as
+>>>> bugzilla id.
+>>>
+>>> Ok. What do the i18n team think about this ?
+>>>
+>> I think it would be good to have a global bugs ml. Not all language
+>> teams (aka those who are only one person) don't have an ml of their own.
+>> So I'd go for i18n-discuss and i18n-bugs.
+>>
+>
+> In that case, the idea to let Calenco translation notifications go to the 
+> mls of teams isn't that good, after all. I suppose they should then go to 
+> i18n-bugs, too.
+
+For sysadmin we have a sysadmin-reports mailing list to receive various
+notifications. It's possible to do something similar for i18n, for
+instance with a i18n-reports@ list, if you think that would be useful.
+
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005080.html b/zarb-ml/mageia-sysadm/2013-April/005080.html new file mode 100644 index 000000000..332366682 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005080.html @@ -0,0 +1,114 @@ + + + + [Mageia-sysadm] Migration of zarb mailling lists + + + + + + + + + +

[Mageia-sysadm] Migration of zarb mailling lists

+ nicolas vigier + boklm at mars-attacks.org +
+ Wed Apr 3 16:22:53 CEST 2013 +

+
+ +
On Thu, 28 Mar 2013, Colin Guthrie wrote:
+
+> 'Twas brillig, and nicolas vigier at 28/03/13 16:36 did gyre and gimble:
+> > On Thu, 28 Mar 2013, Colin Guthrie wrote:
+> > 
+> >> 'Twas brillig, and nicolas vigier at 27/03/13 16:24 did gyre and gimble:
+> >>> Hello,
+> >>>
+> >>> On Wed, 27 Mar 2013, Sander Lepik wrote:
+> >>>
+> >>>> -----BEGIN PGP SIGNED MESSAGE-----
+> >>>> Hash: SHA1
+> >>>>
+> >>>> 27.03.2013 16:44, nicolas vigier kirjutas:
+> >>>>
+> >>>>
+> >>>> Hey,
+> >>>>
+> >>>>
+> >>>>
+> >>>> Why not just dev at ml.mageia.org? Same for other something-discuss
+> >>>> lists. I'd drop the discuss part, seems obvious :) (and would be
+> >>>> easier to remember..)
+> >>>
+> >>> The reason for [something]-discuss is that not all lists are for
+> >>> discussions. For instance there are lists for bugzilla mails
+> >>> ([something]-bugs), lists for commits mails ([something]-commits), etc
+> >>> ...
+> >>
+> >> Makes sense. I'm not super fussed either way, but perhaps the -discuss
+> >> could be implied if it's not present (e.g. all the specific ML's for
+> >> commits, bugs etc. have their suffix but in the absence of a suffix
+> >> implies it's a "discussion" mailing list)?
+> > 
+> > Yes, -discuss could be implied, but if we do that we should probably
+> > also rename all existing mailing lists which are using -discuss in
+> > their name :
+> > https://ml.mageia.org/l/info/qa-discuss
+> > https://ml.mageia.org/l/info/forums-discuss
+> > https://ml.mageia.org/l/info/doc-discuss
+> > https://ml.mageia.org/l/info/local-discuss
+> > https://ml.mageia.org/l/info/atelier-discuss
+> 
+> Meh, not worth it :)
+
+But we also have the "council" list, which is a discussion list, and
+doesn't have -discuss in its name.
+
+So maybe we could have this rule :
+- [teamname]-discuss@ for team discussion lists
+- [teamname]-[bugs,commits,reports...]@ for other team lists
+- [something]@ for general discussion lists about some topic
+
+So if we say dev is the general developement mailing list discussion
+(not only for packagers team), then it could be dev at ml.mageia.org.
+
+What do you think ?
+
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005081.html b/zarb-ml/mageia-sysadm/2013-April/005081.html new file mode 100644 index 000000000..f54448e55 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005081.html @@ -0,0 +1,60 @@ + + + + [Mageia-sysadm] (no subject) + + + + + + + + + +

[Mageia-sysadm] (no subject)

+ dicky 516 + dicky473 at gmail.com +
+ Thu Apr 4 17:07:46 CEST 2013 +

+
+ +
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20130404/981460fa/attachment.html>
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005082.html b/zarb-ml/mageia-sysadm/2013-April/005082.html new file mode 100644 index 000000000..c3b5516a0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005082.html @@ -0,0 +1,60 @@ + + + + [Mageia-sysadm] (no subject) + + + + + + + + + +

[Mageia-sysadm] (no subject)

+ dicky 516 + dicky473 at gmail.com +
+ Thu Apr 4 17:32:19 CEST 2013 +

+
+ +
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20130404/e655fbab/attachment.html>
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005083.html b/zarb-ml/mageia-sysadm/2013-April/005083.html new file mode 100644 index 000000000..dfe08ff78 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005083.html @@ -0,0 +1,65 @@ + + + + [Mageia-sysadm] Postgresql + + + + + + + + + +

[Mageia-sysadm] Postgresql

+ Pascal Terjan + pterjan at gmail.com +
+ Fri Apr 5 14:45:49 CEST 2013 +

+
+ +
As our postgresql is listening on public IP, I have manually restricted it
+to our servers using iptables + ip6tables
+
+We should generate this in puppet using the list of nodes IPs, and probably
+have other servers to protect.
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20130405/5a1f0fe0/attachment.html>
+
+ + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005084.html b/zarb-ml/mageia-sysadm/2013-April/005084.html new file mode 100644 index 000000000..55b68dbd8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005084.html @@ -0,0 +1,76 @@ + + + + [Mageia-sysadm] Fwd: [Mageia-discuss] Mageia forums not accessible + + + + + + + + + +

[Mageia-sysadm] Fwd: [Mageia-discuss] Mageia forums not accessible

+ Anne Nicolas + ennael1 at gmail.com +
+ Fri Apr 5 18:26:22 CEST 2013 +

+
+ +
For you guys
+---------- Message transféré ----------
+De : "Wolfgang Bornath" <molch.b at googlemail.com>
+Date : 5 avr. 2013 18:22
+Objet : [Mageia-discuss] Mageia forums not accessible
+À : "Mageia general discussions" <mageia-discuss at mageia.org>
+Cc :
+
+Both forums (EN & DE) have been out of order for some time showing
+"General Error / sql error". I'm posting this here because I don't
+know whether it's sysadmin or forum team or web team to contact.
+
+--
+wobo
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20130405/c99d45ce/attachment.html>
+
+ + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005085.html b/zarb-ml/mageia-sysadm/2013-April/005085.html new file mode 100644 index 000000000..93ddeaf65 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005085.html @@ -0,0 +1,84 @@ + + + + [Mageia-sysadm] Postgresql + + + + + + + + + +

[Mageia-sysadm] Postgresql

+ Maât + maat-ml at mageia.biz +
+ Fri Apr 5 19:26:06 CEST 2013 +

+
+ +
+
+Le 05/04/2013 14:45, Pascal Terjan a écrit :
+> As our postgresql is listening on public IP, I have manually restricted
+> it to our servers using iptables + ip6tables 
+> 
+> We should generate this in puppet using the list of nodes IPs, and
+> probably have other servers to protect.
+> 
+> 
+> _______________________________________________
+> Mageia-sysadm mailing list
+> Mageia-sysadm at mageia.org
+> https://www.mageia.org/mailman/listinfo/mageia-sysadm
+> 
+
+Hi,
+
+Could that be the cause of forum meeting pgsql error ?
+
+Just my 2 cents
+
+Maât
+
+
+
+
+
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005086.html b/zarb-ml/mageia-sysadm/2013-April/005086.html new file mode 100644 index 000000000..4b518038b --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005086.html @@ -0,0 +1,85 @@ + + + + [Mageia-sysadm] Postgresql + + + + + + + + + +

[Mageia-sysadm] Postgresql

+ Thomas Backlund + tmb at mageia.org +
+ Fri Apr 5 20:09:38 CEST 2013 +

+
+ +
Maât skrev 5.4.2013 20:26:
+>
+>
+> Le 05/04/2013 14:45, Pascal Terjan a écrit :
+>> As our postgresql is listening on public IP, I have manually restricted
+>> it to our servers using iptables + ip6tables
+>>
+>> We should generate this in puppet using the list of nodes IPs, and
+>> probably have other servers to protect.
+>>
+>>
+>> _______________________________________________
+>> Mageia-sysadm mailing list
+>> Mageia-sysadm at mageia.org
+>> https://www.mageia.org/mailman/listinfo/mageia-sysadm
+>>
+>
+> Hi,
+>
+> Could that be the cause of forum meeting pgsql error ?
+>
+
+
+Yep, I just fixed it.
+
+--
+Thomas
+
+
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005087.html b/zarb-ml/mageia-sysadm/2013-April/005087.html new file mode 100644 index 000000000..e5f1622f5 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005087.html @@ -0,0 +1,91 @@ + + + + [Mageia-sysadm] Postgresql + + + + + + + + + +

[Mageia-sysadm] Postgresql

+ Maât + maat-ml at mageia.biz +
+ Fri Apr 5 21:40:13 CEST 2013 +

+
+ +
Le 05/04/2013 20:09, Thomas Backlund a écrit :
+> Maât skrev 5.4.2013 20:26:
+>>
+>>
+>> Le 05/04/2013 14:45, Pascal Terjan a écrit :
+>>> As our postgresql is listening on public IP, I have manually restricted
+>>> it to our servers using iptables + ip6tables
+>>>
+>>> We should generate this in puppet using the list of nodes IPs, and
+>>> probably have other servers to protect.
+>>>
+>>>
+>>> _______________________________________________
+>>> Mageia-sysadm mailing list
+>>> Mageia-sysadm at mageia.org
+>>> https://www.mageia.org/mailman/listinfo/mageia-sysadm
+>>>
+>>
+>> Hi,
+>>
+>> Could that be the cause of forum meeting pgsql error ?
+>>
+> 
+> 
+> Yep, I just fixed it.
+> 
+> -- 
+> Thomas
+> 
+> 
+
+\o/
+
+Thanks a lot Thomas
+
+
+
+ + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005088.html b/zarb-ml/mageia-sysadm/2013-April/005088.html new file mode 100644 index 000000000..7f1330a29 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005088.html @@ -0,0 +1,75 @@ + + + + [Mageia-sysadm] New mailing lists - Got both subscribed and can't be subscribed messages. + + + + + + + + + +

[Mageia-sysadm] New mailing lists - Got both subscribed and can't be subscribed messages.

+ David W. Hodgins + davidwhodgins at gmail.com +
+ Mon Apr 8 00:11:03 CEST 2013 +

+
+ +
+I just received two messages ...
+Welcome to list discuss at ml.mageia.org
+Your subscription email is davidwhodgins at gmail.com
+
+and
+
+You are receiving this email because you were subscribed to
+mageia-discuss at mageia.org.
+
+This list is replaced by the new mailing list discuss at ml.mageia.org.
+
+This new mailing list requires a Mageia Identity account
+<snip instructions on how to subscribe>
+
+Something is wrong.  I should not have been sent the
+one about not having an identity account.
+
+Regards, Dave Hodgins
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005089.html b/zarb-ml/mageia-sysadm/2013-April/005089.html new file mode 100644 index 000000000..f3ad29a49 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005089.html @@ -0,0 +1,79 @@ + + + + [Mageia-sysadm] New mailing lists - Got both subscribed and can't be subscribed messages. + + + + + + + + + +

[Mageia-sysadm] New mailing lists - Got both subscribed and can't be subscribed messages.

+ nicolas vigier + boklm at mars-attacks.org +
+ Mon Apr 8 00:14:16 CEST 2013 +

+
+ +
On Sun, 07 Apr 2013, David W. Hodgins wrote:
+
+>
+> I just received two messages ...
+> Welcome to list discuss at ml.mageia.org
+> Your subscription email is davidwhodgins at gmail.com
+>
+> and
+>
+> You are receiving this email because you were subscribed to
+> mageia-discuss at mageia.org.
+>
+> This list is replaced by the new mailing list discuss at ml.mageia.org.
+>
+> This new mailing list requires a Mageia Identity account
+> <snip instructions on how to subscribe>
+>
+> Something is wrong.  I should not have been sent the
+> one about not having an identity account.
+
+Yes, that was a mistake. The 2nd one was sent to the wrong list (people
+who have been subscribed, instead of the people who have not).
+
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/005090.html b/zarb-ml/mageia-sysadm/2013-April/005090.html new file mode 100644 index 000000000..4aa97742d --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/005090.html @@ -0,0 +1,83 @@ + + + + [Mageia-sysadm] Mailing list migration: this list is closing + + + + + + + + + +

[Mageia-sysadm] Mailing list migration: this list is closing

+ Mageia Sysadmins + sysadmin at group.mageia.org +
+ Mon Apr 8 01:20:52 CEST 2013 +

+
+ +
When the Mageia project was started, it didn't have any server. Fortunatly
+people from zarb.org proposed to host the basic project infrastructure
+(mainly the website, wiki and mailing lists) until the project can have
+its own servers. Mageia.Org now have a few servers since October 2010
+(thanks to donations for the servers and Lost Oasis and Gandi for the
+hosting), but until now the existing mailing lists hosted by zarb.org
+had not been migrated to the Mageia mailing lists server. It is now time
+to do it and close this mailing list.
+
+This mailing list will be closed in coming hours and is now replaced by
+sysadmin-discuss at ml.mageia.org.
+
+The new mailing list requires a Mageia Identity account
+(<https://identity.mageia.org/>) for subscription :
+ - if you have an identity account using the same address as subscribed
+   on this mailing list, you should be automatically subscribed to the
+   new mailing list and should have received a subscription notification
+ - if you don't have an identity account yet, or with a different email
+   address, you need to manually subscribe to the new mailing list
+
+The URL for the new list is :
+    https://ml.mageia.org/l/info/sysadmin-discuss
+
+You can find more details about mailing lists subscription and available
+lists on this page :
+    https://wiki.mageia.org/en/Mailing_lists
+
+The archives for the old mailing lists will be available on
+http://archives.mageia.org/ (in a few days).
+
+
+ + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ diff --git a/zarb-ml/mageia-sysadm/2013-April/author.html b/zarb-ml/mageia-sysadm/2013-April/author.html new file mode 100644 index 000000000..59e7cdb17 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/author.html @@ -0,0 +1,137 @@ + + + + The Mageia-sysadm April 2013 Archive by author + + + + + +

April 2013 Archives by author

+ +

Starting: Mon Apr 1 15:24:24 CEST 2013
+ Ending: Mon Apr 8 01:20:52 CEST 2013
+ Messages: 18

+

+

+ Last message date: + Mon Apr 8 01:20:52 CEST 2013
+ Archived on: Mon Apr 8 01:32:14 CEST 2013 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/zarb-ml/mageia-sysadm/2013-April/date.html b/zarb-ml/mageia-sysadm/2013-April/date.html new file mode 100644 index 000000000..f40a8af84 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/date.html @@ -0,0 +1,137 @@ + + + + The Mageia-sysadm April 2013 Archive by date + + + + + +

April 2013 Archives by date

+ +

Starting: Mon Apr 1 15:24:24 CEST 2013
+ Ending: Mon Apr 8 01:20:52 CEST 2013
+ Messages: 18

+

+

+ Last message date: + Mon Apr 8 01:20:52 CEST 2013
+ Archived on: Mon Apr 8 01:32:14 CEST 2013 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/zarb-ml/mageia-sysadm/2013-April/index.html b/zarb-ml/mageia-sysadm/2013-April/index.html new file mode 120000 index 000000000..db4b46f72 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/index.html @@ -0,0 +1 @@ +thread.html \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/2013-April/subject.html b/zarb-ml/mageia-sysadm/2013-April/subject.html new file mode 100644 index 000000000..3eab82da2 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/subject.html @@ -0,0 +1,137 @@ + + + + The Mageia-sysadm April 2013 Archive by subject + + + + + +

April 2013 Archives by subject

+ +

Starting: Mon Apr 1 15:24:24 CEST 2013
+ Ending: Mon Apr 8 01:20:52 CEST 2013
+ Messages: 18

+

+

+ Last message date: + Mon Apr 8 01:20:52 CEST 2013
+ Archived on: Mon Apr 8 01:32:14 CEST 2013 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/zarb-ml/mageia-sysadm/2013-April/thread.html b/zarb-ml/mageia-sysadm/2013-April/thread.html new file mode 100644 index 000000000..9219fa71e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-April/thread.html @@ -0,0 +1,171 @@ + + + + The Mageia-sysadm April 2013 Archive by thread + + + + + +

April 2013 Archives by thread

+ +

Starting: Mon Apr 1 15:24:24 CEST 2013
+ Ending: Mon Apr 8 01:20:52 CEST 2013
+ Messages: 18

+

+

+ Last message date: + Mon Apr 8 01:20:52 CEST 2013
+ Archived on: Mon Apr 8 01:32:14 CEST 2013 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + -- cgit v1.2.1