similar to: SAMBA digest 1363

Displaying 20 results from an estimated 800 matches similar to: "SAMBA digest 1363"

2008 Apr 15
1
rsync man page
Hi there. Someone might want to notice that - compared to the official rsync man page - this page has a lot more information about each option, when to use and what to expect: http://www.ss64.com/bash/rsync_options.html Thanks Hiran Chaudhuri _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
1997 Jul 21
0
SAMBA digest 1355
> Subject: roaming profiles > Message-ID: <Pine.BSF.3.91.970713134508.2508B-100000@cb1-gw.cb1.com> > > 1) roaming profiles only work if your primary login is 'Client for > Microsoft Networks'. if, in the Network Control Panel, you select > > 2) it _might_ be the case that you have to use a WINS server to get > roaming profiles to work. if anyone
1998 Jun 24
1
Compile problems in Slackware
Hi there. Has anyone experienced problems when compiling Samba? I always get stuck with an "internal compiler error" at the file smbpass.o. The system is Slackware 3.4.0 (still the current release), with kernel 2.0.33 and GCC 2.7.2.3, I checked it with Samba 1.9.18p8 and 1.9.18p7. How to get the error: Install Slackware 3.4.0 Extract samba-1.9.18p8.tar.gz edit
2003 Feb 13
0
Duplicate winbind uid/gid
We've encountered the following problem on our Redhat 7.2/XFS box running samba 2.2.3 with winbind and acl support. This week, some local accounts were created on the samba box for the installation of djb's dnscache. In addition, some NT domain accounts were also created on the NT4 PDC. The samba box is configured to use the NT4 domain for authentication; none of the local accounts
2003 Nov 19
17
Samba Printing
Good Afternoon, We recently added encrypted smb passwords to our site. I just tried to add a printer to samba and it will not work. I tried to connect to \\sambahost\printer and it will not connect. All the older printers still work. I just wonder if there is an extra step I need to perform now when I add printers? Thanks for your time, Bill -- William M. Fennell Network Administrator
1997 Aug 28
16
Unsuscribe
---------- > > SAMBA Digest 1376 > > For information on unsubscribing and on what is appropriate to post to > this list see ftp://samba.anu.edu.au/pub/lists/samba.txt > > Topics covered in this issue include: > > 1) Re: Print Share Name Length > by Fred Pishotta <Pishotta.Fred@Mayo.Edu> > 2) Re: MS-Access problems with samba-1.9.16p9 > by
1997 Sep 29
3
Mount NT on Unix?
I need a reverse samba. I need to be able to mount NT directories on a Unix box. Anyone know of such an animal? Thanks, Aaron -- Aaron Herskowitz Mailto:aaron@intraware.com Systems Engineer Voice:510-253-4566 intraware Inc. Fax:510-253-4599 Send XL T-Shirts to 25 Orinda Way, Orinda, CA 94563 http://www.intraware.com
2008 Jul 29
0
Major Cloud Computing Testbed Announced at University of Illinois
*R we Wishing on a cloud-* I would like to Test R as an cloud analytical tool. remote submit csv files to the web for data mining , get data crunching with scalable processing power and disk storage , display Silverlight graphs of summarization, downloadable in pdf's. data mining on demand, on function. rather than pay costly annual analytical softwares license fees. analytics
2009 Oct 17
3
Security problems with CookieStore and CSRF protection
Dear Rails community, As part of a programming languages/security research group at the University of Maryland, we are building some static analysis tools for Rails applications. These tools work by taking formally specified properties of interest, and then analyzing code to verify that those properties indeed hold. Using these tools, we found some security vulnerabilities in Rails, and we would
2019 Aug 28
4
[Bug 1363] New: nft: invalid octals silently parsed as zero
https://bugzilla.netfilter.org/show_bug.cgi?id=1363 Bug ID: 1363 Summary: nft: invalid octals silently parsed as zero Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at
2012 Oct 13
0
CESA-2012:1363 Important CentOS 6 bind Update
CentOS Errata and Security Advisory 2012:1363 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1363.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: a20a602ceb21c13e6f5797c9135511e0c6cd9080883653f6e6b45d7d53e15706 bind-9.8.2-0.10.rc1.el6_3.5.i686.rpm
2012 Oct 12
0
CESA-2012:1363 Important CentOS 5 bind Update
CentOS Errata and Security Advisory 2012:1363 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1363.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 71797c3280b4b7b539a5494441625679b7aca83a7d969f1b427725245fbbaa06 bind-9.3.6-20.P1.el5_8.5.i386.rpm
2014 Oct 07
0
CEBA-2014:1363 CentOS 7 at BugFix Update
CentOS Errata and Bugfix Advisory 2014:1363 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1363.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 9dd4644ca7404cf3dddad613977b02ee4bca3f003dffda38bd97573b496effd3 at-3.1.13-17.el7_0.1.x86_64.rpm
2018 May 09
0
CEBA-2018:1363 CentOS 6 gcc-libraries BugFix Update
CentOS Errata and Bugfix Advisory 2018:1363 Upstream details at : https://access.redhat.com/errata/RHBA-2018:1363 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 323ad8d5df9a986714d005ef68522add594e30649126df621a17bb4c9b8408f8 libatomic-7.1.1-2.4.1.el6_9.i686.rpm
2006 Apr 25
4
Help needed
Hi, I am trying to change a SAS macro to R. here is my code. I get an error at the last line. attach(fram) dset1<-cbind(AGE,BMI,DEATH) > BMIGRP<-cut(BMI,breaks=3,right=TRUE) > AGEGRP<-floor(AGE/10)-2 > dset<-cbind(AGEGRP,BMIGRP,DEATH) > maxage<-max(dset[,1]) > minage<-min(dset[,1]) > #maxcls<-dset[,2] > #mincls<-dset[,2] >
2007 Sep 17
18
[Bug 1363] New: sshd gets stuck: select() in packet_read_seqnr waits indefinitely
http://bugzilla.mindrot.org/show_bug.cgi?id=1363 Summary: sshd gets stuck: select() in packet_read_seqnr waits indefinitely Product: Portable OpenSSH Version: 4.2p1 Platform: All URL: http://marc.info/?t=117394251600035 OS/Version: All Status: NEW Keywords: patch Severity: major
2013 May 12
1
Multinomial-Dirichlet using R
Hi: I have asked this question on Cross-Validated. So it might be a cross posting but havent received any responses to it. I am trying to see which distribution will best fit the data I am working on. The dataset is as following: Site Nausea headache Abdominal Distension 1 17 5 10 2 12
2006 Apr 26
2
help in R
Hi, I cant understand where I am going wrong.Below is my code.I would really appreciate your help. Thanks. > genfile<-read.table("c:/tina/phd/bs871/hw/genfile.txt",skip=1) > > #read in SNP data > snp.dat <- as.matrix(genfile) > snp.name <- scan("c:/tina/phd/bs871/hw/genfile.txt",nline=1,what="character") Read 100 items
2012 Jul 28
2
Beta-Binomial Regression in R
Hi All: I am trying to generate Beta-Binomial data with regressors using R. I have used the following code to generate Beta-Binomial data. Now I want to add a covariate to the equation. I would then like to use the simulated data to run the Beta-Binomial model with covariates on it. Appreciate any help. set.seed(111) k<-20 n<-60 x<-NULL p<-rbeta(k,3,3)# so that the mean nausea rate
2003 Mar 26
0
R TclTk iwidgets::comboboc
Hi, I am trying to create a drop-down combobox in R TclTk. The following works fine for a ListBox but fails for a combobox: ################# THIS WORKS FINE - CREATES AN EMPTY LISTBOX ## tt<-tktoplevel() win <- .Tk.subwin(tt) .Tcl(paste("listbox",.Tk.ID(win),.Tcl.args())) tkpack(win) ################## THIS FAILS - ATTEMPTS TO CREATE A COMBOBOX ## tt<-tktoplevel() win