similar to: PJSIP logging fails

Displaying 8 results from an estimated 8 matches similar to: "PJSIP logging fails"

2009 Jul 17
8
Tools to take a kernel crash dump.
Hello Everyone, We have noticed that one of our servers xen Dom0 is restarting idiopathically. Atleast, we are not able to analyze the cause. I have checked the logs but couldn''t find anything relating to it. Are there any tools such as kdump (which doesn''t seem to work on xenified kernels) for catching the kernel crash snapshot. Regards, Sree Harsha Totakura Member, Open
2006 Mar 13
3
validates_associated problem
Hello, I have a situation where an ''employee'' belongs to a ''department'' and have setup the relationship as follows. class Employee < ActiveRecord::Base belongs_to :department, :foregin_key => "department_id" validates_associated :department_id end class Department < ActiveRecord::Base has_many :employees def validate_on_update
2004 Jan 30
2
problem with opening up irc...
Hi all, Greetings ! I have shorewall 1.4.7 installed. Everything''s fine execpt irc access from local to net. in my rule file I have added a rule to allow loc net tcp 6667 6667 But i cannot connect to irc servers. The error is: Disconnected (). --- Looking up irc.freenode.net.. --- Connecting to irc.freenode.net (212.204.214.114) port 6667.. --- Connection failed. Error: Connection
2016 May 04
1
Unicast or Multicast?
if you read ahead you'll figure that the infrastructure of the network 'en gros' isn't made for it (yet). because of this (and not just because I am a fan of) I propose other trials with overlay networks which could (under proper application) even be more efficient than the multicast protocol(s) itself. Greets and out Gee ... .-. . . On 04.05.2016 18:04, Jordan Erickson wrote:
2005 Feb 17
2
redirection rule...
Dear all, I am using shorewall 2.0.3a is this redirection rule forward all requests coming to IPADDRESS:80 to 192.168.0.5:80 Rule: DNAT net loc:192.168.0.5 tcp 80 - IPaddress Regards, - sree
2006 Feb 15
0
Reading cookies - weird problem
Hello All, I set a cookie with the following code - cookies[:test1] = "abc" ..and when I try to read it with @cookies[:test1] in one of my views, I get a nil string. The only thing that seems to work is @cookies["test1"].value Has anyone run into similar issue? Thanks - Sree -- Posted via http://www.ruby-forum.com/.
2008 Feb 12
5
Unable to boot Dom0 from external hard disk in snv_b81
Hi All, I installed snv_b81 in my portable hard disk(capacity 160gb with 2 partitions, one for solaris and other for windows). When I tried to boot into dom0 from grub, I got the following errors and the system gets hanged. Warning : No SOF interrupts have been received, this USB EHCI host controller is unusable panic[cpu0]/thread=f502ae20:cannot mount root path /pci@0, 0/pci8086, 5641@1d,
2008 Nov 29
0
charts with three coordinates
Hi, Is there any suitable chart which can represent the x,y,z coordinates. I have the following need. X axis : Number of incidents. Y axis : Assignment group. Z axis : Incident by status. we are using the Ziya chart.I found the bubble chart for representing this situation but is there a better way of doing this? Thank You -- Posted via http://www.ruby-forum.com/.