Displaying 4 results from an estimated 4 matches for "58686".
Did you mean:
586,6
2006 Apr 01
0
CESA-2006:0179-01: Critical CentOS 2 i386 auth_ldap security update
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:
RHSA-2006:0179-01 Critical: auth_ldap security update
Files available:
auth_ldap-1.4.8-3.1.i386.rpm
More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html
The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update
--
John
2018 Nov 15
1
libvirt call qemu to create vm need more than 10 seconds
...OBJECT_REF: obj=0x7f81f80166f0
Line 58684: 2018-11-13 14:22:30.129+0000: 95225: info : virObjectNew:202 : OBJECT_NEW: obj=0x7f822c006560 classname=qemuDomainLogContext
Line 58685: 2018-11-13 14:22:30.129+0000: 95225: debug : qemuDomainLogContextNew:4563 : Context new 0x7f822c006560 stdioLogD=1
Line 58686: 2018-11-13 14:22:30.130+0000: 95225: debug : virNetSocketNewConnectUNIX:640 : path=/var/run/libvirt/virtlogd-sock spawnDaemon=0 binary=<null>
Line 58687: 2018-11-13 14:22:30.130+0000: 95225: debug : virNetSocketNewConnectUNIX:704 : connect() succeeded
Line 58688: 2018-11-13 14:22:30.130+0000...
2008 Dec 10
2
assert with zlib and (maybe) fts
Hi,
I compressed a folder with the following script:
...
for i in *.*.*; do
file $i | grep bzip2 >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "Compress: $i"
cat "$i" | bzip2 -9 > ../tmp/$i
if [ $? -eq 0 ]; then
mv ../tmp/$i $i
fi
else
2019 Feb 08
1
Samba and ufw (mmcg29440@frontier.com)
...a2:11:5e:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.39 LEN=90 TOS=0x00 PREC=0x00 TTL=128 ID=5770 PROTO=UDP SPT=137 DPT=36882 LEN=70
Feb 5 09:55:57 radio kernel: [ 883.303479] [UFW AUDIT] IN=enp2s5 OUT= MAC= SRC=192.168.254.39 DST=192.168.254.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=58686 DF PROTO=UDP SPT=40523 DPT=137 LEN=58
Feb 5 09:55:57 radio kernel: [ 883.304075] [UFW BLOCK] IN=enp2s5 OUT= MAC=00:19:21:a2:11:5e:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.39 LEN=90 TOS=0x00 PREC=0x00 TTL=128 ID=5771 PROTO=UDP SPT=137 DPT=40523 LEN=70
Feb 5 09:56:03 radio kernel...