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

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

NAME
upstart-udev-bridge - Bridge between Upstart and udev SYNOPSIS
upstart-udev-bridge [OPTIONS]... DESCRIPTION
upstart-udev-bridge receives information about kernel uevents that udev(8) has completed and creates init(8) events for them. It emits events which match the pattern "S-device-A" where 'S' is the udev subsystem and 'A' is the udev action. See udev(7) and for fur- ther details. Assuming /sys is mounted, possible values for subsystem for your system are viewable via /sys/class/. EXAMPLES
net-device-added Event emitted when a network device is added. net-device-removed Event emitted when a network device is removed. graphics-card-added Event emitted when a graphics device is available to the system. NOTES
This is a temporary tool until init(8) itself gains the functionality to read them directly; you should not rely on its behaviour. AUTHOR
Written by Scott James Remnant <scott@netsplit.com> BUGS
Report bugs at <https://launchpad.net/ubuntu/+source/upstart/+bugs> COPYRIGHT
Copyright (C) 2009,2010,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) udev(7) upstart 2011-03-08 upstart-udev-bridge(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