Displaying 20 results from an estimated 6000 matches similar to: "W2K with Samba 3.3.2 problem"
2009 Dec 10
1
ldap passwd sync problem with slave ldap server
Hello everyone!
I'm having problem with the parameter ldap passwd sync = yes. If my ldapsam
points to a master ldap server, it works perfectly. If it points to a slave
ldap server, the samba attributes are update but not the userpassword.
I'm using samba 3.4.3 with Fedora Directory 1.2.
Viewing the log files I saw same strange messages when I trying to change my
password:
[2009/12/08
2007 Nov 19
2
ASCII character set and hyphen
Hi all!
To add to my previous posting
I want to give some more deatils give a more precise
I want to print a hyphen to a pdf() or postscript() device.
As the documentaion of postscript says
ASCII Character 45("-") is mapped to a minus sign (ASCII Character
95) by default.
The advice given is to use "\173" for a hyphen.
But, the following code produces a curly brace
instead
2012 Mar 28
2
getopt does not work as expected!
I have the following script (also attached):
#!/usr/bin/Rscript
spec=matrix(c(
'verbose', 'v', 1, "integer",
'help' , 'h', 0, "logical"
),ncol=4, byrow=TRUE)
spec.dim=dim(spec)
spec.opt.long=spec[,1]
spec.opt.short=spec[,2]
spec.opt.l <- spec.dim[1]
infile <- "test.dat"
args=commandArgs(TRUE); l=length(args)
self =
2016 Apr 25
1
Please assist -- Unable to remove '-' character from char vector--
Thank you Jim,
The code did assist me to get the what I needed.
Also, I learnt that there are different types of dashes
(en-dash/em-dash/hyphen) as explained on this site :
http://www.punctuationmatters.com/hyphen-dash-n-dash-and-m-dash/
I achieved it by executing below command after going through this page
on stackoverflow:
2011 Jun 22
2
Hyphen in Vorbis Comment
Hello,
I am trying to tag some ogg vorbis files with hyphen "-" in the
comment field. For e.g. album name = Example - EP.
But this is being displayed as
ALBUM=Example
ALBUM=EP
Is there no way we can have a hyphen in the comments section?
2004 Aug 03
2
[LLVMdev] Compiler Driver Decisions
> On Mon, Aug 02, 2004 at 06:05:16PM -0700, Reid Spencer wrote:
> > On Mon, 2004-08-02 at 18:04, Chris Lattner wrote:
> > llvmcd - llvm compiler driver
> > llvmci - llvm compiler invoker
> > llvmcs - llvm compiler system (or perhaps "compilation system")
> > llvmct - llvm compiler tool
> > llvmx - llvm eXecutive
>
> I like llvmcs. Contrary
2004 Aug 03
0
[LLVMdev] Compiler Driver Decisions
On Mon, Aug 02, 2004 at 06:05:16PM -0700, Reid Spencer wrote:
> On Mon, 2004-08-02 at 18:04, Chris Lattner wrote:
> llvmcd - llvm compiler driver
> llvmci - llvm compiler invoker
> llvmcs - llvm compiler system (or perhaps "compilation system")
> llvmct - llvm compiler tool
> llvmx - llvm eXecutive
I like llvmcs. Contrary to the IRC discussion, I am not sure I want a
2004 Aug 10
1
/minus or /hyphen in PS output
Dear R devolepers!
Wouldn't you change src/main/devPS.c file (patch will follow). Problem
is with minus sign in ps output. The original code forces the name
/minus to the character number 45 (-). But /minus symbol is not defined
in standard Adobe encoding and (even worse) is not defined in most type1
fonts (where the name /hyphen is used instead), in this case you will
have an empty
2004 Aug 10
1
/minus or /hyphen in PS output
Dear R devolepers!
Wouldn't you change src/main/devPS.c file (patch will follow). Problem
is with minus sign in ps output. The original code forces the name
/minus to the character number 45 (-). But /minus symbol is not defined
in standard Adobe encoding and (even worse) is not defined in most type1
fonts (where the name /hyphen is used instead), in this case you will
have an empty
2016 Apr 25
0
Please assist -- Unable to remove '-' character from char vector--
Hi Sunny,
Try this:
# notice that I have replaced the fancy hyphens with real hyphens
end<-c("2001-","1992-","2013-","2013-","2013-","2013-",
"1993-2007","2010-","2012-","1984-1992","1996-","2015-")
splitends<-sapply(end,strsplit,"-")
last_bit(x)
2020 Jul 30
2
Suggestion for TableGen ranges
The is a syntax quirk in TableGen. A leading plus or minus sign on a decimal integer is considered part of the integer token. Coupled with this, the hyphen (-) is used to indicate integer ranges, as in '1-5'. But the compiler lexes '1-5' as '1' followed by '-5', so a special rule is required to treat that as a range. It is documented as follows:
"The peculiar
2016 Apr 25
3
Please assist -- Unable to remove '-' character from char vector--
Hi,
I have a char vector with year values. Some cells have single year
value '2001-' and some have range like 1996-2007.
I need to remove hyphen character '-' from all the values within the
character vector named as 'end'. After removing the hyphen I need to
get the last
number from the cells where there are year range values i.e if the
cell has range 1996-2007, the code
2024 Jan 14
2
ProxyJump may construct erroneous ProxyCommand
On Sat, 13 Jan 2024, Rob Leslie wrote:
> Hello,
>
> On macOS, Terminal?s ?New Remote Connection?? command runs ssh in a new window like this:
>
> login -pfq $USER /usr/bin/ssh $HOST
>
> Here, login executes /usr/bin/ssh with argv[0] set to ?-ssh?.
>
> If $HOST has a ProxyJump configuration, the resulting ProxyCommand is:
>
> -ssh -W '[%h]:%p'
2005 Jul 01
3
W2K Workstation not reading NTConfig.pol
I have recently set up an small SAMBA network(just my
server and a W2K SP4 Workstation). My Server is acting
as a PDC. Everything seems to work flawlessly, users,
roaming profiles, netlogon script, etc... But I cannot
make this machine to read my NTConfig.pol file.
I have it at my NETLOGON share [/srv/netlogon] with
rwxr-xr-x permissions. I have tried with different
filenames (NTConfig.POL,
2004 Aug 03
0
[LLVMdev] Compiler Driver Decisions
On Tue, Aug 03, 2004 at 12:26:50PM -0500, Brian Gaeke wrote:
> > On Mon, Aug 02, 2004 at 06:05:16PM -0700, Reid Spencer wrote:
> > > On Mon, 2004-08-02 at 18:04, Chris Lattner wrote:
> > > llvmcd - llvm compiler driver
> > > llvmci - llvm compiler invoker
> > > llvmcs - llvm compiler system (or perhaps "compilation system")
> > > llvmct
2012 Jul 24
9
Regular Expression
Hi--
I have three columns in an input file:
MONTH QUARTER YEAR
2012-07 2012-3 2012
2001-07 2001-3 2001
2002-01 2002-1 2002
I want to make output like so:
MONTH QUARTER YEAR
07 3 2012
07 3 2001
01 1 2002
I was having some trouble getting the regular expression to work. I think
it should
2012 May 04
2
[Sweave] string.prefix without hyphen-minus
Dear Sweave users,
Could you help me to find a way to place Sweave output files in a subdirectory of the currentfolder without giving them a subname?
If the option "prefix.string=foo/" is used, all files are placed in this folder, but begin with an hyphen-minus, which makes it difficult to work with them. If the option "prefix=FALSE" is used, then files won't be placed in
2011 Jul 14
1
'phrase' default-op mixed with hyphenated words
Hi all,
I've come across an issue caused when I try to set the query parser's
default op to OP_PHRASE: Xapian raises an Unimplemented Error if the
query contains hyphenated words or other terms that implicitly
generate a phrase.
This can be shown with the following Python extract:
>>> from xapian import *
>>> qp = QueryParser()
>>>
2003 Jul 07
1
embedding characters
i seem to be having trouble with certain characters in machine names and passwords.
specifically, there is a hyphen in on of the server's names. this entry in the fstab file fails to connect with the following error:
# mount /root/it-blackbox/c\$/
Password:
Anonymous login successful
18867: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
the line from fstab
2024 Jan 14
2
ProxyJump may construct erroneous ProxyCommand
Hello,
On macOS, Terminal?s ?New Remote Connection?? command runs ssh in a new window like this:
login -pfq $USER /usr/bin/ssh $HOST
Here, login executes /usr/bin/ssh with argv[0] set to ?-ssh?.
If $HOST has a ProxyJump configuration, the resulting ProxyCommand is:
-ssh -W '[%h]:%p' $JUMP_HOST
Because of the leading hyphen, this fails to execute. If the user?s shell is zsh, the