Displaying 20 results from an estimated 700 matches similar to: "ssh -f & pid"
2004 Aug 06
3
protocol description
Hi,
Do you have any documentation on the protocol used by the icecast-server?
I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would
also like to convert it for icecast-sessions. This shoutcastproxy makes it
possible to listen with a couple of people to a session while only 1 is
retrieved from a shoutcastserver
(http://www.vanheusden.com/shoutcastproxy/).
<p>Folkert van
2004 Aug 06
3
protocol description
Hi,
Do you have any documentation on the protocol used by the icecast-server?
I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would
also like to convert it for icecast-sessions. This shoutcastproxy makes it
possible to listen with a couple of people to a session while only 1 is
retrieved from a shoutcastserver
(http://www.vanheusden.com/shoutcastproxy/).
<p>Folkert van
2004 Aug 06
1
protocol description
> > Do you have any documentation on the protocol used by the icecast-server?
> > I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would
> > also like to convert it for icecast-sessions. This shoutcastproxy makes it
> > possible to listen with a couple of people to a session while only 1 is
> > retrieved from a shoutcastserver
> >
2010 Nov 22
1
tinc: local address announcements
Hi,
I would like to give the new local address announcements a try. What I
mean is, the functionallity which discovers local vpn-endpoints of a vpn
to which you're already connected but only via a remote endpoint - to
improve speed etc.
Can I pull this version from svn or git somewhere? And does it have
debian stuff in it for easy replacing the debian version? And do I need
to configure
2014 Jul 20
0
incorrect configuration may cause instability
Hi,
When two systems with the same name and key pair try to connect to a
tinc mesh, the whole mesh is dossed.
Situation: a vps is migrated to an other hoster. Access has been
disabled, vps is powered on. Then suddenly after a couple of weeks the
vps is powerd on again causing two vps'es trying to connect with the
same credentials.
I think the result should be that neither of those two nodes
2004 Aug 06
1
protocol description
> Icecast will already relay an icecast or a shoutcast stream for
> you. And the client (listener) protocol is the same.
Is there any description of this protocol then? I'm having some troubles
getting things to work.
<p>Folkert van Heusden
+--------------------------------------------------------------------------+
| UNIX sysop? Then give MultiTail (
2010 Nov 22
7
local address announcements
Hi everyone,
you can find the current version of my enhanced tinc using subversion:
svn://tardyon.mon-clan.de/tinc
I allowed anonymous read access, so feel free to download the sources.
Unfortunately, my enhancements are based on a rather old git-checkout from
Guus.
The version should run under windows and Debian/Ubuntu.
Best,
Daniel
-----Original Message-----
From: folkert [mailto:folkert
2007 Oct 05
2
Mongrel PID file permissions
Hi !
I''m using Mongrel 1.0.1 with --pid and --user/--group. The PID files
are correctly owned by the user/group, but their permissions is 0666.
Is that normal ? Shouldn''t it be something like 0664 ?
Just curious to know if I''m wrong.
Configurator has this (line 77):
# Writes the PID file but only if we''re on windows.
def write_pid_file
if
2012 Sep 04
1
[PATCH] fix fuse_opt_add_opt_escaped return type
I: Program returns random data in a function
E: libguestfs no-return-in-nonvoid-function guestmount.c:75
The function fuse_opt_add_opt_escaped has only one caller and a return
code is not checked.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
diff --git a/fuse/guestmount.c b/fuse/guestmount.c
index 17e94ba..1eb0553 100644
--- a/fuse/guestmount.c
+++ b/fuse/guestmount.c
@@ -49,7 +49,7
2010 Nov 22
1
weird routing issue
Hi,
I have the following tinc grid:
http://keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png
Now a funny thing happens: bpsolxp routes traffic to clientbp via
'server', not directly. Both run 1.0.13. Bug?
Folkert.
--
Nagios user? Check CoffeeSaint, the versatile nagios status display-
monitor. http://vanheusden.com/java/CoffeeSaint/
2010 Apr 14
1
ipv6 via tinc
Hi,
At my provider (xs4all) I've got an ipv6 tunnel working. Now I would
like to distribute ipv6 via the tinc tunnel.
My tinc.conf:
------------
Name=server
AddressFamily=ipv4
Device=/dev/net/tun
PrivateKeyFile=/etc/tinc/fvhglobalnet/rsa_key.priv
GraphDumpFile=|/usr/bin/dot -Tpng -o /var/www/htdocs.keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png
Mode=switch
KeyExpire=299
2009 Apr 06
2
help needed for freebsd
Hi,
I'm trying to run tinc 1.0.9 on freebsd 7.1-RELEASE-p4.
I tried:
Device=/dev/net/tun0
DeviceType=tun
I tried it without the device-line, i tried the other
devicetype-options, none of them work. With all of them I get the
following error:
30311: open("/dev/net/tun0",O_RDWR|O_NONBLOCK,05024360414) = 3 (0x3)
30311: ioctl(3,TUNSIFHEAD,0xbfbfec58) ERR#45 'Operation not
2007 Aug 03
1
race condition with ControlMaster=auto
There is a race in the setup of the ControlMaster socket in auto mode, as
illustrated by the following command line:
ssh -oControlMaster=auto -oControlPath=sock localhost 'sleep 1; echo 1' &
ssh -oControlMaster=auto -oControlPath=sock localhost 'sleep 2; echo 2' &
Both of the commands will try to start up as a control client, find that
sock does not exist, and switch into
2005 Jun 12
2
%h,%p,%u expansion for ControlPath
This allows me to set 'ControlPath ~/.ssh/sockets/%h.%p.%u' for example.
Have I missed a good reason why ssh_connect finds the default port
number for itself instead of just having it in options.port (like we do
for the the default in options.user)?
--- openssh-4.1p1/ssh.c~ 2005-06-12 09:47:18.000000000 +0100
+++ openssh-4.1p1/ssh.c 2005-06-12 09:40:53.000000000 +0100
@@ -604,6 +604,17
2008 Dec 04
0
[patch] muxserver_listen() doesn't restore umask when bind fails
Cheers,
- Salva
$ diff -c mux.c~ mux.c
*** mux.c~ 2008-06-14 01:01:54.000000000 +0200
--- mux.c 2008-12-04 12:24:45.000000000 +0100
***************
*** 148,153 ****
--- 148,154 ----
error("ControlSocket %s already exists, "
"disabling multiplexing", options.control_path);
close(muxserver_sock);
+ umask(old_umask);
2012 Apr 27
2
[PATCH] mux: fix memory leak of control path if bind() fails
---
mux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mux.c b/mux.c
index d90605e..fa796bd 100644
--- a/mux.c
+++ b/mux.c
@@ -1195,6 +1195,7 @@ muxserver_listen(void)
close(muxserver_sock);
muxserver_sock = -1;
}
+ xfree(orig_control_path);
xfree(options.control_path);
options.control_path = NULL;
options.control_master = SSHCTL_MASTER_NO;
2010 Jan 14
1
ssh(1) multiplexing rewrite
Hi,
At the n2k10 OpenBSD network hackathon, I finally got some time to clean
up and rewrite the ssh(1) client multiplexing code. The attached diffs
(one for portable OpenSSH, one for OpenBSD) are the result, and they
need some testing.
The revised multiplexing code uses a better protocol between the master
and slave processes and I even bothered to write it up :) It tracks the
control sockets
2007 Feb 21
3
Mongrel_Cluster PID File Creation Error.
Hello,
Thank you for your development of Mongrel, great job. :)
I am using mongrel_cluster, but I have a problem where my rails
application name includes a "." such as mydomain.com, which causes an
error when generating the PID file for mongrel.
I have attached below a diff of the current working copy in the trunk
and the changes I made to overcome this problem. I kept your
2012 Jul 09
4
[PATCH 0/4] Provide guestmount --pid-file and document possible race when unmounting FUSE filesystems.
The full description of this bug is here:
https://bugzilla.redhat.com/show_bug.cgi?id=838592
and the effect it has on OpenStack is described here:
https://bugzilla.redhat.com/show_bug.cgi?id=835466#c9
Rich.
2000 Jul 04
0
AW: FreeBSD 3.5-STABLE
At 08:15 04/07/00 +0200, Bladt Norbert wrote:
>> Darren Evans [SMTP:darren at horseplay.demon.co.uk] wrote:
>>
>> gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\"
>-DSSH_PROGRAM=\"/usr/local/bin/ssh\" -
>> DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\"
>-DHAVE_CONFIG_H -c loginrec.c
>> loginrec.c: