Displaying 20 results from an estimated 2000 matches similar to: "Have anyone successful shrink smbd size"
2004 Mar 04
1
where is the pdb_mysql.so
i download samba3.02 source tar package from samba.org , do the below
steps on my freebsd5.2
#./configure --with-mysql-prefix=/usr/local/mysql
#....
#make
#....
#make install
#.....
after install, i add a user:
#pdbedit -a billy
then use the simple smb.conf
[global]
security=user
[tmp]
path=/tmp
guest ok=yes
everything is ok, i can access this samba server using windows client.
2004 Aug 13
1
a quetsion on charset
hi, all
I am a new user of wine. when i run it , the following messages are
printed.
fixme:nls:init_default_lcid charset GB18030 was not recognized;
what should i do to handle it ?
Thanks in advance.
_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/
2007 May 03
0
How to configure samba ntlmv2 ?
Hello:
Who knows how to configure samba3 to support ntlmV2, using ./configure
tools?
Thanks.
2007.04.28
_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer:
2006 Aug 31
1
problem with login
I set a samba server, and from the ubuntu or some other windows, I can
login to server to upload file without problem, but from several window XP,
when I login to samba server, the user name column can't input any words
just show guest.
how do I solve the problem.
many thanks
_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer:
2004 Jun 01
1
what does lp_log_file mean??
I have some problems when I read the code of the rsync.
There are many reference such as lp_log_file, lp_uid, lp_include_from,
etc. in the file clientserver.c and log.c . Who can tell what do they
mean? Are they functions? Where I can find the particular information
about them?
Thanks!
_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer:
2006 Jan 11
1
issues with security=domain
Hi Dear Samba Gurus,
We're planing to migrate the old samba server to a new samba server.
But the person who maintain old samba server have left, so we need to
figure out the configuration steps from the old config file. Now the things
that confused me now is the setting with "security=domain", the old samba
server config global sections are:
log level = 3
netbios
2013 Feb 02
1
Why replacement has length zero? And How can I fix it?
Hi
for the loop section runif needs curved brackets
Try
IAP <-NA
for (i in 1:Sample.Size){
if (DataSet$SES[i]>0) {
IAP[i] <- ifelse(runif(1)>0.75, 1, 0) # High SES, higher chance to be in
Treatment #
}
else {
IAP[i] <- ifelse(runif(1)<=0.25, 1, 0) # Low SES, lower chance to be in
Treatment #
}
} # End loop #
IAP
IAP
zjiaqi19880219 wrote
> Hi,
2003 Sep 25
2
can't read attachments using javamail with dovecot
Dear folks,
this might be a java-bug, but it seems to occur only when connecting to
dovecot-IMAP.
UW and Cyrus-ditto works, while when I try to read attachments (base64),
I get slapped in the face with this:
java.lang.NullPointerException
at com.sun.mail.iap.Response.parse(Response.java:99)
at com.sun.mail.iap.Response.<init>(Response.java:68)
at
2023 Oct 11
2
Problem with compatible library versions
There is a fairly straightforward way to load older versions
of packages, and that is to use the 'groundhog' package.
As the first sentence of https://groundhogr.com/ puts it:
Make your R scripts reproducible by replacing library(pkg)
with groundhog.library(pkg, date).
pkg can be a vector of package names or a single name.
On Wed, 11 Oct 2023 at 20:58, Uwe Ligges <ligges at
2017 Dec 11
3
wiki.centos.org .. what's next ?
On 11/12/17 10:22, Thibaut Perrin wrote:
> Hello Fabien,
>
> First, thank you for even trying for what seems to be an impossible task :(
>
> Quick points :?
> - if it was decided not to continue, what would happen to the current
> wiki ? Dismantled or would it remain as read-only for documentation
> purpose ?
> - What about Sphinx
2005 May 01
5
Example using Builder::XmlMarkup and .rxml files?
Greetings,
I''m a newby to both "R"s in RoR. I would like to use Builder::XmlMarkup
to generate my pages. If there is a working downloadable example
somewhere, that would probably be enough. Otherwise, here''s what
I want to do:
With the following controller:
class AccountsController < ApplicationController
layout ''accounts''
model :account
2005 Jun 28
2
the function of mle
Hi,
I am a user of R computer language.Several days ago,I download R-2.1.0.From
the help manual,I saw there is a function "mle" to find the maximum
likelihood estimators.But when I try to use this function,there is no this
function.Could you help me to solve this problem?
I am looking forward to your answer.
Thank you.
Jun Liu
2002 Apr 28
2
Image processing? Manipulating image data in R?
Hi!
I am looking for a R library by which i can load images (i found pixmap that
allows it to do).
But in addition i need methods to access the data, get them for example as an
array or matrix to do with this data some processing.
1. Is there a method in the pixmap library to access the matrix in which the
image data is stored.
2. Is there an alternative library running under MS Windows?
2005 Jun 23
2
quotient and remainder
hi netters
Is there a function in R that can compute the quotient and remainder of a
division calculation? such that when 11 is given as the dividend and 5
the divider, the function returns 2(quotient) and 1(remainder).
Thanks a lot!
_________________________________________________________________
伱佲伔佈佅伮佋佖 MSN Explorer: http://explorer.msn.com/lccn/
2004 Dec 30
1
Result of "net rpc user info" differents from "net ads user info"?
I have tried for several accounts (below is one of them),
"net ads" always reports less 1 item than "net rpc"? (The result of "net
rpc" is same with the AD's setting)
Any hints?
Thanks in advance.
Iap
----------------------------------------------------------------------------
---------------------
# net rpc user info rdadmin -Uusername%password -S2003ad
2007 Jul 05
6
how to change guest OS kernel version from xen
hello, every one,
My guest os''s kernel version is suse10''s kernel-2.6.13.4-xen.
Now, I want to change kernel version to kernel-2.6.13.4-smp.
what should I do? Need I modify vm machine configue ?
thanks a lot.
Kathy
_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn
2004 Oct 12
1
Ext3 used in server -- Thanks
i want to use Ext3 as journal file system in a server, and there are
several requirements:
1,the largest file should be no smaller than 1TB
2,the largest file syetem should be no smaller than 4TB
3,the max file name should be no less than 255 bytes
does Ext3 fix it? or how could i do to solve this requirements?
Thanks for your patience and expertise!
2013 Jan 04
1
Samba 4.1.0pre1 and problem from creating home users dir from command line
Hi all;
I successfully run samba 4 as DC. Joining win7 into it working, mobile
profiles also. I used this tutorial:
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
Because in my domain I will use few hundred acccounts I want to automate
account creating in my domain.
I would like to do that via bash script from linux side.
I tried to create account via command:
./samba-tool user create demo8
2005 Jun 23
1
CIFS & Gigabit Eth - 35MB/sec limit
Hi honorable people!
In self-education purposes only, I would like to ask is 35 Mbytes/sec
bandwidth limitation of SMB/CIFS in Gigabit applications?
I've try read large file (45GB) from server to client's dev/nul and don't
get bandwidth greater than specified...
But, using FTP or NFS I get REAL stable read speed at 80 MB/sec!
Same picture in synthetic TCP tests.
Why while SMB in
2005 May 04
2
exop vs md5
WHat is the significance to Samba of pam_password exop vs pam_password md5 in ldap.conf?
The reason I ask is that, wherever possible, I prefer to use the vendor supplied tools for
manipulating config files. With Fedora 3 it's system-config-authentication and it doesn't
give you the option of exop. You either enable MD5, which puts pam_password md5 in ldap.conf,
or disable it, which puts