similar to: can't browse PDC

Displaying 20 results from an estimated 2000 matches similar to: "can't browse PDC"

2000 Mar 13
0
listing shares
I don't know what I have changed, NT does not list the shares anymore!! I can access them by directly connecting to \\SERVER\share but cannot browse them!! Win98 does just fine! Which option is the problem?? Here's a snipped of my config: [global] keep alive = 30 log file = /var/log/smbd.log lock directory = /var/lock/samba bind interfaces only = yes interfaces = eth0 interfaces =
2011 Aug 15
1
ggplot in a function confusion!
Whats going on here? df<-data.frame(x=1:10,y=1:10) ggplot()+geom_point(data=df,aes(x=x,y=y)) ## this is the normal usage right? ggplot()+geom_point(data=df,aes(x=df[,1],y=df[,2])) ## but I can also feed it column indices ggplot()+geom_point(aes(x=df[,'x'],y=df[,'y'])) ## or column names. ## but if i wrap it in a function... plot.func.one<-function(dff,x.var,y.var){
2011 Jul 28
0
_: how to replace values in x by means in subgroups created in ...(not loops)
Re:_: how to replace values in x by means in subgroups created in ...(not loops) Thanks, below some code and reply: #_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_# #------------------------------------------------------- # my slow function with loops: # replace_x_by_locallyMean_x_4_0s_in_y.f(x,y) #-------------------------------------------------------
2009 Nov 25
0
Possible bug in "unsplit" (PR#14084)
Dear R-bug-people I have encountered a problem with "unsplit", which I believe may be caused by a bug in the function. However, unexpericend with bug-reports I apologise if this is barely a user problem rather than a problem within R. The problem occurs if an object is split by several grouping factors with levels not occuring in the data, and using drop = TRUE. This may appear as
2011 Jun 07
1
variable selection in linear regression
Hello With due respect, have a nice time. I would like to ask some command in R. It is regarding variable selection in linear regression. In R, there is one rebuild function called "step" which selecting variables according to AIC. let say i have data [y, x1,x2,x3,x4] we start with y~b0 i compute the partial F test and choose the variable with maximum partial F to enter the
2002 May 09
0
functions : server_input_channel_req userauth_pubkey
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings, I am not sure if this is the correct place to ask these question, if I am at the wrong place please advise. I am currently working on some modifications to openssh which record the users rsa/dsa identity comment file to a log file when the user logs in (password authentication is disabled). The ssh1 portion of the modification works
2008 Mar 13
3
Splitting a set of vectors in a list
I have a set of character vectors of uneven length that I have stored in a list. I can easily enough get any column of them using lapply but what I want is to be able to create a matrix of them. Other than some kind of brute force looping approach I have drawn a blank. Would somebody please suggest something? Thanks Example. mylist <- list(aa=c("cat","peach" ),
2002 Sep 03
0
Question about fileNET
Hi, I've a question about a problem using a samba share in a UNIX AIX server. In my scenarious there is a fileNET server (running on a win2000 server) which use a samba share on a AIX sever for cacheing file, this share is configured for allow access to a particular user (pangol). It seams that user have access permission but an error is returned when fileNET try to write a file. Thanks in
2009 May 13
1
Overlaying two plots
Hi useR's, I want to overlay an image plot over a world map and I can do it, but just not the way I need to do it. Here is the code I am using (with data file attached) to create my baseline map: library(sp) load("TM_WORLD_BORDERS_SIMPL-0.2.RData") par(bty="l") plot(wrld_simpl, axes = TRUE, ylim = c(-90, 90), xlim=c(-180, 180), asp=1.5) lim <- par("usr")
2009 Nov 20
0
call_nt_transact_ioctl(0x90060): Currently not implemented
Hi, We have a large (8 CPUs, 32GB RAM) x86 Sun server running x8664 Debian Lenny, with Samba 2:3.2.5-4lenny6. It's a BDC and file server. I have noticed various entries in the log files that I'd like to understand better. Some machines are generating this: [2009/11/16 15:10:49, 0] smbd/nttrans.c:call_nt_transact_ioctl(2019) call_nt_transact_ioctl(0x9005c): Currently not implemented.
2003 Dec 01
0
No subject
gid=500) (pid 30102) [2000/11/30 10:44:37, 0] smbd/nttrans.c:call_nt_transact_ioctl(2516) call_nt_transact_ioctl: Currently not implemented. uname -a: Linux ***** 2.2.14-5.0smp #1 SMP Tue Mar 7 21:01:40 EST 2000 i686 unknown smbd -V: Version 2.0.7 nmbd -V: Version 2.0.7 rpm -a -q | grep samba: samba-common-2.0.7-4 samba-client-2.0.7-4 samba-2.0.7-4 ls -l samba*: -rw-rw-r-- 4312642 Oct 18 11:54
2003 Dec 01
0
No subject
gid=500) (pid 30102) [2000/11/30 10:44:37, 0] smbd/nttrans.c:call_nt_transact_ioctl(2516) call_nt_transact_ioctl: Currently not implemented. uname -a: Linux ***** 2.2.14-5.0smp #1 SMP Tue Mar 7 21:01:40 EST 2000 i686 unknown smbd -V: Version 2.0.7 nmbd -V: Version 2.0.7 rpm -a -q | grep samba: samba-common-2.0.7-4 samba-client-2.0.7-4 samba-2.0.7-4 ls -l samba*: -rw-rw-r-- 4312642 Oct 18 11:54
1997 Oct 15
0
unable to browse... (after hours of thrashing :-(
okey doke. I have read the faq, I have browsed the samba web sites, and I did go through diagnose.txt and the other documentation but still... none of the win95 boxes on my network can see my samba server in the network neighborhood. usage of "net use x: \\server\share" seem to work fine on the client machines though as well as everything else in the diagnose.txt document. Could
2000 Mar 09
1
smbd/nttrans.c:call_nt_transact_ioctl
Hi William, I got no positive reply since I made my posting. Only you and another guy, who made the same experience. No answer to the question, what functionality has "call_nt_transact_ioctl" and what effect on SAMBA has the missing of this procedure. Sorry, Michael William Soudan schrieb: > Hi Michael, > > I'm getting the same message in our samba logfiles as you
2002 Jun 24
1
Can't write QuickBooks file to Samba share
On a server that has been running smoothly since it was setup, and with no changes to configurations or network or anything, users cannot save a shared QuickBooks file. they have been regularly using, updating and saving to this file for a few months. All users are able to create and update other files in the same share. I have not confirmed if they are able to create and update new QuickBooks
2000 Jan 31
0
not implemented
This message I found in my smb log file : [2000/01/31 08:56:47, 0] smbd/nttrans.c:call_nt_transact_ioctl(2387) call_nt_transact_ioctl: Currently not implemented. corresponding code in nttrans.c : /****************************************************************** ********** Reply to IOCTL - not implemented - no plans. *******************************************************************
1999 Sep 10
1
MS Visual Developer and Samba
I am running samba-2.0.3-8 on Redhat 6.2 in five global locations. All are fine except one. In this location when a user runs MS Visual Developer they are able to open, save compile and edit files just fine. However when they type either [Enter] or [Bkspc] to add or delete a line, in this case only MSVD hangs for several seconds. Insert several lines and wait 1+ minutes!!! I have watched the
2000 Feb 17
3
call_nt_transact_ioctl: Currently not implemented.
Hello, we run samba 2.0.6 on Solaris2.6 and use it together with clearcase (version 3.2.1). Sometimes the checkout of files from a clearcase NT-client hangs and probably causes clearcase to destroy the viewstore. In the samba logfile of that client I found the following message: [2000/02/17 09:29:49, 0] smbd/nttrans.c:call_nt_transact_ioctl(2401) call_nt_transact_ioctl: Currently not
2009 Apr 27
0
Error message : call_nt_transact_ioctl(0x90060)
Hi everybody I'm actually facing some strange messages in smb logs: our samba server is running fine but I can see a lot of this message in the log : Apr 27 13:33:53 lnx-ds01 smbd[18773]: [2009/04/27 13:33:53, 0] smbd/nttrans.c:call_nt_transact_ioctl(2029) Apr 27 13:33:53 lnx-ds01 smbd[18773]: call_nt_transact_ioctl(0x90060): Currently not implemented. after sometime (one hour, one
2003 Mar 17
2
Unix Realname with samba 2.2.4
Hi there, is it possible to acitivate Unix Realname with samba 2.2.4 ? I've tried it, but samba will ignore the unknown parameter. Does there exist an alternative parameter like unix realname under samba 2.2.4 ??? -- Peter Forst <mail: pforst@firemail.de>