Displaying 6 results from an estimated 6 matches for "pparams".
Did you mean:
params
2006 Feb 16
0
RE: Applying list-item format depending on action (Diego Scataglini)
...rget and
the params coincided.
Or you could put the [list, index, search] in a hash like this
myhash = {"list" => ["admin", "list"], "index" => ["admin", "index"]}
and do something like this in the view
<%
myhash.each do |idx, pparams|
-%>
<%= "<li #{current_id_select(pparams[0], pparams[1])}>#{idx}</li>" %>
<%
end
-%>
I would do this if the list of links/li was dynamic or db driven.
Then again if I was doing this very often I would probably create a
component or helper like draw_left_nav_...
2003 Apr 08
0
Re: WinXP DFS problems in samba 2.2.8
...RCS file: /data/cvs/samba/source/smbd/trans2.c,v
retrieving revision 1.149.4.98
retrieving revision 1.149.4.99
diff -u -r1.149.4.98 -r1.149.4.99
--- smbd/trans2.c 7 Mar 2003 23:35:00 -0000 1.149.4.98
+++ smbd/trans2.c 25 Mar 2003 23:50:47 -0000 1.149.4.99
@@ -3043,7 +3043,7 @@
{
char *params = *pparams;
enum remote_arch_types ra_type = get_remote_arch();
- BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K));
+ BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K) || (ra_type == RA_WINXP) || (ra_type == RA_WIN2K3));
pstring pathname;
int reply_size = 0;
int max_referra...
2010 Aug 19
1
zfsacl and nfs4 settings
I am looking for where zfsacl settings such as, zfsacl: acesort =
dontcare , are documented.
Do I need NFS settings such as, nfs4: mode = simple , if I am not using
NFS? If I do, where are they documented?
Thanks
2013 Oct 14
1
Samba is still crashing
..../source3/smbd/vfs.c:1442
#15 0x00d67a1f in setup_dfs_referral (orig_conn=0xad274248,
dfs_path=0xad33d608 "\\CORP", max_referral_level=3, ppdata=0xad1ee3fc,
pstatus=0xbfba31dc) at ../source3/smbd/msdfs.c:1102
#16 0x00d20d73 in call_trans2getdfsreferral (conn=0xad274248,
req=0xad33d528, pparams=0xad1ee3f4, total_params=14, ppdata=0xad1ee3fc,
total_data=0, max_data_bytes=4096) at ../source3/smbd/trans2.c:8570
#17 0x00d217ff in handle_trans2 (conn=0xad274248, req=0xad33d528,
state=0xad1ee3b0) at ../source3/smbd/trans2.c:8837
#18 0x00d221cb in reply_trans2 (req=0xad33d528) at
../source3/s...
2006 May 29
0
smbd hanging at BDC
...space_remaining=14456, out_of_space=0xbfebd100,
got_exact_match=0xbfebd07c, last_entry_off=0xbfebd118, name_list=0x0,
ea_ctx=0x0) at smbd/trans2.c:1067
#14 0x001c3b9d in call_trans2findfirst (conn=0x91f7268, inbuf=0xb7d61008 "",
outbuf=0xb7d40008 "", bufsize=131072,
pparams=0xbfebda10, total_params=56, ppdata=0xbfebda0c, total_data=0,
max_data_bytes=16384) at smbd/trans2.c:1767
#15 0x001d014d in reply_trans2 (conn=0x91f7268, inbuf=0xb7d61008 "",
outbuf=0xb7d40008 "", length=128, bufsize=131072)
at smbd/trans2.c:5001
#16 0x001f33fe in switch_mes...
2006 Apr 03
0
Samba Process Getting Hanged
...n get_delete_on_close_flag (dev=2097, inode=8356202,
fname=0xbfe1cd50 "STEPMOT/cd_down_load/memorey") at locking/locking.c:665
#9 0x008d4fc6 in call_trans2qfilepathinfo (conn=0x9783c80, inbuf=0xb7d66008
"",
outbuf=0xb7d45008 "", length=138, bufsize=131072, tran_call=5,
pparams=0xbfe1d258,
total_params=66, ppdata=0xbfe1d254, total_data=0, max_data_bytes=40) at
smbd/trans2.c:2890
#10 0x008dcd67 in reply_trans2 (conn=0x9783c80, inbuf=0xb7d66008 "",
outbuf=0xb7d45008 "",
length=138, bufsize=131072) at smbd/trans2.c:5030
#11 0x008fcc2a in switch_message (t...