Displaying 20 results from an estimated 600 matches similar to: "Samba public directory on FreeBSD"
2005 Jul 06
1
Samba 3.0.13 ADS domain member on AIX 5.2
All,
I'm trying to figure out if I missed some steps in configuring Samba
3.0.13 on AIX 5.2 as a Windows 2003 ADS domain member server of the
domain DEVELOPMENT. Samba is compiled with Heimdal Kerberos and
openLDAP support, and I successfully joined the ADS domain using net ads
join after running a kinit. Kerberos appears to be working, wbinfo -u
and wbinfo -g work; net ads status works
2002 Feb 25
1
How do I map user accounts on multiple servers to a single Samba PDC?
Is there a slick way to map user accounts on multiple servers to a
single Samba PDC?
I have my Windows NT user accounts split across two FreeBSD/Samba
servers, call them red and blue, with a Windows NT 4.0 PDC "above."
The Windows User Manager database allows me to specify which server
each user is on, individually. As a user logs on, the Windows PDC
passes their session the location of
2012 Dec 04
2
Xen dom0 load affecting domUs
Hello folks,
I have a Xen server running on Centos 6.2 with 3.6.6-1.el6xen.x86_64 as the Dom0 kernel, and i have dedicted 2 CPUs and 4G ram for the Dom0.I have close to 4-5 Virtual machines running on the Xen server.
The problem is that for some reason,carrying outany CPU/Disk intensive task on the Dom0 seems to be affecting the DomUs adversly.For ex.i noticed that my Domus become extremly
2006 Oct 07
3
merge and polylist
Greetings:
I would like to kindly ask for a little help. The rough code is:
#________________________________________________________
dat=data.frame(read.delim(file="all.txt", header = TRUE, sep = "\t",
quote="\"", dec=".",na.strings = "NA"))
nc=read.shape("astae.shp", dbf.data=TRUE, verbose=TRUE)
mappolys=Map2poly(nc)
submap
2003 Apr 11
4
Can I improve the efficiency of my scan() command?
Hi,
Suppose I use the following codes to read in a data set.
###############################################
> rating <- scan("../Data/Rating.csv",
+ what = list(
+ usage = "",
+ mileage = 0,
+ sex = "",
+ excess = "",
+ ncd = "",
+
2000 Nov 19
1
Bug in stars function (PR#738)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
--1465796871-645734172-974620647=:18687
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hi all,
I've discovered and (hopefully) fixed a bug in the stars function I wrote
some time ago.
2004 Apr 02
3
Doing SQL GROUP BY in R
I want a list of the number of times some factor levels appear together,
similar to the following SQL statement:
SELECT A, B, COUNT(C) FROM TBL GROUP BY A, B
How do I do that with a data.frame in R?
Thanks,
Jesper Frickmann
Statistician, Quality Control
Novozymes North America Inc.
77 Perry Chapel Church Road
Franklinton, NC 27525
USA
Tel. +1 919 494 3266
[[alternative HTML version deleted]]
2002 Aug 15
2
complex splits
Hi everyone,
I'm having trouble figuring out how to split a dataframe more than once.
Let's say I have a dataframe d with a certain column called splitcol
composed of four possible ordinal values. The same dataframe has
two other columns, col1 and col2, that have one of two possible values
each. I'd like to split d$splitcol based on col1 and col2 so I can report
frequencies of the
2004 Apr 20
2
Creating variable names
My apologies for asking what is doubtless a dumb question, but I have
scant experience in R.
It would be very convenient in doing lots of plots to be able to do them
in a loop that stepped through a vector of variable names. For example
one could say
x<-("mydates")
y<-c("foo1","foo2","foo3") #where "foon" were vectors
2019 Jul 25
1
Files not populated in var/www
On 24 Jul 2019, at 21:37, Bjarne Bartlett wrote:
> Aloha Paul,
>
> I did originally try to view the server on port 8000 and 8001 and I get an
> error message that the site cannot be reached. It initially seemed like a
> firewall issue, but our LAN admin has opened the ports and allowed the
> icecast connection. Interestingly, when I start icecast it hangs and does
> not print
2007 Jun 27
5
24-bit FLAC Files
Hi, we're a small label in Honolulu, Hawaii, starting up, offering FLAC
downloads of live performances of local artists, and we're wondering how is
the support for 24-bit FLAC files? Our concern is that would it be too
difficult for users to burn 24-bit FLAC recordings to CD? Are there any
simple tools that convert 24-bit FLAC to 16-bit FLAC, or burning
applications that transparently do
2002 Apr 23
3
stacking vectors of unequal length
R-users --
I would like to make a single vector out of something like the following:
y0 <- rep(0,100)
y1 <- rep(1,20)
and stack them one on top of the other to a vector y with length 120.
Thanks,
Dan
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Dan Powers
Associate Professor, Sociology
University of Texas at Austin
2005 Jan 31
1
naming list elements
All -
Each time through a loop I create a new dataset, which I would like to
append to a list object. Each item of the list should be the data matrix
created in that step of the loop; I would like the NAME (or tag) of that
list item to be assigned the value of a character string:
I've tried something like this:
running.list <- numeric(0)
for(i in 1:num.files){
.....
running.list
2002 Sep 10
3
print
Hi all,
Suppose I have a vector
Fruits <- c('Apple','Orange','Pear','Banana','Mango')
I want to print the statement
"The fruits in the basket are: Apple, Orange, Pear, Banana, Mango"
If I do:
print(paste('The fruits in the basket are:',Fruits))
The output is:
[1] "The fruits in the basket are: Apple" "The fruits in
2005 Aug 12
0
Trusted domain issues
All,
I have a Samba 3.0.4 server running on AIX 5.2. Samba is configured
with PAM, LDAP and Kerberos. The server has been joined to an existing
Windows 2003 domain, and wbinfo -u and wbinfo -g works fine. Users from
the domain that Samba is a member of can authenticate just fine. The
domain is in a one-way trust relationship with another ADS domain (i.e.
Samba is a member of domain A,
2019 Jul 23
2
Files not populated in var/www
The logs don't show a fault. The configuration for the "web" files
are usually under /etc/icecast2/web/ (or similar... RedHat may put
them somewhere else).
Have you actually tried viewing the server on port 8000?
eg. http://your.server.example.com:8000/
--
Paul Martin <pm at nowster.me.uk>
2005 Apr 05
2
GLMs: Negative Binomial family in R?
Greetings R Users!
I have a data set of count responses for which I have made repeated observations
on the experimental units (stream reaches) over two air photo dates, hence the
mixed effect. I have been using Dr. Jim Lindsey's GLMM function found in his
"repeated" measures package with the "poisson" family.
My problem though is that I don't think the poisson
2002 Sep 27
4
r-help search
I'd like to search the r-help archives.
Is there a way?
I want to find out how to impute missing values.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2002 Apr 18
3
Variable definition problem
Hello, what does this error message indicate and how do I avoid this?
(sample code below)
Thank you.
-Tosh
#read in the data table
co<-read.table("co.txt",header=T,as.is=T)
for (i in 1:3){
paste("logco",i, sep="")<-log(co$co[co$day==i])
}
Gives the error:
Error: Target of assignment expands to non-language object
2005 Aug 01
2
samba-3.0.20rc1 winbind Windows 2003 SP1 ADS wbinfo all fine, but getent passsd or group does not work...
Hi,
I've joined a Suse 9.1 Pro linux computer to a Windows 2003 SP1 ADS using:
# kinit Administrator@DOMAIN
# net ads join
The computer account is created on the DC and wbinfo (-t -u -g) all
work. Then I try getent passwd or getent group and nothing.
This is with:
#grep winbind /etc/nsswitch.conf
passwd: compat winbind
group: compat winbind
# ps -ef | grep -E