similar to: multiple samba instances unable to join domain simultaneously

Displaying 20 results from an estimated 8000 matches similar to: "multiple samba instances unable to join domain simultaneously"

2011 Jul 19
1
Lattice plot problem outputting to jpeg
Hi.....I am relatively new to R but was quite pleased with myself at having generated a series of lattice plots as PDFs. I was very surprised when plotting these out as jpegs (or png or tiff) that the strip title information above each lattice plot vanished. The pdf was fine. Has anybody any ideas? I can't add an image as the information is sensitive. Many Thanks Steve Creamer Here is the
2011 May 24
2
escape characters in shell commands
On a Windows platform I am trying to count the number of lines in a file. In a DOS window, the following works: C:\Users\jar>findstr /R /N "^" D:\my_dir\my_file | find /C ":" 5317 (it works with double \\ also) But in R, I need to make this string up with the file name I get from file.choose(): filename = file.choose() #get the number of lines in the file # first make a
2010 Aug 16
1
lmomRFA-package: regsimq()
Hi List! I?m using regsimq() from the ?lmomRFA?-package to calculate error bounds for diverse distributions. For example: regsimq(gumfit$qfunc, nrec = lmom.data$n, f = lcdfgum, boundprob = c(0.025, 0.975)) Several times I got this error massage: Fehler in quantile.default(ou, probs = boundprob, type = 6) : missing values and NaN's not allowed if 'na.rm' is FALSE So my question
2006 Nov 20
2
problem with loop to put data into array with missing data for some files
Dear R-help community, My main goal of this message is to find a way of skipping a file of a month/year in a loop that does not exist (and making it's output into an data.out array would be NA) and moving onto the next year/month in the loop to carry on filling data.out with real precipitation data. The situation so far: I downloaded 50 years worth of GRIB data files from the NCEP data
2005 May 17
1
multiple simultaneous instances of 'rsync'
Hi all, I have a perl-based program that creates lists of files to copy from A to B using rsync. The program can be told, when there is more than one copy list, to call rsync however many times simultaneously. This all works just fine to a point. The problem is that even though (in my test) two rsync processes have been called (check with 'ps ax | grep rsync') and in the end
2006 Nov 20
3
problem with loop to put data into array with missing data forsome files
Hi Jenny If you want a general solution I understand. However I just downloaded the file fine (as far as I can tell) so you are welcome to have a copy. I can email it to you if you want. I do not think your test for NA is valid. i.e if(test != "NA"){ } I think you should use if(is.na(test)){ } Or something similar. J --- John Seers Institute of Food Research Norwich
2003 Mar 12
3
Syncing Multiple servers simultaneously
Hi all; I am sure this question has been brought up before, but I could not find any information in the FAQ or docs etc. Quick question; Is there a way of syncing multiple servers simultaneously from 1 source server? Thanks, -- Vaibhav Goel extension 6347
2011 Jul 25
2
Xen (Dom0) and KVM simultaneously on same PC - is it possible?
Hello, Is it possible to run Xen (Dom0) and KVM on the same host PC? If yes, is it possible to run them simultaneously? The reason that I ask is because I presently use KVM but would like to try out Xen. However, I don''t want my KVM setup being messed up while playing with Xen. I''m using Fedora15 and the 3.0.0 kernel from mainline. Thank you in advance. --Vinu.
2016 Apr 04
0
Fwd: print issue from command prompt when jobs submit simultaneously
Hi Samba-Team, I'm using Fedora Linux and running samba 4.1.9. When I submit 2 print jobs from 2 windows command prompts from one Client PC simultaneously below error is logged and the data is lost for one of the job. (CMD prompt: copy smbprint.txt \\IPaddress\Print) ----------------------------------------------------------------------------------------------------------- 2015/12/07
2016 Apr 07
0
print issue from command prompt when jobs submit simultaneously
Hi Samba-Team, This issue can be reproducible in samba-4.2.5 also. Please find the attached log file for the same. Hope I may get some help to resolve it. Thanks and Regards, Shivappa On Mon, Apr 4, 2016 at 11:24 PM, shivappa sangapur <ssangapur3 at gmail.com> wrote: > Hi Samba-Team, > > I'm using Fedora Linux and running samba 4.1.9. > > When I submit 2 print jobs
2009 Jun 23
2
an idiom to handle i'th element of a set of lists simultaneously
Hi, I have 3 lists, x, y, z and I'd like to perform a calculation over all the lists simultaneously. If it were a single list I could use lapply, but for more than one list I'm using a for loop. Is there an idiom that would let me use something like lapply, but the function specified to lappy would have access to an element from each list? (In Python, I would have used for a,b,c in
2006 May 31
1
Lighttpd: HTTP and HTTPS Simultaneously
Hi is it possible to configure lighttpd to serve pages for http and https requests simultaneously? I would like users to be able to access my site securely or non-securely where the choice is theirs. The only instructions I can find to do this involve creating two copies of the lighttpd application (http://wiki.archlinux.org/index.php/Lighttpd_For_Both_SSL_And_Non-SSL). Is there any way to do it
2005 Nov 22
1
rpcclient to multiple servers simultaneously
> Hello, > > I have noticed that rpcclient support the ability to maintain connections to multiple servers simultaneously. > (http://optics.ph.unimelb.edu.au/help/samba/rpcclient.8.html) > My question is what is the samba's version that support this ability and where I can find an example of it's use? > Thanks in advance. > > >
2009 Nov 27
1
plotting two surfaces simultaneously in a single panel
Hi, I have recently begun using the lattice package, and have been using the wireframe command to visualise matrices which are model outputs. I have been trying to plot two surfaces (from two matrices) simultaneously in one panel, to visualise intersections etc., but neither my attempts or trawling the net are helping me find how to do this. Can someone help? Thanks Cheers, Umesh Srinivasan
2005 Mar 29
1
Sending many faxes simultaneously with spandsp
I have a potential client that wants to send many faxes simultaneously, over E1 trunks. How CPU intensive is spandsp's txfax? How many concurrent faxes could be sent by a decent CPU (e.g. Xeon 3GHz) before timing starts to get disrupted? Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
2003 Nov 18
2
run POP3S + IMAPS simultaneously?
a quick one: is it possible to run POP3S and IMAPS services through dovecot at the same time? would i just uncomment both "login = imap" and "login = pop3" in /etc/dovecot.conf? or can i only run one at a time? apologies if the answer is obvious, i'm just still trying to wrap my head around all of this. thanks, darren david
2018 Feb 28
1
use IMAP and POP3 simultaneously (single inbox)
Hi Is it safe to use IMAP and POP3 simultaneously to access the same inbox (using Maildir structure)? Thanks! Stanis?aw -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20180228/c8f47500/attachment.sig>
2003 Nov 04
0
Oplocks -- Simultaneously writing to same file
On my small network, I allow users on 6 Windows machines to read and write the same Linux Share. Can anyone tell me whether the smb.conf file listed below will get me into trouble with users opening -- and possibly writing -- the SAME FILE simultaneously? I have read the documentation on oplocks and I'm not sure I understand it sufficiently. I need a simple plain English explanation of
2011 Feb 28
1
Working simultaneously with the same user account
I would like to authenticate several desktops with the samba server using the same user name and password. Is it possible for 5 desktops to work simultaneously using the same user name and password in the same share on the samba server? Are there any downsides or possible problems with this approach? Permissions are inheritable and based on groups: # mkdir /media/test # chmod -R 770
2006 May 16
4
Oracle and MySql simultaneously from rails app
I searched this site on Oracle && MySql, nothing came up, so perhaps this is a new topic for this forum. I''d like to access two databases from the same application simultaneously (well, more precisely, in rapid succession, calling one first and then the other, as any "joins" will be done in the application code). One database is in MySql, the other is Oracle.