similar to: Clarification on a few concepts, for a FAQ I'm writing

Displaying 20 results from an estimated 3000 matches similar to: "Clarification on a few concepts, for a FAQ I'm writing"

2003 Oct 09
3
Mysql + Samba, please help....
Hi Guruz, sorry for the bad English and the stupid question... I configure samba-3.0 with such options ./configure --prefix=/usr/local/samba --with-expsam=xml,mysql --with-pam --with-pam_smbpass after install i try ./pdbedit -L and i get the following error No builtin nor plugin backend for mysqlsam found Loading mysqlsam failed! my config file ...... passdb backend = mysqlsam ;passdb backend
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
====================================================== "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared." Buddha ======================================================
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
====================================================== "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared." Buddha ======================================================
2005 Jul 15
1
Re: Fix passwd/shadow/group files? -- Samba is not an enterprise directory solution ...
From: "Bryan J. Smith <b.j.smith at ieee.org>" > So? I've been authenticating Samba against NIS servers since > the mid-'90s ... > You can even use pGINA to replace your NT/200x/XP login to > authenticate against other servers ... > If you are the former, you _can_ switch _away_ from CIFS altogether! > Samba will _never_ reverse engineer all of
1999 Apr 06
1
rw-faq clarification + simple question + bug(?)
Windows users note: the rw-faq says |1.8) Can I use rw0xx with ESS and emacs? | |Yes. Some time soon versions of ESS (5.1.3 has a `somewhat rough' |prototype for rw0632) will come with support for this version of R. If |yours does not, edit essd-r.el to have | | (inferior-ess-start-args . "--ess")) | |and make sure you give the full path to Rterm.exe as the R executable.
2002 Aug 22
0
NDPS or JetDirect Printing RH 7.1 Wine 082002
Anyone manage to print to an NDPS printer. The Server is NW5 and there is no Bindery context or ques. When trying to print a test page I just get and error saying there was an error. I could print as a JetDirect que, but I can't seem to get it to work. I put in the IP address and can ping it, I just can't print to it. It asks for a Que name but I am not sure what to put in for a
2004 Dec 22
2
NTVDM errors after joining domain
Hi all, One of my very last users to move from the Novell server to the Samba domain runs some applications using Rbase version 2! Yes, we are trying to get away from it but it is taking some time. Anyway he had local administrator on his machine and the applications worked fine. Now no matter if he has administrator or not, he gets NTVDM errors. If I try to play around with the memory
2001 Oct 24
0
W2K and include=%U
Hi List, sorry for reposting but we still have trouble with our environment. The facts: The current network consists of Windows98-clients and a linux-box with samba 2.0.7 acting as a pdc. In the smb.conf we use the entry: include=smb.conf.%U to achieve that every user gets his own, dedicated network neigh- borhood. That way the user sees only that ressources that he's allowed to access.
1999 Sep 13
0
[RHSA-1999:037-01] Buffer overflow in mars_nwe
--------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: Buffer overflow in mars_nwe Advisory ID: RHSA-1999:037-01 Issue date: 1999-09-13 Updated on: Keywords: mars_nwe buffer Cross references: --------------------------------------------------------------------- 1. Topic: There are several buffer overruns in the mars_nwe
2012 Oct 14
0
Asking help about drawing and saving candle chart automatically....
Hello, I have trouble with saving and showing candlestick graph. I want to draw daily 1-minute candle chart per each day and save it repeatedly. The data I saved and is used in my code is as the following format: ----------------------------------------------------- Index,Open,High,Low,Close # header 2011-11-01 9:00:00 ,248.50,248.95,248.20,248.70 ... 2011-11-01 15:15:00
1998 Nov 06
2
Need help with 'Cannot find setup.exe Windows needs this file to
OK. Maybe I was a little terse in the description. I have a CD we (Candle) created. It installs one of our products by executing the setup.exe program. I am able to execute the program off the CD with no problems. I then copied the contents of the CD to the Samba share. I try and execute the setup.exe file and get this error. If I then copy the files from the Samba share to /temp, I can
2017 Jul 10
0
Revolutions blog: June 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests have written about R every weekday at the Revolutions blog (http://blog.revolutionanalytics.com) and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of June: R 3.4.1 "Single
2012 Dec 02
2
How to calculate mean of every nth time series data with zoo or xts ?
Hello, I have 1-minute time series stock data and I'd like to calculate mean of every n-th candle data of m-days. result = c(mean of 1th data, mean of 2nd data, ...) mean of 1th data = (1th data of 2012-1-1 + 1th data of 2012-1-2 + 1th data of 2012-1-3) / 3 mean of 2nd data = (2nd data of 2012-1-1 + 2nd data of 2012-1-2 + 2nd data of 2012-1-3) / 3 ... Could you let me know the fastest
2006 Nov 15
1
simple mainmenu ivr tones not recognized
I'm trying to setup a VERY simple mainmenu ivr but can't seem to get the tones to be recognized during the background( ) the playback and background files play, but asterisk doesn't do anything when I start pushing keys - I've tried it from softphones and pstn line phones Can anyone tell me what I'm doing wrong? Required contexts Exentions.conf below [from-broadvoice]
2007 Apr 02
2
How to integrate dspam and dovecot
Hello all, I am currently setting up a new mail server with Qmail, OpenLDAP and Dovecot in CentOS-4.4. Qmail version is 1.03, OpenLDAP is 2.3 and Dovecot version is dovecot-1.0-3_50.rc27(RPM). I have successfully installed and tested it. But I have two issues with the current setup: #1. I am using dovecot LDA and configured the OpenLDAP such that the mail be delivered to the virtual users
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
> On Aug 14, 2017, at 8:37 AM, Szumiloski, John <John.Szumiloski at bms.com> wrote: > > Thanks for the feedback Jeff. Before I pursue a bug report, let me give a full example: > > ###### begin console output > > R version 3.4.1 (2017-06-30) -- "Single Candle" > Copyright (C) 2017 The R Foundation for Statistical Computing > Platform:
2017 Aug 31
2
Conectar Access con R
Buenas, Estoy usando R para conectarlo con ACCESS pero me da error: > conexion<-odbcConnect("ProductionReport.mdb") Warning messages: 1: In RODBC::odbcDriverConnect("DSN=ProductionReport.mdb") : [RODBC] ERROR: state IM002, code 0, message [Microsoft][Administrador de controladores ODBC] No se encuentra el nombre del origen de datos y no se especificó ningún
2017 Sep 27
2
disturbed legend in ggplot2
Dear friends - below is a subset of a much larger material showing two ways of generating two "lines". The intention is to have the colour reflect a variable, pH, but the legend is disturbed. The little part marked "3" above the colour scale is unwelcome. Why did it appear? How could I avoid it? I'm on Windows 7, R version 3.4.1 (2017-06-30) -- "Single
2017 Aug 14
3
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
> On Aug 14, 2017, at 11:10 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > >> On Aug 14, 2017, at 8:37 AM, Szumiloski, John <John.Szumiloski at bms.com> wrote: >> >> Thanks for the feedback Jeff. Before I pursue a bug report, let me give a full example: >> >> ###### begin console output >> >> R version 3.4.1
2017 May 01
0
Concept clarification between multiple ConnecTo and multiple netname
If you have multiple ConnectTo statements in your tinc.conf, then tinc will attempt to establish connections with *all* of them. It is not a fallback, though it is a good idea for every node to have at least two direct connections for improved resiliency and fault tolerance. As to whether you should have just one tinc network or multiple networks, well, that depends on what you're trying to