search for: total_entries

Displaying 12 results from an estimated 12 matches for "total_entries".

2018 Sep 12
0
eventlog functionality
...fill in a sess info level 10 structure. > ********************************************************************/ > > static WERROR init_srv_sess_info_10(struct pipes_struct *p, > struct srvsvc_NetSessCtr10 *ctr10, > uint32_t *resume_handle_p, > uint32_t *total_entries) > { > struct sessionid *session_list; > uint32_t num_entries = 0; > time_t now = time(NULL); > uint32_t resume_handle = resume_handle_p ? *resume_handle_p : 0; > > ZERO_STRUCTP(ctr10); > > if (ctr10 == NULL) { > if (resume_handle_p) { > *resum...
2018 Sep 12
2
eventlog functionality
On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba wrote: > > and from the what the hell department. I did it. Comparing > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_1 > > > and > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_10 > > and > >
2018 Sep 12
1
eventlog functionality
On Wed, 2018-09-12 at 16:23 -0700, Ray Klassen via samba wrote: > On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote: > > > > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba > > wrote: > > > > > > > > > and from the what the hell department. I did it. Comparing > > > > > >
2016 May 25
2
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
...id you forget to run kinit? NetShareEnum: struct NetShareEnum out: struct NetShareEnum buffer : * buffer : NULL entries_read : * entries_read : 0x00000000 (0) total_entries : * total_entries : 0x00000000 (0) resume_handle : * resume_handle : 0x00000000 (0) result : UNKNOWN_ENUM_VALUE (1003) return code = 1003 What is UNKNOWN ENUM VALUE (1003)? Note t...
2009 Nov 26
6
will_paginate don't work on jruby platform
Hello all,will_paginate don''t work on jruby platform, the Model.paginate find works ok, accepts all kinds of params, this is config.gem config.gem ''will_paginate'', :version => ''2.3.11'', :source => ''http://gemcutter.org'', but <%= will_paginate @collection %> doesn''t work it always produce nil(so nothing on page).
2006 Mar 30
9
Getting data from multiple controllers (Newbie question)
Hello, Assuming I have the following setup for one page: <column A><data from controller 1 /> </columnA> <column B><data from controller 2 /> </columnB> <column C><data from controller 3 /> </columnC> Assuming the page is created for Controller 2, what would be the best way(s) to gather/render the data from the other controllers? Best
2009 Apr 25
0
ferret, will_paginate and group by
Hi, Is it possible to use "find_with_ferret" and GROUP BY together? Count(*) doesn''t return what will_paginate expects when using GROUP BY, and AFAIK a workaround for that is to manually get total_entries and pass it to Model.paginate. However how does that work with find_with_ferret where I have no idea how to find total_entries? Is it even possible? -- M.
2016 May 26
0
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
...NetShareEnum: struct NetShareEnum > out: struct NetShareEnum > buffer : * > buffer : NULL > entries_read : * > entries_read : 0x00000000 (0) > total_entries : * > total_entries : 0x00000000 (0) > resume_handle : * > resume_handle : 0x00000000 (0) > result : UNKNOWN_ENUM_VALUE (1003) > return code = 1003 > > What is...
2016 May 26
2
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
...reEnum > > out: struct NetShareEnum > > buffer : * > > buffer : NULL > > entries_read : * > > entries_read : 0x00000000 (0) > > total_entries : * > > total_entries : 0x00000000 (0) > > resume_handle : * > > resume_handle : 0x00000000 (0) > > result : UNKNOWN_ENUM_VALUE (1003) > > return code...
2013 Jan 16
1
rombios unable to loaded MPT BIOS
...ion registered (size=0x00004000 base_addr=0xdf03c004) pt_register_regions: IO region registered (size=0x00040000 base_addr=0xdf040004) pt_register_regions: Expansion ROM registered (size=0x00080000 base_addr=0xdf080000) pt_msix_init: get MSI-X table bar base df03c000 pt_msix_init: table_off = 2000, total_entries = 15 pt_msix_init: errno = 2 pt_msix_init: mapping physical MSI-X table to 7fd7738ea000 pt_msi_setup: msi mapped with pirq 4f pci_intx: intx=1 register_real_device: Real physical device 0d:00.0 registered successfuly! IRQ type = MSI-INTx dm-command: hot insert pass-through pci dev register_real_de...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...=> "#{params[:sortname]} #{params[:sortorder]}", - :per_page => params[:rp]} - arg_list << find_opts.merge(paginate_opts) - item_list = full_items.paginate(*arg_list) - json_hash = {} - json_hash[:page] = page - json_hash[:total] = item_list.total_entries - json_hash[:rows] = item_list.collect do |item| - item_hash = {} - item_hash[:id] = item.send(id_method) - item_hash[:cell] = attributes.collect do |attr| - if attr.is_a? Array - value = item - attr.each { |attr_item| value = (value.nil? ? nil : value.sen...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server