Displaying 20 results from an estimated 900 matches similar to: "File lock in hybrids setups"
2005 May 16
0
Some aclaration with smb.conf
Hello list,
I would like to know if there is any relation between smbclient and the
server
config file smb.conf.
I'm working with some issues with file locking and staroffice, I'm
working with a default
smb.conf the one shipped with RedHat Enterprise Linux 4. And I'm
wondering if I have to
add any directives at smb.conf to make smbmount read those parameters
and be able to
2005 Aug 30
1
Extensions started with #
Hi,
I create extensions started with *XXX and don't have any problem but to
create extensions started with # respond null tone. Asterisk support
extensions started with # or this is a problem in agi scripts?.
I see the scripts and probe diferents extensions formats (1*11, 1#11,
*234,...) and all that found.
Thanks.
--
Gabriel Perez S.
System & Network Development
-
RunSolutions
2009 Aug 18
2
Channels don't go away with soft hangup
Hello List,
our setup:
Callcenter
IBM Hardware, 1x TE420, 1x xircom analog switch, 4x different cellular
providers on the xircom analog port, ~60 agents
Debian 5.0.1 (Lenny)
Asterisk 1.4.21.2 Debian Package recompiled with additional app_queue
segfault fix
Zaptel 1.4.11 Debian Package
My Problem is I have two channels (Zap/9-1 and Zap/6-1) which have a
duration of over 4 hours.
I am
2008 Sep 16
1
Blank certain areas of a contour plot
Hi,
I'm interpolating a list of syncronous accumulated precipitation
observations collected over a number of raingauge stations sited over
land, over a regular lat/lon grid using akima's interp().
Then, I plot and locate geographycally the resulting field with a
filled.contour() and a call to map(). Everything is fine but I need to
"blank" (in Golden Surfer nomenclature)
2009 Mar 12
1
zooreg and lmrob problem (bug?)
Hi all and thanks for your time in advance,
I can't figure out why summary.lmrob complains when lmrob is used on a
zooreg object. If the zooreg object is converted to vector before
calling lmrob, no problems appear.
Let me clarify this with an example:
>library(robustbase)
>library(zoo)
>dad<-c(801.4625,527.2062,545.2250,608.2313,633.8875,575.9500,797.0500,706.4188,
2010 May 11
1
Xorcom Astribank One call and dies
Hello Mailinglist,
we have a Xorcom Astribank which is installed at our client and working since 10/2008. Suddenly last week there where odd behaviors, no calls going through (it is used to route calls to GSM Gateways).
Upon testing (reinitialization of the complete gear) it turned out that one call get's through and then nothing more. I have nothing in the logs, indicating that Asterisk
2004 Feb 19
1
mirror whole hard disk with rsync
I want to create an exact copy of a whole hard disk and to maintain this copy
synchronised with the "original" one. The idea is to have a safe backup that
allows me, in case the "original" disk fails, to change it by the "clone"
disk and start the computer as if nothing had happened. The computer runs
Linux.
I heard a good option for this purpose is to use dd to
2009 Aug 19
1
CAP_FOWNER=ep for asterisk
Hello,
I need CAP_FOWNER=ep for the asterisk process, i set it with setcap on
the file /usr/sbin/asterisk, it's there when i look on it with getcap,
but after starting and loocking with getpcaps there's only
cap_net_admin+ep set.
So how exactly do I set CAP_FOWNER? Do I have to patch and recompile
or is there another solution I did not see yet?
thanks,
best
--
Raimund Sacherer
2008 Jun 18
1
Histogram inset into another histogram
Dear R users and helpers,
I'm trying to find an example of a histogram plot as an inset (upper
right or left corner) of another histogram.
Anyone has an example of that?
Thanks for your help,
V?ctor.
--
-----------------------------------------------------------------------
V?ctor Homar Santaner
Grup de Meteorologia
Edif. Mateu Orfila Tel: +34 971 17 1376
2008 Jul 09
0
"Rotated Lat-Lon" projection in mapproj
Hi,
I'm trying to plot a field obtained from the atmospheric model WRF-NMM
which uses a "Rotated Lat-Lon? map projection.
The WRF documentation mentions that:
? Rotates the earth's lat/lon grid such that the intersection of the
equator and prime meridian is at the center of the model domain.
? Within the rotated framework the grid spacing is constant, but in an
earth-relative
2009 Aug 13
4
Snom Phones Registration/Failover Feature
Hello Mailinglist,
i was reading a paper regarding a Asterisk clustering solution and
they where pretty excited about a feature in polycom phones:
You can add a registration to a primary asterisk server
You can add a registration to a secondary asterisk server
The polycom phones will talk to the primary server as long as all goes
well, If they have a problem with an INVITE, they
2001 Jan 09
1
Corrupted Files
Hi,
recently I recognized, that some of the files of my laptop (mostly
binary-files, StarCalc, PDF, ...) are corrupted. The files couldn't be
viewed or opened (with SO) anymore.
The files from older backups, before I used ext3-0.0.5 in ordered mode
work still pretty well.
I had no fatal crash or something simillar between these dates (OK, I
had two times a powerloss of my laptop), but nothing
2009 Jun 04
3
Plot and lm
I want to make a log-log plot with a regression line, but I can't figure
out what I'm doing wrong. What I'm trying is:
plot(mass,area, log="xy", pch=as.numeric(food))
abline(lm(mass~area))
or
plot(mass,area, log="xy", pch=as.numeric(food))
islands$logmass <- log(mass)
islands$logarea <- log(area)
attach(islands)
abline(lm(logmass~logarea))
But that does
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
Hi,
I've installed recently OpenOffice.org 3.1 on Centos 5.3. I use OOo in
headless mode. I have no problem when running as root, but I'd prefer
run it as non-root user (oooserver user). When I run the script in
debug mode this is the output:
sh -x /tmp/ooo-headless-nonroot start
+ . /etc/rc.d/init.d/functions
++ TEXTDOMAIN=initscripts
++ umask 022
++
2001 Dec 10
0
Staroffice compatibility
So, I thought I'd install staroffice on my system. (It didn't really
install correctly, but hey, that's a topic for a different usenet
group.)
Once I had it installed under the /opt directory structure, when I
tried to fire up my wineified email client, I got a host of errors
referring to fonts. Then when Agent opened, it immediately crashed
with an error to the effect of
2008 Jun 25
2
Is this sapply behaviour normal?
Hi, I'm trying to use sapply to compute the min of several variables, each
of them stored in data.frames, grouped as a list:
Is it normal that mean() and min() produce different objects dimensions?
> str(dats)
List of 5
$ log20:'data.frame': 83 obs. of 5 variables:
..$ DATE : int [1:83] 2001081500 2001081512 2001081600 2001081612
2001081700 2001081712
2005 Jul 15
0
openoffice(linux) can`t open files from a wineapplication
Hallo my Problem is, that I use software called gs-verein from sage. in
this software i can create documents an the i can sent this documents to
word or staroffice.
when i change the path to staroffice to /usr/bin/ooffice, then
openoffice starts, but the file wouldn`t load and the programm gs-verein
tell me that he didn?t found staroffice. I have heared abot solutions
for this problem by
2005 Jul 26
0
openoffice(linux) can't open files from a wineapplication
Hi Ratka,
> Hallo my Problem is, that I use software called gs-verein from sage. in
> this software i can create documents an the i can sent this documents to
> word or staroffice.
> when i change the path to staroffice to /usr/bin/ooffice, then
> openoffice starts, but the file wouldn`t load and the programm gs-verein
> tell me that he didn?t found staroffice. I have
2001 Jul 03
2
Emulation vs Virtualization
Would someone please explain in simple english what the functional
differences are between emulation & virtualization are as far as being able
to run Windows applications under Unix / Linux in a "real world" (ie
commercial office) environment ??
For what its worth I'd prefer to use an open source unix (FreeBSD / OpenBSD)
rather than linux, however there are other issues
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
Hola.
Tengo algún tipo de problema con las tildes, a la hora de trabajar en R o
en RStudio, que no sé resolver.
Intentando reproducir en dos PCs distintos, ambos con Windows 7, uno de los
últimos ejercicios que ha publicado Carlos Gil Bellosta en su blog (
https://www.datanalytics.com/2016/06/20/6602-767-km-alrededor-de-espana-para-visitar-todas-sus-capitales-de-provincia/),
me ocurre que al