Displaying 2 results from an estimated 2 matches for "digithi".
2013 May 31
62
cpuidle and un-eoid interrupts at the local apic
Recently our automated testing system has caught a curious assertion
while testing Xen 4.1.5 on a HaswellDT system.
(XEN) Assertion ''(sp == 0) || (peoi[sp-1].vector < vector)'' failed at irq.c:1030
(XEN) ----[ Xen-4.1.5 x86_64 debug=n Not tainted ]----
(XEN) CPU: 0
(XEN) RIP: e008:[<ffff82c48016b2b4>] do_IRQ+0x514/0x750
(XEN) RFLAGS: 0000000000010093 CONTEXT:
2007 Jun 22
0
Bug in initscripts? Problem with ifup-routes and alias device
Hello List,
I have one network card and added two IP-Adresses to it:
eth1 192.168.1.1/24
eth1:1 10.1.2.3/24
a want to use static routes on device eth1:1 and added one in
/etc/sysconfig/network-scripts/route-eth1:1:
GATEWAY0=10.1.2.4
ADDRESS0=10.2.2.0
NETMASK0=255.255.255.0
What the network-script should execute in background is:
ip route add 10.2.2.0/24 via 10.1.2.4 dev eth1
but it executes