Displaying 20 results from an estimated 10000 matches similar to: "Centos 6 Samba 4 specific question"
2008 Sep 22
5
RAID / OS Monitoring tools ?
Hi List;
I just got a new server (my first **real** server).
It's a dell 2900 :
quad core XEON (with a spare slot for a 2nd quad core chip)
8G memory (expandable to 64G)
8 hot swap SATA HD slots onboard
PERC6i RAID controller
etc
I initially setup the system / RAID as follows:
1) booted off the dell setup CD
2) walked through the RAID setup and formatted the drives
3) the setup bombed
2010 Oct 25
2
smbstatus questions
Hello list,
I'm running a samba 3.5.3 CTDB cluster, found the output is different
Q1: What does the "0:" mean in pid column? There was no such stuff in
non-CTDB smbstatus output.
<snip>
samba_01:~ # smbstatus -S 2>/dev/null
Service pid machine Connected at
-------------------------------------------------------
ben 0:21363 samba Mon Oct
2018 Feb 23
2
smbcontrol reload & close-share not working like previous version
Hello.
I just upgrade my kernel, smbd and changed my smb.conf. (4.14.12-1-Arch" to
"4.14.19-1-lts") "samba 4.7.4-1"
But now, "reload smbd" and "close-share" can not drop connected users to
share. Because of that I have to restart smbd service for destroy a share
right now.
But it was working previous version and I don't know what is wrong right
2007 Mar 26
5
Performance problem with CentOs 4.4 Samba
Hello
I experience performance problem with CentOs 4.4 Samba 3.0
Reading files from Samba (1 client WinXP) is 3 times slower than writing
to samba.
What should I look at?
OS je CentOS 4.4 (RHEL 4 U4)
# smbd --version
Version 3.0.10-1.4E.11
CFG
==================================================================
# cat /etc/samba/smb.conf
[global]
workgroup = GROUP
netbios name = SERVER
server
2004 Feb 26
2
Trouble with install, still
I've tried building it on a server that I know has pretty much every
library possible for a program to need, but I'm still not getting a
good samba install.
I'm on white-dwarf linux (kernel 2.4.25), gcc 3.3.2, Samba 3.0.2a
White-dwarf is home-grown, very much like slackware.
When I configure and make and make install, I don't get any errors, but
I when I look for some files
2013 Nov 01
2
samba-tool question
Greetings,
I compile samba 4.0.9 and 4.1.0 on a computer with these:-
--cpu -amd64 3 cres
--os blfs linux 64 bit gcc-4.8.1 linux-3.10.17 glibc-2.17
I have followed the samba4 wikis where most refer to a samna-tool (am
adminstrative tool I presumed in the ~/bin (or ~/sbin) directory of the
samba4 install prefix. I did an ls for in the bin and sbin directories of
the samba4
2007 Mar 16
1
CentOS samba MS Word corruption
We're using CentOS samba for about 20 workstations, mostly XP, some 2000 and
two win98. Samba shares a data directory with Word, Excel and Access
documents/db's. Also Exact for Dos is running from this share (executable and
data).
The users experience a long delay every morning opening the first Word
document (Word 97, Word 2000). This could take 10 minutes or so. If they
close
2003 Oct 17
2
samba-3.0.0/source/ 1GB+ after compiling
Hello,
I am running solaris 7 on a sparcstation 5. We want to test out the pdc
capablities on this test machine before we deploy this on our network. I
installed gcc version 3.2.2. untared the source and did
./configure ; make
everything seemed to go fine, but the source dir is over a gig in size
now. I did "make install", and ran out of disk space. this is what it was
trying
2020 Aug 03
1
Statically build smbd and smbstatus
Hi Team,
While building smbd and smbstatus statically I am getting below error
(using make).
*ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of
target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist']*
*Environment Details:*
Machine: Ubuntu 18.04
Samba Version: 4.11.6
*My Makefile excerpt:*
./configure --with-logfilebase=/var/log \
2009 Jan 06
2
smbcontrol smbd ping also answered by nmbd and winbindd
Hello,
with samba-3.0.x an "smbcontrol smbd ping" was answered by all running
smbd processes. With samba-3.2.x it is now *also* answered by nmbd and
winbindd:
[root@cs00 ~]# smbcontrol -V
Version 3.2.5
[root@cs00 ~]# for i in `smbcontrol -t 1 winbindd ping | grep PONG | awk
'{ print $4}'` ; do pstree -p | grep $i ; done
winbindd(29908) - winbindd(29909)
[root@cs00 ~]#
2018 Jun 21
2
hosts allow option is not applaying without restart smbd
On Thu, 21 Jun 2018 09:54:06 +0200
john doe via samba <samba at lists.samba.org> wrote:
> Bottom posting
>
> On 6/21/2018 9:38 AM, adam_xu--- via samba wrote:
> > Hi, Rowland, I have the same issue too. I can't find any useful
> > info after I ran 'man smbcontrol', could you give us a clearer
> > answer. Thanks.
> >
> >
> >
>
2010 May 10
7
Samba memoeur usage and IPC$
Hi all,
I have a question about memory usage and IPC$ share.
I'am auditing the swap usage of my server because I already have a problem
with a full swap.
I see that the smbd process take < 200Mo on swap :
Example :
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24429 lge 15 0 197m 39m 14m S 0.3 1.0 0:15.17 smbd
but some process use more than 200Mo
2004 Sep 24
1
Compile from source FAILED - Mandrake 7.2
Mates,
The saga continues, but THANK GOD 'make revert' WORKS. Here is my
problem. I am trying to compile 3.0.7 from source and install it on my
Mandrake 7.2 box. The gcc compiler is 2.95.3. Here is what I have done:
[stop samba]
# ./configure --prefix=/usr --with-smbmount
# make
# make install
# /etc/rc.d/init.d/smb start
Here is what I get:
[root@Nemesis david]# tail
2018 Jun 21
3
hosts allow option is not applaying without restart smbd
On Thu, 21 Jun 2018 19:17:14 +0700
Vladimir Eltsov via samba <samba at lists.samba.org> wrote:
> Hello.
>
> I have read man smbcontrol.
>
> I wrote in start message:
>
> > I have tried:
> > systemctl reload smbd.service
> > killall -1 smbd
> > pkill -HUP smbd
Forget 'systemctl reload'
Forget 'killall'
Forget 'pkill'
>
2020 May 25
1
log.samba missing rotation
Can you try this and adjust the path's in it.
#/etc/logrotate.d/samba
/var/log/samba/log.smbd {
weekly
missingok
rotate 7
postrotate
[ ! -x /usr/bin/smbcontrol ] || [ ! -f /run/samba/smbd.pid ] || /usr/bin/smbcontrol smbd reload-config
endscript
compress
delaycompress
notifempty
}
/var/log/samba/log.nmbd {
2011 Sep 09
3
After a few time lost access to the Samba server (server samba - a member of the AD Win2k3)
Hello!
For a long time struggling with the problem with SAMBA, is I would
appreciate your help!
Problem:
After some time working with files on the file server unexpectedly lost
access to that server. When you try to access the server using windows
explorer - a window of login / password. When you enter a correct username
/ password - again the same window with the introduction of a login
2018 Jun 21
2
hosts allow option is not applaying without restart smbd
Hi, Rowland, I have the same issue too. I can't find any useful info after I ran 'man smbcontrol', could you give us a clearer answer. Thanks.
Yours Adam
From: Rowland Penny via samba
Date: 2018-06-20 17:40
To: samba
Subject: Re: [Samba] hosts allow option is not applaying without restart smbd
On Wed, 20 Jun 2018 16:22:36 +0700
Vladimir Eltsov via samba <samba at
2006 Jan 06
3
Debug peer
Is it possible to debug selected client only? because enabling debug
globaly on production machine will fill up log directory within minutes.
posibly something like:
debug peer = ip_address_of_client
2015 Sep 08
2
Please Help!!! smbcontrol close-share
Hello to everybody in the list.
I want to close a samba share using a command that can be executed when
i need it or scheduled with at/cron.
I found that 'smbcontrol close-share' command supposed to do that, but
when i try to run command it doesn't work.
sudo smbcontrol smbd close-share My_Share
It returns the following:
Ignoring unknown parameter "use
2004 Jun 15
8
a better smbstatus for monitoring samba ?
Hello,
does anyone know if there is a tool in existence that can monitor samba shares like smbstatus
but is much more advanced (and runs in console) , I mean a tool that has menues, some search
options, and things sorted out nice. A Samba realtime monitor would be the best thing with lots
of details and lots of options.
I tried Swat, but that aint really a solution to watch who is connected