Displaying 20 results from an estimated 600 matches similar to: "Installing IceCast2 on CentOS 6 / CPanel"
2004 Jul 16
1
Fixed and random factors in aov()
Hi,
I'm confused about how to specify random and fixed factors in an aov()
term. I tried to reproduce a textbook example: One fixed factor (Game, 4
levels) and one random factor (Store, 12 levels), response is Points.
The random factor Store is nested in Game. I tried
> str(kh.df)
`data.frame': 48 obs. of 4 variables:
$ Subj : Factor w/ 48 levels
2011 Oct 17
1
plotting issues with PCA
Hi Listers,
This has a simple answer but it has been eluding me nonetheless.
I have been building a PCA plot from scratch with the ability to plot
predefined groups in different colors. This has worked fine but when I try
to get a polygon drawn around each of the groups it is not recognising my
colour file correctly and is only printing the first colour in the
file....code is below
2019 Apr 10
3
parallel not found!
Hello list.
I'm trying to yum update my Centos 7 and have problem to update parallel.
Is like file is missing:
parallel-20190322-3.2.noarch.r FAILED
http://download.opensuse.org/repositories/home%3A/tange/CentOS_7/noarch/parallel-20190322-3.2.noarch.rpm:
[Errno 14] HTTP Error 404 - Not Found-:-- ETA
Trying other mirror.
Did i miss something?
Thank you in advance.
Nikos.
2012 Jul 10
5
compiling samba 3.4.8 on CentOS_6.2
Hello All.
Been trying without avail to make idmap work with my AD so I can get "real"
UID/GID for SSH logins on a CentOS_6 box. Have heard from several sources
that idmap has seen some serious changes since 3.5 and decided to roll back
from the "stock" 3.5 that comes with CentOS_6 to 3.4.8. I'd like to see if
it has the same problems.
Installed a clean build of
2023 Jul 20
1
[PATCH drm-misc-next v8 01/12] drm: manager to keep track of GPUs VA mappings
On 20/07/2023 01:14, Danilo Krummrich wrote:
> Add infrastructure to keep track of GPU virtual address (VA) mappings
> with a decicated VA space manager implementation.
>
> New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers
> start implementing, allow userspace applications to request multiple and
> arbitrary GPU VA mappings of buffer objects. The DRM GPU VA
2005 Jun 13
2
admin.cgi metadata updates
I would just like to confirm that this is suppose to work with Ogg
Vorbis streams. I'm using 2.2-kh5 at a hosting company.
http://servername.com:9876/admin.cgi?pass=mypassword&mode=updinfo&song=a_song_title
I'm sure I have the correct servername, port and password, but it's not
working. I can do other admin tasks. When I brought this up a few
months ago I'm sure
2010 Sep 16
5
DO NOT REPLY [Bug 7683] New: New rsync deletes destination files it shouldn't
https://bugzilla.samba.org/show_bug.cgi?id=7683
Summary: New rsync deletes destination files it shouldn't
Product: rsync
Version: 3.0.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy:
2015 Jul 06
2
Ices generates lots of email warnings
I can't say whether this is either an Ices or a CentovaCast issue, but
there are certain programs that play perfectly normally but generate
just piles of email about invalid sample rates or frames containing
metadata that's not supported. Is there a way to turn these emails
off? One of them recently was over four thousand lines long, which
really shocked me, and it takes a lot to shock me.
2016 Jun 10
2
[RFC] LLVM Coroutines
On Fri, Jun 10, 2016 at 6:36 AM, Gor Nishanov <gornishanov at gmail.com> wrote:
> >> If you're going down that route, that still leaves the question of the
> >> semantics of the fork intrinsic... thinking about it a bit more, I think
> >> you're going to run into problems with trying to keep around a return
> block
> >> through optimizations:
2005 Apr 04
2
Relaying
Hi,
I am relaying an shoutcast stream using icecast2. There aren't many
listeners (yet), so I was wondering if it would be possible to only
connect to the source server if there are any listeners, to save
bandwith. The two servers are practically on a LAN, so connection time
is minimal. I think the listeners wouldn't notice any delay at all.
So my question is: is this currently
2018 Aug 15
1
WARN cfgfile/_parse_alias incomplete alias definition HELP PLEASE.
Hello
Maybe you can help me i couldnt find answer in web , sorry for english).
I install Icecast 2.4.0-kh10 with all needed packages .
Ubuntu-16.04-amd64.
No errors .
~# icecast -status
Icecast 2.4.0-kh10
When I start icecast
icecast -b -c /usr/local/etc/icecast.xml
i have problems like:
[2018-08-15 03:42:02] WARN cfgfile/_parse_alias incomplete alias definition
[2018-08-15 03:42:02] EROR
2020 Oct 17
4
Install Icecast server with SSL - please help
Can someone please, *please* explain to me how I can install the latest
Icecast server with SSL enabled?
I've tried several methods I found when searching but nothing works.
OS: Raspberry PI OS LITE (32-bit)
Thanks in advance!
Regards..
Daniel
--
*Bananradion* - svängig musik non-stop
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Oct 17
2
Install Icecast server with SSL - please help
Thanks for the fast reply, but that didn't help either.
What is supposed to happened after "make install"
I see:
Making install in examples
make[1]: Entering directory '/usr/local/src/icecast-2.4.4/examples'
make[2]: Entering directory '/usr/local/src/icecast-2.4.4/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for
2023 Sep 22
1
[PATCH 3/9] drm/i915/selftests: Annotate struct perf_series with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct perf_series.
[1]
2023 Sep 22
1
[PATCH 3/9] drm/i915/selftests: Annotate struct perf_series with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct perf_series.
[1]
2023 Sep 22
1
[PATCH 3/9] drm/i915/selftests: Annotate struct perf_series with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct perf_series.
[1]
2020 Oct 17
2
Install Icecast server with SSL - please help
No, I don't have centovacast.. i just want to use icecast with ices2.
But icecast has to have ssl enabled.
Den lör 17 okt. 2020 kl 13:55 skrev Marvin Scholz <epirat07 at gmail.com>:
> Hi,
>
> the guide you followed is not really correct for the usecase you have
> unless you use CentovaCast, which I guess you do not?
>
> On 17 Oct 2020, at 13:19, Bananradion wrote:
2023 Sep 25
1
[PATCH 3/9] drm/i915/selftests: Annotate struct perf_series with __counted_by
On 22.09.2023 19:32, Kees Cook wrote:
> Prepare for the coming implementation by GCC and Clang of the __counted_by
> attribute. Flexible array members annotated with __counted_by can have
> their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
> (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
> functions).
>
> As found with
2023 Sep 25
1
[PATCH 3/9] drm/i915/selftests: Annotate struct perf_series with __counted_by
On 22.09.2023 19:32, Kees Cook wrote:
> Prepare for the coming implementation by GCC and Clang of the __counted_by
> attribute. Flexible array members annotated with __counted_by can have
> their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
> (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
> functions).
>
> As found with
2023 Sep 25
1
[PATCH 3/9] drm/i915/selftests: Annotate struct perf_series with __counted_by
On 22.09.2023 19:32, Kees Cook wrote:
> Prepare for the coming implementation by GCC and Clang of the __counted_by
> attribute. Flexible array members annotated with __counted_by can have
> their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
> (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
> functions).
>
> As found with