Displaying 20 results from an estimated 400 matches similar to: "Not able to access CIFS share using samba"
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
I want to call rsync from java webserver in Linux.
situation as below:
source directory:
001.doc
002.doc
/D01/001.doc
/D01/002.doc
/D01/D11/001.doc
/D02/001.doc
destination directory:
001.doc
003.doc
004.doc
/D01/001.doc
/D01/003.doc
/D01/004.doc
/D01/D11/003.doc
/D02/003.doc
now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works:
rsync -avzu
2007 Mar 27
2
network redundancy via two nics, two routers?
Hi List,
I'm trying to configure two switches to provide redundancy (i.e. in
case one switch goes down), and am wondering if there is a standard
way to configure a CentOS box to use different gateways in a bonded
interface, depending upon which physical nic is being used?
A bit more detail might help answer the "And why do you want to do
that?" questions...
- Switch 1,
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
[Sat Sep 09 15:09:09] [root at D01~/.bin$]net ads join -U administrator
Password for [HOME\administrator]:
get_kdc_ip_string: get_kdc_list (site-less) fail NT_STATUS_NO_LOGON_SERVERS
kerberos_kinit_password administrator at HOME.ROB-CAMPBELL.LAN failed: Cannot
contact any KDC for requested realm
kerberos_kinit_password D01$@HOME.ROB-CAMPBELL.LAN failed: Cannot contact
any KDC for requested realm
2003 Jul 15
2
Undefined subroutine &R::Rdconv::fill (PR#3485)
Full_Name: michael klinglemsith
Version: R-1.7.1
OS: linux
Submission from: (NULL) (134.134.136.4)
I run: (note: ] is my unix prompt)
]./configure
It seems to work, here are the messages I get from the end of configure:
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -D__NO_MATH_INLINES
2009 Jul 07
1
R2WinBUGS under Linux/WINE fails
Hi,
I'm running wine-1.0.1, OpenBUGS 3.0.3, R 2.9.0, and R2WinBUGS on a Redhat
Enterprise Linux machine.
Following various peoples' suggestions...
This works perfectly (yay!): wine Z:/opt/OpenBUGS/winbugs.exe
Within R, however, I get this:
(setup the example from ?bugs, then....)
R> schools.sim <- bugs(data, inits, parameters, model.file, n.chains=3,
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
> Why can it not find a DC ? Is there a firewall or similar running ?
>
I have opened the firewall on the DC. Which ports do I need to open on the
DM? Apparently I have nothing opened on the DM but I opened the required
ports according to
https://wiki.samba.org/index.php/Samba_Domain_Member_Port_Usage.
[Sat Sep 09 13:56:22] [root at D01~/.bin$]./check_smb.sh
148779 pts/1 S+ 0:00
2013 May 24
0
zpool resource fails with incorrect error
I''m working to expand / develop on the zpool built-in type, but the zpool
command is failing and Puppet''s returned stderr is not what I get if I
copy/paste the command given by the debug output.
# cat /etc/puppet/manifests/zpool_raidz2.pp
zpool { ''tank'':
ensure => present,
raidz => [ ''d01 d02 d03 d04'', ''d05 d06
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
On Sat, 9 Sep 2023 15:11:20 -0400
Rob Campbell via samba <samba at lists.samba.org> wrote:
> [Sat Sep 09 15:09:09] [root at D01~/.bin$]net ads join -U administrator
> Password for [HOME\administrator]:
> get_kdc_ip_string: get_kdc_list (site-less) fail
> NT_STATUS_NO_LOGON_SERVERS kerberos_kinit_password
> administrator at HOME.ROB-CAMPBELL.LAN failed: Cannot contact any KDC
2007 Oct 02
2
plot question
Hello,
I have a question about how to plot a series of data. The folloqing is my
data matrix of n
> n
25p 5p 2.5p 0.5p
16B-E06.g 45379 4383 5123 45
16B-E06.g 45138 4028 6249 52
16B-E06.g 48457 4267 5470 54
16B-E06.g 47740 4676 6769 48
37B-B02.g 42860 6152 19276 72
35B-A02.g 48325 12863 38274 143
35B-A02.g 48410 12806 39013 175
35B-A02.g 48417 9057 40923
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
>
> It looks like DNS is failing, does /etc/resolv.conf look like this:
>
> search home.rob-campbell.lan
> nameserver A.DC.IPADDRESS
>
This is what it looks like in this order (if that matters)
nameserver 10.0.0.10
nameserver 10.0.0.1
search HOME.ROB-CAMPBELL.LAN
>
> While you are checking, does /etc/hosts contain a line like this:
>
> computers_ip computers FQDN
2005 May 18
0
Samba 3 dms doesn't allow access through interdomain trust
Hello everyone!
I have a little problem:
HRH = trusted domain (Samba 3)
Hendricks = trusting domain (NT4 sp6a)
Trusts are setup between the NT4 and Samba3 + OpenLDAP domain and
appear to be working properly.
When logged into the HRH domain on a W2k workstation I can view,read,
and write on available
shares for HRH groups and users on our Windows file servers. Whenever
I try to see available
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
Did you turn off the Firewall ?
- I did turn it off on both.
It looks like something is getting in the way, either that or something
is set up incorrectly.
I know you said that you are using Debian, but what version and what
version of Samba ?
- Debian 12. Samba = 4.17.10-Debian
Are you using Bind9 on the DC or the internal dns server ?
- I am using internal dns server but I did install bind9
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
On Sat, 9 Sep 2023 11:29:53 -0400
Rob Campbell via samba <samba at lists.samba.org> wrote:
> >
> > It looks like DNS is failing, does /etc/resolv.conf look like this:
> >
> > search home.rob-campbell.lan
> > nameserver A.DC.IPADDRESS
> >
>
> This is what it looks like in this order (if that matters)
> nameserver 10.0.0.10
> nameserver
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
On Sat, 9 Sep 2023 14:01:34 -0400
Rob Campbell via samba <samba at lists.samba.org> wrote:
> > Why can it not find a DC ? Is there a firewall or similar running ?
> >
>
> I have opened the firewall on the DC. Which ports do I need to open
> on the DM? Apparently I have nothing opened on the DM but I opened
> the required ports according to
>
2018 Jan 03
3
SSHD and PAM
On Wed, 2018-01-03 at 13:50 +0530, Sudarshan Soma wrote:
> HI, I do see some refernce on it: but seems not closed
> https://marc.info/?l=secure-shell&m=115513863409952&w=2
>
> http://bugzilla.mindrot.org/show_bug.cgi?id=1215
>
>
> Is this patch available in latest versions, 7.6?
No. It never was.
The SSSD is using NSS (Name Service Switch) [1] way of getting
2013 Jan 29
2
Netcdf and Raster Package Questions, Need .asc File for GIS
Hello R-Group,
I am new working with netcdf files and the raster package in R.I am
trying to read in a netcdf file using the package "ncdf".I am able to
get the lat, lon and parameter I need and can plot using
fill.contour.Ultimately, I am trying to create a .asc file to reafd into
GIS.I am using the package "raster" to read the parameter.When I read in
with
2009 Oct 03
1
Why do I have the error message?
Dear R lists,
I ran Winbugs under R. I could get the results, but I kept getting the error messages:
Error in file(con, "wb") : cannot open the connection
In addition: Warning messages:
1: In file.create(to[okay]) :
cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason
2012 Feb 07
1
R2WinBUGS error message
Hi!
I am new to BUGS and running BUGS from R. I am trying to run a regression
model from R, however I have this error message:
Error in file(con, "wb") : cannot open the connection In addition: Warning
messages:
1: In file.create(to[okay]) : cannot create file 'c:/Program
Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason 'Permission denied'
2: In file(con,
2012 Jul 09
1
R to winbugs interface
Hello everyone,
I need some help regarding calling WinBUGS from R. I
have a model for WinBUGS and an R code which calls WinBUGS. On running the
code I am being shown the error message :
Error in file(con, "wb") : cannot open the connection
In addition: Warning messages:
1: In file.create(to[okay]) :
cannot create file 'c:/Program
2009 Oct 03
3
Winbugs under R's error message
Dear R lists,
I ran Winbugs under R. I could get the results, but I kept getting the error messages:
Error in file(con, "wb") : cannot open the connection
In addition: Warning messages:
1: In file.create(to[okay]) :
cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason