search for: environemt

Displaying 20 results from an estimated 22 matches for "environemt".

Did you mean: environemnt
2006 Feb 13
1
new Fedora rails environemt
My first message! Hello Everybody! I am about to create a Fedora based rails environment. I''m very new to rails and never installed linux before. Anybody have any quick, off the top of their head tips before I get started? This will be a development server.(Obviously, I''ll direct my linux questions elsewhere) Thanks, Dave
2001 Dec 13
2
a very simple problem, but unknown solution
In our environemt, we use PCs (NT) running a JVM that produces unique file names, and data content about 100K or less. We only write to these file. The JVM (the application) does spawn many threads so the net effect can be many simultaneous file creation requests from one PC. All the files are written to a samba mo...
2006 Feb 22
1
Rails with postgres-oids?
Hello! Postgres supports oids which is a unique number for any row in a given database. There is the ''id'' already inside oids - wouldnt it be nice and handy to turn on some global environemt.rb or database.yaml magic-switch and rails uses the oids internally and transparently on the postgresql adapter, sparing people the need to create auto-increment-serial ids with postgres databases? Regards Philipp
2018 Jan 17
4
effects: error when original data frame is missing
...#39; not found Has anybody a better "workaround" for this than, e.g., explicitly saving the fitted model object fm together with its original environment or just the data needed frame (maybe in a list like fm.plus.origdata <- list(fm, myair = myair)) to be able to restore the original environemt (or at least the needed opriginal data frame) of the time when fm was created? Thx for any hint! Regards -- Gerrit --------------------------------------------------------------------- Dr. Gerrit Eichner Mathematical Institute, Room 212 gerrit.eichner at math.uni-giessen.de...
2015 Aug 12
2
Error
On 12/08/15 15:54, Reindl Harald wrote: > > Am 12.08.2015 um 16:48 schrieb Rowland Penny: >> On 12/08/15 15:44, sandy.napoles at eccmg.cupet.cu wrote: >>> OK, there could be several things going wrong here: >>> Do you have /usr/local/samba/bin and /usr/local/samba/sbin at the >>> start of your PATH ? >>> -----> Yes I have both, in
2008 Feb 08
1
xspline(..., draw=FALSE) fails if there is no open device (PR#10727)
..., it requires a graphics device (that it won't use since it was draw=FALSE). I run into this because I intended to use xspline within a function (that does not yet draw: there is plot method for that), and the function failed when called in a virgin environment. Here is an example in a virgin environemt just after starting R: > out <- xspline(c(0,1,0), c(1,0,1), draw=FALSE) Error in xspline(c(0, 1, 0), c(1, 0, 1), draw = FALSE) : plot.new has not been called yet > str(out) Error in str(out) : object "out" not found This works: > plot(0) > out <- xspline(c(0,1,0),...
2006 Dec 22
6
Re: Difference between ZFS and UFS with one LUN froma SAN
...ns better in an environment where we have JBODs attached to the hosts. This way ZFS takes care of all of the redundancy? But what about SAN enviroments where customers have spend big money to invest in storage. I know of one instance where a customer has a growing need for more storage space. There environemt uses many inodes. Due to the UFS inode limitation, when creating LUNs over one TB, they would have to quadrulpe the about of storage usesd in there SAN in order to hold all of the files. A possible solution to this inode issue would be ZFS. However they have experienced kernel panics in there envir...
2018 Jan 17
0
effects & lme4: error since original data frame not found WASeffects: error when original data frame is missing
...anybody a better "workaround" for this than, e.g., explicitly > saving the fitted model object fm together with its original > environment or just the data needed frame (maybe in a list like > fm.plus.origdata <- list(fm, myair = myair)) to be able to restore > the original environemt (or at least the needed opriginal data > frame) of the time when fm was created? > > Thx for any hint! > > ?Regards? --? Gerrit > > --------------------------------------------------------------------- > Dr. Gerrit Eichner?????????????????? Mathematical Institute, Room 2...
2014 Dec 03
1
Aw: Re: Re: encrypted rsyncd - why was it never implemented?
> The benefit of rsync over ssh secured by rrsync is that it is more > like what rsync users are already used to. i don`t like rsync over ssh in an environemt with users you can?t trust. from a security perspective, i think such setup is broken by design. it`s a little bit like giving a foreigner the key to your front door and then hope that the door in the corridor to your room will be "secure and stable enough". some reasons why i think th...
2015 Aug 12
0
Error
...kely *not* in >> PATH because systemd cleans up environment vars by default for good >> reasons >> > Yet another reason not to use systemd, what has something that claims to > be an init system to do with a users PATH ?? no, it's a reason to use systemd you have a clean environemt "users PATH" is nonsense, it's the env-var of the SERVCIE which is most likely not the same as for your user and you have a deterministic place to set it - with sysvinit you expose a ton of env-vars to services with systemd you don't see all that stuff in example phpinfo() and...
2007 Feb 23
0
Unable to find a volume for file extraction
....exe to extract the setup.exe. Execute this file could bring up the installer program, however, it will say only 0MB disk space is available on the disk. The setup can't continue due to the above error. How to let wine to tell the program the correct diskspace available? Thanks. My system environemt: Debian SID Wine & Winelib: 0.9.30-1
1999 Jun 16
0
Can I prompt for ID for a Samba printer?
Hello all, I didn't receive any replies to my question the first time, so here it is again: The environemt is as follows - a university computer lab with clients running WinNT4.0 SP5, a Samba 1.9 server on DU4.0b and ppr as the printing daemon/accounting agent. Account A = generic NT lab machine login Account B = valid unix login with permissions to print The NT logins are necessarily different from...
1999 Jun 23
1
problems with a WinNT SMB server
...new Linux user (Red Hat6.0) I am trying to mount hard drives from a local network which is managed by a windows NTServer. When I try to launch from the command line: smbclient -L servername I am prompted for a password, which I presume is the same password that I use when I login from a Windows environemt. Given the pasword I get the message: session setup failed: ERRDOS - ERRnoaccess (Access denied. ) My question is wheter the server is denying entrance or I am doing something wrong, and if so, which man pages to look into. I understand this may sound stupid to you experts and I apologise. P.S...
2018 Jan 17
0
effects & lme4: error since original data frame notfoundWASeffects: error when original data frame is missing
...ot; for this than, e.g., explicitly > >> saving the fitted model object fm together with its original > >> environment or just the data needed frame (maybe in a list like > >> fm.plus.origdata <- list(fm, myair = myair)) to be able to restore > >> the original environemt (or at least the needed opriginal data > >> frame) of the time when fm was created? > >> > >> Thx for any hint! > >> > >> ??Regards? --? Gerrit > >> > >> --------------------------------------------------------------------- > >&gt...
2016 Apr 27
2
Migration to vfs_fruit with existing AppleDouble files?
Am 27.04.2016 um 19:29 schrieb Ralph Boehme: > On Wed, Apr 27, 2016 at 10:08:46AM -0700, Scott Call wrote: >> Thanks for the response! >> >> This would be really helpful because we use a lot of old adobe type 1 fonts >> that are 100% resource fork and are rendered unusable without the >> marshalled xattr's in addition to the AFP_ streams. > > resource
2008 Feb 08
0
xspline(..., draw=FALSE) fails if there is no open device (PR#10728)
...hat it won't use since it was draw=3DFALSE). I run in= to this > because I intended to use xspline within a function (that does not yet = draw: > there is plot method for that), and the function failed when called in = a virgin > environment.=20 > > Here is an example in a virgin environemt just after starting R: > > =20 >> out <- xspline(c(0,1,0), c(1,0,1), draw=3DFALSE) >> =20 > Error in xspline(c(0, 1, 0), c(1, 0, 1), draw =3D FALSE) :=20 > plot.new has not been called yet > =20 >> str(out) >> =20 > Error in str(out) : object &...
2012 Jun 06
0
randomForest Species Distribution Modelling
...0 0 0 0 0 1 0 2 -27 -24 9 0 0 0 0 0 0 0 0 1 3 -27 -24 8 0 0 0 0 0 0 0 1 0 4 -27 -19 8 0 0 0 0 0 0 0 1 0 5 -27 -18 9 0 0 0 0 0 0 0 0 1 6 -27 -18 9 0 0 0 0 0 0 0 0 1 Step 2 I then uploaded the environemtal raster layers and stacked them. >files <-list.files(("C:/Users/GIS-Modeller/Documents/10m/ASCII"), pattern= 'asc', full.names=TRUE) >predictors <-stack(files) > predictors class : RasterStack dimensions : 1745, 3909, 6821205, 10 (nrow, ncol, ncell, nlaye...
2001 Mar 28
5
Initial patch to implement partial auth with SSH2
Attached is a patch which adds a new config option, AuthOrder2, to sshd_config.c. The syntax is: AuthOrder2 AuthMethod1[:SubAuthMethod1[:SubAuthMethod2...]][,AuthMethod2...] An example, requiring users to enter a public key _and_ a password, in that order: AuthOrder2 publickey:password The current default behaviour: AuthOrder2 password,publickey,keyboard-interactive Require a public key,
2006 Jan 17
3
file_column :root_path question.
I''m developing on Windows and deploying to FreeBSD+lighttpd using Switchtower and I''ve got things generally working. My problem now is that file_column data gets zapped every time I deploy, because Switchtower creates a whole new myapp/public directory with each rev. I looked through the file_column docs and found the :root_path option, which I use in my models as follows:
2014 Dec 03
4
Aw: Re: encrypted rsyncd - why was it never implemented?
from a security perspective this is bad. think of a backup provider who wants to make rsyncd modules available to the end users so they can push backups to the server. do you think that such server is secure if all users are allowed to open up an ssh shell to secure their rsync transfer ? ok, you can restrict the ssh connection, but you open up a hole and you need to think twice to make it secure