Displaying 20 results from an estimated 7000 matches similar to: "SSH-2.0-OpenSSH_3.6.1p2 - Bug #442"
2000 Jul 05
1
NIS+ trouble
I'm a little less new to samba now - but having a heck of a time
getting authentication to work. I'm running NIS+, configured samba
with --with-nisplus --with-nisplus-home and --with-automount.
Does anyone have some good nis/samba references? I'm striking
out.
The smbpasswd file *does* have to become smbpasswd.org_dir for
samba to work. I first created the smbpasswd file using
2003 Oct 06
0
OpenSSH_3.6.1p2: key authentication on HP-UX.
The address you sent this to is not the appropriate place for general
problem reports regarding Portable OpenSSH. Unless you're reporting a
security exposure you should use openssh-unix-dev.
Gina Demars wrote:
>
> We currently upgraded one of our HP-UX systems to version 3.6.1p2.
With the appropriate security patch, I hope?
> I have
> RSA keys from other Unix systems that are
1999 Oct 05
1
Linux/NIS+
Hello,
I'm having a problem configuring samba (2.0.5a) on a Linux
system using NIS+ as the password system. Samba complains that
it cannot find the smbpasswd file, which is not surprising as
I'm not using one. I tried 'smb password file = passwd.org_dir'
that sort of worked, except that it creates a directory called
passwd.org_dir from whatever directory I ran the smbd from.
2000 Jun 29
2
passwords and NIS+
Hello,
I'm new to samba. Trying to get it running on Solaris on Intel
using NIS+. I configured it with the --with-nisplus --with-nisplus-home
and --with-automount. I don't seem to be able to get authentication
to work.
I've created the smbpasswd file from my nis+ tables, set the perms
per the docs (encryption.txt to name one) and when I try to run
smbpasswd to set a password for
2000 Feb 23
1
[Fwd: Re: NIS+ support in samba....]
Thanks for the replies.... I am stuck on the second step of your
list... I do not have a smbpasswd file, so I am not sure how I can create
on... also, when I run smbpasswd (the executable) as root, I get the
2000 Feb 22
1
NIS+ support in samba....
Hi all,
I know this has probably been spoke about before, but I'm looking for some
documentation or other info on setting up NIS+ with samba.... I currently
have samba running on the NIS+ master, but am having trouble setting up
authentication again the NIS+ passwd tables. I'm also not exactly sure
where smbpasswd comes into play with NIS+ and if I actually need to run
that everytime I
2000 Feb 23
3
newbie desperate for help
I just installed Samba for the first time. Installed and setup like a dream. Unfortunately, I can't login to save my life. The server appears in the Net. Neighborhood, but when I double-click to login, the login window give the following message:
Incorrect password or unknown username for \\SERVERNAME
Entering a username and password (from /etc/passwd) returns:
\\SERVERNAME is not
2003 Jan 07
2
Test for locked account in auth.c (bug #442).
Hi Damien,
I noticed you merged a couple of ifdefs in the fix for bug #442. The
cvs comment says "Fix Bug #442 for PAM case". The code is now roughly:
#if !defined(USE_PAM) && defined(HAVE_SHADOW_H) && \
!defined(DISABLE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
spw = getspnam(pw->pw_name);
passwd = spw->sp_pwdp;
#else
passwd =
1997 Dec 09
2
SAMBA digest 1518
>> The problem is performance. While Samba is not terribly slow it's still
>> too slow. Copying large files takes about half a minute/meg on an
>
>i find that samba running on FreeBSD is also pathetically slow: 10 to 20
>k per second. adding "socket options = TCP_NODELAY" speeds this up by a
>factor of ten to twenty, on a 10mb/s LAN with NE2000 cards. it
2002 Mar 25
2
Extreme value distributions (Long.)
This may not actually be an R/Splus problem, but it started
off that way .....
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
Executive summary:
==================
Simulations involving extreme value distributions seem to ``work''
when the underlying distribution is exponential(1) or exponential(2)
== chi-squared_2, but NOT when the underlying distribution is
2012 Nov 06
1
Filling matrix elements with a function
Hi all,
I have a matrix simulating migration in a spatial model. I want to be
able to define movement (the values of m1, m2 and m3) as only != 0
between adjacent patches and contingent on certain conditions as
defined in the function.
Here is the code:
WET<-function(t) {everglades$precipitation[t]} #simply reads
precipitation data from a csv, value is numeric
AB<-function(WET,t)
2006 Nov 05
1
diag()<- in Matrix?
Dear all,
I am trying to use the Matrix package to do some calculations on rather
large and sparse matrices. An example of such a matrix is given below.
mig<-0.2
side<-10
np<-side^2
mig.mat<-matrix(0,np,np)
diag(mig.mat[1:(np-side),(side+1):np])<-mig/4
diag(mig.mat[(side+1):np,1:(np-side)])<-mig/4
diag(mig.mat[-np,-1])<-mig/4
2003 Jul 31
2
how as.numeric() !-> factor
Dear all,
I have divided two vectors:
Np.occup97.98<- as.data.frame(cbind(site = levels(sums$site),
Np.occup97.98 = sums$Ant.Nptrad97.98/Ant.trad$Ant.trad97.98))
> Np.occup97.98
site Np.occup97.98
1 erken97 0.342592592592593
2 erken98 0.333333333333333
3 rormyran 0.48471615720524
4 valkror 0.286026200873362
However, at a later stage of the analysis I want
>
2008 Feb 04
1
strftime fails on POSIXct objects (PR#10695)
R 2.6.1 on a Thinkpad T60 running up-to-date Gentoo:
Despite the documentation, which says:
'strftime' is an alias for 'format.POSIXlt', and 'format.POSIXct'
first converts to class '"POSIXlt"' by calling 'as.POSIXlt'. Note
that only that conversion depends on the time zone.
strftime fails on POSIXct objects:
> foo <-
2013 Apr 24
1
Floating point precision causing undesireable behaviour when printing as.POSIXlt times with microseconds?
Dear list,
When using as.POSIXlt with times measured down to microseconds the default format.POSIXlt seems to cause some possibly undesirable behaviour:
According to the code in format.POSIXlt the maximum accuracy of printing fractional seconds is 1 microsecond, but if I do;
options( digits.secs = 6 )
as.POSIXlt( 1.000002 , tz="", origin="1970-01-01")
as.POSIXlt( 1.999998 ,
2012 Jan 12
9
Re: [PATCH] add netconsole support for xen-netfront
On Wed, Jan 11, 2012 at 04:52:36PM +0800, Zhenzhong Duan wrote:
> add polling interface to xen-netfront device to support netconsole
>
Ian, any thoughts on the spinlock changes?
> Signed-off-by: Tina.Yang <tina.yang@oracle.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Jeremy Fitzhardinge <jeremy@goop.org>
> Signed-off-by: Zhenzhong.Duan
2003 May 10
1
OpenSSH_3.6.1p2 getsockopt TCP_NODELAY bogus message on Solaris 8
I ran into the following problem the first time I used
OpenSSH_3.6.1p2 on Solaris 8 (sparc, 32-bit):
$ ssh kiwi
Enter passphrase for RSA key '/net/sic/export/ford/home/eggert/.ssh/identity':
getsockopt TCP_NODELAY: Socket operation on non-socket
Last login: Sat May 10 14:27:01 2003 from ip-66-80-53-59.d
Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
2009 Jul 30
4
truncating values into separate categories
Hi all,
Simple question which i thought i had the answer but it isnt so simple for
some reason. I am sure someone can easily help. I would like to categorize
the values in NP into 1 of the five values in "Per", with the last
category("4") representing values >=4(hence 4:max(NP)). The problem is that
R is reading max(NP) as multiple values instead of range so the
2011 Mar 31
3
[PATCH RESEND] net: convert xen-netfront to hw_features
Not tested in any way. The original code for offload setting seems broken
as it resets the features on every netback reconnect.
This will set GSO_ROBUST at device creation time (earlier than connect time).
RX checksum offload is forced on - so advertise as it is.
Signed-off-by: Micha? Miros?aw <mirq-linux at rere.qmqm.pl>
---
[I don't know Xen code enough to say this is correct. There
2011 Mar 31
3
[PATCH RESEND] net: convert xen-netfront to hw_features
Not tested in any way. The original code for offload setting seems broken
as it resets the features on every netback reconnect.
This will set GSO_ROBUST at device creation time (earlier than connect time).
RX checksum offload is forced on - so advertise as it is.
Signed-off-by: Micha? Miros?aw <mirq-linux at rere.qmqm.pl>
---
[I don't know Xen code enough to say this is correct. There