Displaying 20 results from an estimated 220 matches for "groves".
Did you mean:
graves
2003 Feb 04
2
AW: Samba and Winbindd problem
Hi,
i had have the same problem with winbindd
try this
"smbpasswd -j <Dmainname> -r <Windows PDC> -U Administrator%<Password>"
Now you should read
"Joined Domain <Domain>"
Now set the Username and PAssword for winbindd to access the PDC
I have used the admin account for this
"wbinfo -A Administrator%<Password>"
Now try again
wbinfo
2004 Jun 25
3
alternate rank method
Hi,
I'm wondering if anyone can point me to a function that will
allow me to do a ranking that treats ties differently than
rank() provides for?
I'd like a method that will assign to the elements of each
tie group the largest rank.
An example:
For the vector 'v', I'd like the method to return 'rv'
v: 1 2 3 3 3 4 5 5 6 7
rv: 1 2 5 5 5 6 8 8 9 10
Thanks,
2024 Jan 26
1
Azure AD (Entra ID) join specification
I've made some minor changes to the join document for Azure AD.
Specifically, there was a major mistake in the TransportKey definition.
If you're working on a join implementation, make sure you pay close
attention to the changes. Azure accepts just about any blob in the
TransportKey field, and doesn't perform any validation on it. This only
becomes obvious when future responses
2013 Feb 02
1
Choice of text for intermediate level R programming course
The Subject line mostly says it. I'm designing it as a semester-long, 3
hours per week, course
that takes in students who got the basics of R in stats classes, but don't
really know how to
program in it. Translation: if their own examples don't look enough like
examples from
previous work, they're stumped.
Does anybody have a text for an intermediate R course (but not too
2023 Jan 12
2
No Chrome RSOP
Hi again,
Looking at setting group policy for Linux desktops's chrome installs. Reading through the group policy book (https://dmulder.github.io/group-policy-book/chrome.html#server-side-extension-10) it says I should have some RSOP's for chrome when I've set a policy except Im not seeing these set. I have a policy that is supposed to be setting the home url under
2023 Jan 06
2
Group Policy Settings Missing/Not Applying
On 1/6/23 8:11 AM, Dawson Greeley via samba wrote:
> Hi, Im attempting to apply a few group policy settings but they dont seem to be applying on the machine in question, or some settings I cannot see in the GPME.
>
>
> 1. Settings applied to openssh dont seem to create the required config files in /etc/ssh/sshd_config.d/ for ssh to actually pick up on these changes. Is there a
2005 Sep 02
7
Form to update two tables
Hello there,
this is probably a very simple problem but I''m stuck.
I''m following the Login generator tutorial from rubyonrails. It''s all
worked fine so far. But I want to add a bit more functionality so that
when a user signs up in addition to chosing a login name and password
they type in a company name which is added to a seperate table called
COMPANIES. The id
2024 Jun 29
1
Looking for Python docs/examples to modify DNS via keytab
On 6/28/24 10:07 PM, christian baltini via samba wrote:
> Hello all,
>
> I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python.
>
> Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any introductory docs or simple code examples that show things like
2005 Jul 29
2
R_BATCHSAVE setting in config.site
Hi,
I just downloaded and installed last nights version of R-patched
and decided that I'd set R_BATCHSAVE=--no-save in config.site,
which I haven't done before.
Since the comment above R_BATCHSAVE in config.site says:
## The default behavior of R if it encounters EOF in batch mode.
## Set this to one of '--save' or '--no-save' depending whether you
## want automatic
2023 Mar 10
2
Missing features in RSAT Group Policy Manager (Debian as Samba PDC)
I have been testing a Debian 11 (i386) server with samba
2:4.13.13+dfsg-1~deb11u5 running as an Active Directory Controller. This is
a stand-alone DC, meant for user authentication for a small business
network. I use RSAT Features on Windows 11 Pro to manage Users, Groups,
Machines etc., which works fine.
I would like create a new GPO using the RSAT Group Policy Manager to change
Security
2008 Jan 30
2
Apple Mail for 10.4/Shadow/SSL -> Problem.
...l_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xv%08Xu
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
verbose: yes
passdb:
driver: shadow
userdb:
driver: passwd
Phredd Groves
--
Systems Administrator
Psychology Department
Columbia University
[212] 854-8167
2003 Feb 19
3
removing leading/trailing blanks
Hi,
What's the best way of dropping leading or trailing
blanks from a character string?
The only thing I can think of is using sub() to replace
blanks with null strings, but I don't know if there is
a better way (I also don't know how to represent the
trailing blank in a regular expression).
Thanks,
Doug Grove
2003 Sep 14
1
Documentation of colSums et. al (PR#4154)
Full_Name: Doug Grove
Version: 1.7.0
OS: Linux
Submission from: (NULL) (209.31.211.56)
Hi,
Minor mistake in the documentation on the colSums page.
In the ARGUMENTS section it states for 'dims' that:
For `col*', the sum or mean is over dimensions
`dims+1, ...'; for `row*' it is over dimensions `1:dims'.
These two are reversed.
Thanks,
Doug Grove
2004 Mar 27
2
gregmisc: install trouble
Hello all,
I'm having trouble installing the package 'gregmisc'. I've run the
command:
> R CMD INSTALL -l /usr/lib/R/library /tmp/gregmisc_0.9.0.tar.gz
And I can see it shows up on the list of available packeage when I issue
> library()
But when I do
>library(gregmisc)
I get:
Error in parse(file, n, text, prompt) : syntax error on line 3105
All the other packages
2010 Jul 02
2
Files with Missing Data
I'm a new R user so this is possibly a naive question. I'm trying to
load an external CSV file into a dataframe using:
df_name<-read.table("myfile.csv")
myfile.csv should have 5 elements per row, though a percentage are
missing the last two elements (the commas are present as placemarkers).
However, R does not create the dataset but returns the message:
line 1
2018 Mar 16
3
R project global options file
Hello R-help,
I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the default R version: found in R studio global options but users need to do this every session. Is there a file or
2002 Nov 18
1
nmbd dies at random
Hi
I have a small network with a samba server running on Debian Woody (3.0)
and 11 workstations running Windows 2000 (dual-boot with RedHat 8). For
about a year I've had problems with samba (nmbd) dying at
random times making it impossible for users to log on. On average it
happens once a week, but with great variations (down to 30 minutes).
I've never been able to find anything in the
2007 Apr 23
3
fitting mixed models to censored data?
Hi,
I'm trying to figure out if there are any packages allowing
one to fit mixed models (or non-linear mixed models) to data
that includes censoring.
I've done some searching already on CRAN and through the mailing
list archives, but haven't discovered anything. Since I may well
have done a poor job searching I thought I'd ask here prior to
giving up.
I understand that
2007 Apr 05
2
StructTS
I apologize in advance if I picked the wrong list to post this to. I
have made an effort to find the answers to these questions on CRAN,
but if they are there, I couldn't find them, and I was going to email
the developer of StructTS directly but could not find who that is.
I have 2 interrelated questions about StructTS
1. Where can I obtain the source code for StructTS if I wanted to
2004 Nov 16
1
modification of BATCH
Hi,
I'm having a problem (of my own creation) with BATCH.
The current problem (for me):
----------------------------
I'm sloppy. I work on *nux systems and will type e.g. "R CMD BATCH a*R out"
to avoid typing the full name of some R script of mine. However,
sometimes I'm overly sloppy and there are multiple files that match
"a*R", so "a*R" turns into