Displaying 20 results from an estimated 33 matches for "tern".
Did you mean:
term
2004 Jan 09
1
Problem with DNS (UDP) queries
...o increase the FreeBSD resolver timeout but
I do not want to change any source code.
Thank you for your attention.
Alex
--
? ?????????,
????????? ???????
???????????? ?????? ??????????? ?????????
???????? ????
???.: +7 (095) 235-0920/0954/0851, 234-9885
????: +7 (095) 235-3381
www.tern.ru
2004 Feb 06
1
ipfw question
Dear All.
I want to use 'not' for 2 addresses (for both) in ipfw2 rule.
The only way that looks like what I need is
# ipfw add count from IP1 to not IP2,IP3
But does this rule indeed makes what I want? Does it count all
packets destined to addresses other then IP2 AND IP3?!
No other syntax works.
For example more logically correct
not IP2 AND not IP3
or even
not { IP2 or IP3 }
are
2008 Jul 09
7
recursively divide a value to get a sequence
Hi,
if given the value of, say, 15000, I would like to be able to divide
that value recursively by, say, 5, and to get a vector of a determined
length, say 9, the last value being (set to) zero- i.e. like this:
15000 3000 600 120 24 4.8 0.96 0.192 0
These are in fact concentration values from an experiment. For my
script, I get only the starting value (here 15000), and the factor by
which
2009 Sep 08
2
[LLVMdev] About llvm's capability
...am newbie in llvm and compiler, I have some questions about llvm's
capability - How large project llvm can compile now?
I mean, such as linux kernel or ggc...llvm can build it?
especially on the other architecture, ARM or alpha
because I must choice one between gcc and llvm to study.
In my long tern, I will port some other architecture to gcc or llvm.
In fact, I prefer like llvm because the code is more structure and
easy to understand than gcc.
thanks.
2009 Sep 08
0
[LLVMdev] About llvm's capability
...piler, I have some questions about llvm's
> capability - How large project llvm can compile now?
> I mean, such as linux kernel or ggc...llvm can build it?
> especially on the other architecture, ARM or alpha
> because I must choice one between gcc and llvm to study.
> In my long tern, I will port some other architecture to gcc or llvm.
>
> In fact, I prefer like llvm because the code is more structure and
> easy to understand than gcc.
>
Hi Kito,
LLVM is capable of compiling many big projects. It's used at several
companies to do just that. And I think that t...
2007 Feb 06
1
Disapearing Drives: Urgent help needed
...the user gets upset) or restart the smbd on the server. Either
way, subsequent share access is restored. Unfortunately, this problem
is reoccurring several times a day and I find myself restarting samba
about 4-5 times daily. This has reached a crisis point, so any help
would be appreciated.
In terns of samba version, this problem first appeared when I upgraded
to samba_3.0.23d-2+b1 (on Debian Testing). Subsequently, I rolled back
to samba_3.0.23c-1, but the problem still persisted. I have since
upgraded to samba_3.0.23d-4, and am still having this problem. Please help!
2004 Jan 05
2
I stumbled on this list...
...o to do voice, but I want to explore this
thing as I am interested in this.
Novice question
Suppose I were to set up a debian with the Asterisk software, and I get
a additional line(line2) locally. Can I make the one line(line2) be
connected to a Asterisk and another connected to the broadband internet
connection. Make it so that when I dial from any phone in locally to
line2, it rings to the broadband phone hooked via the sipura device in
Germany? Or Can I just get a ip phone for her?
Dinesh.
-----Original Message-----
From: Nick Bachmann [mailto:asterisk@not-real.org]
Sent: Tuesday, Janu...
2007 Apr 13
3
Config is not actually up to date
...e a change to one of my components, I stop puppetmasterd and then
start it up again, it looks normal:
puppetmasterd --verbose
info: Starting server for Puppet version 0.22.2
info: Parsed manifest in 0.27 seconds
info: Listening on port 8140
notice: Starting Puppet server version 0.22.2
info: Found tern in /etc/puppet/manifests/site.pp
notice: Compiled configuration for tern.riseup.net in 1.42 seconds
I stop and start the client, it looks normal too:
root@penguin:/# puppetd --verbose
notice: Starting Puppet client version 0.22.2
info: Config is up to date
notice: Starting configuration run
notic...
2013 Aug 02
1
segfault and RunSnowWorker: not found
...on 3.0.1 (2013-05-16) as well as my locally compiled version with the same result. I also tried a blank user account, again with the same issue. Any suggestions how I could troubleshoot this seqfault or RunSnowWorker: not found issue would be much appreciated.
Best wishes,
Martin
Martin Renner
Tern Again Consulting
388 E. Bayview Ave.
Homer, AK 99603, USA
phone: +1 907 235 0728
cell: 299 6152
2008 Jul 02
2
position legend below x-axis title
Dear helpers,
I'm using a R script on several different datasets, which makes that
axis scales may vary quite a lot from dataset to dataset. So what I'm
looking for now, is how to automagically find out how to position the
legend (horizontal) in the space below the x-axis title, and how to
make sure that the legend is within the limits of the lower inner or
outer margin?
I'm aware of
2008 May 21
4
Sweave / Latex per-chapter output
Dear R-help,
I am using Sweave and pdflatex to generate a large report from data
contained in my database (Postgres via RODBC). Currently, I work with
a single R/Sweave file, containing several "chapter" indications for
the Latex engine. My master tex file sets the document class, and
includes the introduction, the main Sweave file, and a conclusions and
reference file. I use a makefile
2003 Sep 05
0
Finding periods, sort of.
...a regular period,
the cycles do seem to have vaguely similar shapes, especially if
you smooth them.
R has been a *great* tool for exploring this stuff. For example,
I concatenated a selection of the series and used
quantile(notes, c(0.34,0.66)) to find suitable cutoff points.
Then
library(vcd)
tern <- function (data, L = 65, U = 73, bw = 20) {
f <- data$Note
v <- data$Volume
nf <- length(f)
lo <- cumsum(v * (f < L))
lo <- lo[(bw+1):nf] - lo[1:(nf-bw)]
md <- cumsum(v * (f >= L & f <= U))
md <- md[(bw+1):nf] - md[1:(nf-bw)]...
2008 Aug 28
2
HostName not quite working as expected?
Setting up a few hosts in a small domain, I thought I'd save keystrokes
by defining ssh_config aliases for their
non-canonicalized names. For example:
Host myhost
HostName myhost.example.com
Host *.example.com
Port 23
...
I would have expected that "ssh myhost" would then start a session on
port 23 (instead of 22). And I've seen blog/list posts that suggest the
same
2002 Sep 09
0
smbd/open.c:open_directory(1176)
...rectory: unable to stat name = Palm. Error was No such file or
directory
I don't know why this error occurs but in the prior Installation i had no
Error-messages.
Hope you can help me!
Greetings
Joerg Hendricks
------
smb.conf:
---------
# Global parameters
[global]
workgroup = TERN
server string = NT-FileServer auf hqse16te
encrypt passwords = Yes
update encrypted = Yes
smb passwd file = /usr/local/samba/private/smbpasswd
passwd program = /usr/bin/yppasswd %u
unix password sync = Yes
change notify timeout = 300
d...
2007 Feb 05
1
Disapearing Drives
...user gets upset) or restart the smbd on the server. Either
way, subsequent share access is restored. Unfortunately, this problem
is reoccurring several times a day and I find myself restarting samba
about 4-5 times daily. This has reached a crisis point, so any help
would be appreciated.
In terns of samba version, this problem first appeared when I upgraded
to samba_3.0.23d-2+b1 (on Debian Testing). Subsequently, I rolled back
to samba_3.0.23c-1, but the problem still persisted. I have since
upgraded to samba_3.0.23d-4, and am still having this problem. Please help!
2012 Mar 11
3
What is Vanilla wine?
I've been reading about it for a while now and I don't quite understand what it is, and how you get it. Is it any different than the regular wine you get off this site?
2008 Jul 15
1
tryCatch - return from function to main script
Dear helpers,
I've got a main script, which calls 4 times a function on 4 different
datasets respectively. This function runs "nls" and is located in
another R script which is sourced into my main script.
What I would like to have is this:
If, e.g. in the 3rd call of the function, nls fails, because it can't
converge, I would like it to return an error (value or message), and
2018 May 03
1
Getting --delete to work, simply
...only look at the first part of the path
and ignore the remaining part of the path?
The man page for Filter RULES has the following:
As the list of files/directories to transfer is built, rsync checks
each name to be transferred against the list of include/exclude pat‐
terns in turn, and the first matching pattern is acted on: if it is an
exclude pattern, then that file is skipped; if it is an include pattern
then that filename is not skipped; if no matching pattern is found,
then the filename is not skipped.
That tells me that the first rul...
1999 Aug 03
2
R is not for Relational
R is not for Relational, but could be...
I was musing on data.frames when I decided what I needed was a SQL
like 'select' statement.
Before I get involved in writing something like that, has anyone else
written anything that allows a relational like algebra on data.frames?
Thanks,
John Carter EMail: ece at dwaf-hri.pwv.gov.za
Telephone : 27-12-808-0374x194 Fax:-
2012 Mar 31
20
Need help with a windows app
so i was trying to run a game and when i ran it via terminal i got some answers why.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled exception