Displaying 20 results from an estimated 2000 matches similar to: "Legality Issue & Relaying"
2005 May 07
0
Legality Issue & Relaying
Michael Hobbs wrote:
> Legality:
> Further to the last couple of posts regarding legality issue. I notice
> that the PRC do their licence cost on a percentage of your revenue,
> seeing as I plan to host no adverts or indeed any commercial aspect I
> hope to get a licence without actually paying anything. (I've sent
> them an inoccous email so we'll see what they say)
Do
2005 Oct 18
3
Legal issues for non-profit radio stations.
Hi All,
Some time ago I emailed this list and mentioned (as well as a couple of
techinical queries) that I was trying to contact the PRS for information on
the copyright licencing requirements of a non-profit on-line radio station,
a few people expressed interest in this and asked I keep them updated. Well
I just sent my third email (transcript below) informing them that I will
assume a further
2004 Jul 27
5
User-Oriented Management of Asterisk
While I was away on vacation, buried deeply in another thread (New
Asterisk bounty: SIP simultaneous), Olle E. Johansson raised a question
which is close to my heart - Asterisk's management model.
A management model which simply manages telephone extensions and dial
plans is irrelevant to most organisations. We need a model which manages
users and their interaction with the PBX.
I am
2009 May 11
5
Migration questions...
Hi All,
We are soon to migrate our mail server from one piece of hardware to
another and we would like to take this opportunity to optimize things.
As a result, we would like to replace "uw-imapd" and "qpopper" with
"dovecot". The version we will be installing is 1.1.13-2, as this is
what is available through the latest Debian stable backports. We will
also be using
2005 Mar 09
2
Mountpoint problems...
I can't figure out exactly what to put as my Icecast webroot
directory, nor what to tell my Winamp Oddcast plugin to name as the
mountpoint. I'm a n00b here and barely know what these words even
mean, lol, but I can get the Oddcast to log in to the Icecast and
people can go to the .m3u file I put into the mountpoint, but it
either just cycles songs or doesn;t play. I noticed that it only
2017 Jul 18
0
Creating/Reading a complex string in R
Try:
String = '<html>
<head>
<script type="text/javascript" <script type="text/javascript">
mystatement(\'current\', {\'pac\':[\'\']});
mystatement;'
To embed a single ' mark in a string delimited by ' marks, you must
"escape" them by prefixing them with a back-slash \.
R version
2017 Jul 18
3
Creating/Reading a complex string in R
Hi again,
Let say I have below string (arbitrary)
<html>
<head>
<script type="text/javascript" <script type="text/javascript">
mystatement('current', {'pac':['']});
mystatement;
I want to pass above string to some R variable for further analysis.
So I have tried below :
String = '<html>
2017 Jul 19
0
Creating/Reading a complex string in R
It was suggested to quote your string with *backticks* (` ... `) rather
than single quotes.
String <- `<html>
<head>
...
`
On 7/18/2017 1:05 PM, Christofer Bogaso wrote:
> Thanks for your pointer.
>
> Is there any way in R how to replace " ' " with " /' " programmatically?
>
> My actual string is quite lengthy, so changing
2017 Jul 18
4
Creating/Reading a complex string in R
Thanks for your pointer.
Is there any way in R how to replace " ' " with " /' " programmatically?
My actual string is quite lengthy, so changing it manually may not be
possible. I am aware of gsub() function, however not sure I can apply
it directly on my original string.
Regards,
On Tue, Jul 18, 2017 at 10:27 PM, John McKown
<john.archie.mckown at gmail.com>
2004 Jun 21
2
Joining NT4 workstations to a Samba 3 Domain
Linux: Fedora Core 2
Samba: 3.0.3
OpenLDAP: 2.1.29
I've noticed a couple of other messages in this month's archives that
suggest they're having the same problem as I, but so far no resolution
has been reported.
I've got a new Samba domain up and running with LDAP that allows me to
join Win2K and XP clients, but not NT4 workstations. I've added the
machine account with the
2010 Jun 17
3
Proxy Access (Manager/Secretary) Best Practices?
I've mostly got our dovecot+postfix+SOGo+openldap open source groupware replacement working the way I want it to; we're replacing GroupWise in our organization and I'm thrilled to be doing it. I'm supporting about 1,000 active staff users (and another 6,000 student accounts).
I've got e-mail and calendar sharing working, and it does what it says it will do, but it is (go
2006 Mar 18
3
<savefile> directive for Icecast2?
Hi all,
Hope you can advise.
I am aware you can use the <savefile> feature of IceS2 to save a copy of
live streams. I have several sources for my Icecast server that are remote
and which I do not have access to the hard drive. Is there any way to save a
copy of the stream at the Icecast Server rather than the IceS2 source?
If it can't be done by the server itself, I know there are
2010 Oct 06
4
Significant performance problems
Hi all,
I'm sure my issues are a result of misconfiguration, but I'm hoping
someone can point me in the right direction. I'm getting pressure to
move us back to GroupWise, which I desperately want to avoid :-/
We're running dovecot 1.2.9 on Ubuntu 10.4 LTS+postfix. The server is a
VM with 1 vCPU and 4GB of RAM. We serve about 10,000 users with anywhere
from 500-1000 logged in
2012 Nov 08
2
Formatting digits in a table with mix of numbers and characters
Hello,
I am currently trying to find an easy way to take a table with a mix
of numbers and characters and format the numbers in the table to be
constrained to 4 significant digits.
Example:
#this is my table creation
> table <- matrix(c(12.34567, "--", 10, 12.34567, "--", "NA", "--", 123.45678, "--"), ncol = 3, byrow=TRUE)
>
> table
2007 Nov 19
2
What is the maximum size for a Samba share?
Hi,
I have created a Samba share of a ext3 4.5TB filesystem mounted as /backup.
We would like to access this share from some Windows PC's. When we try to
map
to the share using:
net use s: \\san\backup
we get the following error:
\\san\backup is not accessible. The network path was not found.
I've created another share called /backup on the os drive with the same
settings,
2005 Sep 12
1
Accessing /home/<user> properly from Win2003 Server share
Hi,
After a major fight with Samba and Winbind (and my confusion), I finally
have my a RHEL v4.0 ES box successfully authenticating against the
Active Directory (ads) on a Windows 2003 Server. I installed the latest
version of Samba in the process (3.0.20) and SELinux started complaining
so I've disabled that for now.
I can now telnet, ssh, su, etc... as any of my windows users on the
2004 Aug 06
1
advanced relaying questions
Hey there listmembers!
Two realying questions :
1) Have anyone out there tested how many relays a single icecast
1.3.10 server can serv? Ive been doing tests with the amount of
sourcestreams a icecastserver can handle but not realys?
2) Bug in icecast 1.3.10 adding more than one realy in the alias list
in icecast.conf will make icecast realying the first source in
aliaslist
2006 Jan 13
1
Syntax for linear mixed model
The syntax below works, and gives the expected results, in R version 2.0.0,
provided that I have loaded packages Matrix, latticeExtra and lme4.
However, I cannot get it to work in version 2.2.1. Can anyone tell me how
to fit this model in the more recent version?
Thanks in anticipation,
Nick Galwey
barleyprogeny.model1lme <- lme(yield_g_m2 ~ 1,
data =
2008 Aug 14
2
Migrating mbox to maildir
Sorry to bother everyone but I was wondering if it is possible for
Dovecot to handle mbox AND maildir at the same time?
Example:
I want to convert from UW Imap using mbox to Dovecot using maildir.
Do I need to convert ALL my users mbox mailboxes to maildir right away
or can I convert them one at a time?
I'd like to use maildir with all my new users, but I'd like to be able
to
2002 Nov 22
0
not able to browse workgroup/domain
i have redhat 8 up n running for quite a while, n i've tried samba
2.2.5/2.2.6 both. my problem here is i'm not able to browse the workgroup or
domain which the samba is setup as pdc. in fact this does happen in another
setup i did. this is the message i got when using windows explorer (win98)
to browse the domain: Mydom is not accessible. The Computer or sharename
could not be found. Make