similar to: new to samba

Displaying 20 results from an estimated 100 matches similar to: "new to samba"

2007 Nov 26
1
Pls delete this off the internet IMMEDIATELY
http://groups.google.com/group/linux.samba/browse_thread/thread/d669e5e24f24e1f6/236c73e8a362b5e6?hl=en&q=jpmchase.com#236c73e8a362b5e6 ----------------------------------------- This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market
2016 Feb 23
6
Laptop SCSI capability supported by CentOS 7
I'm looking for a well-supported ExpressCard or PCMCIA/CardBus SCSI card that can do at least FastSCSI (Narrow, Wide not necessary) that is supported by CentOS 7. I have an Adaptec SlimSCSI 1460D, but it doesn't seem to be supported (it's previously supported by the aha152x driver). Any ideas are welcomed, other than 'just use a desktop.' I am not sure a USB or Firewire
2005 Jul 05
2
rsync error ?
I'm not sure it is a real error or not, when I run 'rsync' with no options on AIX 5.3, it has an error at the bottom of usage message, see below # rsync ....... ....... ........ Use "rsync --daemon --help" to see the daemon-mode command-line options. Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation. See http://rsync.samba.org/ for updates, bug
2019 Aug 26
2
Making isolinux boot menu: problems
We're currently working on a custom distro which would have an isolinux boot menu. We're currently not able to make it work, and are looking for a good example of an isolinux/ directory of an iso with such a boot menu. If anyone knows one (on github, ...) please let us know. Also, we think that there is either something missing from the instructions over at
2004 Aug 18
1
Asterisk and Dial-Up ISP
Yes, I know this is lame, but my location limits me to using a dial-up ISP. I am running asterisk with a T100P and a TDM400 card. I currently have dial-on-demand setup on the same box, using diald and an external modem. To prevent DOD from trying to dial out during an external call, I have an AGI script kill diald before initiating a call, and then restart it at the end of the call by looking
2013 Apr 29
0
[JOBS] Entry-level-ish Rails Developer and DBA needed - Boston, MA
*Rails Developer and Database Administrator* Peregrine Energy Group<http://www.peregrinegroup.com>, a small energy efficiency consulting company in Boston, MA, helps large organizations understand and manage their energy usage. At the core of our consulting and software services are reams of energy use data, and web-based interface that helps our clients make sense of it all. We are
2010 Apr 30
1
tis: cannot alter subset when input matrix contains NAs
When using the tis time series package (v1.9), I cannot select or alter a subset of a time series when the time series is created from a matrix and the matrix contains NA values. Example: x<-tis(t(c(1:10,NA)), start=c(2000,1), freq=12) x[x>0]<-0 The second line yields "Error in if (any(i > nrow(x))) { : missing value where TRUE/FALSE needed" However, both of the following
2001 Sep 24
1
Newbie to Samba - getting '^M' characters from NT into PVCS o n UN IX
Hello Tony, Samba isn't the 'culprit', just the media used. Samba does NOT insert anything into the files that you copy over or have an application create on a samba share. The issue is that you are using a PC program to check out/modify the files, and pc os'es (Win/dos, i mean) use crlf as a ascii line terminator. Unix uses a lf only. So when you view the files with a pc
2005 Aug 17
5
1-800 number
Hi! I'm searching for a 1-800 number that simply plays music for a long time (>3mins) and no one picks up. I've bothered the AT&T lines so far when trying out my SIP->PSTN connection but then always someone answered :-) Anyone have a number? Christoph
2010 Mar 30
7
Analyzing java class loading with dtrace
Hi there, I am trying to diagnose a performance problem on a Sun T5120 running Solaris 10. I see general poor performance using Java and, in particular, loading classes. I have developed a simple java test that loads all of the classes in a Crystal Reports JAR file (around 7000 classes) which takes much longer on the T5120 (40 secs) than on a Core 2 Duo windows PC (5 secs). I recognise that this
2008 Sep 30
1
prblems changing directory in mpi snow clusters
Dear R Users, I am attempting to use snow with rmpi. My configuration is: - R Version 2.7.2, rmpi - RMPI 0.5-6 - DeinoMPI 1.1.0 - Windows Xp SP2 I can sucessfully create a cluster and execute simple commands but for some reason, I cannot change the working directory in my nodes. > noclusters<-2 > cl <- makeCluster(noclusters, type = "MPI") 2 slaves are spawned
2008 Oct 30
2
smooth function advice
Dear R Users, I am looking for a smoothing function with the following characteristics for a time series of data: - at each date, should only use data up to that date (so, right aligned and not centered) - should return a smoothed series of length equal to the original time series: - for a one-day time series, just returns that day - this means the front part of the series will
2008 Jun 30
6
Plotting three time series on the same graph
Dear R Users, I would like to plot three time series on the same graph, two axis on the left and one axis on the right. The time series that I am graphing on the left do not share a similar scale: one has a range of 1:100 and the other a range of 25000:70000. How can I display the tick marks for both on the left hand side without superimposing them, i.e. one set of tick marks in black right
2008 Nov 04
4
fine grain tick marks for zoo plots
Dear R Users, I am trying to get plot.zoo to place monthy tickmarks/labels for a time series which spans daily data going back a bit over a year. Right now, I am getting only one tick mark on the x-axis for the beginning of 2008. How can I force plot.zoo to place more regular x-axis tick marks on a monthly basis ? Thanks in advance, Tolga Generally, this communication is for informational
2019 Aug 26
0
Making isolinux boot menu: problems
Hello Brian, On 26/08/2019 13:20, Brian Peregrine via Syslinux wrote: > We're currently working on a custom distro which would have an > isolinux boot menu. > We're currently not able to make it work, and are looking for a good > example of an isolinux/ directory of an iso with such a boot menu. If > anyone knows one (on github, ...) please let us know. They are plenty!
2014 Aug 06
0
Multiple userdb on specific ports
Hello everyone, Is it possible to, from one instance, bind a single userdb to a specific listen port in Dovecot? For example, requiring passwd or PAM authentication on IMAP port 143, but using an SQL passdb only on port 8143? Regards, ZWS -- *Zachary Sturgeon* Programmer Peregrine Computer Consultants Corporation 3927 Old Lee Highway, Suite 102-C Fairfax, VA 22030-2422 http://www.pccc.com/
2008 Aug 13
2
which alternative tests instead of AIC/BIC for choosing models
Dear R Users, I am looking for an alternative to AIC or BIC to choose model parameters. This is somewhat of a general statistics question, but I ask it in this forum as I am looking for a R solution. Suppose I have one dependent variable, y, and two independent variables, x1 an x2. I can perform three regressions: reg1: y~x1 reg2: y~x2 reg3: y~x1+x2 The AIC of reg1 is 2000, reg2 is
2008 Jun 19
4
How can I execute a .R/script file
Dear R-Users, I've written a number of functions in a .R/script file. I would like to call those functions from another script file. How can I execute all the code in a script file so that the functions are available for use in my other script file ? I have tried help.search("script") and various Google alternatives but couldn't come up with anything. Thanks in advance,
2006 Mar 16
4
Domain Authentication Problem
I have been running Samba 2.2.8 on a Solaris 8 server with a valid NetBIOS server name on the AD domain. The Samba 2.2.8 configuration was configured for security = domain. Everything was fine until the AD domain controllers were "upgraded" to Windows Server 2003 SP1. User authentication would no longer function with the following error message in the samba 2.2.8 log:
2013 Apr 27
24
VGA/PCI Passthrough of Secondary Graphics Adapter
Aloha! Concisely, I''ve been trying for several days to get VGA/PCI passthrough working. Regarding VGA vs PCI passthrough, I''m not entirely certain of the difference? Does Xen perform a different set of operations when passing through a VGA card versus any PCIe card? I''ve read the wiki and it seems the answer is "yes;" however, when passing through a