Displaying 20 results from an estimated 300 matches similar to: "migrating users over to Samba PDC...slowly"
2006 Jan 17
2
getting "diff" of directory trees
Given two directories "foo" and "fooprime", can I have rsync make a file
or directory "d", that contains the differences between these two
directories such that I can take d and apply it to foo to get fooprime,
or take fooprime and reverse-apply d to it to get foo?
I'm not sure that the --backup and --backup-dir options to rsync will
give me exactly what I want.
2005 Sep 21
2
Is Samba for me? (win2k sp4 pdc -> samba)
I have a Microsoft Windows 2000 SP4 PDC (AD backend) that I'd like to
replace with Samba.
The docs on samba.org are a bit confusing though, here is an excerpt
from Chapter 4, "Domain Controller Types":
Samba-3 servers can readily be converted to and from domain
controller roles through simple changes to the smb.conf file.
Samba-3 is capable of acting fully as a native
2002 Oct 30
1
upload to rsync server syntax problems
What I'm trying to do: upload files from my local machine to an rsync server
running on a remote host.
What I don't know: syntax on how to do this.
I initially set the conf file so that I could download from the remote
machine to my local machine, the syntax:
rsync -azv --delete rsync://user@remote.machine.com:12923:blah destdir
This worked fine. So then, I wanted to go the other
2011 Aug 19
1
Windows 7 issues with installing packages and setting library paths
Dear all,
I am forced to work in an environment without administrator rights.
When using R2.13.1 on Windows 7 (64-Bit), I found that I can?t install or update any packages due to missing writing permissions.
I managed to get full access to a directory on my C:\ drive now - but how do I specify that all libraries shall be installed into this directory?
In Rcmd_environ I have the following
2004 Jan 27
2
WinFS and Samba interoperability
Hi There,
Do any of the latest versions of Samba
interoperate with WinFS found in Microsoft future OS
called Longhorn ?
Thanks
Chris Kordish
Staff Engineer - Sun Microsystems
Competitive Strategy Group - CTO Office
781-442-2784
NOTICE: This email message is for the sole use of the intended recipient(s)
and may contain confidential and privileged information. Any unauthorized
review, use,
2018 Apr 19
0
Share authentication problem
Ok, please post of both servers the smb.conf and tell the samba versions.
You have a misconfiguration in these.
> WARNING: The "idmap gid" option is deprecated
> WARNING: The "idmap uid" option is deprecated
^^^^^^^^^^^^^^^^^^^^^^^^^^^
> "idmap gid"="10000-20000"
> "idmap uid"="10000-20000"
You need something like this
2008 Jul 17
2
Problems connecting to a NAS via Samba/Cifs Protokol
Hello!
I am very new to this list and don't have much time to first watch the
list for the next two weeks (or so), because my problem is urgent. So
please don't flame me if i am acting unusual ;-)
I come from Germany, so my english maybe wired sometimes, please be gentle
;-)
Ok, now to my problem:
I have a ubuntu linux hary heron with kde, so it'S actually an kubuntu. I
can recover
2018 Apr 19
0
Share authentication problem
On Thu, 19 Apr 2018 10:08:12 +0200
Sascha Wiechmann via samba <samba at lists.samba.org> wrote:
> Hi @ll !
>
> I am trying to set up a samba fileserver in SuSe 42.3 as domain
> member in a debian based Samba4 AD. The join seems to be ok, as I can
> get /wbinfo -u/ and /-g/, and /getent group/ and /passwd/.
> I can also list all browsable shares with /smbclient -L
2013 Apr 24
2
Sum up column values according to row id
Dear All,
here a problem I think many of you can solve in few minutes.
I have a dataframe which contains values of plot id, diameters, heigths and
basal area of trees, thus columns names are: id | dbh | h | g
head(ipso, n=10) id dbh h g
1 FPE0164 36 13.62 0.10178760
2 FPE0164 31 12.70 0.07547676
21 FPE1127 57 18.85 0.25517586
13 FPE1127 39 15.54 0.11945906
12 FPE1127
2006 Feb 03
0
Leaking audio and AGC/VAD
Hi,
The leakage problem you describe is very, very common and you will need
to do something to address it. I modified the version of Speex I use to
implement an adjustable max gain. If you look at speex_compute_agc in
preprocess.c, you will see:
if (agc_gain>200)
agc_gain = 200;
This max of 200 is usually more than enough to amplify leakage which
occurs either in the sound
2018 Apr 20
1
Share authentication problem
Hi Rowland,
Thank you very much for your help! The main problem was fixed today -
and i have to apologize for bothering sambalist because it was an
error40 (40cm in front of the PC). In my test enviroment, there was
still an old, non-existing SID on the domdata share, however - after
deleting the access permissions in Windows and adding new, everything
goes fine now. I answered your
2018 Apr 19
4
Share authentication problem
Hi @ll !
I am trying to set up a samba fileserver in SuSe 42.3 as domain member
in a debian based Samba4 AD. The join seems to be ok, as I can get
/wbinfo -u/ and /-g/, and /getent group/ and /passwd/.
I can also list all browsable shares with /smbclient -L \\SambaFS
-Uusername/, but when i add -k, I get following errors :
/SPNEGO(gse_krb5) creating NEG_TOKEN_INIT for cifs/Samba1 failed
2004 Jun 16
1
RxFax - Fast carrier training failed
I'm trying to send a fax to my asterisk box, however shortly after
connecting the fax machine reports a "communication error" and hangs up.
Below is the error I get from RxFax: Fast carrier training failed
Nothing is written to the file system as far as the tiff is concerned.
Any ideas on how to fix this? Thanks
----
Sending Fax Machine: HP PSC 2000 Series 2210
2009 Sep 24
1
Maximum likelihood estimation of parameters make no biological sense
R-help,
I'm trying to estimate some parameters using the Maximum Likehood method.
The model describes fish growth using a sigmoidal-type of curve:
fn_w <- function(params) {
Winf <- params[1]
k <- params[2]
t0 <- params[3]
b <- params[4]
sigma <- params[5]
what <- Winf * (1-exp(- k *(tt - t0)))^b
2016 Apr 08
0
Subject: tcl-tk error on Suse Linux R install
Dear R Forum,
I have R installed on a SUSE Linux server. The version of R is 3.2.4
Revised. I have been trying to install R commander on the server to provide
a GUI for code development, however when I come to install Rcmdr via
install.packages(?<package-name>?,repos=c(?
http://cran.revolutionanalytics.com?),dependencies=TRUE,type=?source?)
I have a series of non-zero exit status messages
2016 Apr 12
0
R integration with SAP-HANA and SQLScripting
Dear R forum,
I am seeking relevant material that discusses processes and methods of
incorporating R code into SAP-HANA. I would greatly appreciate links to any
relevant literature.
Background research on my part has only found the SAP-HANA R Integration
Guide, and several short examples. If the forum knows of any other sources
of information, this would be greatly appreciated.
Regards
Mike
2010 Apr 27
3
"ORA-12154: TNS:..." error after successful oracle connection
Hi,
After a few days of struggling, I was able to run this command
successfully.
ruby -r oci8 -e "OCI8.new(''xxx_dba'', ''xxx'', ''//xxxx:1521/
xxxxx.xxx.org'').exec(''SELECT 1 from dual'') {|r| puts r.join}"
I got "1.0" as output and I got my prompt back.
So, I went back to the RoR app that I am working on,
2004 Jul 01
1
SPA-2000, call for help testing echo issues...
In my hunt to track down my echo issues, I tried disabling all echo
cancellation, suppression, adaption, on my SPA-2000 (Advanced section of
the config, under Line 1/2). Then calling from one local extension to
another. (SPA-2000 Line1, to Line2 on the same device)
I was pretty shocked with the results, the echo was HORRIBLE! I even
tried 3 different analog phones.
Now, once I turned the echo
2004 Jul 10
0
Does the SPA-3000 get rid of echo that the X100P can't?
After trying everything under the sun to get rid of echo on my X100P,
I'm curious if anyone managed to solve the echo issues by switching to a
SPA-3000?
As well, if you have multiple SPA-3000's, can you create dial-out groups
similar to the Dial(ZAP/g1) functionality?
Thanks.
--
Mike Benoit <ipso@snappymail.ca>
2004 Aug 03
2
SPA-3000 as a regular Asterisk FXO device?
My SPA-3000 finally arrived and I'm trying to get the FXO port on it to
work as if it was a X100P card as far as Asterisk is concerned.
I have Asterisk dialing out over the SPA-3000 FXO port no problem.
The issue I'm having problems with is having the SPA-3000 automatically
forward all incoming PSTN calls to the Asterisk "mainmenu" context (or
ext I guess).
Currently the