Displaying 20 results from an estimated 10000 matches similar to: "SSL Ports"
2010 Sep 02
4
Metadata update
This is exactly what I want.
I have a continuous stream to a live mountpoint that needs to be
metadata updates. Is this http request you mention any documentation to
study?
El 02/09/10 08:43, Johann Soukup escribi?:
> Hi Octavio,
>
> I guess you are talking about live mount points.
>
> We use a http request through the admin/metadata application of the
> Icecast admin
2015 Oct 05
9
[Bug 92287] New: Display errors in Qt applications after using Android Virtual Devices
https://bugs.freedesktop.org/show_bug.cgi?id=92287
Bug ID: 92287
Summary: Display errors in Qt applications after using Android
Virtual Devices
Product: Mesa
Version: 11.0
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
2010 May 28
2
Cannot create qcow2 images with libvirt 0.8.1
Hi,
After upgrading to libvirt 0.8.1, I can no longer create empty volumes with no
backing store and an explicit format of qcow2.
This XML volume definition:
<volume>
<name>testserverb-data2.img</name>
<allocation>0</allocation>
<capacity units='G'>20</capacity>
<target>
<format type='qcow2'/>
2024 Apr 18
1
Listener stats bug
Le 18/04/2024 ? 21:55, TDAS a ?crit?:
> Hiya
>
> Is this bug known about, in stats.json ?
>
> Currently showing for me:
>
> "listeners": 140462600,
>
> I'd love to think I had that many listeners, but I think the server
> would have long given up... ;)
>
> Anything I can help with, logs etc?
Hey,
What version of icecast are you using?
I
2008 Sep 25
2
[libshout] Add mime/content-type parameter
On 9/25/08, Romain Beauxis <toots at rastageeks.org> wrote:
> No, the API is 100% backward compatible. Only difference is that programs
> that use the (deprecated) SHOUT_FORMAT_VORBIS will then send the
> "audio/ogg" mime type instead of "application/ogg". I don't believe this will
> cause any trouble.
I'm sold. If nobody sees a reason to oppose
2020 Mar 08
2
SSL Question
On Sat, Mar 07, 2020 at 07:16:51AM +1300, Gavin Stephens wrote:
> FYI Chrome just sits there saying establishing secure connection. I've just
> installed Ice on another machine and copied over the icecast.pem file and
> un-remarked the port and path areas for SSL on port 443 (not 8443). Same
> result.
I have:
<listen-socket>
<port>8443</port>
2020 Mar 06
2
SSL Question
So as I've just found out last week, Chrome no longer will open an http
audio stream from an https website.
I've un-remarked and enabled ssl on port 443. I've configured the path
and I've used OpenSSL to generate a cert and key. I've then combined the
private key in to the cert and called it icecast.pem and un-remarked the
path to get it to read the file in the Icecast
2011 Oct 18
3
haproxy ssl
hello list,
I am attempting to load balance SSL web servers using haproxy on centos 5.7.
I am using HA-Proxy version 1.4.18
Here is the stanza in the config regarding SSL:
listen https 192.168.1.200:443
mode tcp
balance roundrobin
option forwardfor except 192.168.1.200
option redispatch
maxconn 10000
reqadd X-Forwarded-Proto:\ https
2010 May 21
2
Better error codes when stopping a VM that is already stopped
Hi,
Sometimes when stopping a virtual domain using virDomainDestroy(), I come
across a domain that is already stopped. (For example when someone already
stopped the domain manually using virsh or because the guest OS issued a
shutdown.) This is a special case that I absolutely need to catch and handle.
Unfortunately, when this happens, and I call virGetLastError() afterwards, I
always just
2006 May 10
1
Debugging with strace
We have a dovecot install that is working fine for everyone except one
user, who complains that it takes a minute or longer to delete a single
message from the INBOX to Trash. This is happening for him from
multiple IMAP clients so it appears to be server-side.
I wanted to start up a test instance of dovecot alongside the production
one and test there. So I copied dovecot.conf, put imap on
2013 Apr 25
2
How to tell if a hypervisor connection has died?
Hi,
What's the best way to tell if a virConnect object is not good to use anymore?
(For example because the libvirtd on the other side crashed/has been stopped
or because of some network failure)
When I try this, the first API call I do on a broken connection yields an
error with error number 38 (VIR_ERR_SYSTEM_ERROR) and all subsequent calls
yield an error number 1
2010 Aug 29
1
Different IPs should use different ssl-certs/keys
I don't understand how to use multiple keys/certs on different IPs
without SNI.
http://wiki2.dovecot.org/SSL/DovecotConfiguration explains how to use
different keys for different protocols like POP3 and IMAP.
But how to bind those keys/ on IPs/Ports?
Looks like it is not possible to use ssl_cert inside
service { inet_listener {} }
Is it still necessary to run multiple instances like
2006 Mar 01
4
graphics rendering
Hey
Has anyone got a graphics server running alongside ruby on rails? Kind
of new to graphics rendering on a web server, so some general tips on a
successful direction to go in would be great. I need it for automatic
rescaling of images, similar to flickr.
Thanks,
RGC
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Sep 30
2
best practice for managing multiple stanzas within a config file?
What is the best way to manage multiple stanza within a config file?
For a splunk configuration file (inputs.conf) I need to manage some thing
like
[monitor://var/log]
blacklist = someRegularExpression
whitelist = someOtherRegularExpression
[monitor://var/lib/ourApp]
There can be multiple monitor stanzas and each may or may not have a
whitelist or blacklist.
I haven''t found any
2010 Mar 28
4
[LLVMdev] PTX target for LLVM?
To the list:<br />
<br />
Tons of LLVM research is being done that is damn near worthless to anyone but the person who did it because the team doesn't publish supporting code or even describe at a high level description of the algorithms they're using. And the excuse is always, ALWAYS the same: "we need to clean up the code before we release it."<br />
<br
2011 Jul 15
2
CentOS5/6 Dual Boot
Alle,
We currently have a CentOS 5.6 x86-64 server running using about 70G of
a 500GB hardware raid partition. We'd like to install 6.0 alongside this
installation in a dual boot configuration. We tried to install using the
"Use Free Space" installation option, but the installer did not see the
475G of unused space.
Is there any good way to do this, or is it even feasible?
Best
2010 Dec 05
2
Dovecot 1.2/2.0 coexistence guide?
I am running Dovecot 1.2.16 and considering moving up to 2.0.8.
I have found <http://wiki2.dovecot.org/Upgrading/2.0> but there's
not a lot about deploying a 2.0 server alongside an existing 1.2.
Any hints on a seamless approach to this, especially one that might
allow me to upgrade individual users in place, without moving their
maildirs into a new tree and still avoid issues with
2001 Jan 16
2
Streaming Question
Hello all,
I was having a discussion with a friend of mine last night who is a lighting
designer for shows and productions and we got onto the topic of automated
lighting. Made me think, what would be involved in placing another stream into
the audio, or rather alongside, which could contain lighting instructions?
There is a standard called DMX, and for anyone interested check out:
2013 Sep 20
4
Dual Boot Windows 8 & CentOS 6.4
Hi,
I am studying for the RHCSA Exam and wanted to install CentOS 6.4 alongside Windows 8. I got a new laptop with a processor that supports virtualization.
I am planning to remove all the recovery partitions after backing up all drivers etc. on them. Lets see how it works out.
Any caveats I should know about?
Regards
adj
2007 May 20
2
section needed in FAQ - Using R (PR#9698)
Full_Name: Ray Kiddy
Version: R 2.5.0 GUI 1.19 (4308)
OS: Mac OS X 10.4.9
Submission from: (NULL) (71.139.33.60)
There is no section in the FAQ equivalent to "Using R". The "R Basics" is too
basic. I would say it addresses "meta-R" questions, such as installing.
I had a FAQ that I would think would be a basic "Using R" question, namely: "How
does