Displaying 20 results from an estimated 564 matches for "ocean".
2019 Sep 15
0
Migrating Samba NT4 Domain to Samba AD
...problem is:
there are not working dynamic updates in bind/internal_dns...
I setup the bind:
add to named.conf:
options {
....
?? tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab";
???? minimal-responses yes;
};
+
include "/var/lib/samba/bind-dns/named.conf";
and
oceanic:~# samba_upgradedns --dns-backend=BIND9_DLZ --verbose
Reading domain information
DNS accounts already exist
No zone file /var/lib/samba/bind-dns/dns/AD.WSISIZ.EDU.PL.zone
/sbin/samba_upgradedns:338: DeprecationWarning: The 'warn' method is
deprecated, use 'warning' instead
? log...
2019 Sep 15
3
Migrating Samba NT4 Domain to Samba AD
...t_path failed
> for service private, path /%H
>
> on console cd ~user works correctly
>
If this share is on the DC, then it really shouldn't be, using a DC as a
fileserver isn't recommended.
>
> 2. How to connect internal AD LDAP server?
>
> I tried with:
>
> oceanic:/etc/pki/ca-trust/extracted/pem# ldbsearch -H
> ldaps://oceanic.wsisiz.edu.pl
> search error - 00002020: Operation unavailable without authentication
>
I would have thought that was fairly obvious, you need to authenticate,
try this instead (as root):
kinit Administrator
Then:
ldbse...
2019 Sep 15
0
Migrating Samba NT4 Domain to Samba AD
...;
>>
>> Can you help me?
>>
>> (dns updates are needed e.g. for joining into this AD new samba
>> servers as domain members....)
>
> Try adding this to the DC smb.conf:
>
> dns update command = /usr/sbin/samba_dnsupdate --use-samba-tool
added: not helps
oceanic:/etc# samba_dnsupdate --use-samba-tool --verbose --all-names
--fail-immediately
IPs: ['2001:1a68:a::33', '213.135.44.33']
force update: A oceanic.ad.wsisiz.edu.pl 213.135.44.33
force update: AAAA oceanic.ad.wsisiz.edu.pl 2001:1a68:a::33
force update: NS ad.wsisiz.edu.pl oceanic.a...
2019 Sep 15
2
Migrating Samba NT4 Domain to Samba AD
...ning into this AD new samba
> servers as domain members....)
Try adding this to the DC smb.conf:
dns update command = /usr/sbin/samba_dnsupdate --use-samba-tool
>
>
>>> 2. How to connect internal AD LDAP server?
>>>
>>> I tried with:
>>>
>>> oceanic:/etc/pki/ca-trust/extracted/pem# ldbsearch -H
>>> ldaps://oceanic.wsisiz.edu.pl
>>> search error - 00002020: Operation unavailable without authentication
>>>
>> I would have thought that was fairly obvious, you need to
>> authenticate, try this instead (as...
2005 Sep 19
1
stale name lookup result
I am running a Samba 3.0.10 server on freeBSD and 3.0.10-Debian client. I
just had a perplexing problem.
The client is a laptop and moves about different samba networks. My home
computer's name (Unix hostname and samba name) is 'ocean'. When I'm at
home I run smbmount //ocean/mydir /mnt/samba/ocean/mydir -o <options>
Normally this is fine. I've been running the same script to do this for
about 2 years, without problems.
But this morning when I tried to connect it kept telling me
timeout connecting to NOT....
2003 Jan 14
2
2.4.21-pre3 - problems with ext3
Hello
Since 2.4.20, we have problems with ext3. Machine is 2xPentium III (1GHz),
2GB RAM, 1GB swap. RH 8.0 (glibc-2.3.1-21), gcc (GCC) 3.2 20020903
We have a lot of users:
oceanic:~# wc -l /etc/passwd
6694 /etc/passwd
connected via SAMBA (2.2.7) from 200-300 Windows-XX workstations
Partition with ext3 looks like this:
oceanic:~# mount |grep ext3
/dev/sdb5 on /home1 type ext3 (rw,nosuid,nodev,usrquota)
/dev/sdb6 on /home2 type ext3 (rw,nosuid,nodev,usrquota)
/dev/sdc5...
2019 Sep 19
2
Migrating Samba NT4 Domain to Samba AD
...siz.edu.pl
> ??????? server role = member server
> ??????? security = ads
> ?....
>
> ??????? winbind use default domain = Yes
>
> [admin]
>
> ?valid users = +laboratoria
> ?write list = +laboratoria
> ?force group = laboratoria
>
> i cannot connect:
>
> oceanic:~# smbclient \\oceanic\admins -U solarz
> Enter WSISIZ.EDU.PL\solarz's password:
> tree connect failed: NT_STATUS_NO_SUCH_GROUP
>
> BUT
>
> if i change "force group" to:
>
> ?force group = unix group\laboratoria
>
> it works! (prefix unix group is not d...
2008 Apr 29
1
generic question ==>> mapping Longhurst biogeochemical ocean provinces in R
*Hello all
**
I am a newbie to R plotting maps. I am trying to plot over a world map a
layer of Biogeochemical provinces (BGCP) by A.R. Longhurst. Each ocean
region unfortunately are quite irregular in shape (not perfect squares). In
GIS this layer of ocean provinces would be a layer of polygons, which I am
assuming it cannot be plotted with R.
I was wondering If anybody has encounter this problem before, to plot a GIS
layer of polygons into a map in R...
2008 Jun 20
1
World Ocean Database files
Has anyone written a script or function to read data from NODC?s World
Ocean Database files?
(I know there are simple Fortran and C programs to read these files, but
the output is not suitable for easy analysis)
Thanks, Franz
_____________________________________________________
Dr. Franz J. Mueter
School of Fisheries and Ocean Sciences, Juneau Center
University of Alas...
2011 Jul 11
1
GLS - Plotting Graphs with 95% conf interval
...ot sure how to
get them out as the predict function for gls does not appear to allow for
SE=TRUE argument.
Here is my code so far:
f1<-formula(MaxNASC40_50~hu3+flcmax+TidalFlag)
vf1Exp<-varExp(form=~hu3)
B1D<-gls(f1,correlation=corGaus(form=Lat~Lon, nugget=TRUE),weights=vf1Exp ,
data=ocean)
ochu3<-seq(from=2.9,to=4,length=120)
ocflc<-seq(from=0,to=0.8,length=120)
tidal1<-rep(c("1"),length=120)
mydata1<-data.frame(TidalFlag=factor(tidal1),hu3=ochu3,flcmax=ocflc)
lineNASC1<-predict(B1D,newdata=mydata1,type="response")
lineNASC1<-as.data.frame(lin...
2019 Sep 16
5
Migrating Samba NT4 Domain to Samba AD
On 16/09/2019 15:04, L.P.H. van Belle via samba wrote:
> Well it was worth checking.. We just dont know what you already checked..
>
> Then all i can say now is, or a different OS, or try Vincent's his packages.
> I see that is should support AD-DC, but I really dont know. I only do debian/ubuntu.
> At least it looks like it.
>
> (from :
2013 Apr 08
1
Computational Ecologist Job at NOAA in Silver Spring, MD -- Marine Wildlife Spatial Modeling in R
The NOAA National Centers for Coastal Ocean Science is hiring a
Computational Ecologist, a statistical/computational ecologist with
experience fitting advanced spatial models to marine wildlife survey
data (e.g., seabirds and marine mammal transects, fisheries trawl
surveys) in R and other statistical languages. This is a full-time,
lon...
2009 Oct 09
4
Satellite ocean color palette?
Dear List,
Is there a color palette avaliable similar to what is used in satellite ocean color imagery? I.e. a gradient with blue on one end and red on the other, with yellow in the middle? I have tried topo.colors(n) but that comes out more yellow on the end. I am looking for something similar to what is found on the CoastWatch web page:
http://oceanwatch.pifsc.noaa.gov/imagery/GA...
2001 Feb 19
1
Package installing
...ntation (and nothing else). Building the package
using R CMD build works fine and produces a pkg.tar.gz file. But if I try to install
it (R INSTALL pkg), R tries to build a shared library and gcc doesn't find the required
source files (well, there aren't any):
Installing source package `ocean' ...
libs
gcc -shared -o ocean.so -L/usr/local/lib
gcc: No input files
make: *** [ocean.so] Error 1
ERROR: Compilation failed for package `ocean'
What am I doing wrong??
Thanks in advance,
Hauke
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help...
2011 Mar 09
1
Dovecot 2.0 (2.0.11) na nfs quota
...ap(solarz): Debug: maildir++:
root=/home/staff/solarz/Maildir, index=, control=,
inbox=/var/spool/mail/solarz
Mar 9 09:36:06 dervish dovecot: imap(solarz): Debug: fs quota add
mailbox dir = /home/staff/solarz/Maildir
Mar 9 09:36:06 dervish dovecot: imap(solarz): Debug: fs quota block
device = oceanic:/home7
Mar 9 09:36:06 dervish dovecot: imap(solarz): Debug: fs quota mount
point = /home7
Mar 9 09:36:06 dervish dovecot: imap(solarz): Debug: fs quota mount
type = nfs
Mar 9 09:36:06 dervish dovecot: imap(solarz): Debug: trash: No trash
setting - plugin disabled
Mar 9 09:36:06 dervish dov...
2015 Aug 27
5
please block user
On 8/26/2015 5:09 PM, Always Learning wrote:
> Whoops. Lovehearts just arrived. They don't look like 'hearts' to me.
>
> Have complained to lovehearts.com owner = Swizzels Matlow Ltd, an
> English company.
its loverhearts.com, and they are also using heartslover.com for web
links. the first domain is registered to someone claiming to be in
Miami Florida, while the 2nd
2019 Sep 15
4
Migrating Samba NT4 Domain to Samba AD
On 15/09/2019 20:19, Bart?omiej Solarz-Nies?uchowski wrote:
>> What OS is this and what Samba packages did you install ?
>>
> [root at oceanic etc]# which ldbsearch
> /usr/bin/ldbsearch
> [root at oceanic etc]# rpm -qf /usr/bin/ldbsearch
> ldb-tools-1.5.5-1.fc30.x86_64
>
Is your DC Running Fedora ?
If so, then I am sorry, but I must advise you that running a Samba AD DC
on Fedora is experimental due to the use of MIT kerbe...
2019 Sep 19
0
Migrating Samba NT4 Domain to Samba AD
...al]
??????? workgroup = WSISIZ.EDU.PL
??????? realm = ad.wsisiz.edu.pl
??????? server role = member server
??????? security = ads
?....
??????? winbind use default domain = Yes
[admin]
?valid users = +laboratoria
?write list = +laboratoria
?force group = laboratoria
i cannot connect:
oceanic:~# smbclient \\oceanic\admins -U solarz
Enter WSISIZ.EDU.PL\solarz's password:
tree connect failed: NT_STATUS_NO_SUCH_GROUP
BUT
if i change "force group" to:
?force group = unix group\laboratoria
it works! (prefix unix group is not documented?)
Samba is at version:
Name??????...
2019 Sep 19
0
Migrating Samba NT4 Domain to Samba AD
...> ??????? security = ads
>> ?....
>>
>> ??????? winbind use default domain = Yes
>>
>> [admin]
>>
>> ?valid users = +laboratoria
>> ?write list = +laboratoria
>> ?force group = laboratoria
>>
>> i cannot connect:
>>
>> oceanic:~# smbclient \\oceanic\admins -U solarz
>> Enter WSISIZ.EDU.PL\solarz's password:
>> tree connect failed: NT_STATUS_NO_SUCH_GROUP
>>
>> BUT
>>
>> if i change "force group" to:
>>
>> ?force group = unix group\laboratoria
>>
>&g...
2019 Sep 16
3
Migrating Samba NT4 Domain to Samba AD
...for mask.wsisiz.edu.pl failed: ERROR_DNS_GSS_ERROR
> DNS update failed: NT_STATUS_UNSUCCESSFUL
>
> message looks not good BUT domain connection in fact works.....
>
> [root at mask ~]# wbinfo --ping-dc
> checking the NETLOGON for domain[WSISIZ.EDU.PL] dc connection to
> "oceanic.ad.wsisiz.edu.pl" succeeded
>
>
> So how can I drop DC "oceanic" and reconnect whole network to DC
> "themes"?
>
> (when I do it DC will be on server which has no shares (only netlogon
> + sysvol?))
If 'oceanic' was the first AD DC you crea...