search for: a_count

Displaying 4 results from an estimated 4 matches for "a_count".

Did you mean: g_count
2003 Jun 13
1
odd crash on -STABLE box
...upported Jun 14 08:54:55 erwin init: getty repeating too quickly on /dev/ttyv1, sleeping 30 secs Tried to halt the box nicely, this error popped up: [root@erwin] /: halt spec_getpages : [#da/0] I/O read failure: (error 6) bp 0xfffffe0004a53b70 vp 0xfffffe000b683ec0 size: 65536, resid: 65536, a_count: 65536, valid: 0x0 nread: 0, reqpage: 0, pindex: 0, pcount: 0 /sbin/halt: Input/output error So I had to hard reset the box. It came back OK after a fsck, nothing in the logs at all root@erwin ~ % uname -a FreeBSD erwin.number6 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jun 9 16:34:34 EST 2003...
2006 Mar 09
1
[TIP] Making an intelligent form fields
...ring date like "+3 days" and so on. The mechanizm for "i_attributes" can be enhanced similiary as Date is expanded into form fields. So for example we can have aggregation composed_of :i_amount, :class_name => ''Amount'', :map => [%w(a_count count), %w(a_units units)] And then helper used like amount_field ''order_item'', ''i_amount'' which renders to one text field and one select box such as: <input type="text" name="order_item[i_amount(count)]"/> <select nam...
2010 Jul 13
2
Want to exclude a column when using sample function
For example: When I take a sample of 5 from 10 columns, I want to exclude from the sample column 1 from being chosen. How do I do this? -- View this message in context: http://r.789695.n4.nabble.com/Want-to-exclude-a-column-when-using-sample-function-tp2287988p2287988.html Sent from the R help mailing list archive at Nabble.com.
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi, These three patches fix the problems in the version two. And them base on the Tao's patches: ocfs2/xattr: xattr improvement The first patch fix some problem in xattr code. The second patch add security EA support. The third patch add ACL support. Best regards, tiger