search for: obstin

Displaying 13 results from an estimated 13 matches for "obstin".

Did you mean: obatin
2005 Dec 23
8
webrick / winxp won''t stop serving cached file??
Hi Working through the tut material in teh PP book (agile dev with rails) on a laptop running winxp. Creating the "admin" application, things generally work great. Except: at teh end of chapter 6, when we update teh css to improve the look of the page - I copy the new scaffold.css into my working directory, but webrick keeps serving the old css, even after a restart. Very odd. The
2012 Oct 17
0
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
On Wed, Oct 17, 2012 at 9:05 PM, Jordan Rose <jordan_rose at apple.com> wrote: > Still basically unusable with Apple Mail's obstinate refusal to respect > "In-reply-to" or "References". I'm definitely giving Phabricator patches > less attention because the CCs to cfe-commits are too hard to follow. I > realize that you shouldn't have to change a nice, standards-conforming tool > to fit o...
2012 Oct 17
0
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
Still basically unusable with Apple Mail's obstinate refusal to respect "In-reply-to" or "References". I'm definitely giving Phabricator patches less attention because the CCs to cfe-commits are too hard to follow. I realize that you shouldn't have to change a nice, standards-conforming tool to fit our closed-source app...
2005 Jan 12
0
astweb cdr's mysql.sock problem
...s getting into the same problem: Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/html/astweb.php Yet mysocket is in tmp/mysql.sock as specified in php.ini !? mysql.default_socket = /tmp/mysql.sock I don't see where astweb obstinently claim the socket in "/var/lib/mysql/" when all other apps use /tmp Rmrk: a link is OK but only temporary Anyone had the same problem ? Thanks for any help, FK --------------------------------- Do you Yahoo!? Meet the all-new My Yahoo! – Try it today! -------------- next part -...
2005 Mar 17
1
[LLVMdev] Floating point compare instruction selection
Chris Lattner wrote: > On Wed, 16 Mar 2005, Morten Ofstad wrote: >> The case which emits code for the special case of comparing against >> constant 0.0 does not return after generating it's code, so the normal >> compare is also generated! As far as I can tell it should return right >> after this: >> >> BuildMI(BB, X86::SAHF, 1); >> >>
2006 Jun 26
4
Sanity Check
Hi all. I need a sanity check. I''m trying to setup my network to handle VoIP. I''m thinking that all I need to do is prioritize the realtime traffic above the interactive and bulk traffic. I see so much discussion about traffic shapping, but I don''t THINK this is needed, right? I understand the problem with bandwidth starvation, but for my application, the voip
2012 Oct 17
9
[LLVMdev] Announcement: Phabricator for code reviews
Dear LLVM / Clang community, we'd like to open the use of Phabricator as an optional tool for doing code reviews to a wider audience. Please feel free to start your code reviews by following the documentation at http://llvm.org/docs/Phabricator.html. Note that e-mail is still the reference medium for code reviews. Please let me know about any problems with Phabricator or the documentation
2010 Jul 15
13
The perils of GMAX
gmax won't start up after the initial time. The messages I am getting indicate that it has become case sensitive with respect to names. The installer put in a directory named 'stdplugs' but the program wanted it to be 'StdPlugs'. So I renamed it. It still says these libraries fail to initialize. I must be missing a windows module but I did put in the recommended winetricks
2009 Jan 29
19
ZFS extended ACL
What is wrong with this? # chmod -R A+user:webservd:add_file/write_data/execute:allow /var/apache chmod: invalid mode: `A+user:webservd:add_file/write_data/execute:allow'' Try `chmod --help'' for more information. This works in a zone, works on S10u5, does not work on OpenSolaris2008.11. CT
2009 Jan 22
1
convergence problem gamm / lme
Hope one of you could help with the following question/problem: We would like to explain the spatial distribution of juvenile fish. We have 2135 records, from 75 vessels (code_tripnr) and 7 to 39 observations for each vessel, hence the random effect for code_tripnr. The offset (‘offsetter’) accounts for the haul duration and sub sampling factor. There are no extreme outliers in lat/lon. The model
2010 Jan 11
25
Is LSI SAS3081E-R suitable for a ZFS NAS ?
According to various posts the LSI SAS3081E-R seems to work well with OpenSolaris. But I''ve got pretty chilled-out from my recent problems with Areca-1680''s. Could anyone please confirm that the LSI SAS3081E-R works well ? Is hotplug supported ? Anything else I should know before buying one of these cards ? Thanks, Arnaud
2007 Aug 28
20
Updated Crossbow virtualization architecture document
Folks, I just posted an updated Crossbow virtualization architecture document. The new revision is available at: http://opensolaris.org/os/project/crossbow/Docs/crossbow-virt.pdf The main changes are the addition of support for multiple MAC addresses per client, and an explicit separation between consolidation private and project private MAC API entry points. See in particular the
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems