Displaying 20 results from an estimated 800 matches similar to: "Are dashes OK in Domain Name?"
1999 Jan 15
6
locking Problem 2.0.0 on SGI
Hi,
after having upgraded from 2.0.0beta2 to 2.0.0 there are happening strange
things:
1) After startup of smbd I find the following message in log.smb
smbd version 2.0.0 started.
Copyright Andrew Tridgell 1992-1998
[1999/01/15 17:38:09, 1] smbd/files.c:file_init(219)
file_init: Information only: requested 10000 open files, 2490 are
available.
2) doing a smbclient -L <hostname>
1998 Apr 28
1
Problems renaming files on samba share
Hi,
I am now running Samba services to a network of 200 or so
PC's accessing a central UNIX filserver and overall it is a
success. There are just a few niggles however.
I'll email my smb.conf later if this is required but I
guess this may be a common newbie problem. Users all have a
home directory mapped to their Z drive. This is okay, but
if they try to rename a file (right click
2009 Dec 05
2
"R CMD BATCH" continue after an error in the script
Hi,
I have a problem with R CMD BATCH, because I created a .bat file to run a script:
C:\R\R-2.9.2\bin\R CMD BATCH C:\Scrip_test.R
It work perfectly but after 3 lines of script there is a line with a nls() function that cannot be fitted and this end in an error message.
I'm not bother by the error message, I just want that the script continue.
If I use the R windows GUI the script show the
2009 Dec 04
2
Substitute "Object not found" with NA
Hi everybody,
I'm trying to create a script that picks a txt file with 2 columns of coordinates (depth and variable1) and automatically tries to fit several polynomial with the function nls().
After that, it creates a list of observed, predict, residuals and other, and then it calculates AIC, RMSD, MAD and R^2.
At the end of the script I create a series of vectors with MAD for all
2000 Jul 28
4
gremlin in rep()
the following occurred inadvertently and brought R-1.1.0 down
rep(1:3, c(4,2,-6))
Segmentation Fault (core dumped)
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 1.0
year 2000
month June
day 15
language R
2008 Sep 20
1
1.6.0-rc6 - SIP hold logic broken?
Hi,
I have the following symptoms:
Call X-lite / Nokia E51
X-lite press hold: Nokia DOES hear MOH
Nokia press hold: X-lite does NOT hear MOH
Call X-lite / SCCP phone
MOH works as supposed
Call SCCP phone / Nokia E51
SCCP press hold: Nokia DOES hear MOH
Nokia press hold: X-lite does NOT hear MOH
In addition, the BLF on the SCCP phones does NOT show the hinted SIP
extension on hold.
With 1.4
2009 Apr 15
1
Automatic Differentiation for R
In efforts to improve optimization tools for R, one of my
interests has been getting automatic differentiation capabilities
so that analytic rather than numerical derivatives can be used. They
would be helpful in several other areas besides optimization, My timings
show
factors of the order of 1000s in time improvements by avoiding
numerical derivatives in some cases.
There has been some work in
2006 Mar 23
3
Local Yum Repo
Hi There,
I have approx 4 machines running centos 4.2 and would like to run a
local yum repo for them.
Is there a quick and dirty way to do this...
Thanks in advance
Pete
2008 Aug 03
0
No MOH on SIP hold nor on park
Hi,
when I put a call on hold from my Nokia E51 (SIP client), the other side
does NOT hear music on hold although sip debug / wireshark shows that
the E51 tells the asterisk that it now holds the call. Canreinvite is
set to "no".
Also, when parking a call (features.conf), the parked caller does not
hear music on hold.
In queues, when using "#" and when using the hold
2005 Jun 29
3
IMP 4
Dear All,
anyone installed IMP4 on Centos 4.1 yet, http://www.horde.org/imp/4.0/
if so what problems did you have, I have a webmail server I am going to
upgrade to Centos 4.1 and Imp 4 from its current centos 3.3
implementation and imp3
This is going to be a labour intensive manual task, and I wondered if
anyone else out there was mad enough to have tried it already....
Failing that just
2014 Jan 26
0
chan_mobile and Nokie E51 = noise
Hi,
I'm playing with * for about 12 years now and since about 10 years, it's
my home PBX. I can do pretty much everything I want but one thing I
haven't managed yet... Mobile connection via bluetooth...
I'm still using a Nokia E51 and the setup and everything works fine.
However, on the second or third call, the incoming audio is noise.
I have tried alignmentdetection=yes and also
2010 Nov 02
3
Using R for Production - Discussion
Hello Group,
This is an open-ended question.
Quite fascinated by the things I can do and the control I have on my
activities since I started using R.
I basically have been using this for analytical related work off my desktop.
My experience has been quite good and most issues where I need to
investigate and solve are typical items more related to data errors, format
corruption, etc... not
2010 Jan 29
0
chan_mobile problem with audio (distorted)
Hello to all.
I have installed asterisk-1.6.2.1 + asterisk-addons-1.6.2.0 (for chan_mobile) + bluez-4.60.
Bluetooth Dongle: Canyon CN-BTU4 (0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode))
Device Descriptor:
bLength 18
1998 Aug 18
0
: SAMBA digest 1780 :: 4) Files not copying across Samba
> Date: Fri, 14 Aug 1998 09:25:41 +0100 (British Summer Time)
> From: Anthony Farrow <a.n.farrow@cranfield.ac.uk>
> To: samba@samba.anu.edu.au
> Subject: Files not copying across Samba
> Message-ID: <SIMEON.9808140941.C@ccanf2.cranfield.ac.uk>
>
>
>
> I am having a problem with a single user on our Samba system. We are
> running Samba on a DEC UNIX
2005 Nov 16
4
[OT] Witty one liners or computer related proverbs
Dear All,
I need some witty computer related proverbs or one liners that some of
have used in the past as footers for your emails for example.
I particularly remember a PERL based transliteration joke/footer that
when run in PERL produces a witty output....
This is to fix a problem internally created by an over zealous salesman
at my company pinning up A4 sheets with bullSh*t sales proverbs
2000 Jul 27
1
problem using ts after tapply
here is a distillation of a problem encountered in transfering some
working code from R-0.63 to R-1.1.0
a1 <- 1:10
b1 <- tapply(a1,a1, sum)
c1 <- ts(b1)
c1
Error in if (NCOL(x) == 1) { : missing value where logical needed
note that the error is returned as the value of calling ts() and is not
automatically displayed
problem seems to be that
is.array(b1) returns TRUE
yet dim(b1)
2005 Oct 03
3
memory leak in Centos 4.1 and 4.0
Centos 4.0 and 4.1 seem to have a memory leak somewhere and I can't find
out what is doing it. I think it may be dovecot.
I have installed hundreds of Linux machines, centos/redhat/suse in the
past as firewalls and mail relays and use the same/similar methodolgy
and config for each.
I have found that since Centos 4.0 and 4.1 came along machines that have
run well for years and months,
2010 Aug 23
1
Fitting Weibull Model with Levenberg-Marquardt regression method
Hi,
I have a problem fitting the following Weibull Model to a set of data.
The model is this one: a-b*exp(-c*x^d)
If I fitted the model with CurveExpert I can find a very nice set of coefficients which create a curve very close to my data, but when I use the nls.lm function in R I can't obtain the same result.
My data are these:
X Y
15 13
50 13
75 9
90 4
With the commercial
2005 Nov 07
4
Re: New Standard/Daylight time-change dates in rhel4u2 butnot centos4.2?
The laws already exist:
Disturbing the peace,
Misappropriation of public funds,
Prohibition on unfunded mandates.
What's lacking is prosecutors, judges, and juries who
see the politicians as getting in the way of the
statesmen and the people.
To drag this back towards On Topic, it seems to me
that the ntp folks might be petitioned to write up and
submit to the Congress, a paper
2005 Nov 17
2
wget
Dear all,
It seems that wget version has had the -C (cache) option removed when it
went from 1.9 to version 1.10, this happened somewhere between Centos
3.5 and 4.2.
Does anyone know why the -C option was removed and how I can get it
back? Other than regressing wget.....
Regards
Pete