Displaying 20 results from an estimated 37 matches for "galan".
Did you mean:
alan
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
...39;s Topics:
>
> 1. swithing trunk (tagged 802.1q traffic) with brctl
> (Ferm?n Gal?n M?rquez)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 16 Mar 2006 19:39:40 +0100
>From: Ferm?n Gal?n M?rquez <fermin.galan@cttc.es>
>Subject: [Bridge] swithing trunk (tagged 802.1q traffic) with brctl
>To: <bridge@lists.osdl.org>
>Message-ID: <HIEIIOOHBDMEDPLIJKEFGEKHCAAA.fermin.galan@cttc.es>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hello,
>
>My name is Ferm?n...
2004 Aug 06
2
could not create listener socket on port 8000
jensen galan wrote:
>thanks for the advice!
>
>i tried the netstat command to see if anything is
>running on port 8000, and it came up empty.
>
>any other suggestions? really appreciate this.
>
>jg
>
>__________________________________
>
>
Do you have the server configure...
2004 Aug 06
2
icecast hangs at start
...pid to 501.
Changed userid to 501.
and then it just hangs. i do not get a command prompt
or anything. so i was wondering if there are any
other messages that normally follow during the startup
process.
<p>--- Karl Heyes <karl@xiph.org> wrote:
> On Wed, 2004-01-14 at 21:59, jensen galan wrote:
> > greetings!
> >
> > when i try to start icecast, i get the following:
> >
> > Changed groupid to 501.
> > Changed userid to 501.
> >
> > and then it just hangs there...
> > i ctrl-z and then attempt to start icecast again,
> and...
2007 May 04
1
Multiple SA in the same IPSec tunnel
...in advance!
Best regards,
--------------------
Fermín Galán Márquez
CTTC - Centre Tecnològic de Telecomunicacions de Catalunya
Parc Mediterrani de la Tecnologia, Av. del Canal Olímpic s/n, 08860
Castelldefels, Spain
Room 1.02
Tel : +34 93 645 29 12
Fax : +34 93 645 29 01
Email address: fermin dot galan at cttc dot es
2004 Aug 06
2
could not create listener socket on port 8000
greetings!
when i try to start the icecast server i get the
following error:
Could not create listener socket on port 8000
Server startup failed. Exiting.
I did make sure that iptables has port 8000 open for
tcp.
Any suggestions for troubleshooting? Thanks.
jg
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
2004 Aug 06
1
could not create listener socket on port 8000
On Wed, 7 Jan 2004, jensen galan wrote:
> <hostname>localhost</hostname>
> <port>8000</port>
>
> <listen-socket>
> <port>8000</port>
> <bind-address>192.168.1.99</bind-address>
> </listen-socket>
ah. I think I see your problem. You don't...
2004 Jan 07
1
simple question
i just got confused in creating machine accounts in my samba server
1rst creating the user
[root@genesis root]# smbpasswd -a cpu3
New SMB password:
Retype new SMB password:
Added user cpu3.
than adding the machine...
[root@genesis root]# smbpasswd -a -m cpu3$
Failed initialise SAM_ACCOUNT for user cpu3$.
Failed to modify password entry for user cpu3$
[root@genesis root]#
what am i missing...
2004 Aug 06
2
could not create listener socket on port 8000
Remco B. Brink wrote:
><quote who="jensen galan">
>
>
>
>>greetings!
>>
>>when i try to start the icecast server i get the
>>following error:
>>
>>Could not create listener socket on port 8000
>>Server startup failed. Exiting.
>>
>>I did make sure that iptables has port 80...
2004 Aug 06
0
icecast hangs at start
I would add & at the end of the command
like icecast -c /pather/to/xml &
that will make it run in the background
--stauf
On Wed, Jan 14, 2004 at 02:48:51PM -0800, jensen galan wrote:
> thanks for the reply.
>
> the problem is after i start icecast with icecast -c
> /path to icecast.xml, i see the following:
>
> Changed groupid to 501.
> Changed userid to 501.
>
> and then it just hangs. i do not get a command prompt
> or anything. so i...
2004 Aug 06
1
could not start logging
Hello!
Whenever I get that error, its due to either the directory/file not existing,
or having the wrong file permissions. Remember, it needs the file permissions
of the user you created to be "icecast".
Happy holidays all
--stauf
On Wed, Dec 31, 2003 at 05:00:39PM -0800, jensen galan wrote:
> Greetings!
>
> Running into a snag when trying to fire up icecast:
>
> icecast -c /usr/local/icecast2/conf/icecast.xml
> Changed groupid to 503
> Changed userid to 503
> FATAL: could not open error logging
> FATAL: could not open access logging
> FATAL: cou...
2004 Aug 06
7
Legal issues
Greetings!
I've been asked to set-up an Icecast stream / live
webcam for a small club, and I'm worried about what
kind of payments the owner would have to make to
stream the club's music over the internet.
I found this article:
<http://www.copyright.gov/carp/webcasting_rates_final.html>
but I still don't know what to make of it. Would we
have to pay $0.07 per song the DJ
2003 Dec 24
1
"Account Unknown" problem (Samba3 domain users in WinNT permissions)
Hello,
I'm suffering a estrange problem in a WinNT-Samba3 environment. I have two
servers: WinNT4 (PDC of domain A-DOMAIN) and Samba3 (PDC of B-DOMAIN).
A-DOMAIN and B-DOMAIN trust each other (I had followed the procedures
described in HOWTO Chapter 16 successfully).
The problem arises when I assign permission in WinNT server's folders
(A-DOMAIN) for users in the Samba domain (B-DOMAIN).
2018 Jan 15
4
sum multiple csv files
Hi, I am pretty new to R and I would apreciatte very much your help to
solve my problem. I have 40 csv files that have the same structure, and I
want to merge them into a single data frame.
I already have load and combined all the cvs files into a large list, and I
created two
filenames <- list.files('data',full.names=TRUE)
All_data <- lapply(filenames,function(i){
###read cvs
2018 Jan 15
0
sum multiple csv files
...http://adv-r.had.co.nz/Reproducibility.html
[3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette)
[4] see "Introduction to R" (part of the R documentation)
--
Sent from my phone. Please excuse my brevity.
On January 15, 2018 1:29:05 AM PST, Alejandra Lopez-Galan <alejandra7galan at gmail.com> wrote:
>Hi, I am pretty new to R and I would apreciatte very much your help to
>solve my problem. I have 40 csv files that have the same structure, and
>I
>want to merge them into a single data frame.
>
>I already have load and combined all the...
2004 Aug 06
5
icecast hangs at start
greetings!
when i try to start icecast, i get the following:
Changed groupid to 501.
Changed userid to 501.
and then it just hangs there...
i ctrl-z and then attempt to start icecast again, and
i get the following:
Could not create listener socket on port 8000
Server startup failed. Exiting
netstat -anp | grep :8000 shows the following:
tcp 0 0 192.168.1.99:8000 0.0.0.0:* LISTEN
2006 May 31
14
Linux router performance
...lysis, please?
Best regards,
--------------------
Fermín Galán Márquez
CTTC - Centre Tecnològic de Telecomunicacions de Catalunya
Parc Mediterrani de la Tecnologia, Av. del Canal Olímpic s/n, 08860
Castelldefels, Spain
Room 1.02
Tel : +34 93 645 29 12
Fax : +34 93 645 29 01
Email address: fermin.galan@cttc.es
2004 Aug 06
0
could not create listener socket on port 8000
--- Oliver Stirling <oliver@ojms.org.uk> wrote:
> jensen galan wrote:
>
> >thanks for the advice!
> >
> >i tried the netstat command to see if anything is
> >running on port 8000, and it came up empty.
> >
> >any other suggestions? really appreciate this.
> >
> >jg
> >
> >________________________...
2004 Aug 06
0
icecast hangs at start
On Wed, 2004-01-14 at 21:59, jensen galan wrote:
> greetings!
>
> when i try to start icecast, i get the following:
>
> Changed groupid to 501.
> Changed userid to 501.
>
> and then it just hangs there...
> i ctrl-z and then attempt to start icecast again, and
> i get the following:
>
> Could not cre...
2004 Aug 06
0
Legal issues
On Apr 21, 2004, at 4:43 PM, jensen galan wrote:
> Greetings!
>
> I've been asked to set-up an Icecast stream / live
> webcam for a small club, and I'm worried about what
> kind of payments the owner would have to make to
> stream the club's music over the internet.
>
This is not legal advice...
My belie...
2004 Aug 06
1
Legal issues
great info on the dna lounge site, but very
discouraging.
o, basically, we would not be able to do this unless
we wanted to pay a ridiculous amount of money.
we could keep it on the down low, but this kind of
defeats the owner's purpose for the stream, as he
wanted to advertise it so potential visitors could
check it out before they come.
is there no way to make this happen? (legally)
jg