Displaying 20 results from an estimated 22 matches for "unne".
Did you mean:
anne
2017 Jun 07
4
domain join RODC failed
Hello,
I try to test joining new RODC (samba-tool domain join unn.global RODC
-U Administrator -d5) and it's fail with message:
Could not find machine account in secrets database: Failed to fetch
machine account password for UNN from both secrets.ldb (Could not find
entry to match filter: '(&(flatname=UNN)(objectclass=primaryDomain))'
base: 'cn=Primary Domains': No
2017 Oct 23
2
samba 4.7.0 replication errors
Hallo,
I encountered a similar problem.
I created a test environment with two domain controllers (copy from a
working environment). I tried to join a read-only domain controller.
Unsuccessfully. Samba-tool fell with a error:
....
added interface ens192 ip=192.168.59.5 bcast=192.168.59.255
netmask=255.255.255.0
resolve_lmhosts: Attempting lmhosts lookup for name dcg2.unn.global<0x20>
2017 Jun 08
0
domain join RODC failed
*Resend to the list*
Hi,
i had the same problem.
The Solution was to check the permissions on NC for Enterprise Read-only domain controllers group.
Here some additional information: https://support.microsoft.com/en-us/help/2022387/troubleshooting-ad-replication-error-8453-replication-access-was-denied. Look at "Fix Invalid Default Security Descriptors"
Andrej
-----Ursprüngliche
2017 Sep 29
4
samba 4.7.0 replication errors
Hallo,
we have 5 ADDCs. All of them did run with sernet-samba 4.6.7.
I updated 4 of them to sernet-samba 4.7.0, one after the other, checked replication, everything seemed to be ok.
One day later a colleague wanted to delete a lot of users with a powershell-script and since then the
replication doesnt work anymore. (Im sure the script is not the problem, but it seemes like it triggered something)
2024 Feb 04
2
Help
Here is the script I used to plot the graph indicating the text I wanted to
insert. The line in the script that I have issues with is: text(-8,-8,
"R^2= 0.62", r = 0.79, N = 161", cex = 2
R^2= 0.62 is not producing R squared = 0.62.
Thanks.
Sys.setenv( TZ="GMT" )
dt <- read.table("CLMXAPTY_sim", col.names = c("FDcli", "FDapt"))
2024 Feb 05
1
Help
Hi,
the command line with 'text' should be:
text(-8,-8, expression(R^2 * " = 0.62, r = 0.79, N = 161"), cex = 2 )
Best,
Kimmo
su, 2024-02-04 kello 17:16 +0100, Jibrin Alhassan kirjoitti:
> Here is the script I used to plot the graph indicating the text I
> wanted to
> insert. The line in the script that I have issues with is: text(-8,-
> 8,
> "R^2=?
2024 Feb 04
1
Help
Hi Elo,
It gave this error message:
CR_plot2.R:14:37: unexpected string constant
13: plot(FDapt,FDcli, pch = 16, cex.lab = 1.6, cex.axis = 1.4, cex.main =
0.8, font.lab = 1.7, font.axis = 1.7, col = "red",main = "Simultaneous
Events at CLMX and APTY",ylab="CLMX",xlab="APTY")
14: text(-8,-8, "expression(R^2*"= 0.62"), r = 0.79, N =
2024 Feb 04
3
Help
I have done a scatter plot in R. I want to insert the coefficient of
determination R^2 = 0.62 as a text in the plot. I have tried to write R^2
but could not produce R2. I would appreciate it if someone could help me
with the syntax. I have tried: expression(paste("", R^2,"=", 0.62)), but
it did not produce R squared, rather it gave me error messages. Thanks.
Jibrin Alhassan
2004 Sep 21
1
Shorewall Problem!!!
Hello!!1 Everyone
My shorewall version is 2.1.9.
When i used one interface sample (http://slovakia.shorewall.net/pub/shorewall/Samples/samples-2.0.1/one-interface.tgz)to start my firewall (192.168.11.6), i cannot used another computer to login Webmin or ssh (192.168.11.5). So, what can i do ?
2004 Apr 28
2
connection to libraries problem
Hello All,
Although I have downloaded some libraries such as multivariate data analysis
library (multiv) and ade4, their functions such as pca or reconst are not
recognised. Should I install any thing else or use any instruction so that R
could find the location of libraries?
Thanks for your quick response,
Haleh Yasrebi
2004 Apr 30
1
calculation of U and V matrix of SVD decomposition (according to LINPACK, X = UDV')
Hello,
Like QR decomposition, I am looking for decomposition to get U and V matrix
of SVD decomposition (according to LINPACK, X = UDV'). Do you know if there
is a function which could calculate this decomposition?
Look forward to your reply,
Haleh
2024 Feb 04
1
Help
Thank you Zhao for the code. When I replotted the graph after inserting the
code in my script, it gave me this error message without plotting the graph:
Warning message:
In lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) :
extra argument ?col? will be disregarded.
My regards.
*Jibrin Adejoh Alhassan (Ph.D)*
Department of Physics and Astronomy,
University of Nigeria, Nsukka
On Sun,
2010 Jun 16
10
At what level does the “zfs” directory exist?
I?ve posted a query regarding the visibility of snapshots via CIFS here (http://opensolaris.org/jive/thread.jspa?threadID=130577&tstart=0)
however, I?m beginning to suspect that it may be a more fundamental ZFS question so I?m asking the same question here.
At what level does the ?zfs? directory exist?
If the ?.zfs? subdirectory only exists as the direct child of the mount point then can
2024 Jun 15
2
code for year month day hr format
Thank you Rui. I ran the following script
df1 <- read.table("solar_hour", header = TRUE)
df1$date <- as.Date(paste(df1$year, df1$hour),
format = "%Y %j",
origin = "2012-08-01-0")
df2 <- df1[c("date", "IMF", "SWS", "SSN", "Dst", "f10")]
head(df1)
#To display all the rows
print(df2).
It gave me this
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
--Apple-Mail-30--530209534
Content-Type: text/plain;
charset=US-ASCII;
format=flowed;
delsp=yes
Content-Transfer-Encoding: 7bit
I recently reformatted my hard disk on my MacBook Pro using a clean
install of Leopard (had Leopard before too but not from a clean
install). I had to reinstall R, and therefore installed the new
version 2.7.1 for Mac. In preparing some graphs, I noticed
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...t;rys-nK
zQhx#I{kazST>JhevK!K=&wtTU2RZFy`zL8H_8`g}HciE-I;{oIXeDRRvrkiFCBi3E
zcck^@#WvC6G*OqIzAis*K%Ywkdb<I1^%$omGukf%?Xo%==VCiZoYQs?x^qlK7pJ3_
zr=zVn#|Woxb3zN85No%Gxu)_)pJvQDx6x84CYVc0V>hnVzCTLU(3KFj6wLFBn;&j-
z7d at ru8)9=7t at +-j*u<Ze#k#Na(vPMX+5E_7?~b4kQPO&yiN^D3M_NE=L*RHUNNE<F
zTE47aAC#}X at n-57qotYBT+v75MVNQ4V2d#;-Nue^cPEBj``#)war{F&F^-CaKmNXi
z4!?G4=i^cm#{`MHpbeZv-$19ZtL_p?qQa7*wvu#LZ2g at ipNp<}6KL4|D_vD~ZuTf>
zs52es>CH1I>Z>eYWX!E6IqjCQ+<i5JctTXK^$K?vqMa=>^#gie8c=p=KzU{Wtq*xK
z*UL0>eI at 2}G7(<Jg#I#3=%)k*?L`{IqhFAz{B>r?2|Ay2Ix}Q...
2003 Jul 24
0
How can I represent a shape using 1-D discrete wavelet descriptor s?
I only concern about the boundary of the shape and I don¡¯t concern gray
level.
U[m] = x[m] + jy[m] m= 0,1,¡,N-1 is the N points on the boundary.
It is easy to express U as a discrete Fourier series.
But it seems like that wd in the wavethresh package cannot deal with complex
values.
And it is not interesting to transfer U to a matrix.
Thanks a lot
Qin
2004 Feb 01
2
CART: rapart vs bagging
Hi,
Is here anyone knows the difference between rapart and bagging when grow a
CART tree?
Thanks
Qin
2004 Feb 23
2
outputs of KNN prediction
Hello there:
I got 13 variables in my training/target set, the first 12 variables are
mixture of numerical and categorical variables. The last one is the one I
need
to predict, and it is a numerical variable.
>train<-read.table("train.txt")
>test<-read.table("test.txt")
>cl<-factor(train[,13])
>pred<-knn(train, test, clk=3, prob=TRUE)
>pred
I got
2004 Dec 08
3
How to change x axes' range
Hi, there:
When plot ann predicted results I need to indicate numbers of inputs for
each column.
V1 V2 V3 V4
1 86.2700 49.9380 30.7630 0.1327
2 89.5127 55.9707 33.7683 0.1186
3 91.1833 58.4670 34.5610 0.1134
matplot(t, pch = 1:4, type = "o", col = rainbow(ncol(t)),xlab = "No. of
inputs ", ylab = "Mean of 6 Datasets",