similar to: Winbindd as deamon or in debug mode is a BIG difference ?!?

Displaying 20 results from an estimated 600 matches similar to: "Winbindd as deamon or in debug mode is a BIG difference ?!?"

2002 Jun 12
1
SuSE8.0 and SAMBA crash
Hi all, We have been using SuSE7.2 and samba (client and server) without any problems for a few months. Now, we migrated some workstations (samba clients) to SuSE8.0 and we get segfaults while accessing files mounted through samba. The segfault happens on the CLIENT side. Here is our network configuration: - SuSE7.2 server with default samba server package. - Few SuSE7.2 workstations
2017 Nov 22
0
ccomp Composition and ggtern plot...
I have no clue what this package is for, but reading the help page for the ccomp function tells you that it returns a numeric vector or matrix. How do YOU want to display information from this numeric vector? That will determine how you would put it into a data frame. -- Sent from my phone. Please excuse my brevity. On November 22, 2017 3:13:01 AM PST, Levent TERLEMEZ via R-help <r-help at
2017 Dec 04
2
ggtern and bquote...
Dear Users, What is the proper way to write symbol, superscript, subscript in ggtern/ggplot? I tried every given example, every possible features of ggplot but couldn?t achived. I just want to write P_a, sigma^2, etc, would you please advise me about this problem. Thanks in advance, Levent TERLEMEZ ________________________________ Bu elektronik posta ve onunla iletilen b?t?n dosyalar sadece
2017 Nov 22
2
ccomp Composition and ggtern plot...
Dear Users, I would like to use compositions package with ggplot/ggtern, other composition classes of compositional package can be used with ggtern by converting to data frame but I could do anything with c(ount)comp class. Ggplot/ggtern can not recognise comp and also can not be converted to data frame. Is there any other way to do this? Thank you in advance, Levent TERLEMEZ.
2001 Sep 15
0
suse 7.2 and pam...required or optional?
On Sun, 9 Sep 2001, Asoka Anon wrote: > Hello, I have had nothing but trouble with samba after a very brief > period of acctually having it work, so I know it is possible. Well, I > am prepared to start trying again, and so I have been doing alot of > reading. Tell me if I am wrong here: suse7.2 uses shadow and/or md5 > passwords? Suse7.2 also uses PAM? When compiling samba, I
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
2017 Dec 04
0
ggtern and bquote...
> On 4 Dec 2017, at 11:58 , Levent TERLEMEZ via R-help <r-help at r-project.org> wrote: > > Dear Users, > > What is the proper way to write symbol, superscript, subscript in ggtern/ggplot? I tried every given example, every possible features of ggplot but couldn?t achived. I just want to write P_a, sigma^2, etc, would you please advise me about this problem. Did you try
2005 Sep 19
2
how to extract the column name or value from the numerical value of the matrix
Dear sir, i have a matrix like x<-c(1:20) A<-matrix(x,4,5) > A [,1] [,2] [,3] [,4] [,5] [1,] 1 5 9 13 17 [2,] 2 6 10 14 18 [3,] 3 7 11 15 19 [4,] 4 8 12 16 20 I want to extract the column value for the matrix value 11... or the row value for 14.. how it is possible? thanks for your help.... with regards, boopathy. Thirumalai
2005 Sep 19
2
how to extract the column name or value from the numerical value of the matrix
Dear sir, i have a matrix like x<-c(1:20) A<-matrix(x,4,5) > A [,1] [,2] [,3] [,4] [,5] [1,] 1 5 9 13 17 [2,] 2 6 10 14 18 [3,] 3 7 11 15 19 [4,] 4 8 12 16 20 I want to extract the column value for the matrix value 11... or the row value for 14.. how it is possible? thanks for your help.... with regards, boopathy. Thirumalai
2017 Dec 04
0
YNT: ggtern and bquote...
reading ?plotmath you might notice that "_" isn't the propper syntax for subscripts. This will work: ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = c(.30,.50,.0),zend =c(.0,.50,0.3)))+ geom_point()+ theme_showarrows()+geom_segment(size=.5)+ geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=c("P[a]","P[b]","P[c]"), parse=TRUE)
2003 Aug 13
0
Winbind (?) Problem ....
I can't setup Authentication between samba & Win NT [root@fulya etc]# net join -U Administrator%pass [2003/08/12 20:22:55, 1] utils/net_ads.c:ads_startup(176) ads_connect: Connection refused [2003/08/12 20:22:56, 1] utils/net_rpc.c:run_rpc_command(154) rpc command function failed! (NT_STATUS_ACCESS_DENIED) Joined domain TRANSVARO. [root@fulya root]# What is ads_.. ? if it is
2017 Dec 04
1
YNT: ggtern and bquote...
Hi, My example code is this; x11<-data.frame(A=c(.6,.6,.6),B=c(.20,.20,.20),C=c(0.20,.20,.20)) ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = c(.30,.50,.0),zend =c(.0,.50,0.3)))+ geom_point()+ theme_showarrows()+geom_segment(size=.5)+ geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=as.expression("P_a","P_b","P_c"))
2017 Dec 04
1
ggtern and bquote...
D'oh! Thanks for pointing this out. I blame caffeine depletion at the time... -pd > On 4 Dec 2017, at 15:48 , Eik Vettorazzi <E.Vettorazzi at uke.de> wrote: > > reading ?plotmath you might notice that "_" isn't the propper syntax for > subscripts. This will work: > > ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = > c(.30,.50,.0),zend
2001 Aug 22
1
Questions about W2K
I have a windows application that I need to have access to (so that I can keep my wife happy with using linux)... I have tried the downloaded version of Wine, and also recently loaded the CodeWeaver's Wine. I like some of the features with the CodeWeaver's version (it included the setup util)... However, I can't seem to get the windows application to run. It launches a Dr. Watson
2005 Nov 02
0
XEN, SuSE 7.2 and AFS
Hallo all, I installed SuSE9.3 (Kernel 2.6) with XEN environment. Now I want SuSE7.2 (Kernel 2.4, old glibc and gcc) as guest domain using AFS. But there are problems during compile an loading the AFS modules. Does anyone knows, if it is possible to use such an environment? Regards, Lars Richter -- Dipl.-Inf. Lars Richter Pro Design Electronic & CAD-Layout Hochheimer Straße 47, 99094
2008 Jul 04
2
swfdec and clutter
hi, i started an experimental clutter-swf renderer project http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2 using swfdec-0.6 In fact this project is a part of bigger clutter media project. For less dependency i configured swfdec by ./configure --prefix=/usr --disable-maintainer-mode --disable-gtk --disable-mad --disable-ffmpeg --disable-gstreamer --disable-vivified
1999 Jul 16
0
stikky-Bit
Hello, why can't SAMBA 2.03 set the Stikky-Bit on a directory which is made with a W9X Client and Directory Mask 1770 ? I want the directories who are created on a Samba-share are build with the Stikky-Bit is on to avoid that other users can delete non-owned files on this share. Thanks. -- -------------------------------------------------------- Gunther Grelczak, Elektronik - Multimedia
2004 Oct 05
1
samba-2.2.8a-220 and OSX
Hi to all. We have a samba-2.2.8a-220 Server. The server works still fine with several clients (W9x, W2k, WXP and smbmounts via Linux). But now I have to connect an Apple OSX and now I have one problem. From OSX I can connect to the shares, browse the file listing. But when a file is copied into a share, the file is on the destination with 0 (zero) Bytes filesize. The linux uid and gid are
2001 Nov 14
2
BASA GELEN CEKiLiR DEMEYiN..
I Don't speak the language it is in, but is this spam? -----Original Message----- From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org] On Behalf Of SAGLAM SiGORTA Sent: Wednesday, November 14, 2001 10:40 PM To: samba@samba.org Subject: BASA GELEN CEKiLiR DEMEYiN.. Importance: High SA?LAM S?GORTA ARACILIK H?ZMETLER? Merhabalar, Size ?ncelikle firmam?z? tan?tarak
2017 Sep 08
0
Antwort: Re: Windows 10 and Java Applications on a samba share
Hi Nils, > one more information. > This behaviour also happens on a WIndows 2012 R2 Server System. if this behavior happens also on win2012r2, then the problem may be linked to the SMB version of the protocol. Win7 support SMB version up to SMBv2.x, as does win2k8r2. On the other hand, Win10, Samba4 and Win2k12 supports SMB up to SMBv3.x. And protocol version is negotiated during