Displaying 20 results from an estimated 20000 matches similar to: "Changing IP address of a Samba NT4 PDC"
2006 Jan 26
2
nmbd terminates with error code 58
Hello everybody,
i have already posted this message yesterday, but i didn't receive my
posting. There i want to repeat it.
>From time to time our nmbd daemon quits his job and the last time he did
this he told us:
[2006/01/25 15:56:02, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
So my question is: What is the cause of this behaviour and in special
what is happening when
2006 Jul 27
1
central samba server
I have about 10 linux/unix machines running samba, one of which should
be a central samba server.
Additionally, I have about 30 Windows machines.
My problem is that I want the share(s) of the other linux/unix machines
to be mounted on the samba server,
so that they only can be access via this server.
But if I run samba on the other linux/unix machines, I can also access
their shares directly,
2004 Oct 20
2
apply function
Hi all,
I have a question about apply function. Is that possible to pass some
non-default arguments in the function we want to apply ?
For example:
if "mat" is a matrix and I want to use the "tabulate" function on its row.
The command apply(mat,1,tabulate) works but I have problem with this one
apply(mat, 1, tabulate(nbins=4)).
Any clue ?
Thanks,
Eric
--
Eric
2016 Mar 30
2
[PATCH/DRAFT] Embed metadata into object file
Hi,
so this is my first contribution to LLVM/clang, so I hope I come close
to the required coding standards and guidelines.
First, I will describe the scenario I want to solve: For a few days, the
clang plugin interface allows to execute the a plugin just before the
actual main action (e.g., compiling an translation unit). In my case,
the plugin we're developing will analyze the AST and
2016 Apr 01
2
[cfe-dev] [PATCH/DRAFT] Embed metadata into object file
> On Apr 1, 2016, at 5:20 AM, Christian Dietrich via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Adrian Prantl <aprantl at apple.com> writes:
>
>> Depending on your needs, just using a global with the “section”
>> attribute might also work for you:
>> http://llvm.org/docs/LangRef.html#global-variables
>
> I was aware of that possibility. But,
2000 Dec 06
2
Problems on Sparcs (fwd)
comments?
-------------- next part --------------
An embedded message was scrubbed...
From: Charles Clancy <mgrtcc at cs.rose-hulman.edu>
Subject: Problems on Sparcs
Date: Wed, 6 Dec 2000 09:55:41 -0500 (EST)
Size: 2913
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20001206/c7cb5d2a/attachment.mht
2013 Sep 24
2
[LLVMdev] RTSC - Real-Time Systems Compiler
On 9/24/13 5:40 AM, Tobias Klaus wrote:
> Hello again,
>
> since I am back from my holidays and there is still no reply to my
> post, I was wondering if there is no further interest in new projects
> using the LLVM framework or if it was just overlooked.
It was just overlooked. If you don't get a response right away, feel
free to ping as you've done here.
>
> I
2013 Sep 26
0
[LLVMdev] RTSC - Real-Time Systems Compiler
Dear Tobias,
Is the attached patch for the LLVM User's page acceptable to you?
-- John T.
-------------- next part --------------
Index: Users.html
===================================================================
--- Users.html (revision 191450)
+++ Users.html (working copy)
@@ -447,6 +447,14 @@
<td>Language-independent library for alias analysis</td>
</tr>
+
2010 Feb 10
1
Vacancy for Lecturer, Department of Statistics, University of Waikato, New Zealand
Vacancy number 300014
LECTURER
Department of Statistics
School of Computing and Mathematical Sciences
University of Waikato
Hamilton, New Zealand
You should have a PhD in Statistics, or equivalent, and will have
demonstrated the ability to sustain a successful teaching and research
career. You will be expected to contribute towards the Department?s
undergraduate and graduate teaching
2010 Oct 20
1
problem with predict(mboost,...)
Hi,
I use a mboost model to predict my dependent variable on new data. I get the following warning message:
In bs(mf[[i]], knots = args$knots[[i]]$knots, degree = args$degree, :
some 'x' values beyond boundary knots may cause ill-conditioned bases
The new predicted values are partly negative although the variable in the training data ranges from 3 to 8 on a numeric scale. In order to
2007 Nov 08
4
vectorize a list
Dear R user
Suppose I have the following list:
> f <- rnorm(2)
> s <- rnorm(3)
> l <- list(f,s)
> l
[[1]]
[1] 0.31784399 0.08575421
[[2]]
[1] -0.6191679 0.7615479 -1.0087659
Can I stack the entries of this list in 1 vector with the first list
entry followed by the second? The reference manual says that I can use
the command /stack/, which can take as arguments
2005 Oct 03
3
Save output
Dear R-Mastermind
Within a while or a for-loop, is there a way that I can save to disk the
results of the previous calculations at the end of each loop with filenames
called "file01.Rdata", "file02.Rdata" etc?
So far, I have tried to write the outcome of each loop in a 3 dimensional
array and saved it just once after the loop. Or is there another way so that
I can keep
2013 Jun 10
1
Rcmdr seit heute nicht mehr ladbar
Wenn man ihn mal braucht ist er tot. folgende Fehlermeldung ereilt mich seit heute beim starten des R Commander auf dem Mac:
> library(Rcmdr)
Lade n?tiges Paket: car
Lade n?tiges Paket: MASS
Lade n?tiges Paket: nnet
Error : .onAttach in attachNamespace() f?r 'Rcmdr' fehlgeschlagen, Details:
? Aufruf: structure(.External(.C_dotTclObjv, objv), class = "tclObj")
? Fehler: [tcl]
2010 Jan 09
3
string functions
Hi!
Does anybody know a string function that would calculate how many
characters two strings share? I.e. ("Hello World","Hello Peter") would
be 7.
Thanks.
Laetitia
2002 May 06
4
ext3 waking hard disk
hi :)
when using ext3, i can't get my hard disks to go to standby mode
any more. i am using timeouts set by hdparm with 2.4.18 kernels.
even when i issue a standby command manually, the disk
spins up again after a few seconds.
however, (to my knowledge) no user space program accessed
this disk at that time.
i suspect ext3's journal to be causing the disk accesses.
is that possible?
2008 Nov 18
1
Wishlist - better object.size() function
Some time ago I came across the function object.size() to estimate the
size of an R object. I don't know if the behavior of the function is
intended to be quite "user unfriendly" as it is right now or if just
nobody was thinking/caring about it.
I have two suggestions to improve it:
- Why is it named object.size() and not just size()? The latter would be
far more intuitive and
2006 Mar 03
7
Best Practices question regarding views & controllers
Hi List!
I''m reading the Agile book, as many online articles as I can, but
there''s still some things that are just too hard to answer for yourself.
In building my application, I often find myself putting code into my
views of which I am not quite certain it belongs there.
Where do you usually draw the line? Is it okay to, say, loop through an
array of hashes that represents
2005 Sep 22
2
R: extracting elements in a matrix
Dear R-users
For a given matrix of dimension, say (n,p), I'd like to extract for every
column those elements that are bigger than twice the interquartile range of
the corresponding column.
Can I get these elements without using a loop?
Thank you for your help
Frank
[[alternative HTML version deleted]]
2006 Aug 22
3
How to interrupt running computation?
If I start a computation in R, how can I interrupt it?
I' using R 2.1.0.
Thanks for your help,
Lothar
2009 Jun 04
2
Changing samba PDC version but keeping the same IP address
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello
We are facing a bit boring problem
We are on the way to upgrade our PDC from 2.2.8 to 3.2.11
as we do not want to reconfigure the PDC IP address on several
hundreds of windows XP clients we have chosen to keep the same
IP address for the new PDC.
The problem is windows clients does not update the name of network
drives and keep the old names