Displaying 20 results from an estimated 1000 matches similar to: "Running Icecast2 behind Amazon Elastic Load Balancer (ELB)"
2014 Oct 14
3
Running Icecast2 behind Amazon Elastic Load Balancer (ELB)
Hi Thomas,
We need a load balancer to allow for a single URL "entry point" to multiple
Icecast servers - we intend to host multiple Icecast servers behind the
load balancer so that we can expand / contract capacity as required - we
would add servers into the load balancer pool. This also allows us to scale
beyond the number of listeners a single Icecast server can support, while
still
2014 Oct 14
0
Running Icecast2 behind Amazon Elastic Load Balancer (ELB)
On 10/14/2014 12:56 PM, Matt Gray wrote:
> Hi Thomas,
>
> We need a load balancer to allow for a single URL "entry point" to
> multiple Icecast servers - we intend to host multiple Icecast servers
> behind the load balancer so that we can expand / contract capacity as
> required - we would add servers into the load balancer pool. This also
> allows us to scale beyond
2013 Aug 22
1
ssl ofloading on amazon ELB for puppetmasters
Hi,
I''m trying to do ssl offload on amazon ELB for my puppetmaster servers, it
seems amazon ELB is not sending ssl_client_header & client_verify_header
puppetmaster
Listen 8141
<VirtualHost *:8141>
SSLEngine off
DocumentRoot /etc/puppet/rack/puppetmaster_8141/public/
RackBaseURI /
<Directory /etc/puppet/rack/puppetmaster_8141/>
PassengerEnabled on
2019 Sep 19
2
fts-elastic plugin
Hi all,
I have recently worked on fts plugin for ElasticSearch.
https://github.com/filiphanes/fts-elastic
It is forked from fts-elasticsearch as you can see in PR
https://github.com/atkinsj/fts-elasticsearch/pull/21
with following changes (maybe some more)
- no duplicate json keys in indexed documents, so compatible with ES 7.x
- 1 elastic index for all users with routing by username
-
2012 Jan 03
1
AWS Elastic Beanstalk & Puppet
Anyone have experience and willing to share for Beanstalk?
e.g.
How does Puppet fit in when we mainly use AWS Elastic Beanstalk?
Seems most features are provided by Beanstalk.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email
2009 Aug 25
1
Elastic net in R (enet package)
Dear R users,
I am using "enet" package in R for applying "elastic
net" method. In elastic net, two penalities are applied one is lambda1 for
LASSO and lambda2 for ridge ( zou, 2005) penalty. But while running the
analysis, I realised tht, I optimised only one lambda. ( even when I
looked at the example in R, they used only one penality) So, I am
2010 Jul 08
0
EC2 elastic IP failover
Hello,
I have two EC2 instances and I would like to setup some sort of
failover strategy for them.
They currently act as load balancers, forwarding layer 7 traffic using
haproxy and stunnel
to other EC2 instances. One of these load balancers currently has an
elastic IP assigned
with an A record pointing to it. What I'm trying to achieve is to
remap this elastic IP in the
eventuality of an
2008 Dec 09
1
Can elastic net do binary classification?
Hi, List
The elastic net package (by Hastie and Zou at Stanford) is used to do
regularization and variable selection, it can also do regression. I am
wondering if it can perform binary classification (discrete outcome).
Anybody having similar experience?
Many thanks,
-Jack
[[alternative HTML version deleted]]
2008 Aug 21
0
Elastic net loop problem
Dear Members,
I am working on Elastic net and using R package for that. I
have two matrix. My response is a matrix of size 50X50 and predictor is also
in same
size. I want to extract only cloumns from the matrix and do the elastic net
analysis then store them as a matrix.
library(elasticnet)
library(lars)
XB<-matrix(rnorm(2500,0,1), ncol=50,nrow=50)
y1<-matrix(rnorm(2500,0,1),
2017 Dec 08
0
Elastic net
Dear R users,?
? ? ? ? ? ? ? ? ? ? ? ? I am using "Glmnet" package in R for applying "elastic net" method. In elastic net, two penalities are applied one is lambda1 for?LASSO and lambda2 for ridge ( zou, 2005) penalty.?How can I? write the code to? pre-chose the? lambda1 for?LASSO and lambda2 for ridge without using cross-validation
Thanks in advance?
Tayo?
[[alternative
2009 Aug 04
2
error in Elastic net
Dear R users,
I am new user for elastic net. I am trying to use elasticnet library.
I have marker data with 359 markers and 168 samples, and response is metabolites. I am trying to do regression between a metabolite and markers.
But i am getting the following error:
> en<-enet(marker,as.numeric(vio),lambda=0.5,normalize=FALSE,intercept=TRUE)
Error in one %*% x : requires numeric
2017 Jul 31
0
Elastic Hashing Algorithm
Good Morning!
I?m writing my thesis about distributed storage systems and I came across GlusterFS.
I need more information/details about Elastic Hashing Algorithm which is used by GlusterFS. Unfortunately, I couldn?t find any details about it.
Please help my with a reference to this Algorithm so I can study it.
------------------
Best Regards
Moustafa Hammouda
System Engineer
2009 Feb 26
3
elastic tabstops, proportional fonts, and more
nick said:
> http://nickgravgaard.com/elastictabstops/
exactly. thanks for writing it up, nick.
the only thing i'd add is the notion that
tables should be copyfit to the viewport.
if the viewport gives you plenty of room,
give the columns some breathing space.
if not, tighten them as much as needed.
***
> http://readown.googlecode.com/
cool. now how about an
2017 Aug 03
2
pam auth problem
# dovecot --version
2.2.31 (65cde28)
on freebsd 64 10.3
system converted to dovecot 2 against my will and consuming a lot of
time sorting it out. i am glad google does not charge. have spent
two hours on this one alone; and undoubtedly it is my st00pidity. so
excuse my desperate posting to lazynet.
cram-md5 works, pam not so much
Aug 3 06:06:35 psg auth: in openpam_parse_chain():
2006 Jul 10
1
sometimes, roaming profile is not found
Hi,
I use samba 3.0.22 on Debian Sarge as PDC for windows XP SP1 and SP2.
Sometimes, users get the message "Windows cannot found the roaming
profile on server so user will get a default profile". (sorry, it's not
the official message, I had to translate, because I get the message in
french) This error comes only if user log in quickly after the boot. If
they wait a little
2008 Nov 11
1
mountpoint permissions changing by themselves
Hi,
We've been using an AFR configuration of gluster where there are a few
gluster servers and many gluster clients. We've noticed that recently,
the permissions on the mount point from the client's perspective
occasionally change to 444. There's no evidence of sudo or chmod
activity in system logs, and cron.d, cron.daily, logrotate.d all come
up clean as well, which is
2006 Jul 04
1
samba 3.0.22 default ACL issue
Hi,
I use samba 3.0.22 as PDC on Debian with workstations under windows XP
SP1 and SP2.
I use ACLs to have a fine grained access rules.
When I copy a directory from a client to a samba share, default ACLs are
forgiven.
exemple : after I copy the directory A on the samba share :
getfacl A/
# file: A/
# owner: user1
# group: sambausers
user::rwx
group::---
other::---
default:user::rwx
2011 Feb 23
6
Puppetmaster/Amazon EC2/DNS
Hi,
I''m using Amazon EC2 and I''m planning to use puppet to deploy automatically
my instances, however, I have an issue I can''t rely think through.
As most people advised, I used a DNS server (bind to be precise) so that my
instances can register to it but also ask this DNS Server the IP of the
puppetmaster. However, as this DNS server is also running on Amazon EC2
2006 Jun 29
1
Samba PDC + ACL : default ACLs ignored on directory
Hi all,
I use Debian Sarge and Samba 3.0.22 with ACLs. The server is a PDC. I
have about 70 clients workstation running both Windows XP SP1 and SP2.
All works pretty good, all but the directory copy, wich forget ACLs in a
particular case :
When a client copy a local directory on a samba share, the defaults ACLs
aren't applied. But this problem comes only when the client local
directory
2018 Aug 30
2
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
AUTHOR OF THIS TUTORIAL: MR. TURRITOPSIS DOHRNII TEO EN MING (ZHANG ENMING) @ TIME TRAVELLER
AGE: 40 YEARS OLD
COUNTRY OF RESIDENCE: SINGAPORE
DATE: 30TH AUGUST 2018 THURSDAY
TIME: 10:49 AM SINGAPORE TIME Greenwich Mean Time+8
1. Sign up for Amazon AWS Cloud or Google Cloud