Displaying 20 results from an estimated 900 matches similar to: "Samba 3.0.25b Available for Download"
2007 Jun 26
0
Samba 3.0.25b Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
I feel like an Appalachian miner that just
found a new vein of coal!
-- Jeremy Allison after finding a new set
of NTSTATUS codes returned by NTcreate&X.
2005 Apr 15
1
Error Building From Source
Greetings:
I am trying to build R-2.0.1 from source on windows. My path is set to:
.;C:\RStools;C:\MinGW\bin;C:\perl\bin;C:\texmf\miktex\bin;C:\HTMLws\;C:\R201\R201\bin;%System
Root%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\
Common Files\Adaptec Shared\System;C:\LINGO9\
and Mkrules has been edited and reads
# path (possibly full path) to same version of R on the host
2011 May 18
1
matrix help (first occurrence of variable in column)
Dear R help,
Apologies for the less than informative subject line. I will do my
best to describe my problem.
Consider the following matrix:
mdat <- matrix(c(1,0,1,1,1,0), nrow = 2, ncol=3, byrow=TRUE,
dimnames = list(c("T1", "T2"),
c("sp.1", "sp.2", "sp.3")))
mdat
In my actual data I have time
2006 Dec 10
1
Noncentral t & F distributions
Dear List:
The square of the noncentral t-statistic with noncentrality parameter
\delta is a noncentral F with noncentrality parameter \lambda=\delta^2.
So, t^2_{\nu,\delta} = F_{1,\nu,\lambda=\delta^2}. Consequently, it
should follow that t^2_{1-\alpha/2,\nu,\delta} =
f_{1-alpha,1,\vu,\lambda=\delta^2}. However, this is not what is
happening with the following code. The central
2007 Jul 04
1
dfs problems addressed in 3.0.25b?
Is the issue below addressed in 3.0.25b? (no freebsd port available yet
so I'm still at 3.0.25a)
I can't see anything specifically about this in the release notes.
I just want to add that I've also seen this behaviour on a windows xp
x64 client.
It's a pretty serious problem.. so I'm also thinking I may have to
revert to an earlier version if it doesn't look like a
2007 Jul 01
3
Error when upgrading to samba 3.0.25b: NT_STATUS_OBJECT_PATH_NOT_FOUND
Hi,
I just upgraded from:
samba-3.0.23d-1
to:
samba-3.0.25b-3
After starting samba, I could no longer connect to any share, I get this
error:
NT_STATUS_OBJECT_PATH_NOT_FOUND
I builded both samba rpm using the packaging/RHEL/makerpms.sh script
on Centos 4.5
Is there any big change in 3.0.25? I readed all releases notes and
didn't found
any cause for this error.
Thanks
Oliver
Here is the
2010 Apr 22
2
Unable to make bitmapdll files on windows 7 64 bit machine
I am trying to build a windows 32 bit version of R 2.11.0 from source on a machine running
windows 7 - 64 bit while running as the machine's administrator.
I am able to run "make all recommended"...However, once I attempt to build the bitmap files I get the following:
C:\Rsource\R-2.11.0\src\gnuwin32>make bitmapdll
make -C bitmap
make[1]: Entering directory
2004 Jul 26
1
Building Windows Package
I am using R-1.9.1 with windows 2000 and trying to build a package.
However,
when I issue the command:
RCMD build --binary BSDA
I get:
>>> Building/Updating help pages for package 'BSDA'
Formats: chm
hhc: not found
cp: cannot stat `C:/R191/R191/JUNK/BSDA/chm/BSDA.chm': No such file or
direc
tory
make[1]: *** [chm-BSDA] Error 1
make: *** [pkg-BSDA] Error 2
***
2002 Jun 03
2
FW: oplock break on excel files using samba 2.2.4
I'm having the same kind of problem too. Links to other excel workbooks
are really breaking badly. One of them so bad that if I highlight the
file through a windows explorer view; it kills the window immediately.
I'm using RH 7.2 and Samba 2.2.4 -1
Please let me know if someone has some suggestions ....
So far I've tried:
veto oplock files = /*.mdb/*.MDB/*.ldb/*.LDB/*.xls/*.XLS
2007 Dec 30
1
Histogram with different colors for different portions
Dear Rusers,
I would like to color different sections of a histogram different colors.
I have an example that was done by "brute force" given below. Has anyone
implemented something like this in general? If not, any suggestions/pointers
on how to write a general function to do so would be most appreciated.
Alan-
2007 Jul 20
1
3.0.25b problem joining 3.0.23d domain..
Hi,
My PDC is running on 3.0.23d. I have more than 50+ users (Win XP ,
Linux) connected to it. Today I've downloaded 3.0.25b and wanted to add
to domain new server. For a while I was wondering if 3.0.25b can join to
elder 3.0.23d but gave it goal. This message I got during joining:
/opt/samba-3.0.25b/bin/net rpc join -U user1%pass1
Starting service: samba
[2007/07/20 13:02:35, 0]
2007 Aug 07
2
AW: Probs to "make" Samba-3.0.25b
Hello List,
is there really nobody out there who could give me a tip to solve the issue?
Thanks a lot.
Mit freundlichen Gr??en
Michael Kaiser
Business Unit IT-Services
Network Solutions
InfraServ GmbH & Co. Gendorf KG
Industriepark Werk GENDORF
> -----Urspr?ngliche Nachricht-----
> Von:
> samba-bounces+michael.kaiser=infraserv.gendorf.de@lists.samba.
> org
>
2002 Aug 29
1
samba-2.2.6pre2 snapshot available
FYI...
I've just posted a snapshot of the current SAMBA_2_2
source code (tagged release-2-2-6pre2). This includes
all of the post 2.2.5 printing fixes as well as fixing some
other bugs (such as VxFS quota support). Please test and
report back your experience.
There have been some updates to the Mandrake packaging
thanks to Buchan. We are not building RPMS or *debs
for this pre-release.
2003 Jan 26
2
SMTP - Allowing All, Logging Some
Here''s what I want to do ... (single interface config):
I want to allow incoming mail from the entire Internet. However,
I would like to write a log message for those SMTP connections
originating off-campus. Mail coming in from campus
(152.10.0.0/16) should arrive silently.
After trying to understand how I might do this by reading the
documentation, I was ready to
1999 Oct 19
1
dos.time?
Dear R users,
I just noticed that the function "dos.time" is no longer
included with
_
platform Windows
arch x86
os Win32
system x86, Win32
status Release
major 0
minor 65.1
year 1999
month October
day 07
language R
What if any is the difference between "system.time" and
2005 Apr 17
1
Creating packages with windows (accessing data)
Dear R List,
I have created a package (under Windows 2.0.1) with 300+ data sets and <20
or so functions I use in teaching. However, to access the data, one needs
to type data(foo) once the package has been installed and loaded. With
other packages namely MASS, after the package is installed and loaded with
library(MASS), it is possible to refer to a data set say Animals by simply
typing
2008 Feb 07
1
samba-3.0.25b-1.el4_6.4
I would appreciate any ideas on how to correct the problem that we are
having that is outlined below. Thanks for your help.
I have been running samba for a long time. Currently we are having
problems with it filling up /var/log/messages with
Feb 7 10:45:02 servername smbd[2157]: Can't become connected user!
Feb 7 10:45:02 servername smbd[2158]: [2008/02/07 10:45:02, 0] smbd/
2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Samba Team is proud to announce the release of Samba 2.2.7.
A security hole has been discovered in versions 2.2.2 through 2.2.6
of Samba that could potentially allow an attacker to gain root access
on the target machine. The word "potentially" is used because there
is no known exploit of this bug, and the Samba Team has not been able
2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Samba Team is proud to announce the release of Samba 2.2.7.
A security hole has been discovered in versions 2.2.2 through 2.2.6
of Samba that could potentially allow an attacker to gain root access
on the target machine. The word "potentially" is used because there
is no known exploit of this bug, and the Samba Team has not been able
2007 Jul 06
1
Samba 3.0.25b + Vista Printers
Hello there
I've just upgraded our Samba server to 3.0.25b and am still having
problems with Windows Vista clients accessing printers. XP/2000
clients continue to work fine - but Vista refuses to connect to Samba
printers that have drivers hosted on the Samba server.
To clarify, as part of the netlogon batch job, clients attempt to
connect to Samba-hosted printer shares, and if they