Displaying 20 results from an estimated 100 matches similar to: "Samba 3 multible deamons running"
2003 Nov 25
1
Exclude files bigger than X
Hello List!
I want to rsync a few homedirectories which also contain big *.tar or *.bin
files.
Does rsync have a option where it will NOT transfer files which are bigger
than X MB/GB.
I did have a look in man rsync, but could not really find what i am lookig
for.
If rsync does not have that feature, is there a workaround?
Cheers, Mario
--
GMX Weihnachts-Special: Seychellen-Traumreise zu
2003 Nov 18
1
How to return a big treelike list from .Call Interface (protect stack overflow)
I try to create a big treelike list structure using the RDefines/RInternal
macros. The tree carries information at each node (attribute list) and at each
leaf (vector).
My understanding is that for each node I add to the binary tree I have to
call
PROTECT(newnode = NEW_LIST(2));
and cannot UNPROTECT before I return the whole tree. Same story for node
attributes and leaf vectors. However, this
2006 Oct 28
2
LSUB and namespaces - how to get rid of multible prefixes
I'm using dovecot 1.0.rc7 and Squirrelmain 1.4.8 using IMAP on a Debian
3.1 Testing system, and I'm having a problem.
When Squirrelmail (or other IMAP clients) submits an LSUB "" "*%",
dovecot responds with:
Request:
A004 LSUB "" "*%"
Response:
* LSUB () "/" "INBOX.Sent"
* LSUB () "/" "INBOX.Trash"
*
2012 Oct 16
2
unique
Hello everybody,
I've got a problem concerning the function unique. I have got a
data.frame "shopdata" with 1000 shop which were evaluated at different
points in time.
With function subset I chose those shops with more then 10 employee and
store it in data.frame "bigshopdata" with 700 shops.
bigshopdata=subset(shopdata, shopdata$employee>10)
Now I use
2004 May 22
1
Failure while compiling
Hi guys!
I just try to compile Asterisk with "make all" and get the following
lines multible times:
cli.c:31:19: build.h: No such file or directory
dlfcn.c:40:25: mach-o/dyld.h: No such file or directory
dlfcn.c:41:26: mach-o/nlist.h: No such file or directory
dlfcn.c:42:28: mach-o/getsect.h: No such file or directory
Can someone tell me what's exactly missing?
2003 Sep 08
1
Trouble with SAMBA Deamons
Hello guys:
Im having trouble with my SAMBA server ver. 2.2.8a, the issue that i
have is: this server is presenting shutdowns of the samba deamons (smbd and
nmbd), in the earlier version i putted this lines in the inetd.conf file
netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd ?D
netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd ?D
swat stream
2003 Feb 12
3
duplicated file removal: call for comment
This is a call for comments, regarding what you do expect when copying
multible source tree roots leading to the same directory root, using
rsync.
This problem may be discussed now, because in versions before
rsync-2.5.6, the algorithm for removing the so called "duplicated files"
was broken.
That's why we expect nobody used it anyway in earlier versions - but who
knows..
Example:
2002 Feb 19
1
rsync bug in clean_flist() while removing duplicted names
hello,
i use rsync as a major backend for our automatic debian GNU/linux
workstation synchronisation project at the Free University of Berlin /
Computer Science.
my concept is, that rsync gets the class, group and machine-specific
root-trees as argument, and it's up to him to find and automaticaly
remove duplicated files on the basis of the priority (which is actually
the argument list).
2007 Dec 17
0
stand alone winbind deamon services via apis
Hello,
When I mount a cifs share from Windows server onto a linux client, all
I am interested in is sid to uid and gid and vice versa mapping.
Can I accomplish that using just windbind and not samba server and
nmbd i.e. have a windbind.conf file with the pertinent stanza!
Say I just give the Windows share server name/ip address and sid to
winbind deamon via one of its existing APIs, can it
2004 Mar 22
0
Help need unable to start smbd deamon
Hi All...
While trying to start the smbd i am getting the following error message.
[2004/03/22 15:01:23, 0] lib/util_sock.c:open_socket_in(666)
bind failed on port 139 socket_addr = 0.0.0.0.
Error = Address already in use
I checked in /etc/services... Nothing is using on port # 139
Please let me know if any one has seen similar kind of problem.
Thanks
2017 Sep 17
2
georeplication sync deamon
hi all,
I want to know some more detail about glusterfs georeplication, more about
syncdeamon, if 'file A' was mirorred in slave volume , a change happen to
'file A', then how the syncdeamon act?
1. transfer the whole 'file A' to slave
2. transfer the changes of file A to slave
thx lot
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 29
1
Add bwlimit to SSH Single Use Deamon
Hello List.
is there any way to add an bwlimit to an SSH Singel USe Deamon?
My cutomer want to use ssh and i want to set an Bandwith limit.
As long that bwlimit is not an rsyncd.conf option i see no way to add ist
for ssh connections.
I am using debian Lenny with rsync 3.0.3
Thnaks,
Mark
--
Mark Eisenbl?tter
Gei?end?rfer & Leschinsky GmbH
www.gl-systemhaus.de
-------------- next part
2012 Dec 14
0
[Bug 9502] New: Deamon deadlock at stop (SIGINT caught)
https://bugzilla.samba.org/show_bug.cgi?id=9502
Summary: Deamon deadlock at stop (SIGINT caught)
Product: rsync
Version: 3.0.7
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jurij at ocslab.com
2001 Oct 25
0
Winbindd as deamon or in debug mode is a BIG difference ?!?
Hello Folks,
i discovered the following...
i do as root:
root:# cd /usr/local/samba/bin
root:# ./winbindd
root:# ./wbinfo -u
......error looking up domain users.....
if i do as root:
root:# cd /usr/local/samba/bin
root:# ./winbindd -d 5 -i
root:# ./wbinfo -u
...i get the complete list!!....
but i want to use the Winbindd as deamon in the background...
What should i do??
has somebody a idea and
2014 May 16
2
Re: [PATCH] generator: c.ml - wrap non deamon function with recursive mutex
On Thu, May 15, 2014 at 05:39:08PM +0200, mzatko@redhat.com wrote:
> +
> + pr "gl_recursive_lock_define_initialized(static, global_lock)\n";
static?
I suspect this only allows one libguestfs handle per process into the
critical section at once. I think the lock needs to be per-handle
unless I'm misunderstanding what this is for.
Rich.
> + pr "\n";
> +
2002 Jul 01
1
deamon error message
Hi,
I have installed tinc-1.0pre7-1.i386.rpm in redhat 7.2, followed the documentation. While running daemon, its giving following error message
Jul 1 15:06:18 localhost modprobe: modprobe: Can't locate module char-major-36
Jul 1 15:06:18 localhost tinc.percipia[1292]: Could not open /dev/misc/net/tun: Nos uch device
==================
/etc/modules.conf
alias char-major-10-200 tun
2010 Aug 11
4
Asterisk 1.8 beta3 - Unable to stop/start/restart deamon
Hi all,
using Asterisk 1.8 beta3 installed from scratch I am not able to stop/start/restart Asterisk deamon with
/etc/init.d/asterisk stop|start|restart
It just happens nothing, no warnings, errors etc.
I am running Debian Lenny.
Any ideas what is wrong?
Thanks,
Oliver
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Jun 09
2
Gluster deamon fails to start
This is in relation to bringing up a new oVirt environment.
When I was bringing up oVirt (Hosted-Engine), I had the Glusterd service stopped, since the server (I have its name as GSAoV07) was initially only going to be used to host the oVirt engine as a hypervisor (it will have Gluster volumes in the near future). I have three other servers I am using for storage. One of those three is also going
2017 Jun 12
0
Gluster deamon fails to start
On Mon, 12 Jun 2017 at 17:40, Langley, Robert <Robert.Langley at ventura.org>
wrote:
> Thank you for your response. There has been no change of IP addresses. And
> I have tried restarting the glusterd service multiple times.
> I am using fully qualified names with a DNS server that has forward and
> reverse setup.
> Something I had noticed is that, with oVirt, communication
2009 Jul 23
1
tcp deamon and remote connection
Hi,
I'm trying to use xapian from php script with TCP daemon.
I started TCP daemon: xapian-tcpsrv --port 5050 --writable /path-to-db
When I trying to get access to it within my php-script with
remote_open_writable("localhost", 5050) or remote_open("localhost",
5050) apache fails with signal 11:
dev kernel: pid 35923 (httpd), uid 80: exited on signal 11
TCP demon also