Displaying 20 results from an estimated 32 matches for "4723".
Did you mean:
4.23
2016 Jul 07
2
NetworkManger creates extra bonds; is this a bug?
...s
nmcli con up bond-slave-eth0
nmcli con mod bond-slave-eth1 connection.autoconnect yes
nmcli con up bond-slave-eth1
nmcli con mod bond0 connection.autoconnect yes
nmcli con up bond0
systemctl restart NetworkManager
systemctl restart iptables
nmcli con | grep bond
bond0 9942bdc6-df72-4723-b2ed-47a78e3a5c59 bond bond0
bond-slave-eth0 8b0fbbe1-a7f0-448c-8005-46d11599f57a 802-3-ethernet eth0
bond-slave-eth1 333dd1b9-15a4-4119-8e42-55ac3621a85d 802-3-ethernet eth1
*bond0 460dd9e8-bc0b-473e-9c89-41facda98b66 bond
-- # Why this extra bond connections has b...
2009 Mar 11
3
2.6.28.7 domU oops: invalid opcode 0000
...quest+0x156/0x312
RSP <ffffffff806fee08>
Kernel panic - not syncing: Fatal exception in interrupt
-O2
------------[ cut here ]------------
kernel BUG at /usr/src/linux-2.6.28/drivers/block/xen-blkfront.c:243!
invalid opcode: 0000 [#1]
last sysfs file: /sys/kernel/uevent_seqnum
CPU 0
Pid: 4723, comm: ebuild Not tainted 2.6.28.7 #6
RIP: e030:[<ffffffff80449200>] [<ffffffff80449200>]
do_blkif_request+0x2f0/0x380
RSP: e02b:ffffffff80783df8 EFLAGS: 00010046
RAX: 0000000000000000 RBX: ffff88000505da40 RCX: ffff88000505da40
RDX: ffff88001a8c65a0 RSI: 000000000000000a RDI: 000000...
2016 Jul 07
2
NetworkManger creates extra bonds; is this a bug?
...s
>> nmcli con up bond-slave-eth1
>>
>> nmcli con mod bond0 connection.autoconnect yes
>> nmcli con up bond0
>>
>> systemctl restart NetworkManager
>> systemctl restart iptables
>>
>> nmcli con | grep bond
>> bond0 9942bdc6-df72-4723-b2ed-47a78e3a5c59 bond bond0
>> bond-slave-eth0 8b0fbbe1-a7f0-448c-8005-46d11599f57a 802-3-ethernet eth0
>> bond-slave-eth1 333dd1b9-15a4-4119-8e42-55ac3621a85d 802-3-ethernet eth1
>> *bond0 460dd9e8-bc0b-473e-9c89-41facda98b66 bond
>> -- # W...
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
...[]<0.20480>)..
14:43:43.228963 IP unxmail.shsu.edu.imap > noctis.shsu.edu.61362: . 608:2056(1448) ack 253 win 1448 <nop,nop,timestamp 438977889 519041530>
0x0000: 4500 05dc acf1 4000 4006 3deb 9e87 0135 E..... at .@.=....5
0x0010: 9e87 0bfc 008f efb2 61ef eaee 2fa2 4723 ........a.../.G#
0x0020: 8010 05a8 368c 0000 0101 080a 1a2a 4561 ....6........*Ea
0x0030: 1eef f1fa 2a20 3120 4645 5443 4820 2842 ....*.1.FETCH.(B
0x0040: 4f44 595b 5d3c 303e 207b 3134 3632 7d0d ODY[]<0>.{1462}.
0x0050: 0a52 6574 7572 6e2d 5061 7468 3a2...
2016 Jul 07
0
NetworkManger creates extra bonds; is this a bug?
...-slave-eth1 connection.autoconnect yes
> nmcli con up bond-slave-eth1
>
> nmcli con mod bond0 connection.autoconnect yes
> nmcli con up bond0
>
> systemctl restart NetworkManager
> systemctl restart iptables
>
> nmcli con | grep bond
> bond0 9942bdc6-df72-4723-b2ed-47a78e3a5c59 bond bond0
> bond-slave-eth0 8b0fbbe1-a7f0-448c-8005-46d11599f57a 802-3-ethernet eth0
> bond-slave-eth1 333dd1b9-15a4-4119-8e42-55ac3621a85d 802-3-ethernet eth1
> *bond0 460dd9e8-bc0b-473e-9c89-41facda98b66 bond
> -- # Why this extra bo...
2014 Oct 27
2
openvpn client and KDE Network Manager - with CentOS7
Hi All,
I am switching from Fedora20 to CentOS7 since I now run all my Linux
development in a VM and I get a more robust feature set (i.e. shared
folders with the host that "just work", etc)
The only issue I have thus far is VPN connections. Looking at what's
installed on my old Fedora install I suspect I need these packages:
kde-plasma-nm-vpnc
kde-plasma-nm-openvpn
2016 Jul 11
0
NetworkManger creates extra bonds; is this a bug?
...>>
> >> nmcli con mod bond0 connection.autoconnect yes
> >> nmcli con up bond0
> >>
> >> systemctl restart NetworkManager
> >> systemctl restart iptables
> >>
> >> nmcli con | grep bond
> >> bond0 9942bdc6-df72-4723-b2ed-47a78e3a5c59 bond
> bond0
> >> bond-slave-eth0 8b0fbbe1-a7f0-448c-8005-46d11599f57a 802-3-ethernet
> eth0
> >> bond-slave-eth1 333dd1b9-15a4-4119-8e42-55ac3621a85d 802-3-ethernet
> eth1
> >> *bond0 460dd9e8-bc0b-473e-9c89-41facda98b66 bond
&...
2013 Mar 05
4
[RFC PATCH] drm/nouveau: use vmalloc for pgt allocation
Page tables on nv50 take 48kB, which can be hard to allocate in one piece.
Let's use vmalloc.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
Cc: stable at vger.kernel.org [3.7+]
---
drivers/gpu/drm/nouveau/core/subdev/vm/base.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/core/subdev/vm/base.c
2011 Oct 27
5
Asterisk Executing outbound dial number twice
Hello,
I noticed Asterisk 1.8.4.1 execute number dial twice
Log
== Using SIP RTP CoS mark 5
-- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920",
"CALLERID(num)=2066604") in new stack
== Extension Changed 4773[sipphones] new state InUse for Notify User 4701
-- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920",
2015 Dec 20
8
[Bug 93458] New: page allocation failure: order:5, mode:0x240c0c0
...ocked:32kB dirty:68kB writeback:0kB mapped:171940kB
shmem:55828kB slab_reclaimable:589856kB slab_unreclaimable:18792kB
kernel_stack:3008kB pagetables:12812kB unstable:0kB bounce:0kB free_pcp:0kB
local_pcp:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable?
no
lowmem_reserve[]: 0 0 4723 4723
Normal free:13000kB min:6768kB low:8460kB high:10152kB active_anon:761296kB
inactive_anon:56288kB active_file:1565880kB inactive_file:1601496kB
unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4980736kB
managed:4836480kB mlocked:0kB dirty:280kB writeback:0kB mapped:249344kB
shmem:...
2019 Aug 31
1
CVE-2019-11500: Critical vulnerability in Dovecot and Pigeonhole
Daniel,
thanks so much for the detailed pointers.
So it turns out to be both the evil that is systemd and an overzealous
upgrade script.
Apollon, should I raise a Debian bug for this?
As for reasons, how do 50k proxy session on the proxy servers and 25k imap
processes on the mailbox servers sound?
Even on a server with just 6k users and 7k imap processes that causes a
massive load spike and a
2019 Jan 21
0
[Announce] Samba 4.10.0rc1 Available for Download
...gon
4625 Unsuccessful logon
Logon Types:
2 Interactive
3 Network
8 NetworkCleartext
The version number for Authentication messages is now 1.1, changed from 1.0
Password change messages now contain the Windows Event Id "eventId", the
supported event Id's are:
4723 Password changed
4724 Password reset
The version number for PasswordChange messages is now 1.1, changed from 1.0
Group membership change messages now contain the Windows Event Id "eventId",
the supported event Id's are:
4728 A member was added to a security enabled global group...
2019 Jan 21
0
[Announce] Samba 4.10.0rc1 Available for Download
...gon
4625 Unsuccessful logon
Logon Types:
2 Interactive
3 Network
8 NetworkCleartext
The version number for Authentication messages is now 1.1, changed from 1.0
Password change messages now contain the Windows Event Id "eventId", the
supported event Id's are:
4723 Password changed
4724 Password reset
The version number for PasswordChange messages is now 1.1, changed from 1.0
Group membership change messages now contain the Windows Event Id "eventId",
the supported event Id's are:
4728 A member was added to a security enabled global group...
2006 Jan 29
8
Infinite loop shutting down xendomains
...if1.1 left promiscuous mode
Jan 28 22:06:22 xenpub1dc1 kernel: xen-br0: port 3(vif1.1) entering
disabled state
Jan 28 22:06:22 xenpub1dc1 kernel: xen-br0: port 3(vif1.1) entering
disabled state
Jan 28 22:06:23 xenpub1dc1 net.agent[4714]: remove event not handled
Jan 28 22:06:23 xenpub1dc1 net.agent[4723]: remove event not handled
Jan 28 22:06:23 xenpub1dc1 net.agent[4737]: remove event not handled
Jan 28 22:06:23 xenpub1dc1 net.agent[4746]: remove event not handled
Jan 28 22:06:24 xenpub1dc1 kernel: device vif2.0 left promiscuous mode
Jan 28 22:06:24 xenpub1dc1 kernel: xen-br0: port 4(vif2.0) ente...
2019 Feb 06
0
[Announce] Samba 4.10.0rc2 Available for Download
...gon
4625 Unsuccessful logon
Logon Types:
2 Interactive
3 Network
8 NetworkCleartext
The version number for Authentication messages is now 1.1, changed from 1.0
Password change messages now contain the Windows Event Id "eventId", the
supported event Id's are:
4723 Password changed
4724 Password reset
The version number for PasswordChange messages is now 1.1, changed from 1.0
Group membership change messages now contain the Windows Event Id "eventId",
the supported event Id's are:
4728 A member was added to a security enabled global group...
2019 Feb 06
0
[Announce] Samba 4.10.0rc2 Available for Download
...gon
4625 Unsuccessful logon
Logon Types:
2 Interactive
3 Network
8 NetworkCleartext
The version number for Authentication messages is now 1.1, changed from 1.0
Password change messages now contain the Windows Event Id "eventId", the
supported event Id's are:
4723 Password changed
4724 Password reset
The version number for PasswordChange messages is now 1.1, changed from 1.0
Group membership change messages now contain the Windows Event Id "eventId",
the supported event Id's are:
4728 A member was added to a security enabled global group...
2019 Feb 22
0
[Announce] Samba 4.10.0rc3 Available for Download
...gon
4625 Unsuccessful logon
Logon Types:
2 Interactive
3 Network
8 NetworkCleartext
The version number for Authentication messages is now 1.1, changed from 1.0
Password change messages now contain the Windows Event Id "eventId", the
supported event Id's are:
4723 Password changed
4724 Password reset
The version number for PasswordChange messages is now 1.1, changed from 1.0
Group membership change messages now contain the Windows Event Id "eventId",
the supported event Id's are:
4728 A member was added to a security enabled global group...
2019 Feb 22
0
[Announce] Samba 4.10.0rc3 Available for Download
...gon
4625 Unsuccessful logon
Logon Types:
2 Interactive
3 Network
8 NetworkCleartext
The version number for Authentication messages is now 1.1, changed from 1.0
Password change messages now contain the Windows Event Id "eventId", the
supported event Id's are:
4723 Password changed
4724 Password reset
The version number for PasswordChange messages is now 1.1, changed from 1.0
Group membership change messages now contain the Windows Event Id "eventId",
the supported event Id's are:
4728 A member was added to a security enabled global group...
2005 Jul 07
3
samba + xp "Delayed Write Failed"
Hello!
Hardver: Windows XP Compaq Proliant DL360, Linux Compaq Proliant DL380.
2 pieces of processors Intel Xeon 3,2GHz, 2GB RAM, 6 gigabit interface
(2 tg3, 4 e1000), Debian Woody, 2.4.31 vanilla kernel. 6 U320 SCSI
15krpm HDD, 2 HDD RAID1 system, 4 HDD RAID1+0 data. Every network cards
connect at speed of 1000MB full duplex, with XP crosscable (but we've
tried with gigabit switch, too, we
2019 Mar 06
0
[Announce] Samba 4.10.0rc4 Available for Download
...gon
4625 Unsuccessful logon
Logon Types:
2 Interactive
3 Network
8 NetworkCleartext
The version number for Authentication messages is now 1.1, changed from 1.0
Password change messages now contain the Windows Event Id "eventId", the
supported event Id's are:
4723 Password changed
4724 Password reset
The version number for PasswordChange messages is now 1.1, changed from 1.0
Group membership change messages now contain the Windows Event Id "eventId",
the supported event Id's are:
4728 A member was added to a security enabled global group...