search for: gnv

Displaying 7 results from an estimated 7 matches for "gnv".

Did you mean: gnu
2011 Feb 04
0
PAM authentication with winbind and AD
...ticate users to AD on FreeBSD, please let me know. I don't use Samba for file shares, just for authentication. /etc/krb5.conf [logging] default = SYSLOG:AUTH:INFO kdc = SYSLOG:AUTH:INFO admin_server = SYSLOG:AUTH:INFO [libdefaults] default_domain = EXAMPLE.COM [realms] EXAMPLE.COM = { kdc = gnv-dc3-tmp.example.com default_domain = example.com admin_server = gnv-dc3-tmp.example.com } [domain_realm] .example.com = EXAMPLE.COM example.com = EXAMPLE.COM .EXAMPLE.COM = EXAMPLE.COM [appdefaults] pam = { debug = false ticket_lifetime = 36000 renew_lifetime = 36000 forwardable = true krb4_conve...
2007 Mar 11
3
read.table for a subset of data
Hi R-experts, I have data from four conditions of an experiment. I tried to create four subsets of the data with read.table, for example, read.table("Experiment.csv",subset=(condition=="1")) . I found a similar post in the archive, but the answer to that post was no. Any new ideas about reading subsets of data with read.table? Thanks! Feng [[alternative HTML version
2016 Oct 11
2
Port to other Operating Systems
...a working cmake on OpenVMS by that time. From peeking at the code, that might be the harder part. We might have to just grab cmake generated Makefile's from a Linux box and hack our way to daylight. Do you have cmake? Do you have some sort of bash shell and gnu tools? (OpenVMS has a "GNV" package with a bash shell, fileutils, diffutils, make, grep, awk, etc. which really reduces the effort) Compiling the code is just a start however. You'll eventually want to link those objects you create. What OS are you using and what hardware platform? > -----Original Message----...
2007 Jan 21
1
Scatterplot help
Hi my friends, I'm trying to make a scatterplot like this. 1) I have a 3-variable dataset. They are ID, x, and y. 2) "x" is for the X-axis, "y" for the Y-axis, and "ID" is used to label all the cases in the scatterplot. 3) After creating the scatterplot, I need to add both a X-axis reference line and a Y-axis reference line. The X-axis reference line is a
2020 Jun 12
1
Patches for OpenVMS && Samba4
...it seems it's Python 3.x specific. > Another 'odd' target, Stratos VOS had patches in Samba for a time, but > instead worked to make Samba build without changes, by instead improving > their own systems to be more compatible with Linux. That is interesting. OpenVMS has the GNV project as an analog, but it's nowhere near as mature or useful yet as VOS's POSIX layer and porting kit. > It is always best to start with working code. It would be best if VSI > would pro-actively submit such changes. Agreed. I've never asked someone to comply with the GPL...
2020 Jun 11
2
Patches for OpenVMS && Samba4
Refer to this: https://legacyos.org/vsi-introduces-new-samba-release/ I noticed that VSI, the new owners of VMS, have created a package for Samba4 under OpenVMS. I also notice the samba-vms list appears to be abandoned (for years). So, I apologize for posting here on the general list, but it seemed fruitless trying the dedicated list. I am under the impression that the GPL v3 compels all
2016 Oct 11
4
Port to other Operating Systems
Hello all, Pardon me if this has already been covered elsewhere, however I have not been able to find such documentation. Is there a consolidated set of documentation that clearly explains what's necessary to port LLVM to other OSes & how to add support for building executables (& libraries) for those OSes? I'm searching through the source in an attempt to understand what needs to