search for: 2f4

Displaying 10 results from an estimated 10 matches for "2f4".

Did you mean: 24
2008 Apr 30
3
pretty url
I want to write a permalink like /year/month/day/title, code is as follows: self.permalink = "#{now.year}/#{now.month}/#{now.day}/#{title}" in the view, I use restful url post_path(@post). And in the html source code, the url is /posts/2008%2F4%2F30%2FTest You can see, the ''/'' is replaced by "%2F", which is not I expect. How not to replace the ''/'' with "%2F"? -- My home: http://flyerhzm.com --~--~---------~--~----~------------~-------~--~----~ You received this message because y...
2017 Sep 19
3
[Gluster-infra] lists.gluster.org issues this weekend
...eb interface at all. When we have a working alternative, we will > look at > removing the current ban of using + in address. So we have a alternative in place, I pushed a blacklist using mod_security and a few DNS blacklist: https://github.com/gluster/gluster.org_ansible_configuration/commit/2f4 c1b8feeae16e1d0b7d6073822a6786ed21dde > Apologies for the outage and a big shout out to Michael for taking > time out > of his weekend to debug and fix the issue. Well, you can thanks the airport in Prague for being less interesting than a spammer attacking us. -- Michael Scherer Sy...
2017 Sep 22
0
[Gluster-infra] lists.gluster.org issues this weekend
...hen we have a working alternative, we will >> look at >> removing the current ban of using + in address. > So we have a alternative in place, I pushed a blacklist using > mod_security and a few DNS blacklist: > https://github.com/gluster/gluster.org_ansible_configuration/commit/2f4 > c1b8feeae16e1d0b7d6073822a6786ed21dde > > > > >> Apologies for the outage and a big shout out to Michael for taking >> time out >> of his weekend to debug and fix the issue. > Well, you can thanks the airport in Prague for being less interesting > than a spa...
2007 Oct 10
6
server-reboot
...30 unix:trap+135b () Oct 10 17:24:04 zetta genunix: [ID 655072 kern.notice] ffffff0007f1b640 unix:_cmntrap+e9 () Oct 10 17:24:04 zetta genunix: [ID 655072 kern.notice] ffffff0007f1b770 scsi:scsi_transport+1f () Oct 10 17:24:04 zetta genunix: [ID 655072 kern.notice] ffffff0007f1b7f0 sd:sd_start_cmds+2f4 () Oct 10 17:24:04 zetta genunix: [ID 655072 kern.notice] ffffff0007f1b840 sd:sd_core_iostart+17b () Oct 10 17:24:04 zetta genunix: [ID 655072 kern.notice] ffffff0007f1b8a0 sd:sd_mapblockaddr_iostart+185 () Oct 10 17:24:04 zetta genunix: [ID 655072 kern.notice] ffffff0007f1b8f0 sd:sd_xbuf_strategy+...
2010 Apr 01
0
OpenSSH Coredump and "Bad packet length" errors seen on 5.10 sparc sun4v (Generic_125100-10)
...mo_ssh_0_0_1267016512_6729 # pstack core_owtnmncccm0cnmo_ssh_0_0_1267016512_6729 core 'core_owtnmncccm0cnmo_ssh_0_0_1267016512_6729' of 6729: /usr/local/bin/ssh root at server0-unit1 rm -f /etc/init.d/staticroutes ff1ee314 AES_decrypt (3c, d1, aaa5d0a5, 314, 74, 3b0) + 2f4 ff1ee66c AES_cbc_encrypt (74490, 774a8, 10, 6a358, 61fb8, 61fb8) +2c ff238abc aes_128_cbc_cipher (1, 774a8, 74490, 10, f0, ff2d9a18) + 1c ff23dfb8 EVP_Cipher (61f98, 774a8, 74490, 10, 61800, 62400) + 18 0002f3e4 cipher_crypt (61f94, 774a8, 74490, 10, f0, 7b528) + 34 000338a4 pac...
2017 Sep 16
1
lists.gluster.org issues this weekend
Hello folks, We have discovered that for the last few weeks our mailman server was used for a spam attack. The attacker would make use of the + feature offered by gmail and hotmail. If you send an email to example at hotmail.com, example+foo at hotmail.com, example+bar at hotmail.com, it goes to the same inbox. We were constantly hit with requests to subscribe to a few inboxes. These requests
2007 Sep 14
9
Possible ZFS Bug - Causes OpenSolaris Crash
...x:trap+1351 () Sep 13 14:13:22 cypress genunix: [ID 655072 kern.notice] ffffff000840ce90 unix:_cmntrap+e9 () Sep 13 14:13:22 cypress genunix: [ID 655072 kern.notice] ffffff000840cfc0 scsi:scsi_transport+1f () Sep 13 14:13:22 cypress genunix: [ID 655072 kern.notice] ffffff000840d040 sd:sd_start_cmds+2f4 () Sep 13 14:13:22 cypress genunix: [ID 655072 kern.notice] ffffff000840d090 sd:sd_core_iostart+17b () Sep 13 14:13:22 cypress genunix: [ID 655072 kern.notice] ffffff000840d0f0 sd:sd_mapblockaddr_iostart+185 () Sep 13 14:13:22 cypress genunix: [ID 655072 kern.notice] ffffff000840d140 sd:sd_xbuf_str...
2008 Apr 24
0
[LLVMdev] Compile units in debugging intrinsics / globals
Hi, > Suppose I have the following source: > > file1: > #include "file2" > #include "file3" > int fn1(void) ... > > file2: > int a; > > file3: > int fn2(void) ... > > then fn1, along with all the base types etc appear to be in compile unit > "file1", the variable a appears to be in compile unit
2008 Apr 23
3
[LLVMdev] Compile units in debugging intrinsics / globals
I have a question about the llvm debugging records, especially wrt compile units. In the non-LLVM sense, a compile unit is essentially everything contained within a single .o file, and it is derived from one or more source and header files. Included in a compile unit are functions and global data. Dwarf records refer to compile units in the same way: a compile unit record has children which
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
I'd be curious to know what others think of Rich's patch. If it is acceptable, I can spend time that I was going to look at it this week on another bug. -----Original Message----- From: Rich Calaway Sent: Friday, June 23, 2017 6:34 PM To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com>