Displaying 20 results from an estimated 1000 matches similar to: "I am new - how to set client"
2004 Aug 06
0
I am new - how to set client
You need the Oddcast plugin for WinAmp 2/5.
http://www.oddsock.org/tools/oddcastv2_wa2/
>From: "Nestor" <nestorflorez@earthlink.net>
>Reply-To: icecast@xiph.org
>To: <icecast@xiph.org>
>Subject: Re: [icecast] I am new - how to set client Date: Sat, 20 Dec 2003
>13:59:43 -0800
>
>Thanks Josephus for your advice.
>
>That is the reason why I have
2004 Aug 06
0
I am new - how to set client
Thanks Josephus for your advice.
That is the reason why I have joined this group...to learn.
I have never done anything with streaming, but we must start somewhere.
I do work with the web as a programmer.
As I mentioned before, I do have winamp 5 and I have the server running
I still do not know how to tie up winamp on my client machine to the
server machine.
Does some one have aworking copy
2019 Jan 02
2
Erratic local hostname resolution with Dnsmasq
Hi,
My local server is running CentOS 7. The machine has two NICs and is
acting as a gateway. For DHCP and DNS, I'm using Dnsmasq. I have a
strange little problem with local hostname resolution. Before going into
more details, here's my configuration.
[root at nestor:~] # ifconfig
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.2 netmask
2006 Jan 20
2
Using same passwords as the linux machine
Hi,
I would like to know how to enable samba to use the same user/passwords that
those that exists in the linux machine.
Best regards,
Nestor Mata Cuthbert
2005 Aug 03
3
clara - memory limit
Dear all,
I'm trying to estimate clusters from a very large dataset using clara but the
program stops with a memory error. The (very simple) code and the error:
mydata<-read.dbf(file="fnorsel_4px.dbf")
my.clara.7k<-clara(mydata,k=7)
>Error: cannot allocate vector of size 465108 Kb
The dataset contains >3,000,000 rows and 15 columns. I'm using a windows
computer
2008 Apr 30
2
StatusComplete is getting me sick !!
Hello Asterisk People.
Asterisk have a really annoying bug, i use frequently the manager status
command and when asterisk decide not to show the "statuscomplete" event,
it really don't show the "statuscomplete" string, in fact none of the
"AgentsComplete", "QueuesComplete' are shown....
I use it for monitoring a queue, but this is really getting me
2008 Aug 19
2
Help with Asterisk to Huawei SoftX3000 registry problem
Hello Asterisk People,
I am having trouble connecting asterisk to a huawei SoftX3000 Switch, i
can succesfully connect other softphones like Zoiper, but when it comes
to Asterisk SIP Client, the system doesn't authenticate, i have the
following configuration:
peer: 10.220.0.2
username: 4857768
password: 4857768
the configuration is as follows:
in the general section:
register =>
2006 Mar 08
1
Degrees of freedom using Box.test()
After an RSiteSeach("Box.test") I found some discussion regarding the degrees
of freedom in the computation of the Ljung-Box test using Box.test(), but did
not find any posting about the proper degrees of freedom.
Box.test() uses "lag=number" as the degrees of freedom. However, I believe
the correct degrees of freedom should be "number-p-q" where p and q are
2018 Mar 14
4
Squid + SquidGuard : static block page not working
Hi,
I've been working with Squid + SquidGuard for a few years, though only
on Slackware. I'm currently transferring my proxy expertise to CentOS 7,
and right now I'm having a little problem with that.
Squid works perfectly so far as a transparent HTTP + HTTPS cache proxy.
The next step is to add SquidGuard, so I installed it and edited the
most basic /etc/squid/squidGuard.conf file
2013 Jul 18
7
[Bug 10035] New: rsync hangs in solaris
https://bugzilla.samba.org/show_bug.cgi?id=10035
Summary: rsync hangs in solaris
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: nestor.urquiza at gmail.com
QAContact:
2015 Feb 18
5
CentOS 7: software RAID 5 array with 4 disks and no spares?
Hi,
I just replaced Slackware64 14.1 running on my office's HP Proliant
Microserver with a fresh installation of CentOS 7.
The server has 4 x 250 GB disks.
Every disk is configured like this :
* 200 MB /dev/sdX1 for /boot
* 4 GB /dev/sdX2 for swap
* 248 GB /dev/sdX3 for /
There are supposed to be no spare devices.
/boot and swap are all supposed to be assembled in RAID level 1 across
2018 Jun 25
2
Postfix, system notifications and local servers
Hi,
I have CentOS 7 running on half a dozen public servers. For some stuff
like automatic updates using yum-cron, I have Postfix installed with a
relatively basic configuration. This allows me to send important
notifications to my mail address info at microlinux.fr. When there's a
batch of updates, I get one mail per machine, so I can check quickly if
everything went OK without having to
2004 Aug 06
0
how to set up client once the server is running
I think I am missing the iceS. Where do I get iceS and do I put this
in the client machine
Nestor :-)
-----------------------------------
I have my server running apache/W2K and when I access the
site from another machine in my internal network to
http://192.169.0.102:8000/icecast2/icecast.xml
I get the icecast.xml page displayed.
The part that I am missing is how to set up the client.
I am
2005 Apr 17
3
generalized linear mixed models - how to compare?
Dear all,
I want to evaluate several generalized linear mixed models, including the null
model, and select the best approximating one. I have tried glmmPQL (MASS
library) and GLMM (lme4) to fit the models. Both result in similar parameter
estimates but fairly different likelihood estimates.
My questions:
1- Is it correct to calculate AIC for comparing my models, given that they use
2006 Jul 07
2
ASTCC: inuse flag still hangs!
I have patched astcc.agi with the HUP patch, but it still hangs from
time to time.
Asterisk SVN-branch-1.2-r25165M built by root @ vpbx on a x86_64 running
Linux on 2006-05-07 00:31:09 UTC
bye
Ronald
2006 Apr 11
1
Variable not evaluating, returning nil object
There is probably a simple answer to this, but I''m fairly new to rails.
Any idea why the variable "b" won''t evaluate on this line?
<%=image_tag(thumbnail(items[b].catalognum,
192),:alt=>items[b].view_description,:border=>0)%>
If I change it to:
<%=image_tag(thumbnail(items[0].catalognum,
2004 Oct 12
0
accented letters in filenames
I am trying to connect to a samba server (hosted by a
unix platform; for which I have also ftp and telnet
access). I have problems with accents in filenames:
when I issue the command
mount -t smbfs -o
'username=oesser,password=xxxxxxxx,iocharset=iso8859-1,codepage=iso8859-1,uid=oesser,gid=oesser,dmask=700,fmask=700'
//nestor.ulb.ac.be/oesser /mnt/nestor
all works fine
but if I put
2007 Sep 07
0
"write_data: write failure in writing to client" with directories copy
Hi
Sometimes, when a windows xp sp2 client copy files frome a map share to another
map share on my samba server, copy stop with a message (name network failed) on
client
The files are not copied or damaged on destination directory
The 2e time client copy, all is ok
size and number of files is not important
In university, files copy is very used by students
trace on log:
evenement syslog:
2004 Aug 06
1
ipv6
marco chrappan wrote:
> is there any patch to get icecast working with ipv6?
Actually ... which Icecast do you mean, 1.x or 2? Icecast 1.x isn't
supported any more, but you might be able to Google for a 3rd party IPv6
patch. If you mean Icecast2, there is support but no "release" yet, you
would have to install a snapshot or get the source directly from CVS.
It's no big deal,
2007 Sep 19
3
Smooth line in graph
Hi,
I?m trying to get smooth curves connecting points in a plot using
"spline" but I don?t get what I whant.
Eg.:
x<-1:5
y <- c(0.31, 0.45, 0.84, 0.43, 0.25)
plot(x,y)
lines(spline(x,y))
Creates a valley between the first and second points, then peaks at 3rd,
and another valley between 4th and 5th. I?m trying to get a consistently
growing curve up to the 3rth point and then a