Displaying 18 results from an estimated 18 matches similar to: "CESA-2015:0252 Important CentOS 7 samba Security Update"
2015 Feb 24
0
CentOS-announce Digest, Vol 120, Issue 8
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 May 02
0
CESA-2007:0252 Low CentOS 4 ia64 sendmail - security update
CentOS Errata and Security Advisory 2007:0252
https://rhn.redhat.com/errata/RHSA-2007-0252.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/sendmail-8.13.1-3.2.el4.ia64.rpm
updates/ia64/RPMS/sendmail-cf-8.13.1-3.2.el4.ia64.rpm
updates/ia64/RPMS/sendmail-devel-8.13.1-3.2.el4.ia64.rpm
2007 May 04
0
CESA-2007:0252 Low CentOS 4 s390(x) sendmail - security update
CentOS Errata and Security Advisory 2007:0252
https://rhn.redhat.com/errata/RHSA-2007-0252.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/sendmail-8.13.1-3.2.el4.s390.rpm
updates/s390/RPMS/sendmail-cf-8.13.1-3.2.el4.s390.rpm
updates/s390/RPMS/sendmail-devel-8.13.1-3.2.el4.s390.rpm
2017 Feb 06
0
CESA-2017:0252 Moderate CentOS 6 ntp Security Update
CentOS Errata and Security Advisory 2017:0252 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2017-0252.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
b9dfb7436c9ef8ab1b0cb6068d042d27f0c7e6d0f21315b8485b789c90bf8492 ntp-4.2.6p5-10.el6.centos.2.i686.rpm
2017 Feb 06
0
CESA-2017:0252 Moderate CentOS 7 ntp Security Update
CentOS Errata and Security Advisory 2017:0252 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2017-0252.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
eb1819614fa19cf5cf8ca7ed7c3372bc38bf4942c93ac4637c0c51f2d815c31f ntp-4.2.6p5-25.el7.centos.1.x86_64.rpm
2017 Feb 07
0
CentOS-announce Digest, Vol 144, Issue 3
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2013 Apr 30
0
lmer Error: Downdated X'X is not positive definite
Hi,
This is the first time I've posted, and I apologize if I formulate this
incorrectly.
I am analyzing data from a multi-region carrot variety trial. 35 varieties
of carrots were grown in 3 randomized complete blocks in organic and
conventional fields in Wisconsin, Indiana, Washington, and California. In
this example I am comparing the heights of the carrot tops at harvest.
In other
2010 Sep 06
1
PostScript/PDF graphics with another font
I am using the standard phonetic font "Doulos SIL" in a graph
(http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=DoulosSILfont)
This is an example:
windowsFonts(IPA="TT Doulos SIL")
barplot(c(1,2,3,4,5),names=c("\u{0251}","\u{0252}","\u{0253}","\u{0254}","\u{0255}"),family="IPA")
However, I am unable
2016 Apr 26
2
primary group gets set to 100 on Samba AD server after a while
I had similar (ish) issues.
Are you using winbindd and rfc2307 UIDs/GIDs? I had to implement both of
the above on my DC to resolve this. (Neither of which I /wanted/ to do..
but since switching over and running 'net cache flush' etc., the problem
hasn't reoccurred)
On 26 April 2016 at 09:14, Gerben Roest <g.roest at grepit.nl> wrote:
> Hi,
>
> using Samba 4.4.2, on
2016 Apr 28
0
primary group gets set to 100 on Samba AD server after a while
On 26-04-16 23:48, Jonathan Hunter wrote:
> I had similar (ish) issues.
>
> Are you using winbindd and rfc2307 UIDs/GIDs? I had to implement both of
> the above on my DC to resolve this. (Neither of which I /wanted/ to do..
> but since switching over and running 'net cache flush' etc., the problem
> hasn't reoccurred)
Yes, we use winbindd and rfc2307. I have
2007 May 02
0
CentOS-announce Digest, Vol 27, Issue 1
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 May 05
0
CentOS-announce Digest, Vol 27, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2016 Apr 28
2
primary group gets set to 100 on Samba AD server after a while
I did some experimenting on my raspberry pi with samba-4.4.2 as AD
server (fresh install, no upgrade), and adding a new user:
samba-tool user add grepit --gid-number=513 --login-shell=/bin/bash
and then checking it:
root at pi6lan:/etc# wbinfo -i grepit
ROEST\grepit:*:3000017:100::/home/grepit:/bin/bash
root at pi6lan:/etc# id grepit
uid=3000017(ROEST\grepit) gid=100(users)
2000 Jul 30
4
Vorbis On Macintosh
I doubt that their has been any development work on bringing vorbis to
the Mac. I am trying to do just that.
I want to know whether you think I should try to port it using the
various components tht are being used to bring vorbis to Be and others
OR if i should wait till September when the public beta of Mac Os X (
which is based on Unix). I have been told that unix stuff will be fairly
2001 May 31
0
Bug in scp
Hi!
I don't know much about network programming, or about terminal handling.
I wondered about why the command
"scp file user at host:path" didn't work. It gave me the following error
messages:
"stdin: is not a tty"
"Write failed flushing stdout buffer."
"write stdout: Broken pipe"
I tried it with different versions of ssh, first the newest debian
2016 Jan 23
0
Bug#810379: [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
Xen developers,
After an upgrade of my Debian Jessie dom0 and domUs, my passthroughed
NIC stopped working.
This bug was probably introduced in Debian Jessie sometime
between 2015-12-30 and 2016-01-08 as 2015-12-30 as 2015-12-30 was the
last time I upgraded without any problems according to my dpkg.log.
This bug has also been reported to Debian Bug
(https://bugs.debian.org/810379), where I got
2016 Jan 30
4
Bug#810379: [Xen-devel] [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
On Wed, Jan 27, 2016 at 7:30 PM, Konrad Rzeszutek Wilk <
konrad.wilk at oracle.com> wrote:
> On Sat, Jan 23, 2016 at 05:12:04PM +0100, Tommi Airikka wrote:
> > Xen developers,
> >
> > After an upgrade of my Debian Jessie dom0 and domUs, my passthroughed
> > NIC stopped working.
> > This bug was probably introduced in Debian Jessie sometime
> > between
2016 Feb 04
3
Bug#810379: [Xen-devel] [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
On Wed, 2016-02-03 at 15:28 -0500, Konrad Rzeszutek Wilk wrote:
> > > And I wonder if the XEN_DOMCTL_irq_permission aka,
> > > xc_domain_irq_permission
> > > had been called. I remember that at some point we missed it for
> > > Xend..
> > >
>
> False alarm.
>
> It was all in Linux. Attached are four patches (the first two
> are for