search for: probblem

Displaying 6 results from an estimated 6 matches for "probblem".

Did you mean: problem
2001 Apr 10
2
Probblem with oleaut32.dll
Hallo I have a big Problem with oleaut32.dll. Allways i got the Messages: "Unimplemented Function oleaut32.OleLoadPictureEx called at address xy Do you wish to debug it?" I have tryed to link with ln -s /windows/D/Windows/System/oleaut32.dll ~/.wine/fake_windows/Windows/System/oleaut32.dll but no success is there. I have linking all VB6lib and ocx. Programms, which don't
2002 Feb 06
1
Probblems with loading the tcltk library
Hi guys Recently a wanted to look at the opotunities which are suported by the labrary of tcltk. Unfortunatly I couldn't load the library and it occured the following error message: Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(pkg, character.only = TRUE) : .First.lib failed I've tried to load it in sveral ways. I reinstalt the
2006 Feb 08
2
logical condition in vector operation
...the first two coulums, conditional on the uneqaulity values on the 3rd and 4th columns. For instance: j = 3 test[test[,1] == j, 5] = test[test[,1] == j,2] + test[test[,2] == j,1] gives me the result: test: x y p d [1,] 1 0 10 21 0 [2,] 2 3 11 12 0 [3,] 3 4 12 23 6 [4,] 3 5 13 24 7 My probblem is the following: I want to perform the operation test[test[,1] == j,2] + test[test[,2] == j,1] only if the value of column p and column d are different at the positions where x or y = j. In practice, I don't want to perform the first operation because test[2,4 is 12 and test[1,3] is 12 as well...
2000 Jan 15
1
SAMBA digest 2378
Hi ! >>Is there any way that users can change theirs passwords not by logging into >>server. ? >>I`m mean like to use some app or something. >>We dont use NT - just win98 boxes. >>The probblem is that i dont give them shell. >Here's a way (maybe not the only one): >if you usa samba as pdc, and tell win9x to access the samba domain, then >the win9x can change their samba password with the control panel >password applet. >See damba docs for how to do it. -- giulioo@pob...
2014 Jun 25
0
multiple domains on samba as a PDC
...order to make the corrects desitions in order to grow with this. This have to be higly scalable, in the end will be thousands of computers and thousands of employees, and I don't want o screw it all up. Now I'm working with virtual machines, simulating difrents domains, I'm having probblems with permissions, and domains sambaSID. I can't make windows join to the second domain, I don't know if the ldap entries should be isolated between domains entries, like: masterldap----|----|----| A B C and smbldap-populate all 'A' 'B' 'C...
2003 Oct 30
8
password question
Hi, I have installed Samba 2.2.8 on a Solaris 8 server and have a question about samba passwords. I know you can assign an NT server to authenticate passwords, and you can also use samba to create a smbpasswd list. My question, is can you use the existing UNIX /etc/passwd or /etc/shadow file so that we don't have to manage another list? Thanks in advance!