Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

upstart-socket-bridge(8) [linux man page]

upstart-socket-bridge(8)				      System Manager's Manual					  upstart-socket-bridge(8)

NAME
upstart-socket-bridge - Bridge between Upstart and sockets SYNOPSIS
upstart-socket-bridge [OPTIONS]... DESCRIPTION
The upstart-socket-bridge queries the Upstart init(8) daemon for all job configurations which start on or stop on the socket event. It then waits for an incoming connection on each specified socket(7) and when detected emits the socket event (socket-event (7)), setting a number of environment variables for the job to query. AUTHOR
Written by Scott James Remnant <scott@netsplit.com> Manual page written by James Hunt <james.hunt@ubuntu.com> BUGS
Report bugs at <https://launchpad.net/upstart/+bugs> COPYRIGHT
Copyright (C) 2011 Canonical Ltd. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
init(5) init(8) socket(2) socket(7) socket-event(7) upstart 2011-03-08 upstart-socket-bridge(8)

Check Out this Related Man Page

init-checkconf(8)					      System Manager's Manual						 init-checkconf(8)

NAME
init-checkconf - manual page for init-checkconf SYNOPSIS
init-checkconf [OPTIONS] file init-checkconf [OPTIONS] -f file DESCRIPTION
Determine if specified Upstart init(8) job configuration file is valid. By default, two checks are performed: o Ensure Upstart can parse overall file successfully o Ensure all script sections are parseable by shell OPTIONS
-d , --debug Show some debug output. -f file , --file=file Specify job configuration file to check. -i path , --initctl-path=path Specify path to initctl(8) binary. -s , --noscript Do not check script sections. -x path , --upstart-path=path Specify path to init(8) binary. -h , --help Display usage statement. AUTHOR
Written by James Hunt <james.hunt@ubuntu.com> LIMITATIONS
o This program will not run as the root user. o It is not possible for a user to run multiple simultaneous instances of this program. REPORTING BUGS
Report bugs at <https://launchpad.net/upstart/+bugs> COPYRIGHT
Copyright (C) 2011 Canonical Ltd. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
sh(1) init(5) init(8) Upstart 2011-04-06 init-checkconf(8)
Man Page

15 More Discussions You Might Find Interesting

1. Programming

How can I program socket in unix?

Excuse me . I'm a beginner . In windows , MFC can be used , but how to do in Unix ? And does unix support c++like VC++ ? How can I get developing tools in Unix ? (7 Replies)
Discussion started by: sanjohn
7 Replies

2. Shell Programming and Scripting

socket scripting

Need a script for a socket to communicate with federal express? Help (3 Replies)
Discussion started by: lgolonka
3 Replies

3. IP Networking

socket programming

my system is a stand alone system... i want to try doing socket porgramming..ihave heard that this is usually done during testing... how can i do that....? (6 Replies)
Discussion started by: damn_bkb
6 Replies

4. Programming

Naming a socket

Im not very experienced with C so this is probably a basic question. I have a script that opens up 5 sockets, it then runs through a loop and on a given event reconnects to the relevant socket and sends some data. The socket to be reconnected to is kept track of with a 'count' variable. The sockets... (5 Replies)
Discussion started by: geester
5 Replies

5. Programming

socket problems with cc compile options???

Hi there, a newbie as far as compiling c. I have a problem, I've ported a fairly simple perl socket program over to c. I compiled it as follows cc simplesocket.c -lsocket -lnsl compiles great, no errors. When I launch it from the command line, it works great!!!! However, if I... (5 Replies)
Discussion started by: googling2000
5 Replies

6. Shell Programming and Scripting

simple socket programming in perl

hi i want to write simple socket program which will listen on socket . here is the code ## read msg on socket #! /usr/bin/perl use IO::Socket::INET; my $MySocket= IO::Socket::INET->new(LocalPort=>1234, Proto=>'udp') ; while ()... (2 Replies)
Discussion started by: zedex
2 Replies

7. Programming

basic socket programming

Hello experts, four machines need to communicate with each other. How can I start the socket programming. Can you please explain me more elaborated way. Thank you for your time and effort in advance (4 Replies)
Discussion started by: radhakuna
4 Replies

8. Programming

socket function to read a webpage (socket.h)

Why does this socket function only read the first 1440 chars of the stream. Why not the whole stream ? I checked it with gdm and valgrind and everything seems correct... #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <string.h> #include... (3 Replies)
Discussion started by: cyler
3 Replies

9. Programming

creating socket()

deleted (7 Replies)
Discussion started by: satish@123
7 Replies

10. IP Networking

Clarification - Setting socket options at the same time when socket is listening

I need clarification on whether it is okay to set socket options on a listening socket simultaneously when it is being used in an accept() call? Following is the scenario:- -- Task 1 - is executing in a loop - polling a listen socket, lets call it 'fd', (whose file descriptor is global)... (2 Replies)
Discussion started by: jake24
2 Replies

11. Programming

socket programming

how to include socket.h in visual studio 2005.. (2 Replies)
Discussion started by: asd123
2 Replies

12. Shell Programming and Scripting

Editing the timestamp

i have data in 3 columns in the format below 2011-11-01-0936,2115,978 2011-11-01-0937,2242,1046 2011-11-01-0938,2538,1186 2011-11-01-0939,2295,1074 2011-11-01-0940,2454,1142 2011-11-01-0941,2545,1184 2011-11-01-0942,2491,1153 I however want to either remove the date on the timestamp and... (2 Replies)
Discussion started by: thinktank
2 Replies

13. Ubuntu

UDPsocket programming

Do u have any idea to config UDP socket using tools? (2 Replies)
Discussion started by: elinaz
2 Replies

14. IP Networking

A Basic example of socket programming in C

Hello, I have a question about socket programming The question was a homework of this university of past (2011?) course. The server is simulating a sensor that provides readings of temperature, light and humidity (temp.dat, light.dat, humid.dat) each with single column of number, one per row. ... (6 Replies)
Discussion started by: yifangt
6 Replies

15. AIX

AIX full path to socket library

Can somebody help me too identify full path to socket library on AIX? Cannot find anything Thanks for contribution (2 Replies)
Discussion started by: digioleg54
2 Replies