Displaying 16 results from an estimated 16 matches for "aldur".
Did you mean:
alder
2007 Mar 27
1
impose points on lattice plot
R-help,
I'm using the lattice package to plot 2 variables (vekt ~ aldur)
conditioned to a third (kyn * 2 categories).
I use the following:
xyplot(vekt ~ aldur|kyn, , data = sexSu)
I want to superimpose the average(vekt) by 'aldur'
conditioned to kyn by using something like:
xyplot(vekt~aldur|kyn, subset = aldur <= 12
, data = sexSu, panel = function(x,...
2006 Apr 29
2
How many asterisk process's are "normal"?
...o since it is supported more. This
machine is on a different network and not connected to the other test bed at
all.
What I found is that on test bed #2, I have 18 processes of asterisk running
with absolutely no soft-phones connected to it, and 2 processes of mpg123 on
hold music running.
root@aldur:/usr/local/src# ps -aef |grep asterisk |wc -l
18
root@aldur:/usr/local/src#
root@aldur:/usr/local/src# uptime
08:57:55 up 2 days, 6:12, 1 user, load average: 0.00, 0.00, 0.00
On Test bed #1, I have exactly 1 process of asterisk running with no phones
connected to it.
hshaw@kaltorak:~...
2009 Jan 06
1
Alternate looping
R-help,
I'm using the "for" control flow to graph plots continuously:
par(mfrow=c(3,5), mar=c(0.6,.2,1.2,.2),yaxt="n",xaxt="n")
for(j in 1:11)
{
for(i in 1:15)
{
species <- spAldur[spAldur$ar == 1993+i & spAldur$aldur == j,]
plot(species at coords[,1], species at coords[,2], xlim=c(-10,-3.5),
ylim=c(60.1,63)
, col=3,type="n",xlab="",ylab="")
points(geoFeatures[["dyp100"]],pch=".",cex=1.2,col="blue")
.....
........
2006 Aug 16
1
Debian Apache 2.2 package available on experimental
Finally!
See
http://people.debian.org/~terpstra/message/20060815.194742.e85b8143.en.html
For all those Debianites wanting to try mod_proxy_balancer with Mongrel
--
Neil Wilson (neil at aldur.co.uk)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060816/6fcee72b/attachment.html
2006 Jun 03
10
Gem versioning and auto installs
...nes from a
Capistrano script.
Is there any way to get gem to automatically select the correct platform for
a particular version of Mongrel?
Failing that can I respectively request slightly different version numbers
for the differing platforms to assist automatic installs.
Thanks
--
Neil Wilson
Aldur Systems
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060603/69e470da/attachment.htm
2010 May 18
5
upgrade Ubuntu Karmic to Lucid = Wine : Esound desabled!!!
I have upgrade my system ubuntu karmic to lucid.
since upgrade when i configure wine :
it say me :
unavailable esound driver found in the registry
Would you like unistall esound driver?
esound is cleared to the choise to driver audio
and i have no sound in game work's with this driver :
Civilzation 4 BTS
my versus wine is upgraded to 1.1.44.
and the same pb if i downgrade versus wine
2006 Jul 22
1
VmBuilder released
...ot of the tool deals with handling things like PKI infrastructure and
managing the Debian APT system via Capistrano/Rake. These should in theory
be easy to crib and get working separately for those struggling to get
Mongrel working on Debian.
Feedback gratefully received.
--
Neil Wilson (neil at aldur.co.uk)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060722/e62c470d/attachment.html
2006 Sep 18
11
Finally! Mongrel 0.3.13.4 Official (for Unix)
Hello! Today I''m announcing a "soft but official" release of Mongrel
0.3.13.4 for the Unix fans in the crowd. It''s been running stable for
quite some time now for many people, and should be great for nearly
everyone.
You can read the announce at:
http://mongrel.rubyforge.org/
This release includes new versions of mongrel_upload_progress and
mongrel_cluster.
2010 Jun 24
2
Why not pulseaudio?
Pulseaudio works great in wine using the modified wine from the Neill Aldur ppa. Tried everything else (padsp, pasuspender, blah) and nothing would work reliably. Some crashes when another application outputs sound, sometimes the sound does not work at all, sometimes it is awfully slow or with latency varying while recording, leading to unpredictable offsets in recorded fi...
2006 Mar 04
0
How? - Non-blocking XML message over HTTP
...ay can take an
enormous amount of time to respond to a request (even with a simple
acknowledgement message), and I don''t really want the controller action
to block waiting for the Gateway to respond.
Is there a best practice way to code this sort of thing up?
TIA
Regards
Neil Wilson
Aldur Systems, UK
--
Posted via http://www.ruby-forum.com/.
2006 Jun 05
2
Mongrel Rails - default URI
Is there any particular reason why mongrel rails hard codes ''/'' as the URI
it
registers as the URI node?
If not would there be any objection to a patch that allows you to specify
it as an option?
--
Neil Wilson (neil at aldur.co.uk)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060605/b881c5a3/attachment.htm
2017 Feb 02
1
[Bug 1116] New: Can't create Ipv6 NAT entries with conntrack
...oduct: conntrack-tools
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: conntrack
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: neil at aldur.co.uk
The conntrack tool doesn't appear to be able to create IPv6 NAT entries.
# conntrack -I --proto 6 --timeout 431994 --state ESTABLISHED --orig-src
2002:4f4a:ef7f:0000:50c5:4e4c:fb6c:5fce --orig-dst
2a02:1348:ffff:ffff:0000:0000:6d6b:275c --orig-port-src 59366 --orig-port-dst
22 --status...
2006 Mar 07
5
RoR Hosting
Hi,
Does anyone know a decent RoR hosting in the UK?
I''m doing this for my project.
Thanks in advance,
Adi.
--
Posted via http://www.ruby-forum.com/.
2007 Oct 13
3
Endless Redirects with Ssl_Requirement
I''m running an application on mongrel with apache 2.2.3. SSL works
fine when I enter an https manually. But when I use the plugin, I get
an endless redirect.
Got the same error when I tried running the following simplified
version of SslRequirement from within an action:
unless request.ssl?
redirect_to "https://#{request.host}/#{request.uri}"
end
So there must be a
2006 Jul 19
30
I am a newbie and I would like some help deciding what operating system
I would like first to introduce my self to the community. I am Steve
Beyer and I am interested in learning Ruby, ROR, and how to set up a
production server. I am going to use OSX for my client/developement
system but I would like to get some advice on what operating system
you would recommend for a production server. I want to use Mongrel
to start and then move up the ladder as my
2006 Jun 16
15
Mongrel_rails restart and sudo
Sorry for the newbie question but I''m stumped:
I have an app that requires sudo to run mongrel_rails. For my capistrano
recipe is do it like this:
sudo "mongrel_rails start -e production -p #{application_port} -d -c
#{current_path}"
Which works famously.
Now I have tried several things for my restart task. Here they are:
sudo "cd #{current_path} && sudo