search for: 2f64

Displaying 3 results from an estimated 3 matches for "2f64".

Did you mean: 264
2007 May 18
2
PXE booting ASUS NVidia board: odd file not found errors
...lags [none], proto: UDP (17), length: 78) 192.168.1.23.2070 > 192.168.1.20.tftp: [udp sum ok] 50 RRQ "/debian-installer/ia64/elilo.efiM-^?" octet tsize 0 0x0000: 4500 004e 0002 0000 1411 2322 c0a8 0117 E..N......#".... 0x0010: c0a8 0114 0816 0045 003a e40d 0001 2f64 .......E.:..../d 0x0020: 6562 6961 6e2d 696e 7374 616c 6c65 722f ebian-installer/ 0x0030: 6961 3634 2f65 6c69 6c6f 2e65 6669 ff00 ia64/elilo.efi.. 0x0040: 6f63 7465 7400 7473 697a 6500 3000 octet.tsize.0. 03:13:35.429208 IP (tos 0x0, ttl 64, id 55936, offset 0,...
2013 Jan 05
1
imap: Error: net_connect_unix(/.../auth-master) failed: Invalid argument
...f63 6f6e 6e65 |..1012 net_conne| 0x0010 6374 5f75 6e69 7828 2f66 732f 7061 636b |ct_unix(/fs/pack| 0x0020 6167 652f 6d6f 756e 742f 7061 636b 6167 |age/mount/packag| 0x0030 652f 686f 7374 2f73 7066 2e62 6961 6978 |e/host/spf.biaix| 0x0040 2e6f 7267 2f66 6f72 6569 676e 2f64 6f76 |.org/foreign/dov| 0x0050 6563 6f74 2d32 2e31 2e31 302b 7370 662b |ecot-2.1.10+spf+| 0x0060 322f 7072 6566 6978 2f76 6172 2f72 756e |2/prefix/var/run| 0x0070 2f64 6f76 6563 6f74 2f61 7574 682d 6d61 |/dovecot/auth-ma| 0x0080 7374 6572 2920 6661 696c 6564 3a20 496...
2013 Jul 09
5
whenever gem
Hello All, I want to schedule a mail every day. I used whenever gem. I added gem ''whenever'' in my gemfile. Then in the terminal I did - "whenever ." which created a schedule.rb. In schedule.rd I added this piece of code:- set :environment, "development" every 2.minutes do runner "UserMailer.some_method" end Does it get invoked