Displaying 20 results from an estimated 2000 matches similar to: "Install icecast as user on remote server"
2005 Dec 10
2
Cannot build ices0/libshout2 on Mac OSX 10.4.2
Hi -
I'm rebuilding my OSX system and I can't get ices0 to build - or to be
more exact, can't get libshout2 to build.
I started by using DarwinPorts, and icecast2 & libogg & libvorbis
seemed to build OK. The install of ices0 then gave up at the libshout2
config stage with output like this:
[...]
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... no
2003 Apr 09
1
'Apparently' trouble with name spaces and Sweave...
Ben Bolstad experienced something odd while running R CMD check over
a package of ours using r-devel (yesterday's fresh).
He tracked down the problem to a vignette calling 'library(MASS)'.
Please kindly ignore if this is a known (and temporary) issue.
Laurent
----- Forwarded message from Ben Bolstad <bolstad@stat.berkeley.edu> -----
Return-Path:
2005 Aug 22
2
ezstream and OSX 10.4.2 Tiger...
Hello again,
I'm having a dickens of a time getting ezstream configured - it
requires libshout2 - so far so good.
I installed the darwin ports library, did a port install libogg and
then a port install libvorbis. Now, when I try to do a port install
libshout2, configure returns the following.
Any idea why it isn't working? Darwinport is configured to install
in it's
2004 Aug 06
2
Liveice on Linux PPC
>
>
>build libshout first, as ices uses libshout
>
>karl.
>
>
OK, I built libshout from CVS and it seems to be installed OK under
/usr/local/lib
Now, with respect to ices, I've got as far as
./autogen.sh
./configure
BUT, when I run 'make' I get an error:
encode.c: In function 'encode_initialise':
encode.c:91 storage size of 'ai' isn't
2004 Aug 06
6
Liveice on Linux PPC
>
>
>>
>>
>
>That line relates to this
>struct ovectl_ratemanage_arg ai;
>
>which is defined in vorbis/vorbisenc.h. Is one of those other lines
>stating that certain headers files could not be found? If so then make
>sure that your system has the ogg and vorbis packages installed. You may
>have to build libogg and libvorbis from source if you
2012 Mar 26
2
SPSS R-Menu for Ordinal Factor Analysis
Dear all,
I am trying to conduct an enhanced version of factor analysis with a
SPSS interface that allows to use R. This approach has been suggested in
the recent article:
Basto, M. and J.M. Pereira An SPSS R-Menu for Ordinal Factor Analysis.
Journal of Statistical Software 46, pp. 1-29.
My variables are ordinal-type and the tool of Basto allows to run
polychoric correlations in the SPSS
2011 Oct 21
0
add=TRUE or similar in spplot?
Dear Helper,
I have a spatial lines data frame object 'spRiverDf'. The data frame consists of numbers {0,1,...,5}. And I have a vector 'colorS' of length 6 with different colours.
If I make a plot with spplot I get a plot of the lines - colours depending on there number in the data frame column:
spplot(spRiverDf['data.col.1'], zcol=..., names.attr=...,
2007 Jun 15
2
sma package, and MouseArray data set
Hi all
I have just downloaded the sma package from CRAN.
On installing on my linux machine, I get the message
> library(sma)
> data(MouseArray)
Warning message:
file 'MouseArray.RData' has magic number 'RDX1'
Use of save versions prior to 2 is deprecated
Hereafter, MouseArray is not found:
> MouseArray
Error: object "MouseArray" not found
We were
2005 Jan 21
1
Why does nobody answere??? WG: username map - same problem
regards
Mathias Wohlfarth EDV-Beratung
Thomas-Mann-Str.1
53111 Bonn
Tel. +49 172 / 53 45 591
+49 1801 / 777 555 33 01
Fax +49 228 / 9469181
Email mathias.wohlfarth@mw-eb.de
----- Weitergeleitet von Mathias am 21.01.2005 10:40 -----
Mathias.Wohlfarth@mw-eb.de
Gesendet von: samba-bounces+mathias.wohlfarth=mw-eb.de@lists.samba.org
19.01.2005 17:35
An: Bj?rn-Sverre N?ttum
2011 Jul 11
2
Extract only the values from a row
Dear helpers,
how can I extract only the values from a row in a data frame? Using
[X,] doesn't do the trick:
> data.frame(letters[1:10],letters[11:20])->my.data
> my.data[1,]
letters.1.10. letters.11.20.
1 a k
I would like to be able to extract only the values "a" and "k" without
getting the row names and column names with them.
2011 Aug 03
1
Extract rows from a matrix according to value in column
Dear helpers,
I'm trying to extract certain rows from a matrix according to the
values the rows have in a certain column. I've been googling for a
while without result.
Here's a reproducible example of a matrix (and the one I was playing
with initially):
> myrepo<-getOption("repos")
>
2008 Jun 09
1
nonlinear fitting on many voxels
After many months, I am now banging my head against the wall because I can't find a solution to this seemingly trivial problem. Any help would be appreciated:
I am trying to apply a nonlinear fitting routine to a 3D MR image on a voxel-by-voxel basis. I've tested the routine using simulated data and things went well. As for the real data, the fitting routine
2011 Jul 17
3
gsub() with unicode and escape character
Dear helpers,
I'm trying to replace a character with a unicode code inside a data
frame using gsub(), but unsuccessfully.
> data.frame(animals=c("dog","wolf","cat"))->my.data
> gsub("o","\u0254",my.data$animals)->my.data$animals
> my.data$animals
[1] "d??g" "w??lf" "cat"
It's not that a data
2004 Aug 06
0
Liveice on Linux PPC
On Fri, 2002-12-20 at 16:59, Drew Lane wrote:
> Now, with respect to ices, I've got as far as
>
> ./autogen.sh
> ./configure
>
> BUT, when I run 'make' I get an error:
>
> encode.c: In function 'encode_initialise':
> encode.c:91 storage size of 'ai' isn't known
>
> There are several other lines, which I can probably dump to a
2004 Aug 06
0
Liveice on Linux PPC
On Fri, 2002-12-20 at 17:50, Drew Lane wrote:
> >That line relates to this
> >struct ovectl_ratemanage_arg ai;
> >
> >which is defined in vorbis/vorbisenc.h. Is one of those other lines
> >stating that certain headers files could not be found? If so then make
> >sure that your system has the ogg and vorbis packages installed. You may
> >have to build
2005 Aug 22
1
ezstream and OSX 10.4.2 Tiger...
On Mon, 2005-08-22 at 21:47, Michael Hale wrote:
> Hello again,
>
> I'm having a dickens of a time getting ezstream configured - it
> requires libshout2 - so far so good.
>
> I installed the darwin ports library, did a port install libogg and
> then a port install libvorbis. Now, when I try to do a port install
> libshout2, configure returns the following.
>
2003 Oct 27
1
template homedir confusion
Hi,
I have set up Samba 3.0.0 with ADS integration. It works fine, with a
workaround for a small oddity.
I use template homedirs like this:
template homedir = /home/%D/%U
On a soon-to-be-retired server running 3.0a19, I have a directory LOCAL
(as in LOCAL.DOMAIN.NAME) containing the homedirs - this works as
expected from the output of "getent passwd", which shows the homedirs of
2013 Nov 09
1
Support writing UTF-8 output in Windows
As recently discussed on Stack Overflow, R for Mac OS and Ubuntu (so
probably all Unix systems) can correctly write files with UTF-8
encoding, but R for Windows cannot:
http://stackoverflow.com/questions/19877676/write-utf-8-files-from-r
I strongly suggest that R for Windows should support this feature in
upcoming versions.
Sverre
2011 Jul 14
1
Export Unicode characters from R
Dear helpers,
I am not able to export Unicode characters from R. Below is an example
where the Unicode character is correctly rendered as long as I am stay
within R. When I export it, the character appears only with its basic
code, and the same happens when I import it back into R . I'm using R
2.13.1 in Windows XP.
> funny.g <- "\u1E21"
> funny.g
[1] "?"
>
2012 Jul 22
5
Reorder in decreasing order
reorder() is probably the best way to order the levels in a vector
without manually specifying the order. But reorder() orders by default
in an increasing order: "The levels are ordered such that the values
returned by ?FUN? are in increasing order."
Is there a way to do what reorder() does, but order the levels
according to a _decreasing_ order of the values?
Sverre