Displaying 3 results from an estimated 3 matches for "nofault".
Did you mean:
nfault
2008 May 14
1
RELENG_6 regression: panic: vm_fault on nofault entry, addr: c8000000
...6 7 10 11 14 15
pci_link7: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 4 5 6 7 10 11 14 15
Validation 0 255 N 0 4 5 6 7 10 11 14 15
After Disable 0 255 N 0 4 5 6 7 10 11 14 15
cpu0: <ACPI CPU> on acpi0
panic: vm_fault: fault on nofault entry, addr: c8000000
Uptime: 1s
Automatic reboot in 15 seconds - press a key on the console to abort
--> Press a key on the console to reboot,
--> or switch off the system now.
Rebooting...
What to do?
Uli
2013 Dec 04
1
Testing failover and recovery
...ot;
else
peer="gs1"
fi
inject_eth_fault() {
echo "network down..."
ifconfig eth0 down
sleep 10
ifconfig eth0 up
echo "... and network up again."
}
recover() {
echo "recovering from fault..."
service glusterd restart
}
while true; do
sleep 60
if [ ! -f /tmp/nofault ]; then
if ping -c 1 $peer; then
inject_eth_fault
recover
fi
fi
done
per at hallsmark.se:~/glusterfs-test$
I then see that:
A. This goes well first time, one server leaves the cluster and the client
hang for like 8 seconds before beeing able to write to the volume again.
B. When the failed serv...
2009 Feb 04
0
FREEBSD 7.1-STABLE crashes when trying to mount USB device of solaris UFS filesystem
...under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...
Unread portion of the kernel message buffer:
panic: vm_fault: fault on nofault entry, addr: e9dee000
cpuid = 0
Uptime: 7h13m53s
Physical memory: 2026 MB
Dumping 224 MB: 209 193 177 (CTRL-C to abort) 161 (CTRL-C to abort)
145 129 113 97 81 65 49 33 17 1
Reading symbols from /boot/kernel/linux.ko...Reading symbols from
/boot/kernel/linux.ko.symbols...done.
done.
Loaded sym...