Displaying 11 results from an estimated 11 matches for "canvassing".
2006 Jan 05
2
Splitting the list
I've changed the heading because this really is another thread. I
think it inevitable that there will, in the course of time, be other
lists that are devoted, in some shape or form, to the concerns of
practitioners (at all levels) who are using R. One development I'd
not like to see is fracture along application area lines, allowing
those who are comfortable in coteries whose
2009 Jan 14
3
G.729.1 - any interest?
The G.729.1 "wideband" codec is starting to show a slight bit of
traction. There is a possibility that Asterisk could support G.729.1
- would you use it or buy it if it was available? More importantly,
does any equipment with which your systems currently exchange traffic
support G.729.1? Currently, the number of devices supporting G.729.1
seems to be fairly limited and it
2017 Apr 20
7
What besides Postfix should not start until system time set?
So I have learned that Postfix should delay until Chronyd has moved the
system time from 0 to current.
What other services need to be delayed?
Apache?
Bind?
Of course if this is a nameserver, Chronyd will probably not be able to
resolve the NTP server addresses until Bind is running!
thanks
2017 Apr 20
0
What besides Postfix should not start until system time set?
On Apr 20, 2017, at 3:00 PM, Robert Moskowitz <rgm at htt-consult.com> wrote:
>
> So I have learned that Postfix should delay until Chronyd has moved the system time from 0 to current.
I think it?s more the case that CentOS is written with the assumption that you?re running it on a host with a battery-backed RTC, so that system time isn?t wildly off at boot time. This includes VMs,
2003 Aug 13
0
Samba and Tablet PC
Hi folks,
I have a Samba server 2.2.8 on Suse 8.2 and normally use various win98-w2k
machines logged on to a domain with Samba as the PDC. I have also gotten a
WinXP pro machine to successfully log on but no longer use that machine so I
do not know whether it had any service packs installed. I recently
purchased a tablet PC which appears to be running a variant of XP-Pro. I
have not been able
2008 Sep 25
0
Problem reading excel sheets
> Hi,
>
> I am new to ruby on rails.I am having problem reading excel files. I
> tried using gem ''parseexcel'' but still the error is coming.
> Could you please help me with the code and how to use this gem? Is
> there any better way to read excel sheets.
>
> Snippet of Code:
>
> require ''rubygems''
> require_gem
2005 Mar 11
1
reading in data problems
Hi
I have a dataset (.txt file and .dat file) in which the length of one
record is 144. There is no header in the .txt or .dat file itself. When I
read this file using the read.table command, and want to drop some
coloumns by setting the argument colClasses to "NULL" for the columns that
I want to drop, it does not work, because the entire record of the length
144 is being treated as
2013 Mar 28
6
Does CentOS support dual graphics cards with 2 monitors each?
I have a user who wants to have 4 monitors attached to his CentOS 6.4 system. I know that you
can't use both on-board video and a PCI video card at the same time, but what about two PCI
video cards? The system seems to recognize them as shown by the lspci -v output below, but
I can't get Xorg to use the second card. Has anyone done this? If so, what is the trick to
get it to work?
2017 Apr 20
3
What besides Postfix should not start until system time set?
On 04/20/2017 05:16 PM, Warren Young wrote:
> On Apr 20, 2017, at 3:00 PM, Robert Moskowitz <rgm at htt-consult.com> wrote:
>> So I have learned that Postfix should delay until Chronyd has moved the system time from 0 to current.
> I think it?s more the case that CentOS is written with the assumption that you?re running it on a host with a battery-backed RTC, so that system time
2003 Feb 28
34
Newbie question
I have an ATA-186 in a SIP configuration (following Shawn Djernes
how-to), but I get the following error at the asterisk console when I
try to call the phone connected to the ATA:
ioctl(ZT_LOADZONE) failed: Inappropriate ioctl for device
Failed to register zone 'United States / North America': No data
available
Everything works if I remove indications.conf from /etc/asterisk -
2005 Sep 13
4
plot(<lm>): new behavior in R-2.2.0 alpha
As some of you R-devel readers may know, the plot() method for
"lm" objects is based in large parts on contributions by John
Maindonald, subsequently "massaged" by me and other R-core
members.
In the statistics litterature on applied regression, people have
had diverse oppinions on what (and how many!) plots should be
used for goodness-of-fit / residual diagnostics, and to my