similar to: listing shares

Displaying 20 results from an estimated 3000 matches similar to: "listing shares"

2000 Mar 10
0
can't browse PDC
We've set up Samba as PDC and for some reasons some users can't browse the for the shares anymore! (Worked fine for more than 2 months!) "windows alert: \\KURN\ not available, access denied" Any automatic reconnected net volumes work fine. There's nothing strange in the log file (except "call_nt_transact_ioctl: Currently not implemented" but that was there before)
1997 Oct 31
0
smbprint.sysv problem for printing from unix to WFWG
Dear users Thanks for reading this. Hope you will help me. I am using samba 1.9.17p2 on SunSparc-20 running solaris2.5.1 for printing and file sharing with PC-network. File sharing is working fine but I want to print to a WfWg printer from Solaris. So I have used your script smbprint.sysv and try to print. But I am facing following problems: 1-
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" ),
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")
2001 Dec 03
1
Joel@HammersHome.com
Hello Joel, Thank you very much for your reply. I tried use the same print command under UNIX as I have in sam.conf, it works well. Do you have any futher ideas? BTW, could you tell me where I find docs about print using Samba2.2.2 and W2K? Thanks a lot, Grace What happens when you print a postscript file from the samba server directly using the same print command as you have in smb.conf?
2002 Feb 20
2
smbprint & .config
I seem to have some issues coming to terms with the new smbprint configuration. Not that it is all that new, but I have worked on a ton of AIX Samba systems that are runing 1.9.x and the smbprint worked great in all aspects. The box's couldn't be upgraded (or so said the company that did application builds related to Samba). The printers were and are hosted from windows95 workstations
2001 Sep 28
1
BUG + FIX in smbprint
Dear Samba Team, the smbprint script as provided with Suse7.2 for Samba Version 2.2.0 did not work. The problem was that the file to be printed was not transfered via stdin after the print - command. I changed the smbprint script to pass the commands via the -c option. My changes and comments are marked with MR27092001MR in the smbprint attached. I did not find this in the lists, so I hope this
2001 Dec 09
2
Sharing a windows printer problem
Hello. I have been trying to print to a windows printer share with no success. So far I have found out that the smbprint does not execute. I verified this by looking at the logfile=/tmp/smb-print.log (from smbprint script) after printing from windows - this logfile was not created. Also, i verified the path of smbclient and it points to the proper directory. I am using Debian , and samba
2000 Aug 17
1
smbprint strange problems
Hello people, ok just a small problem I have with my samba settings. I have a RH 6.0 file/printer server that is connected to some Windoze 98 machines and a couple of Macs. The linux machine also has one printer on its local port lpt1. Ok...I have set up everything and currently I can print from the Windozes and the Mac to the printer that is localy connected on the Linux server. What I want
2008 Jul 30
3
Sharing Printer Stop Working: error writing spool : NT_STATUS_ACCESS_DENIED
Previously I have a working print server using samba with below setting: [global] printcap name = cups printing = cups security = share [printers] browseable = yes printable = yes public = yes create mode = 0700 guest only = yes use client driver = yes guest account = smbprint path = /home/smbprint I could print both from linux and windows XP. But recently (Samba 3.0.22),
2001 Mar 29
1
Samba Printing to Win98
I am trying to allow printing from my linux box to my win98 box, to which my epson stylus printer is attached. It's just not happening...something tells me I'm flirting with a world of pain. I *can* print a file by going: smbclient //rory/EPSON translate print /etc/group but I cannot print from applications, nor can i use smbprint. I tried going: cat /etc/passwd | sh -x smbprint
2003 Jan 14
0
Custom smbprint script for testing
Hello there, I've produced a modified version of the smbprint script that comes with the samba source. The script is aimed to retry sending the print job if the windows machine is switched off at the time of printing (samba seems to just drop the print job after a period of time if the machine is off). This script will mail you to tell you the machine isn't turned on yet and if you
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>
1997 Nov 07
0
Fatal bug in 2.2.5R's lpd
some header freebsd-announce Joerg Wunsch <joerg@FreeBSD.ORG> 1.92 When merging the new `ct' printcap functionality into 2.2-stable right before 2.2.5-RELEASE was due, it's now apparent that I didn't test it enough before. :-( I've introduced a fatal bug that causes all the lpd children sending jobs to remote printers to be killed after the `ct' timeout, even in case the
2000 Jan 12
0
Printer fun - controlling queue from Windows NT clients
I have set up a Samba server to act as our lab's print server for a bunch of NT clients. It works quite well, except for one thing. Nobody can control the print queue from Windows. When a job is sent, it never shows up in the Windows print queue window, even when there are lots of other jobs ahead of it. Using lpq under Linux shows the jobs just fine. Lprm et al work perfectly too. So I assume