search for: ucop

Displaying 16 results from an estimated 16 matches for "ucop".

Did you mean: cop
2011 Mar 30
8
trouble with my virtual user setup
Hello, I''m a puppet newbie and I''m having trouble getting my virtual user setup to work. Can someone please tell me what''s wrong with this setup? # virtual.pp # class virtual_users::virtual { @group { "users": gid => "100", ensure => present } @user { "lmoore": password =>
1997 Aug 15
3
Samba and AFS
I think I have come across what seems to be a bug in the interplay between Samba and AFS. I'm running 1.9.16p11 on an IBM RS/6000 (AIX 4.1.5) with the AFS support included (AFS 3.4a). The client machine is running Windows 95. I've created an AFS area which is writeable (rlidwk) to an AFS protection group. The group contains two AFS users, say user1 and user2. If user1 creates a file in
2007 Sep 07
35
multi threaded theoretically useful?
So here''s a random question: if a (Ruby) multi-threaded rails server could exist (bug free), would it be faster than using a mongrel cluster? (I.e. 10 mongrel processes versus 10 Ruby threads). I''m not sure if it would. RAM it might save, though. Any thoughts? -Roger -------------- next part -------------- An HTML attachment was scrubbed... URL:
1999 Mar 11
2
AFS on samba 2.0.2
...ckdir@%$lockdir%g s%@swatdir@%$swatdir%g s%@builddir@%$builddir%g -s%@afs_base@%$afs_base%g -s%@afs_flags@%$afs_flags%g -s%@afs_libdir@%$afs_libdir%g -s%@afs_libs@%$afs_libs%g CEOF EOF -------------- next part -------------- PS - Effective 3/19/1999 my email address will change to: ken.weiss@ucop.edu --------------------------------------------------------------------------- Ken Weiss krweiss@ucdavis.edu Distributed Computing Analysis & Support 530/752-5554 (voice) 2240 Academic Surge U.C. Davis Davis, CA 95616...
2007 Oct 30
2
WebDav Support.
Hi guys, I read that mongrel supports the webdav protocol. I need to "create" the webdav files and allow a third party app access it just for read purposes. What do you recommend? -- Fernando Lujan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/1527bd35/attachment.html
2004 Feb 20
1
Log formatting: quoting format option flags in Perl
.... Any suggestions? Full rsync string: rsync -Cclrtvzn --log-format="%h %a %l %o %f %t %u %c" /localdir user@server:/remotedir Many thanks, Shifra -- Shifra Raffel Programmer/Analyst California Digital Library University of California Office of the President Oakland, CA Shifra.Raffel@ucop.edu
1999 Apr 10
0
[SOLVED] Win NT 4.0 SP4 access to Samba 1.9.16p9
...& Extension Center (HREC) 4070 University Rd. Hopland, CA 95449 Primary #'s (at Hopland) - TEL:(707)744-1270 FAX:(707)744-1040 Secondary # (at Berkeley) - TEL: (510)643-1136 E-mail: cbrooks@nature.berkeley.edu IHRMP Homepage - http://danr.ucop.edu/ihrmp HREC homepage - http://endeavor.des.ucdavis.edu/hrec GIS homepage - http://www.pacific.net/~cbrooks/gis1.shtml ****************************************************
2000 Apr 27
0
SUM: After upgrade to 2.0.6, Win98 users can't connect to Samba shares
...d Research & Extension Center (HREC) 4070 University Rd. Hopland, CA 95449 Primary #'s (at Hopland) - TEL:(707)744-1270 FAX:(707)744-1040 Secondary # (at Berkeley) - TEL: (510)643-1136 E-mail: cbrooks@nature.berkeley.edu IHRMP Homepage - http://danr.ucop.edu/ihrmp HREC homepage - http://danrrec.ucdavis.edu/hopland/home_page.html GIS homepage - http://www.pacific.net/~cbrooks/gis1.shtml ****************************************************
2000 Apr 26
0
After upgrade to 2.0.6, Win98 users can't connect to Samba shares
...d Research & Extension Center (HREC) 4070 University Rd. Hopland, CA 95449 Primary #'s (at Hopland) - TEL:(707)744-1270 FAX:(707)744-1040 Secondary # (at Berkeley) - TEL: (510)643-1136 E-mail: cbrooks@nature.berkeley.edu IHRMP Homepage - http://danr.ucop.edu/ihrmp HREC homepage - http://danrrec.ucdavis.edu/hopland/home_page.html GIS homepage - http://www.pacific.net/~cbrooks/gis1.shtml ****************************************************
1999 Apr 02
0
Old Samba 1.9.16p9, NT 4.0 SP3 & NT 4.0 SP4, read-write problems
...& Extension Center (HREC) 4070 University Rd. Hopland, CA 95449 Primary #'s (at Hopland) - TEL:(707)744-1270 FAX:(707)744-1040 Secondary # (at Berkeley) - TEL: (510)643-1136 E-mail: cbrooks@nature.berkeley.edu IHRMP Homepage - http://danr.ucop.edu/ihrmp HREC homepage - http://endeavor.des.ucdavis.edu/hrec GIS homepage - http://www.pacific.net/~cbrooks/gis1.shtml ****************************************************
2007 Feb 05
2
recv vs. read in HTTPRequest#read_socket
Hello all, The following change to Mongrel::HttpRequest: def read_socket(len) if !@socket.closed? data = @socket.recv(len) # <--- formerly @socket.read(len) if !data raise "Socket read return nil" elsif data.length != len raise "Socket read returned insufficient data: #{data.length}" else data end else raise "Socket
2013 Jan 17
3
How do I manage puppet.conf? Let me count the ways.
In a recent post Nikola Petrov summerized methods for managing config files such as puppet.conf: * use augeas with virtual resources * use the concat module * use the standard template function with multiple arguments; look at http://docs.puppetlabs.com/guides/templating.html and scroll down to "Combining templates" I can add a few others: * use the ini_setting type
2008 Jan 09
9
mongrel, monit, and the many, many messages
Monit 4.9, Mongrel 1.0.1, Rails 1.2.6, Mac OS X 10.4.11 (PPC) I don''t know whether this is a mongrel issue or a monit issue. I''m trying to poke my way around a system set up by someone else. I have no more experience w/ mongrel that local Rails dev at this point, and a conceptual understanding of how monit is working. I have the Deploying Rails beta book, and I''m
2012 Mar 12
26
Puppet on OpenSuSE & SLES
Hi, I''m a big fan of Puppet and managed to have my company accept it. However, I''m having issues deploying it (I''m used to the debian version which works perfectly out of the box) : - There doesn''t seem to be an official repository for Suse (I''ve seen it mentionned in the bugtracker but yum.puppetlabs.com doesn''t contain SUSE packages). -
2013 Aug 06
1
Installing Puppet Agent on Solaris without root privileges
Can anyone point me to a procedure to install only the Puppet Agent on a Solaris 10 system for which I do not have root access? Everything I have found online involves using pkgadd and/or pkgutil, both of which require root privileges to run. --Ken -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and
2006 Aug 20
4
xen dom0 crashes while copying a lot of files
xen 3.0.2 dom0 (kernel 2.6.16-xen) always crashes, or rather freezes, whenever I copy more than 40GB of data. i checked syslog and there is no indication at all why it crashes. this happens whether the OS is FC5 or mandriva 2006, and is also independent of hardware, although we have mostly dell poweredge (1750, 2850, etc.) i am wondering if there some workaround. thanks! System Coordinator,