Displaying 5 results from an estimated 5 matches for "harris3".
Did you mean:
harris
2013 Feb 11
3
Error: Could not find class <class> for <host> on node <host>
...t trying to define them in init.pp. Here''s my current simple
example that is failing:
*init.pp*
class blahwin {
file { ''harris2.txt'':
path => ''c:/temp/harris2.txt'',
ensure => file,
}
}
class blah {
file { ''harris3.txt'':
path => ''/tmp/harris3.txt'',
ensure => file,
}
}
*site.pp*
node ''base'' {
}
node ''magic.example.com'' inherits base {
include blah
}
node ''nfs-desktop'' inherits base {
include blahwin...
2003 Nov 06
6
Error in Incoming SIP call
When I get a SIP call, I get the following error:
*CLI> NOTICE[1133718080]: File chan_sip.c, Line 1768 (process_sdp): Content is
'multipart/mixed;boundary="unique-boundary-1"', not 'application/sdp'
WARNING[1225991360]: File pbx.c, Line 1154 (pbx_extension_helper): No
application '' for extension (incoming, 5147771111, 1)
== Spawn extension (incoming,
2007 Apr 20
1
Thanks
Hi Everyone
I am a recent CS grad working at a netops center starting to explore Linux
for server admin.
Fred Harris HM1(USN)RET
VA Network Security and Operations Center
882 TJ Jackson Dr.
Falling Waters, WV 25419
frederick.harris3 at va.gov
Phone:304-262-7187
Fax: 304-262-7193
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070420/9f52ca55/attachment-0004.html>
-------------- next part --------------
A non-text attachment was...
2007 Apr 20
2
centos 5 GUI disable update agent upper right
How do I disable the update agent in the upper right corner on centos 5?
I am looking for a command line way to do this. I know I can right
click on it and select quit.
THanks,
Jerry
2007 Apr 25
3
Accessing Windows shares - mini HowTo
On the CentOS mailing list and Forums, I occasionally see questions
relating to accessing Windows shares. Thought I could share my notes
on this subject which I put together on a web page:
http://toracat.freeshell.org/centos/HowToAccessWin.html
It is a short practical guide. I would appreciate receiving comments
and suggestions.
Akemi