linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: help on subscribing
  2002-12-16 16:44 ` Fabio Miranda Hamburger
@ 2002-01-18 13:21   ` Nicholas Ho
  2003-08-26 15:39     ` Port 786 (Concert??) Darío Mariani
  2002-12-16 20:46   ` returning strings until no strings are left ? J.
  1 sibling, 1 reply; 8+ messages in thread
From: Nicholas Ho @ 2002-01-18 13:21 UTC (permalink / raw)
  To: Fabio Miranda Hamburger; +Cc: linux-c-programming



Fabio Miranda Hamburger wrote:
> send an email to: majordomo@vger.kernel.org
> in the body of the message write:
> subscribe linux-c-programming
> end
> 
> and wait for a reply and READ IT.
> 
> 
> bye,
> 
> ---
> Fabio Andres Miranda
> Ingenieria de sistemas informaticos
> Universidad Latina - Costa Rica
> 
> 
> On Sun, 15 Dec 2002, Nicholas Ho wrote:
> 
> 
>>Hi, how do i subscribe to this mailing list?
>>-Nicholas-
>>
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
>>the body of a message to majordomo@vger.kernel.org
>>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> 
> 
> 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* help on subscribing
@ 2002-12-15 12:38 Nicholas Ho
  2002-12-16 16:44 ` Fabio Miranda Hamburger
  0 siblings, 1 reply; 8+ messages in thread
From: Nicholas Ho @ 2002-12-15 12:38 UTC (permalink / raw)
  To: linux-c-programming

Hi, how do i subscribe to this mailing list?
-Nicholas-


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: help on subscribing
  2002-12-15 12:38 help on subscribing Nicholas Ho
@ 2002-12-16 16:44 ` Fabio Miranda Hamburger
  2002-01-18 13:21   ` Nicholas Ho
  2002-12-16 20:46   ` returning strings until no strings are left ? J.
  0 siblings, 2 replies; 8+ messages in thread
From: Fabio Miranda Hamburger @ 2002-12-16 16:44 UTC (permalink / raw)
  To: Nicholas Ho; +Cc: linux-c-programming

send an email to: majordomo@vger.kernel.org
in the body of the message write:
subscribe linux-c-programming
end

and wait for a reply and READ IT.


bye,

---
Fabio Andres Miranda
Ingenieria de sistemas informaticos
Universidad Latina - Costa Rica


On Sun, 15 Dec 2002, Nicholas Ho wrote:

> Hi, how do i subscribe to this mailing list?
> -Nicholas-
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* returning strings until no strings are left ?
  2002-12-16 16:44 ` Fabio Miranda Hamburger
  2002-01-18 13:21   ` Nicholas Ho
@ 2002-12-16 20:46   ` J.
  1 sibling, 0 replies; 8+ messages in thread
From: J. @ 2002-12-16 20:46 UTC (permalink / raw)
  To: linux-c-programming

Hello,

I am new to c programming but not new to programming in general . The
``minor'' problem I keep running into at this moment:

I know how to return ONE string from a function. But what if I want to
keep returning strings from a function until there are no strings left to
return ? What should the function than return ? Because the function
should always return something in the end and of course the caller has to
know that the function is done or has nothing more to return .

for example fgets returns NULL when it's done, but if I try to return a
NULL at the end of my function while I claimed it as an char *... hmmzzz,
status epilepticus...

Thank you in advance...

J.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Port 786 (Concert??)
  2002-01-18 13:21   ` Nicholas Ho
@ 2003-08-26 15:39     ` Darío Mariani
  2003-08-26 15:49       ` Darío Mariani
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Darío Mariani @ 2003-08-26 15:39 UTC (permalink / raw)
  To: linux-c-programming

Hello:
   I found on one of my server the TCP socket 786 open. After googling 
half an hour I only found that it is used by a service called concert, 
but nothing else. So two question:

1) What is this service?
2) Is there a way to know which process is using it?

Thanks,
		Darío

-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Port 786 (Concert??)
  2003-08-26 15:39     ` Port 786 (Concert??) Darío Mariani
@ 2003-08-26 15:49       ` Darío Mariani
  2003-08-26 15:53       ` Tony Clarke
  2003-08-26 16:06       ` Paolo Dovera
  2 siblings, 0 replies; 8+ messages in thread
From: Darío Mariani @ 2003-08-26 15:49 UTC (permalink / raw)
  To: linux-c-programming

Sorry wrong mailing list, I meant linux-admin.

Darío Mariani wrote:
> Hello:
>   I found on one of my server the TCP socket 786 open. After googling 
> half an hour I only found that it is used by a service called concert, 
> but nothing else. So two question:
> 
> 1) What is this service?
> 2) Is there a way to know which process is using it?
> 
> Thanks,
>         Darío
> 
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Port 786 (Concert??)
  2003-08-26 15:39     ` Port 786 (Concert??) Darío Mariani
  2003-08-26 15:49       ` Darío Mariani
@ 2003-08-26 15:53       ` Tony Clarke
  2003-08-26 16:06       ` Paolo Dovera
  2 siblings, 0 replies; 8+ messages in thread
From: Tony Clarke @ 2003-08-26 15:53 UTC (permalink / raw)
  To: Darío Mariani; +Cc: linux-c-programming

Darío Mariani wrote:

> Hello:
>   I found on one of my server the TCP socket 786 open. After googling 
> half an hour I only found that it is used by a service called concert, 
> but nothing else. So two question:
>
> 1) What is this service?
> 2) Is there a way to know which process is using it?
>
As root run or a user with sufficent privileges

run "netstat -tanp"

the p option lists the process



******************************************************************************
The information in this e-mail is confidential and may be legally privileged.
It is intended solely for the addressee.  Access to this e-mail by anyone else
is unauthorised.  If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful.
Please note that emails to, from and within RTÉ may be subject to the Freedom
of Information Act 1997 and may be liable to disclosure.
******************************************************************************
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Port 786 (Concert??)
  2003-08-26 15:39     ` Port 786 (Concert??) Darío Mariani
  2003-08-26 15:49       ` Darío Mariani
  2003-08-26 15:53       ` Tony Clarke
@ 2003-08-26 16:06       ` Paolo Dovera
  2 siblings, 0 replies; 8+ messages in thread
From: Paolo Dovera @ 2003-08-26 16:06 UTC (permalink / raw)
  To: Darío Mariani; +Cc: linux-c-programming

Hi,
    Try to use the lsof command
    for example: lsof -i:1-1000

Paolo


Darío Mariani wrote:

> Hello:
>   I found on one of my server the TCP socket 786 open. After googling 
> half an hour I only found that it is used by a service called concert, 
> but nothing else. So two question:
>
> 1) What is this service?
> 2) Is there a way to know which process is using it?
>
> Thanks,
>         Darío
>
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-08-26 16:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-15 12:38 help on subscribing Nicholas Ho
2002-12-16 16:44 ` Fabio Miranda Hamburger
2002-01-18 13:21   ` Nicholas Ho
2003-08-26 15:39     ` Port 786 (Concert??) Darío Mariani
2003-08-26 15:49       ` Darío Mariani
2003-08-26 15:53       ` Tony Clarke
2003-08-26 16:06       ` Paolo Dovera
2002-12-16 20:46   ` returning strings until no strings are left ? J.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).