search for: escher

Displaying 20 results from an estimated 21 matches for "escher".

2005 Jul 25
2
dovecot permission denied problems.
...through pam. When I login to the machine my home directory is mounted over nfs from a central file server. I have dovecot installed and running but it can't seem to access my home directory. When I try and access my mail I get the following three lines in /var/log/maillog: > Jul 25 12:46:04 escher imap-login: Login: ###### [::ffff:###.###.###.###] > Jul 25 12:46:04 escher dovecot: chdir(/home/######) failed with uid > ####: Permission denied > Jul 25 12:46:04 escher dovecot: child 13182 (imap) returned error 89 The uid that is used is the one associated with my home directory. As f...
2007 Dec 11
3
Transactional/Rollback problems
...; do before :each do create_user end it "should have 1 user" do User.count.should == 1 end end describe "Rollback issue 2" do before :each do create_user end it "should have one user" do User.count.should == 1 end end end escher: rake db:test:prepare (in /Users/smt/src/web/urbis/trunk) escher: ./script/spec spec/models/no_rollback_issue_spec.rb .F 1) ''Rollback issue 2 should have one user (Spec::Rails::Example::ModelExampleGroup::Subclass_2)'' FAILED expected: 1, got: 2 (using ==) ./spec/models/no_...
2007 Sep 30
4
autotest stop working, 1.0.9?
My autotest runs but when I make changes to a spec it doesn''t reload. I checked another application I was building that had 1.0.9 but it was reloading fine. How would I debug a problem such as autotest not reloading? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070930/6be7160d/attachment.html
2007 Oct 08
17
(no subject)
Just ran svn up this morning, and got this (after running ./script/ generate rspec) escher: ./script/spec spec/models/item_spec.rb Finished in 8.0e-06 seconds 0 examples, 0 failures ./script/spec:4:in `run'': wrong number of arguments (3 for 1) (ArgumentError) from ./script/spec:4 Using rails 1.2.3, rspec trunk, on Mac OS X.4.9. Any ideas, or is this a bug in ref...
2007 Oct 27
2
spec_distributed with rails
...ing list on rubyforge... I was able to run a non-rails project with Spec::Distributed::RindaSlaveRunner (and RindaMasterRunner). But I''m stumped on how to do it with a rails project, when I have rspec trunk installed. I continue to get wrong error arguments, like the following: escher: ruby -Ilib script/spec spec/models/* --require spec/ distributed --runner Spec::Distributed::RindaSlaveRunner /Users/smt/src/web/urbis/trunk/vendor/plugins/rspec/lib/spec/runner/ options.rb:74:in `run'': wrong number of arguments (0 for 2) (ArgumentError) from /Users/smt/src/w...
2018 Jun 23
0
reference page for Apache test page & the project
...ld urge someone to scrape the gist of that thread and preserve it on wiki.c.o somewhere. If no one else does I will do it later today or tomorrow when I have a bit of time and motivation. John -- Are you really sure that a floor can't also be a ceiling? -- Maurits Cornelis (M.C.) Escher (1898-1972), Dutch artist, M.C. Escher, His Life and Complete Graphic Work: with a fully illustrated catalogue, Volume 1982, Part 1, H. N. Abrams (1982) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198...
2015 Apr 26
0
can't install gd-devel on centos 7.1
On Sun, Apr 26, 2015 at 11:56:18PM +0300, Eero Volotinen wrote: > Disable remi repo and try again.. And perhaps ask Red Hat as you apparently aren't running CentOS. John -- Are you really sure that a floor can't also be a ceiling? -- Maurits Cornelis (M.C.) Escher (1898-1972), Dutch artist, M.C. Escher, His Life and Complete Graphic Work: with a fully illustrated catalogue, Volume 1982, Part 1, H. N. Abrams (1982) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198...
2007 Nov 07
0
Named routes raising nil.rewrite error
...===== describe SnippetsController, "routes" do it "should route the snippet_version_url to the version action" do snippet_version_url(:id => "1", :version => "41").should == "/foo" end end ======================================== escher: ./script/spec spec/controllers/regressions/ 2007_11_07_snippets_route_spec.rb F 1) NoMethodError in ''SnippetsController routes should route the snippet_version_url to the version action'' You have a nil object when you didn''t expect it! The error occurred while evalua...
2013 Sep 03
2
exclude in a repo file
Hi All, I just discovered that the remi repo has updated versions of firefox. This is good news, but it leads me to a question. Is it possible to exclude all packages except one or two in a repo file? The man page for yum.conf didn't give me any hints. I tried unsuccessfully adding this line: exclude=!firefox*,!xulrunner* Is there a way to set up this repo so that when I run "yum
2018 Jun 22
2
reference page for Apache test page & the project
Some or all of you may be aware that people often contact the CentOS Project because they come across the default Apache server test page on a non-centos.org domain. In trying to contact the domain owner, they mistakenly contact us. This is despite the language at the bottom of the page telling them what they are seeing and not to contact us about it. This has come up for me in responding to
2008 Sep 03
2
Does rattle depend on testing's ggobi?
...of Mathematical & Physical Sciences, University of Newcastle, Australia (CRICOS Provider Number: 00109J) Room V133 ph +61 2 4921 5548 Robert.King at newcastle.edu.au http://tolstoy.newcastle.edu.au/~rking/ "It might be in the basement, I'll go upstairs and check .." Escher
2009 Apr 29
1
etch AMD64 debs missing
...of Mathematical & Physical Sciences, University of Newcastle, Australia (CRICOS Provider Number: 00109J) Room V133 ph +61 2 4921 5548 Robert.King at newcastle.edu.au http://tolstoy.newcastle.edu.au/~rking/ "It might be in the basement, I'll go upstairs and check .." Escher
2008 Oct 27
1
R 2.8.0 for Debian etch
Dear all, It is my pleasure to announce the immediate availability of R 2.8.0 for the current Debian stable release on CRAN. Source packages and binaries for i386 and amd64 are at your disposal. I also updated the README to include a short howto for using R 2.8.0 from unstable on testing (lenny), which is currently frozen. This currently pulls the current pcre from unstable, next to the current
1999 Sep 01
1
What happened to error()
...d to error()? How do I fail out of a function? ---- Robert King, Australian Environmental Studies, Griffith University, Australia 3875 6677 Robert.King at mailbox.gu.edu.au http://www.ens.gu.edu.au/robertk/ "It might be in the basement, I'll go upstairs and check .." Escher -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...
2008 May 31
2
tolstoi.newcastle dead?
Anyone know what's up w/ tolstoi.newcast.edu.au (home of the threaded R-help archives)? I've got a "can't connect" for several days now. Carl
2007 Oct 08
0
(no subject)
Just ran svn up this morning, and got this (after running ./script/ generate rspec) escher: ./script/spec spec/models/item_spec.rb Finished in 8.0e-06 seconds 0 examples, 0 failures ./script/spec:4:in `run'': wrong number of arguments (3 for 1) (ArgumentError) from ./script/spec:4 Using rails 1.2.3, rspec trunk, on Mac OS X.4.9. Any ideas, or is this a bug in ref...
2009 Jan 21
0
Job description
...th individuals and groups at all levels - Detail oriented and analytical - Strong verbal and written communication skills +41 44 553 20 01 (Office CH) +43 1 266 00 50 (Office A) +48 22 311 78 35 (Offfice PL) Alfred Escher-Strasse 26 Pottendorfer Str. 25-27 Al. Jerozolimskie 179 8002 Zurich/Switzerland 1120 Wien/Austria 02-222 Warsaw/Poland www.peoplefone.ch www.peoplefone.at * www.plfon.pl* -------------- next part -------------- An HTML attachm...
2009 Oct 12
0
package manual without index? check breaks with - LaTeX errors when creating PDF version.
...of Mathematical & Physical Sciences, University of Newcastle, Australia (CRICOS Provider Number: 00109J) Room V133 ph +61 2 4921 5548 Robert.King at newcastle.edu.au http://tolstoy.newcastle.edu.au/~rking/ "It might be in the basement, I'll go upstairs and check .." Escher
2006 May 22
3
core-model-2
I''ve added experiments/core-model-2 to SVN. I think this is pretty clean and satisfactory. Jeff, please have a look and see if you like the placement of timeouts (which are currently unimplemented). Any event now has the possibility of a timeout. To get an application-level timeout, you''d just post an event with a timeout to a nil target. When the timeout expires, the errback
2015 Apr 26
4
can't install gd-devel on centos 7.1
Hey guys, I'm trying to instal gd-devel onto a CentOS 7 host. --> Finished Dependency Resolution Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi) Requires: libvpx-devel(x86-64) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest But when I try to do that I get the error you see above. These are the