similar to: Winbind and SAMBA, what next?

Displaying 20 results from an estimated 3000 matches similar to: "Winbind and SAMBA, what next?"

2002 Dec 11
2
Installed New version of Samba for HPUX 2.2.7 - Winbi nd doesn't w ork
I am having the weirdest problems with this. when i run ./wbinfo -A userid%password, i get plaintext password auth failed and ./wbinfo -a userid%password, i get could not obtain winbind separator or domain name. i can't find anything wrong! -----Original Message----- From: Gareth Davies [mailto:gdavies@willowbrook.co.uk] Sent: Tuesday, December 10, 2002 11:19 AM To: Jennifer Fountain;
2002 Oct 28
11
Winbind!
Hello, I am running Red Hat 7.3 Samba 2.26 and winbind. I have been able to join the domain and test all of the following with these commands. All works great. winbind -u winbind -g getent passwd getent group But when I set up a share to test with one domain user account it just presents me with a password dialog box and does not accept anything. It should not prompt me but if it does
2002 Oct 31
8
Winbindd not listing users/groups
Greetings from NY! I am running SaMBa version 2.2.6 compiled from source on a RedHat 7.3 (Linux tux.#########.net 2.4.19 #1 Fri Oct 25 15:39:52 EDT 2002 i686 unknown) box. I start smbd and nmbd as I usually do. Then I start winbindd I verified that they are running. I run : smbpasswd -j DOMAIN -r Windows2kDomainController -U Administrator Password: Joined domain DOMAIN. Ok, so I'm in
2002 Nov 18
2
Problem with SAMBA & Winbind
I have SAMBA & Winbind working quite well. Users are able to login with DOMAIN+username. With SAMBA sharing using the following config snipit, each user can see their home directory from their Windows machine, but when they try to access the directory, they are prompted for username/password. No combination of username or password seems to work. comment = Home Directories browseable
2002 Oct 09
1
Problem with mails
I got a problem sending to this mail listing. Can someone pls figure it out? cheers` Elliot Williams IT Executive --------------------------------- ebius tagline. This is a moebius tagline. This is a mo
2017 Jul 19
0
Redundancy canonical analysis plot problem in 3D using VEGAN, RGL, SCATTERPLOT3D and SFSMISC
We need to keep the discussion on the list. When I run your code, there are several problems. strain.data <- read.xlsx("Dee rhiz.xlsx", sheetName ="strain", header = T, row.names = 1) str(strain.data) # lists 9 columns at the end with all NAs strain.data1 <- (strain.data, sqrt.dist = TRUE) # this is not a valid R line. I get Error: unexpected ',' in
2008 Mar 25
0
Mixed-effects models: question about the syntax to introduce interactions
hello everyone, I would like to as for advice for the use of ?lmer? (package ?lme4?) and writing the proper syntax to best describe my data using a mixed-effects model. I have just started to use these models, and although I have read some good examples (Extending the Linear Model with R, Faraway 2005; and the R book, Crawley 2007), I am still not sure of the syntax to test my hypothesis.
2002 Feb 07
9
X windows
How would i allow xwindows and xdmcp through would it be ACCEPT net -> fw all 117 and ACCEPT net -> fw all 6000:6100 ? and for that matter how would i stop x traffic from leaving the fw machine? REJECT fw -> net all 6000:6100 ?
2012 Jan 30
0
CentOS 6.2 KDE desktop with KDM - need guidance
I want a CentOS 62 (amd64) KDE desktop with KDM as the GUI login manager. My system environment is as follows: Host OS: openSUSE 11.4 .(amd64) with VirtualBox (64 bit) GuestOS: CentOS 6.2 (amd64) 10GB virtual disk I chose the "Customize Now" option in the installer and chose "KDE" group w/o the "Desktop" group. The system boots to a CLI console. I can login and
2010 Dec 16
1
defining a formula method for a weighted lm()
In the vcdExtra package on R-Forge, I have functions and generic methods for calculating log odds ratios for R x C x strata tables. I'd like to define methods for fitting weighted lm()s to the resulting loddsratio objects, but I'm having problems figuring out how to do this generally. # install.packages("vcdExtra", repos="http://R-Forge.R-Project.org")
2017 Jul 18
3
Redundancy canonical analysis plot problem in 3D using VEGAN, RGL, SCATTERPLOT3D and SFSMISC
Hello Sir I am getting problem in plotting in CCA . Could you please help me? I wrote the below command but I don't know why it is taking only first 5 env data rather than all 9. > strain.data <- read.xlsx("Dee rhiz.xlsx", sheetName="strain", header = T, row.names = 1) > env.data <- read.xlsx("Dee rhiz.xlsx", sheetName="env", header = T,
2011 Oct 25
1
Unlist alternatives?
dfhfsdhf at ghghgr.com I ran a simple lme model: modelrandom=lmer(y~ (1|Test) + (1|strain), data=tempsub) Extracted the BLUPs: blups=ranef(modelrandom)[1] Even wrote myself a nice .csv file....: write.csv(ranef(modelrandom)[1],paste(x,"BLUPs.CSV")) This all works great. I end up with a .csv file with the names of my strains in the first column and the BLUP in the second
2006 Sep 29
0
IPF/Xen VTI domain testing report for Xen 3.0.3 RC1
Hi all, We have tested IPF/Xen on 3.0.3rc1. The testing mainly focus on the VTI domains. It includes guest booting, memory size, vcpu number, guest installation, SMP guest, guest coexist, xm command, Xwindows and Windows 2k3. The testing results are good. There are only 6 issues found. All of them are not new. 1. VTI domain and XenU domain might meet “Can not allocate memory”. This is bug.
2012 Feb 20
2
overlay of two sets of boxplots
Hello, I am new to R and currently have the following problem: I have successfully loaded my data in R which consists of two numeric columns (LI_F and female) and one character column (Strain). So far I can plot two different set of boxplots for each of the numeric columns plotted by the groups of the character column and the commands look like that: boxplot(LI_F~Strain, ylab="LI_F",
2007 Mar 16
1
prefdm still unfinished?
After testing the beta of CentOS 5, i was a little surprised to notice that the display manager part of the prefdm file in /etc/X11 was exactly like in CentOS 4 / RHEL4 and previous versions including RH9. it reads like this (added line numbers for reference): 14 # Run preferred X display manager 15 preferred= 16 if [ -f /etc/sysconfig/desktop ]; then 17 . /etc/sysconfig/desktop 18 if [
2010 May 30
3
subsetting
Hi, I have a data-frame, r (column names below), that needs subsetting: date, time, strain, gene, deltact When I try to subset r by applying selection criteria on two columns I get an empty data frame. For example I would like to extract all rows that have time == 0h and strain == ROC. So, t <- subset(r, (r$time == "0h" && r$strain == "ROC"), select= c(time,
2007 Jun 15
1
Shared dirs are empty. Help needed please!
Hey fellas. I just installed samba and am having a problem. What I'm trying to achieve is hosting a file server for my lan. I don't want any login/password's to be used or any of that. The server box is running Debian linux and the clients are a mix of debian and winxp. On the server box I'm mounting the harddrives I want to share like this in /etc/fstab: /dev/sda1
2011 Nov 11
3
Combining Overlapping Data
I've scoured the archives but have found no concrete answer to my question. Problem: Two data sets 1st data set(x) = 20,000 rows 2nd data set(y) = 5,000 rows Both have the same column names, the column of interest to me is a variable called strain. For example, a strain named "Chab1405" appears in x 150 times and in y 25 times... strain "Chab1999" only appears 200
2007 Sep 14
2
xdm
Trying to set up ltsp and their instructions are outdated for this setup. this is what I am referencing... http://ltsp.mirrors.tds.net/pub/ltsp/docs/ltsp-4.1-en.html#AEN984 Anyway, KDM is display manager and I am only getting grey screen with X # ps aux|grep kdm root 4275 0.0 0.0 3036 864 ? Ss Jul01 0:00 /usr/bin/kdm -nodaemon per the instructions... /etc/X11/xdm/Xaccess
2012 Apr 24
1
Nested longitudinal data
Hi, I have some difficulty in figuring out whether I am doing correct or not. A brief introduction about the work: It is a light/dark choice test conducted in insect larvae.  The response is binary (0- present in dark area, 1-present in light area) and the experiment is run for 15 min, so there are 15 repeated measurements per individual larva at 1 min intervals.  The factors which affect