Displaying 4 results from an estimated 4 matches for "aoeu".
Did you mean:
aoe
2011 Apr 27
0
Problems with bad UDP checksums
...esolv.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 the setup it'...
2001 Apr 05
0
portable OpenSSH bugs.
...ith this
theory
is that I have to do the telnet <host> 22 from each client I want to
connect
to. This is inside of Apple's firewall ... so there may be some extra
delay induced by it.
3) Under OS X, if you try to ssh to a host that has no DNS entry:
boris:~/src=> ssh -v aoeu
OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
debug1: Seeded RNG with 28 bytes from programs
debug1: Seeded RNG with 3 bytes from system calls
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: ssh_connect: getuid 1001 geteuid 1001 anon 1
debug1: Try...
2006 Jul 12
12
pass hash as parameter
Hello,
How can I pass a hash as parameter from a template with url_for?
e.g. : if I have
test = { :a => "a", :b => "b" }
How can I pass that with my request? Is it possible to pass nested
hash''es to?
Right now,
url_for :action => :test, test
doesn''t seem to work.
Thank you,
--
2007 Oct 28
2
Edit label in virtual listctrl
Hi,
I am testing a virtual listctrl, and have run into some problems with
changing the labels in it.
The listctrl shows a bunch of rows and columns, and it gets activate
events whenever I doubleclick on a cell. Works like a charm.
My problem comes when I call the edit_label method, specifically that I
think that I don't quite understand the argument passed to it (item as
integer). This