search for: isthe

Displaying 16 results from an estimated 16 matches for "isthe".

Did you mean: sthe
2009 Mar 11
4
[LLVMdev] a different hash for APInts
I'm working on a bug where LLVM takes over six minutes to compile a module. After some hand-editing, the module looks like this: class half { private: union uif { unsigned int i; float f; }; static const uif _toFloat[1 << 16]; }; const half::uif half::_toFloat[1 << 16] = { {0x00000000}, {0x33800000}, {0x34000000}, {0x34400000}, {0x34800000},
2015 Aug 07
0
Samba 4.2 AD member accesible by name but not by IP
...errors running samba-tooldrs showrepl it says that user SERVER$@DOMAIN.LAN was not found in kerberos database I konw it's a great mess but since the authorisation works for all member servers and workstations I'll work on this problem later maybe. I was afraid that the problem with AD DNS isthe cause for Samba access problems. > Hi, what are you using for the domain DC, a windows server, samba4 as an > AD DC or something else ? > What DNS are you using ? > You may also like to look here to see how to set up a member server > correctly: > [> https://wiki.samba.org/i...
2020 Mar 10
0
R CMD INSTALL cannot recognize full path on Windows
...0.1993838 0.8434841mingw32-make: *** No targets. Stop.* *```* However, on the devel version of R, it cannot recognize both the full and short path of R and gives an error ``` *test1 is [1] 0.42686376 0.84126831 0.09538047The filename, directory name, or volume label syntax is incorrect.test2 isThe filename, directory name, or volume label syntax is incorrect.test3 is* ``` I found this issue because my package needs to call R functions in the makefile. The code is similar to: ``` * myvar = $(shell echo 'runif(3)'|"${R_HOME}/bin/R" --vanilla --slave)* ``` Since *R_HOME *is...
2013 Apr 20
0
Calculate confidence intervals in mgcv for unconditional on the, smoothing parameters
...bs = "cr"), gamma = 1.4, method = "REML") plot(gam_fit, res = TRUE, shade = TRUE, pch = "°") Since the confidence interval in the above plot is pointwise, I would like to calculate the critical value needed in order to construct a simultaneous confidence band. Here isthe code(it`s a bit lengthy and has to be tidied up but I wanted to to some manual calculations on the objects afterwards) ### # Simulate 100000 coefficient vectors from the posterior for ß and calculate the critical value ### cov_beta_diff <- vcov(gam_fit) basis_matrix <- model.matrix(gam_fi...
2019 Feb 21
0
Share will Domain Users Full Control permissions, not accessible by domain user
...users'? What are the security > implications of this? > > I'm still pretty foggy on the relationship between POSIX ownership and > permissions, and Windows ACLs. Is there a good resource that might > help to clear this fog? Or perhaps a better question might be, what > isthe recommended POSIX permissions and ownership for a share that is > going to use Windows ACLs and be managed, using RSAT tools, by a > Domain Admin? > > Thanks, > Mason Lets make the fog even thicker, when you set the permissions from Windows (which is the best option), they don'...
2005 Dec 30
1
Internet Explorer 6 crashes after upgrading to Wine 0.9.4
Hello all, I am running an Ubuntu system here (Debian-based) and today I got an upgarde from Wine-HQ to version 0.9.4 from the Wine-HQ repository. I have Internet Explorer 5, 5.5 and 6 installed from IEs4Linux (http://www.tatanka.com.br/ies4linux/en/instructions/) which uses the Internet Explorers from the Browser Archive (http://browsers.evolt.org/download.php?/ie/32bit/6.0/ie60.exe). After
2024 Mar 09
1
kcc_periodic output
I've been grappling with a recurring set of errors for quite some time now: - UpdateRefs failed with NT_STATUS_IO_TIMEOUT - Failed samba_kcc - NT_STATUS_IO_TIMEOUT - IRPC callback failed for DsReplicaSync - NT_STATUS_IO_TIMEOUT Despite cranking up the log level to 10, the returned information remains frustratingly cryptic and hard to decipher. This error, being overly generic, continues to
2020 Mar 10
4
R CMD INSTALL cannot recognize full path on Windows
...ze both the full >> and >> > short path of R and gives an error >> > ``` >> > >> > >> > >> > >> > *test1 is [1] 0.42686376 0.84126831 0.09538047The filename, directory >> > name, or volume label syntax is incorrect.test2 isThe filename, >> directory >> > name, or volume label syntax is incorrect.test3 is* >> > ``` >> > >> > I found this issue because my package needs to call R functions in the >> > makefile. The code is similar to: >> > ``` >> > * myva...
2024 Mar 10
1
kcc_periodic output
...> > On Mon, 12 Feb 2024 16:20:27 -0300Elias Pereira via samba < > > > samba at lists.samba.org> wrote: > > > > hi, > > > > My saga continues... > > > > I've configured the audit log for drs_repl in smb.conf, and > > > > below isthe log generated. > > > > https://transfer.sh/7fen4qCNIQ/drs_repl.log > > > > > > > > The log level was 5.drs_repl:5@/var/log/samba/drs_repl.log > > > > Could someone take a look and help me understand the log? > > > > > > There is pr...
2020 Mar 11
0
R CMD INSTALL cannot recognize full path on Windows
...t; short path of R and gives an error > > ``` > > > > > > > > > > *test1 is? [1] 0.42686376 0.84126831 0.09538047The filename, > directory > > name, or volume label syntax is incorrect.test2 isThe > filename, directory > > name, or volume label syntax is incorrect.test3 is* > > ``` > > > > I found this issue because my package needs to call R > functions in the > > makefile. The code is similar to: &g...
2024 Mar 10
1
kcc_periodic output
> > Is the drepl local processes very busy doing inbound replication? How can I check this? My instinct is either the server is very busy (and this should show up in > CPU use) or a transaction is being held open excessively. I use VMs on Proxmox. In DC1, I installed the Proxmox agent, and CPU usage via the dashboard is very low. However, when I checked using 'top,' the LDAP
2019 Feb 20
2
Share will Domain Users Full Control permissions, not accessible by domain user
Hello, I'm really stumped and would greatly appreciate some help. *Situation* I have a couple windows 10 pro hosts that I have joined to a Samba4 AD domain. I have created 3 users in the domain, one that is a member of Domain Admins and two that are only members of the Domain Users group. I have two samba shares (details below) on a separate samba file server. The share permissions were
2024 Mar 11
1
How to diagnose a busy LDAP server process in the Samba AD DC
...Pereira via samba < > > > > > samba at lists.samba.org> wrote: > > > > > > hi, > > > > > > My saga continues... > > > > > > I've configured the audit log for drs_repl in smb.conf, and > > > > > > below isthe log generated. > > > > > > https://transfer.sh/7fen4qCNIQ/drs_repl.log > > > > > > > > > > > > The log level was 5.drs_repl:5@/var/log/samba/drs_repl.log > > > > > > Could someone take a look and help me understand the log? &g...
2020 Mar 11
1
R CMD INSTALL cannot recognize full path on Windows
...t;>>>>> ``` >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *test1 is [1] 0.42686376 0.84126831 0.09538047The filename, directory >>>>>> name, or volume label syntax is incorrect.test2 isThe filename, >>>>> directory >>>>>> name, or volume label syntax is incorrect.test3 is* >>>>>> ``` >>>>>> >>>>>> I found this issue because my package needs to call R functions in the >>>>>> makef...
2020 Mar 11
0
R CMD INSTALL cannot recognize full path on Windows
...f R and gives an error >>>> > ``` >>>> > >>>> > >>>> > >>>> > >>>> > *test1 is [1] 0.42686376 0.84126831 0.09538047The filename, directory >>>> > name, or volume label syntax is incorrect.test2 isThe filename, >>>> directory >>>> > name, or volume label syntax is incorrect.test3 is* >>>> > ``` >>>> > >>>> > I found this issue because my package needs to call R functions in the >>>> > makefile. The code is sim...
2002 Mar 26
4
Can't print duplex
I am trying to switch over to the new "style" of printing, but when I do, I loose the ability to print duplex. I have two servers. The old one (spike) is setup as a file server, etc. and the print services date back to the early 2.0 days. It is currently running 2.2.2 with the original printer setup. The printing works ok with this server. People can print using features of the