Displaying 19 results from an estimated 19 matches for "niss".
Did you mean:
miss
1999 Oct 08
4
Automounting
Is there a way to make samba automatically mount a home directory?
That is, a user logging in (from Linux), enters its username and
password(Samba), and the system automatically mounts the user's home
directory from the samba server(without asking the password again).
Has anyone ever tried to do this? And succedeed :-) ?
--
nneves@di.fc.ul.pt Dept. Informatica, Fac.
2009 Sep 10
1
[LLVMdev] Build problem with gcc-4.3.2
...HIElimination.cpp for Debug build
StrongPHIElimination.cpp:1051: internal compiler error: in value_format, at dwarf2out.c:7218
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
/bin/rm: cannot remove `/home/nisse/hack/llvm/lib/CodeGen/Debug/StrongPHIElimination.d.tmp': No such file or directory
make[2]: *** [/home/nisse/hack/llvm/lib/CodeGen/Debug/StrongPHIElimination.o] Error 1
make[2]: Leaving directory `/home/nisse/hack/llvm/lib/CodeGen'
make[1]: *** [CodeGen/.makeall] Error 2
make[1]: L...
2003 Feb 28
1
Newbie Question
Hi,
This is a very simple question I realise, but I hope maybe someone can just
help me out.
I am trying to do a very simple thing, just transfer a file from machine A
to machine B using rsync with ssh.
This is what i'm typing:
bash-2.03# rsync -avvv --rsh="ssh -l tdf"
tdf@machine.niss.ac.uk:/export/home/tdf/demofile.html demofile.html
This is what I get:
opening connection using ssh -l tdf machine.niss.ac.uk -l tdf
rsync --server --sender -vvvlogDtpr . /export/home/tdf/demofile.html
tdf@machine.niss.ac.uk's password:
bash: rsync: command not found
rsync: connection unexpec...
2005 May 03
1
multivariate Shapiro Wilks test
Hello,
I have a question about multivariate Shapiro-Wilks test.
I tried to analyze if the data I have are multivariate normal, or how
far they are from being
multivariate normal. However, any time I did
>mshapiro.test(mydata)
I get the message:
Error in solve.default(R %*% t(R), tol = 1e-18) :
system is computationally singular: reciprocal condition number
= 5.38814e-021
I tried
2005 Aug 03
1
multivariate F distribution
Dear List,
Is there any function in R to generate multivariate F distribution with
given correlation/covariance matrix?
Actually, I just want to generate some 2-dimentional non-normal data
sets (skewed) for low (may be around 0.3 cor coeff.) negatively and also
positively correlated variables ?
Thanks in advance.
Anna
2003 Jan 19
1
OpenSSH Portable Tinderbox available to test.
Hi All.
After one false start, I now have a Tinderbox up and running for the
OpenSSH portable tree. For those not familiar with it, Tinderbox is a
tool for automatically displaying the status of builds and tests. At
the moment, I do 1 update and 4 builds hourly.
It's not fully functional yet but the basics work. It can be found at
http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/ (I
2003 Mar 07
1
exclude an entire dir from syncing ??
hi all...
is it possible to exclude an entire dir from syncing (to remote dir) if the
dir is in the sync path?
regards
-z
"The missing link between animals and the real human being is most likely
ourselves."
Austrian professor of biology and Nobel laureate (1973), Konrad Lorenz
2003 Aug 01
0
Moving from a machine with 2.2.1a to another machine with 2.2.5
...he global section of smb.conf looks like this:
[global]
domain master = yes
logon path = \\%N\profiles\%u
encrypt passwords = yes
time server = yes
preferred master = yes
logon script = %U.bat
security = user
domain admin group = lex,tox,@supx
domain logons = yes
local master = yes
server string = Nisse
workgroup = LABAN
load printers = yes
logon drive = H:
os level = 235
logon home = \\amazing\%u
printer admin = @supx,lex,tox
When starting SAMBA on the new server the following happens:
1. lex and tox can login and everything seems to work
2. all other users can login, BUT profiles doesn't...
2016 Nov 14
4
OpenSSL 1.1.0 support
On Mon, 14 Nov 2016, Jakub Jelen wrote:
> Thank you for the comments. I understand the upstream directions and
> that the OpenSSL step is not ideal. The distros will probably have to
> carry these patches until the changes will settle down a bit.
AFAIK Red Hat employs at least one OpenSSL maintainer. What is their
view on this situation?
> Other possible solution we were discussing
2003 Nov 13
1
SSHD password authentication issue in 4.9-RELEASE and 5.1-RELEASE
Wonder if you guys could help me out...have a security problem with sshd
wich enables a user to do a password login tough the sshd_config states
PasswordAuthentication no
My config works fine in both gentoo and openbsd 3.3 but users are able to
login with tunneled clear text passwords in both 4.9 and 5.1
Im lost.tried everything I can think of.
Here is the config:
2003 Dec 12
1
WINE @ DC++
...s. After I installed the new dll and told wine
>to use it, everything worked me.
I have the latest comctl32.dll but still have problems with being
unable to get any setting changes to stick. Will appreciate if someone
can tell me how to "tell wine to use" the dll
Best regards,
PisseNisse
2003 Dec 14
0
File associations in Wine
...pider) to work and files saved successfully.
The files are displayed within Teleport (*.htm, *.html, *.txt etc) but
when I click on the files to open them the links to the Linux programs
associated with these files are obviously not there.
How can these associations be fixed?
Best regards,
PisseNisse
2006 Jun 12
0
multivariate quantile estimation
Hello,
is there any function/package in R for multivariate quantile estimation?
(I couldn't find any for the moment)
Thank you!
Anna
2006 Jan 10
2
expected values of order statistics
Hello,
Could somebody point me, is there any function in R which returns
expected values of order statistics for normal distribution? I have been
looking and couldn't find it.
Thanks!
Anna
2005 Jun 28
3
conversion
Dear List,
How can I convert a list with elements being character strings, like:
"c(1,2,3,4)", ?c(1,3,4,2) ? to a list with elements as numerical
vectors: c(1,2,3,4), c(1,3,4,2)??
Thanks!
Anna
2005 May 05
3
body of non-visible function
Hello,
Is there any possibility in R to see the body of the non-visible
function, for
example princomp?
If I do :
> methods(princomp)
so, I get that princomp.default and princomp.formula are non-visible
functions and
body(princomp.default) doesnt show it.
In particular, I guess I have a very nave question
Id like to see how scores calculation is implemented in the function
princomp.
2005 Sep 29
2
solution of convolution equation
Hello,
May be somebody can help me...
I am trying to find a solution of a convolution equation using fft (and
unfortunately I do not have a good background for this).
So I am just trying to figure out how it can be implemented in R. I have
two multidimensional independent variables X and Z
and I know their densities fx and fz, which are multidimensional arrays.
So I have to find the density of
2002 Jan 05
2
new feature w/ patch
I've attached a patch to OpenSSH 3.0.2p1 that will allow the client
side of local port forwarding to be bound to a single address. For
my purposes, binding to 127.0.0.1 or (via GatewayPorts) all addresses
would not work. I overloaded the "-b local_host" option so that
it's address will be used when "-L port:remote_host:remote_port"
is also specified.
Today is the first
2003 Mar 01
12
encrypt authentication credentials with payload in the clear?
Is it possible to use encryption only for authenticate and
then switch to no encryption? I've looked at the code for
OpenSSH 3.5p1, cipher.c, and it looks like the answer is
no, at least for protocol 1. However, I cannot tell if that
is a deliberate design limitation of the implementation or
if it is inherent in ssh protocol 2.
My dilemma is a customer who wants to use their network IDS