Displaying 15 results from an estimated 15 matches for "envirnoments".
Did you mean:
envirnoment
2015 May 06
3
VirtIO drivers and CentOS 5.4(Final)
Leon Fauster wrote:
> Am 06.05.2015 um 13:04 schrieb lhecking at users.sourceforge.net:
>>
>>> You have several hundred more Critical or Important security updates
>>> outstanding. If that box touches the Internet in any way, it is likely
>>> compromised. Just in the last 6 months there are 21 Important or
>>> Critical updates.
<snip>
>>
2019 May 02
1
http-lib test failures when building dovecot-2.3.5 and later in mock builder
There is random failure in test-http-payload when building rpm package
from 2.3.6. I couldn't reproduce that in normal system but that happens
something like every second try in mock chroot build envirnoment. Other
tests don't have issues so it looks like test is not very reliable.
Building 2.3.4 didn't yet have this issue.
./test-http-payload -D output attached.
--
Tuomo Soini
2017 Nov 30
1
Troubles on folder redirection...
I've setup home drive in my AD domain, using POSIX ACL because i've a
script that create home and do other things (set email folder, set
quota, ...).
[users]
comment = Home Directories
path = /home
browseable = No
veto files = /.mail/.inbox/.ssh/
root preexec = /etc/samba/createhome "%u"
force create mode = 0600
force directory mode = 0700
read only = No
I've also
2012 Jan 14
2
Two log entries for every request
These are lines from a local dev log. Notice the two identical (except for time taken) entries for the requests. Every request has two entries with the 2nd entry taking longer. This is a dev environment so the .css is referenced. On the server this same app is doing the same thing.
Any ideas? Is it bug in my code?
I, [2012-01-14T10:54:09.089535 #34573] INFO -- : listening on addr=0.0.0.0:8080
2007 Dec 19
2
libspeex stopped to work
> Seems Jean-Marc have not added your optimisation to Speex svn. Could
> you sent it to the mailing list, so people would be able to try it out?
> If it will give some speed up, we'll try to port it to gcc asm for use
> in embedded
> Linux applications.
Sorry, been busy with maintenance on Valin 2.0 and 3.0 :-) Just applied
your fix to the assembly. Can you confirm it works
2007 Jun 13
5
Very slow initial opening MS-Word and MS-Excel files from Samba
The first time a Word or Excel file is opened, i.e., when either Word or
Excel have not been actively running "recently" (like, say for several
minutes or more), the time it takes to start the application and load
the file seem inordinately long.
Once the first evolution is complete, files open more-or-less instantly
if I close the first document but leave either app running (but
2015 May 06
0
VirtIO drivers and CentOS 5.4(Final)
> And I, personally, would want an email from aforesaid manager telling me
> not to do any upgrades, which I would print out in several copies and put
> in a secure place....
> <snip>
You do not understand the situation I presented. This is about avoiding
a situation where in a highly complex envirnoment, due to a quirk in one
of the dozens of tools involved in designing your
2007 Dec 20
0
libspeex stopped to work
On 12/20/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
> Sorry, been busy with maintenance on Valin 2.0 and 3.0 :-) Just applied
> your fix to the assembly. Can you confirm it works fine?
Yep, it works fine. Thanks.
> About including
> assembly directly (.asm/.s instead of gcc inline asm), I'm OK in
> principle if someone can show me how to do that cleanly
2006 Jun 22
2
rails on Oracle 10g - missing controller ?
I am trying to generate my first scaffold but I am getting a 500 error
from http://127.0.0.1:3000/foo . Below is the information about my
system, as well as the commands I am typing. I have also included the DDL
( Oracle 10g ). I am mid way through chapter 6 of "Agile Web Development
w/ Rails". Why aren''t there any files under app/controllers/ ?
C:\tmp\rubyWork>ruby
1998 May 14
1
samba main cvs branch seems to be broken on 64-bit boxes.....
hi there :)
the code in util.c seems to have some bugs w/regard to compilation on
64-bit machines. in this case, the hardware is an Alpha running redhat
4.2 with pam turned off in the makefile.
i get a whole series of errors, all of which say "passing arg 'n' of
'function' from incompatible pointer type. in util.c, checked out of the
main branch the day before yesterday,
2015 May 06
3
VirtIO drivers and CentOS 5.4(Final)
On Wed, May 6, 2015 9:28 am, lhecking at users.sourceforge.net wrote:
>
>> And I, personally, would want an email from aforesaid manager telling me
>> not to do any upgrades, which I would print out in several copies and
>> put
>> in a secure place....
>> <snip>
>
> You do not understand the situation I presented. This is about avoiding
> a
2012 Jan 25
4
formula error inside function
I want use survfit() and basehaz() inside a function, but it doesn't work.
Could you take a look at this problem. Thanks for your help. Following is my
codes:
library(survival)
n <- 50 # total sample size
nclust <- 5 # number of clusters
clusters <- rep(1:nclust,each=n/nclust)
beta0 <- c(1,2)
set.seed(13)
#generate phmm data set
Z <- cbind(Z1=sample(0:1,n,replace=TRUE),
2005 Jan 31
3
load balancing between two default gateways
Hi list gurus,
long story short we have firewall machine which is the default gateway
for our clients and firewall send traffic out to Internet via cisco router.
On cisco we have two serial interfaces 1Mb and 2Mb.
On firewall
#route add default gw xxx.xxx.xx.xxx (for 2mb)
#route add default gw xxx.xxx.xx.xxx (for 1mb)
and the same rule for Imb link route packets via these two links.
However I
2005 Mar 08
4
how modify object in parent.env
Hi,
Is it possible to modify an object in the parent.env (as opposed to
re-bind)? Here is what I tried:
> x = 1:3
# try to modify the first element of x from within a new environment
> local(get("x", parent.env(environment()))[1] <- NA)
Error in eval(expr, envir, enclos) : Target of assignment expands to
non-language object
# On the other hand retrieval works just fine
>
2010 Jul 07
3
Large discrepancies in the same object being saved to .RData
Hi developers,
After some investigation I have found there can be large discrepancies in the same object being saved as an external "xx.RData" file. The immediate repercussion of this is the possible increased size of your .RData workspace for no apparent reason.
The function and its three scenarios below highlight these discrepancies. Note that the object being returned is exactly