search for: 66ce

Displaying 4 results from an estimated 4 matches for "66ce".

Did you mean: 66c1
2010 Oct 11
0
Ubuntu iSCSI install to COMSTAR zfs volume Howto
...========== #!gpxe # initialize dhcp net0 # keep our iSCSI mappings around even if the drive does not resolve set keep-san 1 # set the initiator using our uuid set initiator-iqn iqn.1993-08.org.debian:${uuid} # set the target set root-path iscsi:192.168.223.147::::iqn.1986-03.com.sun:02:41fb1720-66ce-c72a-81fb-bbf396db7849 # try to boot from the iSCSI device echo "Attempting to boot from san ${root-path}" sanboot ${root-path} # if we made it here, then boot failed, probably a new disk, chainload # ubuntu installer chain pxelinux.0 # for some reason, the silly system stalls and doe...
2024 Mar 22
1
Error message
? Fri, 22 Mar 2024 14:31:17 -0500 Val <valkremk at gmail.com> ?????: > How do I get the first few bytes? What does file.info('X1.RData') say? Do you get any output if you run print(readBin('X1.RData', raw(), 128))? If this is happening on a Linux or macOS machine, the operating system command xxd -l 128 X1.RData will give the same output in a more readable manner,
2024 Mar 22
1
Error message
Here is the first few bytes, xxd -l 128 X1.RData 00000000: 8d5a 35f8 1ac5 cc14 a04e be5c 572f a3ad .Z5......N.\W/.. 00000010: 6210 7024 9b58 93c7 34d0 acb7 7a82 3f99 b.p$.X..4...z.?. 00000020: 66ce 0ebb 2057 ec36 55b4 0ece a036 695a f... W.6U....6iZ 00000030: 258b 3493 b661 f620 f7fe ada7 158a 15f7 %.4..a. ........ 00000040: e016 a548 6fcb 20c8 6fb4 493d adc9 ea4a ...Ho. .o.I=...J 00000050: 0a2b b7cf a416 336e 5e4e abc5 9874 7be3 .+....3n^N...t{. 00000060: 5a5a 3405 fe35 8a3d ad80 0dc0 ca...
2011 Apr 27
0
Problems with bad UDP checksums
...domU''s resolv.conf): # tcpdump -nnpvvi eth0 port 53 tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes 10:41:48.733499 IP (tos 0x0, ttl 64, id 1644, offset 0, flags [DF], proto UDP (17), length 59) 192.168.20.16.38961 > 192.168.20.96.53: [bad udp cksum 66ce!] 43518+ A? aoeu.example.com. (31) Then after doing ''ethtool -K eth0 tx off'': 10:42:14.615619 IP (tos 0x0, ttl 64, id 8116, offset 0, flags [DF], proto UDP (17), length 59) 192.168.20.16.52914 > 192.168.20.96.53: [udp sum ok] 44811+ A? aoeu.example.com. (31) Regarding th...