search for: evironment

Displaying 20 results from an estimated 25 matches for "evironment".

Did you mean: environment
2009 Aug 20
2
eval and evironments: call local function in a global function
Hi, in my project I want the user to be able to write hook functions that are in turn called in my main code. I'd like the user's hooks to be able to call some function that set a variable outside their running environment. The trick is that this variable is not global, but defined on runtime before calling the hooks, and I don't want to leave any trace (i.e. global variables)
2009 Feb 18
4
Zpool scrub in cron hangs u3/u4 server, stumps tech support.
I''ve got a server that freezes when I run a zpool scrub from cron. Zpool scrub runs fine from the command line, no errors. The freeze happens within 30 seconds of the zpool scrub happening. The one core dump I succeeded in taking showed an arccache eating up all the ram. The server''s running Solaris 10 u3, kernel patch 127727-11 but it''s been patched and seems to have
2006 Jan 25
1
postgres schemas as rails envs
Played around with rails on mysql a little bit. Now I''m looking at rails on postgres, and postgres has schemas. Wondering if it''s appropriate to create *schemas* for my three db evironments (development, test, production) rather than separate dbs? b
2005 Dec 28
1
Authenticating users in domain
I know samba server can work in NT Domain evironment but I would like to make something a little more complicated if this is possible. I have two networks, let's say 192.168.1.0/24 and 192.168.2.0/24 There is no routing between these networks! (and that's a very important requirement). In 192.168.1.0 network I have a domain (let's call...
2002 Jan 04
1
rsync -e ssh --bwlimit=20 ?
...hout success. Here's what I get: % rsync --bwlimit=20 from.com:/dir/file.txt /dest user@from.com's password: **** rsync: unrecognized option `--bwlimit=20' unexpected EOF in read_timeout I tried specifying ssh transport using both the -e option and by setting the RSYNC_RSH evironment variable-- it made no difference. rsync works as expected without the --bwlimit option. I know --bwlimit is a fairly new feature. and I researched this as much as I could without going into the source code... anyone able to get this to work, or have any tips? Thanks jrobinson _________________...
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All, I've encountered the same problem as others who have posted under the same subject. I've had R-1.8.1 installed and running since it was released. Yesterday morning when I tried to start Rgui.exe I got the subject error message. Since I live at the whim of the network administrators I can only assume it was a recent MS critical update. I tried installing R-1.9.0 but no joy. I
2006 Jan 29
15
Reload the lib directory
Im writing a module in the lib directory. If I change the module, the changes are not visible to the application when i releod the web page (i am in the development evironment). I must restart the web server (WEBrick) and so i see the changes... but I lost more time. How can I reload the module in the dirictory lib, without reload WEBrick? Thanks so much --Reis -- Posted via http://www.ruby-forum.com/.
2002 Feb 22
1
Large Configuration question
...lation package wrapped around it. I have several concerns about this, partially about HP's setup and claims about Samba, and partially about moving everything from 40 Novell to 1 Samba server. I'm wondering if anyone else out there has done anything like this. I'll try to describe our evironment: -roughly 4500 desktops, 95% running Windows 2000, 5% running NT4.0 -Active Directory is the only method of authentication -currently have roughly 40 Novell file and print servers, with a combined 2 Terabytes of diskspace, expected to grow to 6 Terabytes in five years. -users typically edit files d...
2008 Sep 18
2
change_table is not working on production server
Hi, I have added to my migration a change_table action. It works fine on my local dev machine, but on the production server the migration does not happen although the schema.rb file gets correctly updated. I am running Rails 2.1.1 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2006 Aug 01
1
Missing flash.swf in .rhtml page in WEBrick dev environment?
So I''m trying to create a dashboard that displays data pulled in through RoR. Some data populates table rows and other data I''m trying to feed into an Adobe Flash swf file. I have the path correct to my swf file (I can it being accessed in Safari activity window) but it''s not rendering. When I try to access the file directly within the :3000 environment I get
2006 Jun 08
3
Rails App, Going Live
I built my rails app locally, and just today put it all online. Getting a "Application error (Rails)" when trying to submit some form parameters to the db. What needs to be done with going from local development to live? I''m not sure if/where I need to set my app to "production" status. Also, is there any way to debug "Application error (Rails)"??
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
...without struct timespec". * Add configure check for AIX style sub-second resolution support. * Add configure check for Tru64 sub-second timestamp resolution. * Add Tru64 sub-second resolution timestamp support. * Enable IPv6 support for NetBSD and FreeBSD. * Use correct BSD evironment variable. o Guenter Kukkukk <linux@kukkukk.com> * Don''t try and delete a default ACL from a file. o Volker Lendecke <vl@samba.org> * BUG 5798: CFLAGS info lost in configure. * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880. * Fix remotely adding a sh...
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
...without struct timespec". * Add configure check for AIX style sub-second resolution support. * Add configure check for Tru64 sub-second timestamp resolution. * Add Tru64 sub-second resolution timestamp support. * Enable IPv6 support for NetBSD and FreeBSD. * Use correct BSD evironment variable. o Guenter Kukkukk <linux@kukkukk.com> * Don''t try and delete a default ACL from a file. o Volker Lendecke <vl@samba.org> * BUG 5798: CFLAGS info lost in configure. * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880. * Fix remotely adding a sh...
2003 Nov 21
1
R memory allocation error - Unix
I am using ESS on a unix system for my analysis. My R environment contains a 90118 by 94 dataframe. I am trying to calculate the mean of a column in this data frame and I am getting the following error: Error: can not allocate a vector of size 704 Kb I have tried options(memory=1000000000000000000) and this does not help. when I call gc() this is what is returned > gc() used
2006 Aug 08
1
Suggestion: environment.rb Includes
I like the idea of "instant functionality" Engines can offer, but practical implementation issues make adding and removing more tedious than it should be. The process typically requires: - manual modifications to environment.rb ( e.g., adding engine configuration and "Engine.start :myengine" - manual modification to app/controllers/application_controller.rb This should be
2004 Nov 18
5
Lexical Scoping: eval(expr,envir=)
Hi R-listers, I am trying to better undertand what we would call "functional paradigm" use of S/R to better map my programming activities in other languages. This little function is aimed to create an object (at the end end, it would have it's own class): -- myObject =function(){ list( a=1, foo=function(b) { cat("b:",b)
2006 May 29
3
Problem after last update
Hello list. Since morning I have an emergency. After last kernel update one of my servers didn't start. On display I see only "GRUB" :( I have 2 more servers based on CentOS too, but after the same update this servers works. All servers have 2 HDs and works as software mirror. I have started damaged machine using Knoppix and I can see partitions and data on both disks. Of course I
2007 Mar 27
4
Samba 3.0.24 on AIX
Hi, I just installed Samba 3.0.24 on AIX. I was able to installed it and configure it to share a directory with NT users. However, I can't login to SWAT as root. I am getting 401 bad authorization error. Can anybody help? Thanks, Yun Lee
2006 Jan 03
3
Engine and controller layout confusion
Hi all, Installed the login_engine which is working. But I''m confused as to how I tell Rails to use the "/app/views/layout" rhtml files, when partials from the login_engine are used from "/vendor/plugins/login_engine/app/views/user". Do I copy login.rhtml to /app/view/mgmt? (mgmt is a controller name in my app) Along the same line: I also have a nil error on the
2006 Mar 17
6
VERY cool add-on request.
I would like to have the ability to execute a command on a folder based on a user doing something like copying a message to that folder. This could be accomplished with a config file directive. For example, this would be EXTREMEMLY useful as a spam learning hook. Take a scenario where each user has their own spamassassin bayes database, and you want to give the users the ability to train their