search for: greg

Displaying 20 results from an estimated 7548 matches for "greg".

2015 Jan 16
3
[LLVMdev] git-svn authorship (was: Howdy + GIT)
...e existing log message doesn’t already have a From: or Signed-off-by: line, append a From:line based on the Git commit’s author string. If you use this, then --use-log-author will retrieve a valid author string for all commits. https://www.kernel.org/pub/software/scm/git/docs/git-svn.html Thanks, Greg
2003 Oct 02
1
warnings() generates error if there never were any (PR#4389)
...<- function(...) { - if(!(n <- length(last.warning))) + if(!exists("last.warning") || !(n <- length(last.warning))) return() names <- names(last.warning) cat("Warning message", if(n > 1)"s", ":\n", sep="") -Greg LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
2004 Sep 20
1
R-2.0.0 Install problem for pkg bundle w inter-dependent namespaces
> -----Original Message----- > From: Martin Maechler [mailto:maechler@stat.math.ethz.ch] [...] > Greg> So, what is the proper way to handle this? Is there > Greg> some way to manually specify the package install order? > > Well, isn't the order in the 'Contains:' field of the bundle > DESCRIPTION file used? > If not, please consider sending patches for &gt...
2004 Sep 17
1
R-2.0.0 Install problem for package bundle with inter-dependent n amespaces
I have a revised version of the gregmisc package, which I've converted into a package bundle each of which has a namespace: gplots, gmodels, gdata, gtoools. Of course, there are interdependencies among these namespaces: gsun374: /tmp [11]> cd gregmisc/ gsun374: gregmisc [12]> grep import */NAMESPACE gdata/NAMESPACE:im...
2014 Aug 30
4
I want a Fedora 20 system to be a member server and offer a share in a Windows 2008R2 Active Directory domain
...rs in the example need equal signs (parameter=value instead of parameter [space] value). In fairness, that book above is part of RHEL 7 and I'm doing this from Fedora 20 so maybe they are different. Working around that and based on the example, I put this little script together: [root at nfsa gregs]# more test.sh #!/bin/sh authconfig \ --enablewinbind \ --enablewins \ --enablewinbindauth \ --smbsecurity=ads \ --smbworkgroup=EHAC \ --smbrealm=EHAC.LOCAL \ --smbservers=ehcserver1.ehac.local \ --krb5realm=EHAC.LOCAL \ --enablewinbindoffline...
2004 Dec 29
2
icecast2.2 and aac?
Trying to get the LE version for months now, still treamguys can?t deliver.... Regards, Dennis Heerema -----Original Message----- From: "Greg J. Ogonowski" <greg@orban.com> To: qiang Bao <jakobao@yahoo.com>, icecast@xiph.org Date: Wed, 29 Dec 2004 11:08:04 -0800 Subject: Re: [Icecast] icecast2.2 and aac? Icecast 2.2 works fine with AAC/aacPlus at any bitrate. 32kbps here: http://stream.orban.com:80/eval -greg. At...
2009 Sep 25
8
Cheapest Rails Hosting where they give you full access to Apache (to load modules etc)???
any pointers / suggestions re cheapest Rails hosting where they give you full access to Apache (to load modules etc)??? Can be a shared platform, however not sure if there is a shared platform type hosting service where they do give you such access?
2008 Nov 07
15
any tricks re using " eql(5.5)", but where 5.5 is a decimal not float?
-- Sent from my mobile device
2002 Jan 24
1
Re: coding factor replicates
...cross the vector, counting the number of occurences # store the cumulative count in the index vector and the current count in the result vector > for( i in 1:length(tmp) ) + retval[i] <- index[tmp[i]] <- index[tmp[i]] + 1 > # show the results > retval [1] 1 1 1 2 2 2 3 3 3 4 4 -Greg > -----Original Message----- > From: Brad Buchsbaum [mailto:brad at aris.ss.uci.edu] > Sent: Wednesday, January 23, 2002 4:52 PM > To: r-help at stat.math.ethz.ch > Subject: [R] Re: coding factor replicates > > > > Hi All, > > If I have a factor f: > >...
2006 Aug 10
7
Mongrel and SSL?
I have a small intranet app with only 20 or so users. I''m currently using lighttpd w/ssl for production and mongrel for dev. I don''t think Mongrel supports ssl, but what is the easiest front-end to put in front of it? Pound? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Feb 10
5
Re: Manually running dispatch.fcgi fails (Please help!!)
...ow). I have no idea how to troubleshoot this. I''m not even positive it is supposed to be runnable from the command line. I found a troubleshooting guide that implied it was supposed to work. Ideas are very welcome. FYI: I using SUSE 10.0 with self installed rails and lighttpd. Thanks Greg On 2/9/06, Greg Freemyer <greg.freemyer@gmail.com> wrote: > On 2/9/06, Jim Nachlin <jim@motionbox.com> wrote: > > Greg Freemyer wrote: > > > I''m a newbie trying to setup lighttpd. It is failing with error 500. > > > > > > I tried running di...
2006 Feb 15
5
Lighttpd now works for production. Development is broken?
...e the lighttpd config file setup to support my production instance. Now when I try to run rails/app.devel/script/server it appears to try and run lighttpd. Unfortunately this fails. Do I need to update my lighttpd config to support devel, or somehow force script/server to launch WEBrick? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2011 Aug 04
0
Local delivery via deliver fails for 1 user in alias
...ile in my dovecot.index.cache and cur directory. Details below. I'm continuing to research the internet, but don't know what I'm looking for. I'm also concerned that we might be dropping more mail. Thoughts anyone? Thank you in advance for your help. I greatly appreciate it! -- Greg ______________ Greg Woods Cirrus Aviation Services 702-448-2366 702-343-7784 (mobile) ca1:cur root# /usr/sbin/dovecotd --version 1.1.20apple0.5 ca1:cur root# /usr/sbin/dovecotd -n # 1.1.20apple0.5: /private/etc/dovecot/dovecot.conf Warning: fd limit 256 is lower than what Dovecot can us...
2006 Jan 16
17
LoginEngine / UserEngine conceptual help
...restrict access to the signup page to the existing users with logins? Or better yet just to myself and one other person? If not, should I consider also using the user engine and then only providing a very basic website to anyone who registers but I have not yet granted advanced rights to? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2005 Dec 27
3
created_on & updated_on - helper to display date only
...to just display the date, not the time. Best wold be a simple 12/28/05 type of presentation. I''ve found the format helpers in rdoc. (ie. distance_of_time_in_words_to_now ), but none seem to be what I''m looking for. How do I control the date format of a timestamp field? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2007 May 27
4
when will "TODO" comment/rake support come out?
Hi - quick question: when will "TODO" comment/rake support come out? Tks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to
2023 Oct 29
1
Permissions issue on domain member server (samba as an appliance)
...management stuff works and I can manipulate permissions and security BUT running robocopy still gives "Error 1314 Copying N TFS Security to destination Directory ********* A required privilege is not held by the client". I just noticed it does say the user but the client. Hmmmm. Thanks, Greg On Sun, Oct 29, 2023 at 4:53?PM Luis Peromarta via samba < samba at lists.samba.org> wrote: > Administrator is a built in account in the AD. When you provisioned the > domain with a password , that was Administrators password. > > LP > On 29 Oct 2023 at 21:36 +0100, Greg Dick...
2019 Sep 13
4
[PATCH 4.19 092/190] drm/nouveau: Dont WARN_ON VCPI allocation failures
On Fri, Sep 13, 2019 at 03:54:56PM +0100, Greg Kroah-Hartman wrote: >On Fri, Sep 13, 2019 at 10:46:27AM -0400, Sasha Levin wrote: >> On Fri, Sep 13, 2019 at 09:33:36AM -0400, Ilia Mirkin wrote: >> > Hi Greg, >> > >> > This feels like it's missing a From: line. >> > >> > commit b513a18cf1...
2011 Aug 23
2
king fm m3u streams
Hi, Thanks, that helps. What I really want however, is an MP3 stream that can play on a WI-FI mp3 player. I know the m3u streams, but they wont play. I can find the stream for the regular KING HD-1, but not for opera or evergreen. Bijan On 8/22/2011 10:01 PM, Greg Ogonowski wrote: > Bijan- > > It will play in Windows Media Player 12, however there is a Microsoft bug > (never heard of that), that requires you to click on the seek bar to > actually start the audio output after you have connected to the stream URL. > This only happens on Iceca...
2007 Feb 15
1
Images and stylesheets are not serving
Hello One of ours sites has just lost all it''s images and styling. It''s not a very busy site at all, so it might have been not working properly for some time now. Here''s how we start it in Lighty <pre> $HTTP["host"] == "gregynog.glam.ac.uk" { server.document-root = "/www/rails/greg/current/public/" server.error-handler-404 = "/dispatch.fcgi" accesslog.filename = "/www/rails/greg/current/log/access.log" server.errorlog = "/www/rails/greg/current/log/error.log" fastc...