search for: palmer

Displaying 20 results from an estimated 293 matches for "palmer".

Did you mean: kalmer
2003 Jan 07
5
Usernames with dots
Now that I have winbind working, life is good. However, I've hit upon a real kick in the pants. As you can see from my email address, we have a convention here of usernames being firstname.lastname. So, when I go to change the owner ship of a file: $ chown chris.palmer myfile Linux thinks I mean user chris, group palmer, and says "invalid group" (there is no palmer group, obviously). Now, I could just use the numeric UID in place of the textual username, but using wbinfo I can't find out what winbind has set my UID to: # wbinfo -r chris.palme...
2004 Jan 30
1
Cameron Palmer / voiceglo
I found a message in the archives from Cameron Palmer on 23 Dec regarding his voiceglo SIP configuration. Unfortunately (for me), the archive has his email address removed. So, Cameron -- or anybody else using voiceglo with their * box -- please reply to me so that I can get your email address and ask you a question about your setup. Thanks, Greg
2003 Jan 08
5
Default domain for winbindd?
Hello once again, I've got winbind doing authentication not just for the samba service but also sshd and login. It's great. However, I have to give a fully-qualified username (e.g. "GENEEDINC+chris.palmer") as the username when logging in via these methods. I wondered, Is there any way to get winbindd to insert the domain and the separator for the user, when none is provided? I checked winbindd(8). There is $WINBINDD_DOMAIN, but my expectations about what it provides appear to be wrong -- it...
2019 Nov 15
5
Can't log in to Phabricator with my @google.com account
See screenshot. :) Is this supposed to work, or should I use a different, non- at google.com account? Thanks for any clues. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191115/e8f5e795/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name:
2013 Nov 15
37
[Bug 71659] New: [NVD9] Hangs under load with ![ PFIFO][0000:01:00.0] unhandled status 0x00800000
...s.freedesktop.org Summary: [NVD9] Hangs under load with ![ PFIFO][0000:01:00.0] unhandled status 0x00800000 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: R.Palmer at bham.ac.uk Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Driver/nouveau Product: xorg With the Nouveau driver selected, my NVS 4200M/Ubuntu 13.10 system frequently hangs when under heavy graphics load (flightgear usually trigge...
2008 Mar 03
15
update_attributes not updating
For some strange reason I can''t get update_attributes to work. Any reason why that might be? here is my code: controller: def update @user = User.find(params[:id]) respond_to do |format| if @user.update_attributes(params[:user]) flash[:notice] = ''Your Information was successfully updated.'' format.html { redirect_to(user_url(@user))
2011 Feb 03
1
problem with parLapply from snow
...f, Nsamples) yusum <- parLapply(cl, yu, sum) print(yusum) yn <- clusterCall(cl, rnorm, Nsamples) print(yn) return() } This is under R-2.12.1. on a windows Xp machine. This function still runs satisfactorily on a machine running r-2.11.1 under Suse10.3/sles. Thanks Mark Palmer Senior Statistician CSIRO Mathematics, Informatics and Statistics Phone: +61 8 9333 6293 | Fax: +61 8 9333 6121 | Mobile: 0427502353 Mark.Palmer@csiro.au<mailto:Mark.Palmer@csiro.au> | www.csiro.au | www.csiro.au/cmis<http://www.csiro.au/cmis> Address: Private bag 5, Wembley, WA 6913,...
2003 Jan 05
6
Authenticating against a Windows 2000 DC?
...Is the feature I want in this version? Or, is the feature I want in development? Or, is there some other setup I can use to get authentication out of the DCs via LDAP (Windows 2000 uses a moderately bastardized LDAP for authentication), and then have Samba use that? Thanks in advance, -- Chris Palmer Systems Programmer GeneEd
2007 Feb 23
0
[OT] Whoa! Did Justin Palmer and Rick Olson Just Start a Company?
...s an exciting new Rails core framework. Just want to be the first to congratulate Rick and Justin on their new journey. A lot of us benefit from your code each and every day! http://activereload.net/2007/2/13/a-new-company-is-born http://digg.com/tech_news/Rails_Superstars_Rick_Olson_and_Justin_Palmer_Start_a_New_Company Sam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscri...
2010 Nov 23
3
analytics
...tting data out of icecast and crunching it for later review/analysis. I am happy to summarize responses that people are comfortable having shared back to the list. My plan is to give a reasonable amount of time for people to compose responses and then send one summary email. Cheers, -- Crist?bal Palmer ibiblio.org metalab.unc.edu
2006 Dec 30
9
puppetd.pid and SMF woes
So when puppetd crashes/whatever, and a pid file is left behind, SMF in Solaris will try restarting puppet, but fail. And then it sits there restarting it forever. I''m not sure if I can adjust the flap detection in SMF.. it isn''t disabling the service for "restarting too quickly" because it takes so long to start. Probably because I''m NFS-mounting ruby. The
2006 Oct 10
10
Debian packages...
Hi, I just want to know what the state of the Debian packages is? I''ve downloaded (and is currently testing with) the packages from http:// reductivelabs.com/downloads/packages/Debian/ They seem to miss some important stuff such as init scripts and puppetrun, and they hasn''t all the dependencies defined (eg. ruby). From the info part of the packages I can''t see
2008 Aug 14
2
New to R. Question about very large files
...evelop a model from a sample and use the results to score the records of another file which won't fit in memory. Is this straightforward in R or does it require coding to do the scoring in segments? Can someone point me to sample code that I can copy or modify to do this quickly? -- Richard Palmer Home 508 877-3862 Cell 508 982-7266 [[alternative HTML version deleted]]
2005 May 17
8
acts_as_tree elegant tree printing
...at.title ret += find_all_subcategories(subcat) ret += "</li>" else ret += "<li>" + h(subcat.title) + "</li>" end } ret += "</ul>" end end Thanks, -Justin Palmer Encytemedia.com
2007 Aug 25
5
vardir as a symlink
hi, i''m playing with puppet on a few machines, and i''d like to have my puppet vardir on a volume other than the one on which my /var resides. i tried creating a symlink, but puppet seems to blow that away and recreate /var/puppet (!!). i''ve looked around in the source but don''t see anything obvious. am i doing something wrong? thanks, scott
2007 Jan 25
9
Constant directory checksum changes
notice: /subject.sol1.net/virtual_mail_server/File[/etc/postfix]/checksum: checksum changed ''{time}Thu Jan 25 16:31:08 EST 2007'' to ''{time}Thu Jan 25 16:36:39 EST 2007'' I know there''s something weird in the directory modification detection that causes the next run after things actually change to suffer from this problem, but I''m getting it
2006 Aug 28
10
Templates and arrays
I''m in the process of documenting templates right now, and I figured I should see what happens when you use them with arrays: $ cat ~/bin/test.pp $values = [this, is, an, array, of, values] $content = template("/tmp/templates/testing.erb") file { "/tmp/temtest": content => $content } $ cat /tmp/templates/testing.erb <% values.each do |val| %> I got
2007 Oct 24
4
before_filter at the method level
I have used before_filter in the passed at the class level but can it be used in the method level. For example, I want to refuse a non-admin type from being able to delete anything in the entire application. Is there an easy way to do this? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2003 Jan 09
4
Slow performance with lots of files in one directory
Hello, I've got performance problems with copying small files over to a Samba share in a directory that has lots of small files (10000 to 20000 files). It takes too long time to copy new files (they drip in at a fast pace), and smbd eats a lot of CPU time. Is there any way to make Samba run faster in this situation? Cheers, -- Anders Nordby Aftenposten AS, Systemteknisk avd. Tlf.: +47
2007 Jul 03
7
CA migration
Anyone ever migrated the puppetca to a different host? What are the steps that are involved?