Displaying 20 results from an estimated 2000 matches similar to: "MacOS X Rsync Server"
2016 Oct 03
1
How to Migrate Samba AD from one server to another
On Sun, 2 Oct 2016 22:01:32 -0600
"Paul R. Ganci via samba" <samba at lists.samba.org> wrote:
> 
> 
> On 10/02/2016 07:57 PM, Paul R. Ganci via samba wrote:
> >
> >
> > On 10/02/2016 06:15 PM, Paul R. Ganci via samba wrote:
> >> On 09/11/2016 10:38 AM, Paul R. Ganci via samba wrote:
> >>
> >>> On 09/11/2016 01:23 AM, Rowland
2019 Dec 22
4
Cannot remove old NS record
Hi All,
A while ago I replaced a Samba AD on old hardware with a another AD on 
newer hardware. Everything went smoothly including the demotion of the 
old AD. However after I did some cleanup DNS records and turned off the 
old hardware I noticed that there still was a NS record associated with 
the old AD. So I went to the wiki page 
https://wiki.samba.org/index.php/DNS_Administration and
2020 Jan 02
2
Cannot remove old NS record
Hai,  
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Paul 
> R. Ganci via samba
> Verzonden: woensdag 1 januari 2020 23:49
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Cannot remove old NS record
> 
> On 12/22/19 12:07 PM, Rowland penny via samba wrote:
> >>
> >> Are there any suggestions to
2020 Jan 01
2
Cannot remove old NS record
On 12/22/19 12:07 PM, Rowland penny via samba wrote:
>>
>> Are there any suggestions to to fix the problem?
>>
> Cached record somewhere ?
>
> You seem to have done everything correctly.
>
Okay I discovered that any changes to my DNS are not being seeing by 
bind.? So exploring the Wiki
2003 Feb 20
0
Fwd: fink rsync --daemon failure
Begin forwarded message:
From: Bill Bumgarner <bbum@codefab.com>
Date: Wed Feb 19, 2003  9:31:24  AM US/Eastern
To: "George D.Plymale" <george@SouthernOhioComputerServices.com>
Subject: Re: fink rsync --daemon failure
On Wednesday, Feb 19, 2003, at 08:14 US/Eastern, George D.Plymale wrote:
> It would seem that OS X does indeed have a problem zeroing
> the supplimental
2016 Oct 03
2
How to Migrate Samba AD from one server to another
On 10/02/2016 06:15 PM, Paul R. Ganci via samba wrote:
> On 09/11/2016 10:38 AM, Paul R. Ganci via samba wrote:
>
>> On 09/11/2016 01:23 AM, Rowland Penny via samba wrote:
>> Rowland, thanks for your reply. What you describe is pretty simple in 
>> principle. It is the details about which I am confused. There are 3 
>> aspects of a Samba 4 AD that have to be properly
2009 Nov 23
1
xrcise not working
Hi.  I''m back. Unfortunately I can''t get xrcise working.  Here is the
sample xrc file and the resulting error messages:
=============== TestWxFb.xrc =========================================
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
   
2018 Oct 11
3
macOS Mojave: setgroups(501) failed: Too many extra groups
Hello,
I have recently upgraded to macOS 10.14 (Mojave) and am running into an 
issue where one use can no longer log into dovecot via imap. Log shows
Oct 11 08:10:27 imap(hwr)<12659><YpC/0+133+EAAAAAAAAAAAAAAAAAAAAB>: 
Fatal: setgroups(501) failed: Too many extra groups
and indeed, the user is in 17 groups, which is more than NGROUPS_MAX 
(16).
Another user with << 16 groups
2009 Apr 13
3
Clamd and Amavis
I'm trying to get amavis  to play using clamd and tried to follow this:
# ### http://www.clamav.net/
['ClamAV-clamd',
   \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"],
   qr/\bOK$/, qr/\bFOUND$/,
   qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
# # NOTE: run clamd under the same user as amavisd, or run it under its own
# #   uid such as clamav, add
2013 Nov 22
1
Re: Help with Vrbr0
On Friday 22 November 2013 04:19 PM, Sherin A wrote:
> On Friday 22 November 2013 01:33 PM, Sherin A wrote:
>> On Friday 22 November 2013 01:24 PM, Gao feng wrote:
>>> On 11/22/2013 03:47 PM, Sherin A wrote:
>>>> Hello,
>>>>
>>>>   I am not able to see  vrbr0  in my  box. Can  some one help me 
>>>> with this ? . I am trying
2018 Oct 11
2
macOS Mojave: setgroups(501) failed: Too many extra groups
On Thu, Oct 11, 2018 at 09:51:34AM +0300, Aki Tuomi wrote:
> > Looking at the source, I see this is handled in
> > src/lib/restrict-access.c::fix_groups_list(),
> > where above the call to setgroups() a gid_list2 is constructed. I
> > wonder if one could
> > have a config option to prevent adding all those extra groups, which
> > then make the
> > call to
2001 Mar 27
1
username doesn't work
Hello.
I've got samba 2.0.6. My smb.conf file contains:
---------
[myhome]
        comment = My Home
        path = /home/myhome
        username = mary, jack
        read only = No
--------
When I run:    smbclient '//mycomputer/myhome'
and type valid password for mary or jack.
The answer is:
--------
Password:
session setup failed: ERRSRV - ERRbadpw (Bad password - name/password
2005 Oct 13
1
[LLVMdev] small bug in profile.pl?
I wanted to use to use profile.pl to know the execution
count of basic blocks. However, I was not successfull with
the following error message.
I am using the latest version from CVS repository.
Could somebody help me out?
Thanks.
--- Error Message I got ------------------------
linux$ profile.pl -block ccc.bc
Error opening
'/home/myhome/llvm/llvm-install/bin/../../Debug/lib/libprofile_rt\
2019 Oct 10
2
How to refer to my package from another package DESCRIPTION
Hello, I am developing some packages. Package1 requires Package2, both of which I developed:
Right now Package2 is installed properly here:
/myHome/libraries/Package2
Package1 needs Package2.  Package1 refers to Package2 both in the Roxygen @import field for one of the  functions, and also in the Imports section in the DESCRIPTION
However, when I do ?R CMD check Package1? I get:
* checking
1999 Oct 06
1
Syntax for mounting Samba shares under Linux?
I'm having a hell of a time mounting Samba shares under Linux.  Both
server and client are running kernel v 2.2.1x on otherwise RedHat v6.0
systems.
The machine running the Samba (v2.0.5a) server is working great. 
Directories and printers are easily accessable from Win98 and OS/2. 
It's Linux as a SMB *client* that is giving me problems.
I can easily mount shares from a command prompt
2009 Sep 17
5
"this" variables being overridden?
Hi
I encountered this problem a few times in the past, but only now it is 
consistent enough so I can write this email.  In short, the problem is 
that after I copy some structure from the profiled program to the dtrace 
space, and set a "this-dataP" variable to point to the local copy, after 
a while some of the fields of the local structure are overridden with 
junk values.  In
2006 Aug 08
9
Handling userland char ** pointers
I''ve been trying to get access to a userland string that''s behind a 
second level pointer using DTrace, but I can''t seem to get it to work.
I started with the example on the Team DTrace Tips and Tricks slides:
   trace(copyinstr(*(uintptr_t *)copyin(arg0, curpsinfo->pr_dmodel == 
PR_MODEL_ILP32 ? 4 : 8)));
And when I couldn''t get it to work, I started
2013 Nov 22
3
Re: Help with Vrbr0
On Friday 22 November 2013 01:24 PM, Gao feng wrote:
> On 11/22/2013 03:47 PM, Sherin A wrote:
>> Hello,
>>
>>   I am not able to see  vrbr0  in my  box. Can  some one help me with this ? . I am trying KVM+libvirt   and planing to use Routed mode. I hope this virbr0 must be up for using this .  I can give an
>> strace too.
>>
>> OS : Debian , kernel 3.12.0
2009 Jul 24
9
getting extra characters with printf(copyin(a, b))
Hi, 
I have a situation where a DTrace script is printing out extra characters, despite the copyin() call giving a specific length.  Can anyone think of why this might be?  It''s fine the first time all of the probes fire, but on a second run of my generating operations, I get junk in there.  For example:
set setop length 5, FOUND KEY, STORED
set setop length 5, FOUND KEY, STORED
get
2016 Sep 11
3
How to Migrate Samba AD from one server to another
On 09/11/2016 01:23 AM, Rowland Penny via samba wrote:
> On Sun, 11 Sep 2016 00:48:09 -0600
> "Paul R. Ganci via samba" <samba at lists.samba.org> wrote:
>> essentially do what I want? Basically clone the AD on another server.
>> Then is it as easy as joining the new server to the domain and then
>> demoting the old server? How do others do this task?
>