similar to: smbpasswd

Displaying 20 results from an estimated 200 matches similar to: "smbpasswd"

2004 May 06
0
SMBCLIENT: error on mounting
Dear all, I use smbmount on a script. The package used is (SuSe 7.2): "... root@gprod:~ > which smbmount /usr/bin/smbmount root@gprod:~ > rpm -qf /usr/bin/smbmount smbclnt-2.2.0-15 root@gprod:~ > ls -l /usr/bin/smbmount -rwsr-sr-t 1 root root 497224 May 12 2001 /usr/bin/smbmount root@gprod:~ > ..." This script runs on crontab each 20 minutes. It uses the
2004 Dec 24
1
Replacement of a windows 2000 PDC with active directory by samba/LDAP
Hi I'm currently working on a project aiming at replacing all windows servers (about 20) in my company by linux servers. Some of these windows servers are windows 2000 domain controlers (one PDC and few BDCs) with active directory. We have about 900 client windows 2000 workstations and about 2/3 of them are domain members. Our goal is to replace the windows servers that are domain controlers
2009 Sep 11
1
help with plotting
HI all, raw_urine = read.table("Z:\\bruce.9.3.09.sample.stability.analysis\\urine\\mz.spot.sam.dat.new", header = TRUE ) pvalue = read.table("Z:\\bruce.9.3.09.sample.stability.analysis\\urine\\all.urine.features.t.test.result", header = TRUE ) library(compositions) p = function(a,b){ y = pvalue[,a] if(y<0.01){ index = which(y, arr.ind=TRUE) day1 = raw_urine[index,3:7] day2 =
2012 Aug 06
3
[LLVMdev] How to call some transformation passes (LoopRotate and LoopUnroll) from my own pass
Hello, I wrote my own pass which needs to do some loop unrolling. I can perform loop unrolling via opt: opt -mem2reg -loops -loop-simplify -loop-rotate -lcssa -loop-unroll -unroll-count=50 mytest.bc -o mytest.bc This command works perfectly. However, what I really want is to produce the **same behavior** but from my own pass (i.e., I don't want to use opt). I wrote a Module pass which
2012 May 21
1
fda modeling
Dear friends - We have 25 rats, 14 of these subjected to partial removal of kidney tissue, 11 to sham operation, and then followed for 6 weeks. So far we have data on 26 urine metabolites measured by NMR 7 times during the observation. I have smoothed the measurements by b.splines in fda including a roughness penalty, and inspecting the mean curves for nephrectomized and sham animals indicate
2003 Sep 12
2
Question about DOS 8.3 mangling files name
Dear all, I have used the Samba 2.2.8a server. mangle method = hash or hash2 But when i make a "dir" command on the MS-DOS prompt, the file name aren't the same from a disk on DOS local partition and Samba Server partition. :-( File name on the Windows view: ESTE_DE_NOME_BEM_GRANDE.TXT DOS prompt on the Samba Serve Partition: TESTE~65.TXT DOS prompt on the DOS local Partition
2012 Aug 06
0
[LLVMdev] How to call some transformation passes (LoopRotate and LoopUnroll) from my own pass
On Aug 6, 2012, at 6:04 AM, Jorge Navas <navas at comp.nus.edu.sg> wrote: > > Hello, > > I wrote my own pass which needs to do some loop unrolling. > > I can perform loop unrolling via opt: > > opt -mem2reg -loops -loop-simplify -loop-rotate -lcssa -loop-unroll > -unroll-count=50 mytest.bc -o mytest.bc > > This command works perfectly. > >
2011 Oct 25
1
[LLVMdev] How to handle global variables in LLVM analyses
I'm trying to implement a basic analysis for inferring the ranges (minimum and maximum values) of integer variables. I don't expect for now to reason about pointers or arrays but I would like some reasoning about global variables. As expected, the fact that all register values are in SSA form simplifies a lot the analysis. However, global variables are not necessarily in SSA form. I
2015 Jun 19
2
Sobre data.table
Mª Luz, si el comando de Carlos te devuelve 0 es que no hay NA's. Da igual que tus columnas sean caracteres o número. Lo que intuyo es que tienes celdas con la frase "NA" que interpretas como NA. Mandanos el summary de tu data.table y lo vemos... ----- Mensaje original ----- De: "MªLuz Morales" <mlzmrls en gmail.com> Para: "Carlos J. Gil Bellosta"
2012 Apr 02
6
[LLVMdev] GSoC - Range Analysis
> from what I understand of the analysis, to come to its conclusions it assumes > that there is no overflow. That doesn't make it useless for removing integer > overflow checks: you can successively walk variables, and if you can prove that > there is no overflow of a variable X given your analysis of previously seen > variables, then X can safely be added to the set of
2012 Apr 02
0
[LLVMdev] GSoC - Range Analysis
Hi, guys, thank you for all the feedback. I will try to answer your questions below. But, if you think that might not be a good GSoC project, do not hesitate to tell me. I can try to write a different proposal. Nevertheless, I would like to hear from you what you think is important to have in the range analysis. By reading your e-mails, I see that there are still a lot of things that we do
2011 Nov 15
1
[LLVMdev] Pass options to the linker
On Tuesday, November 15, 2011 at 10:11:25 (+0100), Duncan Sands wrote: >> Hi Jorge, >> >> > I'm trying to use the PPL (Parma Polyhedra Library, >> > bugseng.com/products/ppl) in one of my LLVM passes getting the error: >> > >> >> Error opening >> >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
2013 Oct 06
4
Android App for Icecast Administration
Yeah, the app will probably only be for viewing statistics and other Icecast data - and not for "managing" or modifying the server since it isn't possible from the Web interface. Any suggestions for what Icecast data the app should display? On Sun, Oct 6, 2013 at 2:29 AM, Basil Mohamed Gohar < basilgohar at librevideo.org> wrote: > On 10/05/2013 04:26 PM, Elad Nava
2010 Jun 29
3
merging/intersecting 2 data frames
Dear R People: I have two data frames, a.df and b.df as seen here: > a.df[1:10,] DATE GENDER PATIENT_ID AGE SYNDROME 1 4/16/2009 F 23686 45 RASH ON BODY 2 4/16/2009 F 13840 35 CANT URINATE 3 4/16/2009 M 12895 30 BLURRED VISION 4 4/16/2009 M 18375 33 UNABLE TO VOID 5 4/16/2009 M 2237 44
2013 Oct 05
4
Android App for Icecast Administration
Hey Icecast devs, I want to build an Android app for Icecast server administrators, where they can view server information, mount points, listeners, etc, even manage the server remotely. What do you think? -- - Elad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20131005/6386f489/attachment.htm
2013 Oct 07
1
Android App for Icecast Administration
Cool! Are there any other XML files in /admin that I can get info from? On Oct 7, 2013 11:26 AM, Thomas B. R?cker <thomas.ruecker at tieto.com> wrote: > On 06/10/13 07:32, Elad Nava wrote: > > Yeah, the app will probably only be for viewing statistics and other > Icecast data - and not for "managing" or modifying the server since it > isn't possible from the
2006 Mar 30
3
Winbind and email server
Folks, Sincere apologies for asking this again, but I'm just not getting this to work, and must be missing something here: My company's network is based around a Windows 2003 server AD, with several RHEL AS 3 boxes connected to it via samba (3.0.21c-1). ?This scheme works very well. ?I've set up, and have successfully been using a sendmail-based email system, too. My issue is
2005 Sep 27
1
Moaning dog...
Here's one for you phone people.... An elderly lady phoned her telephone company to report that her telephone failed to ring when her friends called - and that on the few occasions when it did ring, her pet dog always moaned right before the phone rang. The telephone repairman proceeded to the scene, curious to see this psychic dog or senile elderly lady. He climbed a nearby telephone pole,
2006 Feb 07
2
SAMBA and X509 certs ?
Hello everybody, I'll try to find out some info about Samba and a way to put x509 authenticate method but i don't find anything clear about it. I found in the how-to v3 some stuff about authenticate PAM module to use with samba but I don't know if I look in the right direction. I have a samba server running for a lots of time based on smbpass DB. We plan to use our PKI certs to
2008 Mar 12
9
[patch 0/6] Guest page hinting version 6.
Greetings, I've dedusted the guest page hinting patches and ported them to todays upstream git tree. There is one reject if applied to 2.6.24-rc5-mm1 but that is easy to fix. The code stills works as expected on my test system. Our z/VM performance team recently published a report on guest page hinting vs. the ballooner approach on SLES10 for a farm of web servers. The code on SLES10 differs