Displaying 20 results from an estimated 129 matches for "heath".
Did you mean:
health
2005 Jul 05
4
Uniden UIP 200 and Asterisk.
...9;ve tried
a few different settings. I'd be extremely grateful if someone with a
similar setting could give me the sip.conf block for the UIP and the
settings you're using in uniden.txt.
Here's what I have currently:
IP of phone is 172.28.184.105
In sip.conf -
[uip200]
username = heath
secret = happy
type = friend
qualify = no
host = dynamic
defaultip = 172.28.184.105
dtmfmode = rfc2833
context = sip
nat=no
In unidenMAC.txt -
# Sip Settings
MyLcdDisplay 31521
MyDialNumber 703XXXXXXX
DisplayName 31521
UserNameForProxy heath
PasswordForProxy happy...
2011 Jul 13
1
Unable to start libvirtd 0.9.3 on Ubuntu 10.10
I just built libvirt 0.9.3 on my Ubuntu 10.10 box. It appears to have
built correctly.
When I try "virsh -c qemu:///session list --all" I get the following:
error: Failed to connect socket to '@/home/heath/.libvirt/libvirt-sock':
Connection refused
error: failed to connect to the hypervisor
After that, libvirtd isn't running as user heath as it did when I was
using 0.9.2. When I run it with LIBVIRT_DEBUG=1 I get this:
. . .
22:26:34.334: 8385: debug : remoteOpen:774 : Auto-spawn user dae...
2011 Jul 13
0
Problem starting libvirtd 0.9.3 on Ubuntu
I just built libvirt 0.9.3 from scratch on my Ubuntu 10.10 system. It
appeared to build and install correctly.
When running a command like 'virsh -c qemu:///session list --all', I get
the following:
error: Failed to connect socket to '@/home/heath/.libvirt/libvirt-sock':
Connection refused
error: failed to connect to the hypervisor
When looking into it, I realized libvirtd was not running as user heath
after the command. Running it with LIBVIRT_DEBUG=1, I get:
...
22:26:34.334: 8385: debug : remoteOpen:774 : Auto-spawn user daemon i...
2013 Mar 07
3
rbind a list of matrices
...atrix.list[[3]]<-c
#i have a vector that identifies the ones that i want
desired.matrices <- c(1,3)
#i have tried lots of things next but all fail. This one gets close but I
seem to lose my dim attributes
goal<-rbind(matrix.list[desired.matrices])
Any ideas would be wonderful.
Thanks
Heath
--
*Heath Blackmon
Graduate Teaching Assistant
Dept of Biology - Box 19498
Univ. of Texas, Arlington
Arlington, TX 76019
Office: ERB450
Phone 682-444-0538
*
[[alternative HTML version deleted]]
2007 Oct 25
2
Patch for X-SendFile on Windows
...te paths, because the C:/ gets
prepended to your path, giving C:/C:/path/to/my/file... broken :-).
It''s about four lines of changed code - see the TRAC entry for the
patch:
<http://rubyforge.org/tracker/index.php?
func=detail&aid=15009&group_id=1306&atid=5145>
Clifford Heath, Data Constellation.
2013 Apr 29
1
Replicated and Non Replicated Bricks on Same Partition
...op up when we add more bricks and need to rebalance both gluster
volumes at once. Does anybody have any insight in what the caveats of
doing this are or are there any users putting multiple bricks on a
single filesystem in the 50-100 node size range. Thank you all for your
insights and help!
Heath Skarlupka
Systems Administrator
Space Science Engineering Center
University of Wisconsin Madison
2005 Jun 01
2
Does Asterisk Realtime require the use of CVS HEAD ???
...Realtime requires CVS HEAD, but I've
also discovered that not everything on the Wiki is 100% accurate (that's
not a knock, but with a program that is changing as fast as Asterisk,
it's impossible for the documentation to keep up).
Is it true that Realitme requires CVS HEAD?
TIA,
Jeff Heath
2005 May 10
3
Voicemail Passwords
Where are user's voicemail passwords stored and how does the asterisk
administrator change them?
TIA,
Jeff Heath
2008 Jan 04
13
Unable to delete epoll event
I occasionally get a fatal error
unable to delete epoll event: Bad file descriptor
I think the attached patch will fix it.
The patch does two things:
1) changes the error we look for from ENOENT to EBADF. It is hard to
reproduce this error, but if I change the epoll_ctl line to
epoll_ctl(epfd, EPOLL_CTL_DEL, 666, ed->GetEpollEvent());
it does return -1 with errno = EBADF on my Linux 2.6.9
2019 Dec 03
2
Kernel Panic: BUG: unable to handle kernel paging request at 0000000180200037 | pkla-check-auth
Hello
I'm using centos 7. At uncertain times I suddenly get the following
error. The system is panic. Then it restarts automatically. I have
updated the package ( pkla-check-auth ) but the problem persists. My
virtualization environment is KVM. (Host Centos7 , Guest Centos7.
Problem Guest VM)
Can you help me ?
rpm -qa |grep pkla
polkit-pkla-compat-0.1-4.el7.x86_64
KERNEL:
2009 Feb 12
5
CISCO 2950 -> 4 connections -> Cap of 512 Kbps -> How to bond ?
The ISP giving net access at our office has installed a 24 port CISCO
2950 switch in our server room. I can buy 24 connections from them and
get 12Mbps of Upload but each individual connection is restricted to
512Kbps.
Currently we have requirement of 20 simulataneous calls so we
purchased 4 connections from the ISP. Giving us a total of 2 Mbps of
upload b/w but spread over 4 different connections
2005 Jul 27
2
Random Behavior on Trunk Lines with TDM Card
...n of why this works
and why you have to implement this trick with some telecom providers and
not with others. Verison provides our trunks at our branch office, but
this issue has never arisen at our home office where we have SBC. We are
running * v1.0 with a Digium 4 port FXO TDM card.
Thanks,
Heath Bowlin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050727/6c00ea44/attachment.htm
2006 Mar 07
3
Can variables in the template be used in the layout?
This may be a silly question, but I''m wanting to develop a query to pull
''related articles'' based on tags.
When a user clicks on an article to read, on that layout, I want a side
menu to have the related entries. If I develop the query to do this,
can I access the current tags for the entry in the layout?
I guess I''m asking, does <% content_for_layout
2009 Aug 24
4
Is there a fast way to do several hundred thousand ANOVA tests?
...x <- aov(nums ~ cond, data = f.test.frame)
f.stat <- summary(aov.vox)[[1]][1,4]
f.stat.vec[i] <- f.stat
}
The problem is that this code takes about 70 minutes to run.
Is there a faster way to do an anova & record the F stat for each column?
Any help would be appreciated.
Thanks
Heath
[[alternative HTML version deleted]]
2006 Mar 04
4
How to redirect_to the same page after comment posting?
How can I have the page redirect_to the same page after someone posts a
comment?
I know that you can do "redirect_to :action => ''index''", but the page is
located at this URL:
/posts/2006/02/01/individual_post/
So, the action is "individual" which is in the "posts" controller, but
there is a custom URL mapped for the URL shown above. How can
2004 Jul 02
1
jitterbug
Jitterbug is just what I want.
Bugzilla is great but not for a non-programming
(issue-tracking) audience. Can I get jitterbug
somewhere please (it seems you have removed it) ?
Cheers
andy
--
andy
_______________________________________________
Andy Heath
a.k.heath@shu.ac.uk
2008 Dec 19
0
Fwd: win32-security 0.1.0
Hi,
These were some suggestions from Clifford Heath regarding
win32-security and Windows security in general.
Regards,
Dan
PS - I''ll be on vacation until Jan, 2009. Merry Christmas and Happy
New Year everyone!
---------- Forwarded message ----------
From: Clifford Heath <clifford.heath at gmail.com>
Date: Fri, Dec 19, 2008 at 12:...
2009 Nov 07
1
Fwd: [PATCH (geoip)] use IO.pread from the io-extra lib if possible
...e) compatible with
preload_app. TokyoCabinet is a great example of a library that''s
already compatible with Unicorn+preload_app out-of-the-box.
----- Forwarded message from Eric Wong <normalperson at yhbt.net> -----
From: Eric Wong <normalperson at yhbt.net>
To: Clifford Heath <clifford.heath at gmail.com>
Subject: [PATCH (geoip)] use IO.pread from the io-extra lib if possible
Hi Clifford,
One user of Unicorn[1] with the "preload_app" feature ran into problems
with the open file descriptor being shared across multiple processes.
I''ve only ligh...
2006 Jul 18
9
Simple Array Issue - HELP
Ok, I am interfacing with the del.icio.us API and I want to collect the
links in an @instance variable for my view. But I''m having trouble with
that part. Here''s what I have:
def get_authenticated(path, http)
request = Net::HTTP::Get.new(path)
request.basic_auth ''user'', ''pass''
response = http.request(request)
response.value
response.body
end
2019 Dec 03
0
Kernel Panic: BUG: unable to handle kernel paging request at 0000000180200037 | pkla-check-auth
...uot;pkla-check-auth"
> TASK: ffff8dd98f3b2080 [THREAD_INFO: ffff8dd990e70000]
> CPU: 2
> STATE: TASK_RUNNING (PANIC)
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
--
Heath Nye
*Systems Administrator*
*P:* 412-923-5010
*E:* heath.nye at industryweapon.com
*www.industryweapon.com <http://www.industryweapon.com> | *900 Parish
Street, Pittsburgh, PA 15220
::
Disclaimer ::
The information contained in this e-mail may be confidential and is
intended solely f...