similar to: No subject

Displaying 20 results from an estimated 30000 matches similar to: "No subject"

2002 Dec 23
1
(no subject)
Hello. I am running Samba version 2.2.5 on Redhat Linux 8.0, kernel version 2.4.18-14. Encrypted passwords = yes; security = user; wins server =169.254.1.2; netbios name = SambaServer. My client is Windows 2000, service pack 3. I am only able to browse my samba shares only if I use the ip address of my samba server. For example on Winddows 2000 I run: NET USE \\169.254.1.1, I can see the
2001 May 03
1
dataframe behavior
Windows98, Emacs20.7, ESS5.1.18 I recently constructing a data.frame "belle" that now does not spew its contents when I type the name on the command line (see errors below). It will only do so if I specify columns. Incidently, plot(belle) displays the pairs plot of all variables. > belle Error in as.data.frame.default(x[[i]], optional = TRUE) : can't coerce array into a
2017 Dec 14
0
help with recursive function
You seem to have a typo at this expression (and some others like it) Namely, you write any(!dat2$norm_sd) >= 1 when you possibly meant to write !( any(dat2$norm_sd) >= 1 ) i.e. I think your ! seems to be in the wrong place. HTH, Eric On Thu, Dec 14, 2017 at 3:26 PM, DIGHE, NILESH [AG/2362] < nilesh.dighe at monsanto.com> wrote: > Hi, I need some help with running a
2017 Dec 14
0
help with recursive function
Eric: Thanks for taking time to look into my problem. Despite of making the change you suggested, I am still getting the same error. I am wondering if the logic I am using in the stopifnot and if functions is a problem. I like the recursive function to stop whenever the norm_sd column has zero values that are above or equal to 1. Below is the calclp function after the changes you suggested.
2017 Dec 14
0
help with recursive function
The message is coming from your stopifnot() condition being met. On Thu, Dec 14, 2017 at 5:31 PM, DIGHE, NILESH [AG/2362] < nilesh.dighe at monsanto.com> wrote: > Hi, I accidently left out few lines of code from the calclp function. > Updated function is pasted below. > > I am still getting the same error ?Error: !(any(data1$norm_sd >= 1)) is > not TRUE? > > >
2017 Dec 14
1
help with recursive function
Your code contains the lines stopifnot(!(any(data1$norm_sd >= 1))) if (!(any(data1$norm_sd >= 1))) { df1 <- dat1 return(df1) } stop() "throws an error", causing the current function and all functions in the call stack to abort and return nothing. It does not mean to stop now and return a result. Does the function give
2017 Dec 14
2
help with recursive function
Hi, I need some help with running a recursive function. I like to run funlp2 recursively. When I try to run recursive function in another function named "calclp" I get this "Error: any(!dat2$norm_sd) >= 1 is not TRUE". I have never built a recursive function before so having trouble executing it in this case. I would appreciate any help or guidance to resolve this issue.
2003 Dec 01
0
No subject
windows systems and I can see the SAMBA server in my workgroup inside the network neighborhood. When I double click on the server nothing happens for about 5 seconds and then I get a pop up error (text of error is): -------- \\Sambaserver is not accessible Windows cannot find the computer or share name. Make sure the computer or share name is valid and that you are connected to the network,
2017 Dec 14
2
help with recursive function
My own typo ... whoops ... !( any(dat2$norm_sd >= 1 )) On Thu, Dec 14, 2017 at 3:43 PM, Eric Berger <ericjberger at gmail.com> wrote: > You seem to have a typo at this expression (and some others like it) > > Namely, you write > > any(!dat2$norm_sd) >= 1 > > when you possibly meant to write > > !( any(dat2$norm_sd) >= 1 ) > > i.e. I think your !
2017 Dec 14
2
help with recursive function
Hi, I accidently left out few lines of code from the calclp function. Updated function is pasted below. I am still getting the same error ?Error: !(any(data1$norm_sd >= 1)) is not TRUE? I would appreciate any help. Nilesh dput(calclp) function (dataset) { dat1 <- funlp1(dataset) recursive_funlp <- function(dataset = dat1, func = funlp2) { dat2 <- dataset %>%
2017 Dec 14
0
help with recursive function
Eric: I will try and see if I can figure out the issue by debugging as you suggested. I don?t know why my code after stopifnot is not getting executed where I like the code to run the funlp2 function when the if statement is TRUE but when it is false, I like it to keep running until the stopifnot condition is met. When the stopifnot condition is met, I like to get the output from if statement
2017 Dec 14
3
help with recursive function
If you are trying to understand why the "stopifnot" condition is met you can replace it by something like: if ( any(dat2$norm_sd >= 1) ) browser() This will put you in a debugging session where you can examine your variables, e.g. > dat$norm_sd HTH, Eric On Thu, Dec 14, 2017 at 5:33 PM, Eric Berger <ericjberger at gmail.com> wrote: > The message is coming from
2003 Nov 02
0
(no subject)
Hello, I try to use Samba as a PDC. I have a old Windows 4.0 PDC and I want to get the users and the groups from the PDC. I joined the domain and get the users and groups with "net rpc vampire". The users and the groups were written in local user- and group-database, but the relation between the users and groups were lost, in the groups were no users. A short message from the
2012 Oct 09
2
Cannot make Windows join Samba domain
Hi, I'm having an issue trying to make a Windows machine sambaserveroin a Samba domain. Samba is running with LDAP backend (OpenLDAP). When I try to join the domain, Windows says that the machine account does not exist. The machine account, however, is successfully created in the LDAP directory after the join fails. When I try to join again, Windows says that the account already exists.
2003 Nov 02
1
(no subject)
Hello, I try to use Samba as a PDC. I have a old Windows 4.0 PDC and I want to get the users and the groups from the PDC. I joined the domain and get the users and groups with "net rpc vampire". The users and the groups were written in local user- and group-database, but the relation between the users and groups were lost, in the groups were no users. A short message from the
2003 May 20
0
intermittent failure of ability to connect to samba share from win (NT/2k) client
First, my installation is samba 2.2.8 running as a daemon (not inetd) on Solaris 8 configured to use a WINS server and provide authentication via a PDC (same host as WINS server). I do have an lmhosts file in the samba /lib directory with the PDC/WINS server address in it. My globals section; [global] workgroup = WORKGROUP netbios name = SAMBASERVER security =
2003 May 23
0
intermittent failure of ability to connect to samba share from win (NT/2k) client]]
I am not sure if your problem is similar to what we have just experienced. we are using samba 2.2.3a-12.3 on debian with winxp sp1 clients we are using roaming profiles first logon after reboot fails sortof Windows cannot find a server copy of roaming profile will logon with local profile funny thing we never saw any activity in hostname.log (seperate smb.log for each machine) smbstatus showed
2003 Dec 01
0
No subject
i click on a directory on the sco box that contains more than 200 files = in it, i either get a truncated list of the files in the directory or i = get a windows message box saying that the directory is not accessible, the specified server = cannot perform the requested operation. Performing the same operation from a windows NT 4, or windows98 computer = on the same network works great. Do I
2011 Sep 06
2
Samba + NIS + ADS
Samba Admins: This is my second post on this matter so my apologies for redundant requests for help. My first request yielded only one response which did not solve my current problem. Background: We have been using Samba on Linux (Redhat) for several years to access shares on Sun servers. The Sun environment uses NIS/NFS for user accounts and sharing (mounting) remote file systems. Accessing
2002 Nov 16
1
LDAPSam + Samba 3 Alpha 20
I'm wondering what the samba server needs write access to, in LDAP, to operate. I've got the following lines in slapd.conf: #-- #Samba Passwords -- Only Samba (and its authenticated users) can access this. #Also includes flags -- Use smbpasswd for everything: access to