Displaying 20 results from an estimated 600 matches similar to: "CentOS-announce Digest, Vol 159, Issue 3"
2018 May 15
0
CESA-2018:1454 Critical CentOS 6 dhcp Security Update
CentOS Errata and Security Advisory 2018:1454 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1454
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
e7b038ec6216dd9c84a4b2736a650df51c24837311786160402603a1d611d1e1 dhclient-4.1.1-53.P1.el6.centos.4.i686.rpm
2018 May 15
0
CESA-2018:1453 Critical CentOS 7 dhcp Security Update
CentOS Errata and Security Advisory 2018:1453 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1453
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
d8016005508135f34e59a890a4f189d5d63c1ae90647dc5cf292a58efa1ad281 dhclient-4.2.5-68.el7.centos.1.x86_64.rpm
2011 Nov 18
0
CentOS-announce Digest, Vol 81, 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
2015 Jun 17
0
EFI & PXE-booting: very slow TFTP performance on a VMWare test setup
On Jun 17, 2015 11:27 AM, "Oscar Roozen via Syslinux" <syslinux at zytor.com>
wrote:
>
> Dear people on the Syslinux Mailinglist,
>
> Are there any known problems with the performance of TFTP in (U)EFI
> environments in general or maybe just on VMWare?
I don't believe so. I use Workstation 10.0.2 on Ubuntu 12.04 for the
moment.
> Right now I'm running
2004 Jan 26
1
3com 3c905b - pxe boot failure
Hi,
I'm trying to boot a clean machine(hostname=dgrid-5.srce.hr) with 3com
3c905b NIC (ver4.30 MBA) with pxe.
Server:
hostname: dgrid-1.srce.hr
pxelinux.0: syslinux-2.08
tftp: tftp-hpa-0.36
dhcp server: dhcp-2.0pl5-8
Client:
boot option: DHCP
Client machine successfully gets pxelinux.0 and then everything
stops(see listing below).
I've tried with xinetd-2.3 and
2015 Nov 02
2
widelinks_warning - but unix extensions *are* off
Sorry for the delay and thanks for your pointers.
"allow insecure wide links" does not change the behaviour, tried that before. Which is strange, if you look at the code.
On the other hand it is clearly not a static misconfiguration, otherwise I would be able to reproduce it.
About half of the time, we get a PANIC about 5 to 10 minutes after these strange widelinks_warnings appear in
2015 Jun 17
3
EFI & PXE-booting: very slow TFTP performance on a VMWare test setup
Dear people on the Syslinux Mailinglist,
Are there any known problems with the performance of TFTP in (U)EFI
environments in general or maybe just on VMWare?
Right now I'm running tests on two virtual environments using either
VMWare Workstation 11.1.0 on a Fedora 21 system or VMWare Player 7.1.0
on an Ubuntu 14.10 system. Both virtual systems support PXE booting in
UEFI mode. Both systems
2014 Oct 01
0
CESA-2014:X010 Moderate xen Xen4CentOS Security Update
CentOS Errata and Security Advisory 2014:X010 (Xen4CentOS)
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
-----------------------------
X86_64
-----------------------------
f5a30e6c7c17a391dfc218cce2c2ca52dba4bf61d6c2d664faecda673d72fdea xen-4.2.5-33.el6.centos.alt.x86_64.rpm
2014 Oct 02
0
CentOS-announce Digest, Vol 116, Issue 2
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
2014 Oct 01
0
CESA-2014:X013 Important xen Xen4CentOS Security Update
CentOS Errata and Security Advisory 2014:X013 (Xen4CentOS)
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
-----------------------------
X86_64
-----------------------------
7bdc9b1e50859e38f1a87d58c79b53d3fc428d102c3b7a1645c07e576927407c xen-4.2.5-34.el6.centos.alt.x86_64.rpm
2014 Aug 14
0
CEBA-2014:1057 CentOS 7 dhcp BugFix Update
CentOS Errata and Bugfix Advisory 2014:1057
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1057.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
a4084c7b74bdaa8da08fc6956c251f3e693948a2530bc2b181a65cf961480c8d dhclient-4.2.5-27.el7.centos.1.i686.rpm
2014 Aug 15
0
CentOS-announce Digest, Vol 114, Issue 9
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
2013 Jan 19
1
Ethernet frame header size of TAP device and apropriate MTU calculation
Hello, all! I have many questions about tap device architecture.
What is a right way to calc mtu on TAP device to avoid fragmentation on
real eth device?
I suppose TAP MTU = 1500-8(UDP)-20(IP)-18(Ethernet) = 1454.
So I'd set 1454 for tap device: "ip link set mtu 1454 dev eth0"
I'm not shure about what is the exact size of ethernet frame header,
which tap device use in switch
2014 Oct 06
0
CEBA-2014:1356 CentOS 7 dhcp BugFix Update
CentOS Errata and Bugfix Advisory 2014:1356
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1356.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
3e4301b534eb11741fb80f5887918e06b0821db1f66e37fe3e957a9d5e9bf761 dhclient-4.2.5-27.el7.centos.2.x86_64.rpm
2018 Jan 26
0
CESA-2018:0158 Moderate CentOS 7 dhcp Security Update
CentOS Errata and Security Advisory 2018:0158 Moderate
Upstream details at : https://access.redhat.com/errata/RHSA-2018:0158
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
aac80423728dc1858e46dd167b43c6c64e3dc0d8db30a799bd9d3b892f3ace2a dhclient-4.2.5-58.el7.centos.1.x86_64.rpm
2018 Mar 14
0
CESA-2018:0483 Important CentOS 7 dhcp Security Update
CentOS Errata and Security Advisory 2018:0483 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:0483
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
3351f2b24704decf6a1ab6d8dc05a9da73599860ce1f9105277c697cb6d44b37 dhclient-4.2.5-58.el7.centos.3.x86_64.rpm
2008 Jan 31
3
PANIC on 6 of my client servers .Please Help
Hi everybody
I have six samba servers working in various client locations all of which exhibit the
same problem.
+++++++++++++++++++++++++++++++++++++++++++++++++
Jan 31 09:37:58 sos02sp smbd[1454]: [2008/01/31 09:37:58, 0] lib/util_sec.c:assert_uid(101)
Jan 31 09:37:58 sos02sp smbd[1454]: Failed to set uid privileges to (-1,533) now set
to (0,0)
Jan 31 09:37:58 sos02sp smbd[1454]: [2008/01/31
CESA-2105:X001 Important xen kernel libvirt python-virtinst e1000e (Xen4CentOS Only) Security Update
2015 Jan 07
0
CESA-2105:X001 Important xen kernel libvirt python-virtinst e1000e (Xen4CentOS Only) Security Update
The following packages are updated for Xen4CentOS for CentOS 6:
Source:
942bc436e401c798991ae4ca956082c12a5a3b65ec53cd7ec9901dda7704f9b7 e1000e-2.5.4-3.10.63.2.el6.centos.alt.src.rpm
aa46f97636568c46295d2d99f1e33b5fda50df707a2a8321a516200b8b4e95a6 kernel-3.10.63-11.el6.centos.alt.src.rpm
ea44d2658e096ef6f00f7dfd4fecc6bff977d959563e4929539d23643b134c3a libvirt-0.10.2.8-9.el6.centos.alt.src.rpm
2015 Nov 04
0
session setup failed: NT_STATUS_LOGON_FAILURE
On 04/11/15 06:24, Roger Wu wrote:
> Hi, Rowland,
>
> Thanks for your advise. I've been updated the version to 4.2.5, the
> rpm query is as below,
> but it still didn't work.
>
> [root at testcad16 samba]# rpm -qa | grep samba
> sernet-samba-4.2.5-19.el6.x86_64
> sernet-samba-libs-4.2.5-19.el6.x86_64
> sernet-samba-libsmbclient0-4.2.5-19.el6.x86_64
>
2015 Nov 04
0
session setup failed: NT_STATUS_LOGON_FAILURE
Once again:
Samba always comes with its own users database.
You have Samba so you have Samba users in addition of systems users. You
have to use smbpasswd -a username. And telling that, I'm not asking you
anything, I'm telling you what you have to do to solve your issue.
2015-11-04 11:28 GMT+01:00 Roger Wu <wu1004 at gmail.com>:
> 2015-11-04 17:11 GMT+08:00 Rowland Penny