search for: bcheck

Displaying 6 results from an estimated 6 matches for "bcheck".

Did you mean: check
2006 Aug 12
1
Check a boolean in the view
I know i probably shouldnt be doing this and maybe should move this to a helper or to the controller but how do i set a flag in the view. So for the code below im checking if x=y and if so then render a partial and set a flag called check = true. in the else then i want to output some text and then reset the boolean back to false. Can this be done? Whats the best way to this? <%
2019 Jun 13
1
Problem joining domain [SEC=UNCLASSIFIED]
...ut I've hit a new problem. > > I shutdown the 2003 server & seized the roles. I then upgraded to > samba 4.7.12. and demoted the 2003 server. > > Everything seemed to be working OK for several days, so I upgraded to > 4.8.12. > > All seems OK except samba-tool dbcheck gives an error > > [root at julius samba-4.8.12]# samba-tool dbcheck -v --cross-ncs > ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such > element' > File > "/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/_ > _init__....
2019 Jun 13
0
Problem joining domain [SEC=UNCLASSIFIED]
...> I shutdown the 2003 server & seized the roles. I then upgraded to > > samba 4.7.12. and demoted the 2003 server. > > > > Everything seemed to be working OK for several days, so I > upgraded to > > 4.8.12. > > > > All seems OK except samba-tool dbcheck gives an error > > > > [root at julius samba-4.8.12]# samba-tool dbcheck -v --cross-ncs > > ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such > > element' > > File > > "/usr/local/samba/lib64/python2.7/site-package...
2019 Jun 12
2
Problem joining domain [SEC=UNCLASSIFIED]
UNCLASSIFIED Sorry to be a bloody pest, but I've hit a new problem. I shutdown the 2003 server & seized the roles. I then upgraded to samba 4.7.12. and demoted the 2003 server. Everything seemed to be working OK for several days, so I upgraded to 4.8.12. All seems OK except samba-tool dbcheck gives an error [root at julius samba-4.8.12]# samba-tool dbcheck -v --cross-ncs ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' File "/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line 177, in _run return...
2006 Oct 24
15
How to emit associative array after ^C
Boy am I a dummy. I want to simply dump out unfreed allocations when I terminate the script. What''s the secret sauce? #!/usr/sbin/dtrace -s pid$1::MyAlloc:return { bufs[arg1] = walltimestamp; } pid$1::MyFree:entry /bufs[arg0]/ { bufs[arg0] = 0; } This message posted from opensolaris.org
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...l bool SetFont( const wxFont &font ); - </del><span class="cx"> // items may be checked </span><span class="cx"> virtual bool IsChecked(size_t uiIndex) const; </span><span class="cx"> virtual void Check(size_t uiIndex, bool bCheck = true); </span><span class="cx"> </span><del>- // return the index of the item at this position or wxNOT_FOUND - int HitTest(const wxPoint& pt) const { return DoHitTestItem(pt.x, pt.y); } - int HitTest(wxCoord x, wxCoord y) const { return DoHitTestItem(x,...