search for: objkey

Displaying 3 results from an estimated 3 matches for "objkey".

Did you mean: obj_key
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...# This method marks objects associated with the given agent as timed out/invalid. Called either # when the agent heartbeats out, or we get a del_agent callback. def agent_disconnected(agent) + puts "agent_disconnected: #{agent.key}" @cached_objects.keys.each do |objkey| - if @cached_objects[objkey][:broker_bank] == agent.broker.broker_bank and - @cached_objects[objkey][:agent_bank] == agent.agent_bank - + if @cached_objects[objkey][:agent_key] == agent.key values = @cached_objects[objkey] if va...
2003 Oct 03
1
starting asterisk?
...==================================== If I modprobe -d wct4xxp and then start *, cb link comes up asterisk starts and all seems well..... (well, except for the..... "kernel: TE410P: Double/missed interrupt detected") ============================================= Module slhc kname slhc objkey slhc names: slhc mode: NORMAL Module matching slhc: /lib/modules/2.4.20-20.7/kernel/drivers/net/slhc.o ============================================= ============================================= Module ppp_generic kname ppp_generic objkey ppp_generic names: ppp_generic mode: NORMAL Module matching...
2003 Jul 03
0
'modprobe -d ocfs'
...symbols not found' it's the RPMs incompatible with your kernel version. Ensure you have the correct RPMs. Successful 'rpm -ivh' doesn't mean correct installation. Should be: [root@pc33 root]# modprobe -d ocfs ============================================= Module ocfs kname ocfs objkey ocfs names: ocfs mode: NORMAL Module matching ocfs: /lib/modules/2.4.9-e.3/kernel/drivers/addon/ocfs/ocfs.o ============================================= /sbin/insmod ocfs node_name=pc33 ip_address=192.168.1.33 ip_port=7000 cs=1825 guid=6910DC92B5ED8894C0EC001083FC2853 Using /lib/modules/2.4.9-e.3/...