search for: henson

Displaying 20 results from an estimated 57 matches for "henson".

Did you mean: hanson
2008 Mar 11
1
msdfs root -- client error "refers to a location that is unavailable"
...----- I'm only running smbd, not nmbd, as I don't want to use NetBIOS naming. The server is being accessed with a fully qualified name '\\files.unx.csupomona.edu\user'. In the configured share directory, I made a symbolic link as documented: lrwxrwxrwx 1 root root 35 Mar 10 16:26 henson -> msdfs:zfs1.unx.csupomona.edu\henson I'm pretty sure the Samba configuration itself is okay, accessing the share with smbclient works correctly and appropriately follows the link. With debugging enabled, I also see the following message logged: [2008/03/11 15:10:29, 5, pid=28793] smbd...
2011 Jan 12
0
server signing broken for non-kerberos auth
...d version of samba 3.5.5 and having a problem with server signing. samba is configured into an active directory domain with security = ads. With signing enabled, connections from clients in the domain work fine. However, connections from clients not in the domain fail: ----- >net use /user:WIN\henson \\ike.unx.csupomona.edu\henson Enter the password for 'WIN\henson' to connect to 'ike.unx.csupomona.edu': System error 64 has occurred. The specified network name is no longer available. ----- Similarly, with smbclient, signed kerberos authentication works, but signed non-kerberos...
2007 Sep 19
53
enterprise scale redundant Solaris 10/ZFS server providing NFSv4/CIFS
...hardware raid level, but a partially redundant ZFS level as well. What is the general consensus on the best way to deploy ZFS under a cluster using hardware raid? Any other thoughts/comments on the feasibility or practicality of a large-scale ZFS deployment like this? Thanks much... -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and Network Analyst | henson at csupomona.edu California State Polytechnic University | Pomona CA 91768
2008 Mar 12
22
ZFS ACLs/Samba integration
...hese settings to be passthrough. Is there any scenario I am not thinking of (particularly given one of them is called "secure"; which gives one a feeling that changing it would be "insecure") that would make such a setting problematic? Thanks for any commentary... -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and Network Analyst | henson at csupomona.edu California State Polytechnic University | Pomona CA 91768
2006 Sep 15
8
file: target generates error
file { "/var/log/syslog": target => "/var/log/messages" } generates the following error: err: //henson/stanford/syslog/file=/var/log/syslog: Failed to retrieve current state: undefined method `should'' for false:FalseClass
2008 Apr 05
1
ZFS shadow copy patches
...s to shadow copy support. I'm tentatively planning to use the binary module Ed supplied (http://www.edplese.com/samba-with-zfs.html) but would prefer not to deploy a configuration providing functionality that wouldn't eventually be incorporated into mainline Samba. Thanks... -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and Network Analyst | henson@csupomona.edu California State Polytechnic University | Pomona CA 91768
2016 Apr 12
2
ggplot2
...y(digest) library(DT) datatable(probability) str(probability) probability$Fertilizer <- as.factor(probability$Fertilizer) str(probability) library(ggplot2) plot1 <- ggplot(probability, aes(x=Fertilizer, y=prob)) + geom_bar(aes(fill=Treatment)) plot1 Thanks. Best regards, James F. Henson -------------- next part -------------- Trt prob LL UL Fertilizer Treatment S0 0.1111 0.0154 0.4998 0 S S2 0.1111 0.0154 0.4998 2 S S4 0.1111 0.0154 0.4998 4 S S6 0.1111 0.0154 0.4998 6 S P0 0.2222 0.056 0.579 0 P P2 0.7778 0.4208 0.9439 2 P P3 0.333 0.1111 0.6665 4 P P4 0.6667 0.3334 0.8888 6 P
2017 Dec 07
2
Error in loadNamespace
...so far the only function that has not worked is datatable () in the ?DT? package. Removing the ?DT? package and reinstalling it had no effect. A possible fix is to update R from an older version, which was not running when I made the mistake. Is this a good idea? Thanks for your help. James F. Henson [[alternative HTML version deleted]]
2016 Apr 12
0
ggplot2
Hi James, If you want to specify the y-values, you need to use stat="identity" as below: ggplot(probability, aes(x=Fertilizer, y=prob)) + geom_bar(stat="identity", aes(fill=Treatment)) best, huzefa On Tue, Apr 12, 2016 at 1:02 PM, James Henson <jfhenson1 at gmail.com> wrote: > Dear R Community, > > Below is a problem with a simple ggplot2 graph. The code returns the error > message below. > > Error: stat_count() must not be used with a y aesthetic. > > My code is below and the data is attached as a ?text? fi...
2017 Dec 07
0
Error in loadNamespace
> On Dec 7, 2017, at 10:47 AM, James Henson <jfhenson1 at gmail.com> wrote: > > Hello R Community, > > I inadvertently updated packages via R Studio when a package was open. Now > when R Studio is opened the message below appears in the console panel. > > Error in loadNamespace(name) : there is no package calle...
2004 Oct 06
1
Passwords
...I can't find anymore), and have reviewed the HOW-TOs that come with Samba. For a newbie, these publications are very difficult to understand. I just want my Windows clients to be able to access some files on my Linux box. Any assistance in this direction will be appreciated. -- Donald D. Henson, Managing Director West El Paso Information Network The "Non-Initiation of Force Principle" Rules
2011 Sep 10
5
mysql auth failover failing
...r version, and determined it seemed to work okay in the case where the server was up but the service was down, and connections were refused, but also failed a large number of authentication attempts when the server was completely down and connections were timing out. Thanks much... -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and Network Analyst | henson at csupomona.edu California State Polytechnic University | Pomona CA 91768
2012 Mar 10
2
X509v3 Subject Alternative Name in puppet generated certs...
...ne CA and multiple masters, currently using round robin DNS, possibly using HAproxy later. Got most of the way there but tangled up in names and certificates. When the Puppet CA generated it''s certificate the PTR record for it''s IP pointed back to it''s domain name ("henson") and it had a CNAME "puppet" and it happily answers to both names because it generated a cert with: X509v3 Subject Alternative Name: DNS:henson.domain.com, DNS:puppet, DNS:puppet.domain.com I''m in development mode so got it in my head I wante...
2015 Mar 03
0
[Bug 928] Kerberos/GSSAPI authentication does not work with multihomed hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=928 Paul Henson <henson at acm.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|henson at acm.org | -- You are receiving this mail because: You are the assignee for the bug. Yo...
2001 Feb 14
1
Kerberos/GSSAPI support
Hi, Just wondering if anyone was looking at implementing draft-ietf-secsh-gsskeyex-00 in OpenSSH? My patches for SSH version 1 Kerberos 5 support (heavily based upon work done by Dan Kouril) are now available from http://www.sxw.org.uk/computing/patches/ Is there any interest in integrating these into the distribution? If so, I'd be happy to update them to the development version. Cheers,
2008 Apr 08
0
disable '_' to '/' replacement in %S for default service configuration
...s /export/group/foo/bar instead of /export/group/foo_bar. Is there any way to disable this translation such that %S is substituted as is and prevent the mangling? I really don't want to have to explicitly list every group in the Samba configuration, there are thousands. Thanks... -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and Network Analyst | henson@csupomona.edu California State Polytechnic University | Pomona CA 91768
2010 Dec 07
0
ZFS ACL''s broken over NFS
..., so I guess I''ll start with that number and see what they say. I doubt if the lawyers would let me, but if that scenario occurred I''d do my damndest to include "This notification brought to you courtesy of poor Oracle software security" in the letter ;)... -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and Network Analyst | henson at csupomona.edu California State Polytechnic University | Pomona CA 91768
2004 Sep 24
1
sharing /etc/passwd
How 'bout PAM? /usr/ports/security/pam_ldap. If you have machines that can't do PAM, perhaps NIS is the way to go (assuming, of course, you're behind a firewall). You can store login information in LDAP like you want, then use a home-grown script to extract the information to a NIS map. Or, if you have a Solaris 8 machine lying around, you can cut out the middle step and use
2011 Oct 12
1
dovecot2 auth-worker socket perms ignoring assigned ownership settings in conf.d/10-master.conf?
I have Dovecot2 auth setup to run as user = doveauth group = dovecot configured in, vi conf.d/10-master.conf ... service auth { unix_listener /var/spool/postfix/private/auth { user = postfix group = postfix mode = 0660 } user = doveauth group = dovecot } service auth-worker { user = doveauth group = dovecot } ... When I start Dovecot, ls -al
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k files made of random binary, and I can''t get any corruption or memory growth at all. Is everyone experiencing the problem using Mongrel? Webrick? What versions of ruby? Are only big files affected? Small files?