Displaying 5 results from an estimated 5 matches for "vishi".
Did you mean:
rishi
2010 Nov 09
3
Rails 3 Action Mailer issue
Hi All,
I am trying to send an email on a user sign up. The email is working
without any issues. However there is a problem with the :from field
that I am specifying. My SMTP setting look like :
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => "587",
:domain => "test.com",
2003 Jul 23
2
arpd question
Hi all,
I have noticed that the "CONFIG_NETLINK" has been removed since kernel
version 2.4.17, does this mean that we cannot use "arpd" with kernel
versions 2.4.17 onwards.
vishy
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2010 Sep 09
1
getting error chan_sip.c: Failed to grab lock, trying again..
Hi All,
I am running asterisk ver 1.2.4 and have faced this error:
chan_sip.c: Failed to grab lock, trying again..
astrisk freezes and doesn't accept calls.
after some time everything is normalized.
I am not using realtime. However I am using cdr_mysql
I have gone through bug id 5942 & 6181
https://issues.asterisk.org/view.php?id=6181
https://issues.asterisk.org/view.php?id=5942
2004 Aug 31
1
CIFS Proxy Server
Does anyone have knowledge of any CIFS Proxy Servers or using Samba as a
Proxy to another CIFS/SMB Server? Are there any documents or resources
on this topic? I am trying to implement a general purpose CIFS Proxy
Server (the proxy server would implement some authentication and
authorization for the SMB requests) which can proxy CIFS servers like
Samba or Windows.
One particularly hard problem
2009 Sep 03
6
domU static IP
Hi,
I''m trying to setup xen on a server with bridge networking. I have
RedHat as my dom0. I have two Ubuntu instances and one CentOS instance
as domU''s. All of them (dom0 and domU) use static ip addresses.
The configuration files for domU''s specify in the vif line what ip
address to be assigned to that particular domU. It works fine for my
ubuntu domU''s. But