Displaying 20 results from an estimated 40000 matches similar to: "Open sockets"
2004 Aug 14
2
info on shorewall and Mirc
Hi !
 
I read that you had that problem :
 
Did you solve it? How you did ?
 
Thnx.
 
Hello,
 
I am running shorewall with a two interface firewall.
PCs on the lan side have static ips.
 
I am able to connect to Mirc and receive DCC Gets but my problem is that I 
am not able to do a DCC send.
Is there a way to get the DCC Sends to work.
 
Thanks.
2003 Feb 23
1
info on shorewall and Mirc
Hello,
I am running shorewall with a two interface firewall.
PCs on the lan side have static ips.
I am able to connect to Mirc and receive DCC Gets but my problem is that I 
am not able to do a DCC send.
Is there a way to get the DCC Sends to work.
Thanks.
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
2010 Mar 19
1
too much sockets open by asterisk
Hi All!
I've set up Asterisk asterisk-1.6.2.2
My question is why asterisk opens so many sockets and does not close
that?
My diagnostics commmands:
# lsof | grep asteriske | grep UDP | wc -l
1214
#  ls -l /proc/`ps axuw | grep asteriskexe | grep -v grep | awk '{ print $2 }'`/fd | wc -l
1257
asx*CLI> core show calls
2 active calls
1253 calls processed
asx*CLI> sip show
2011 Dec 18
1
SegFault trying to open Steam
This is very possibly an easy fix, as I've had steam running on this particular box before through wine. However, I've been googling my ass off and looking through the suggested fixes on the appdb to no avail. Let's start with my setup:
OS: Slackware 13.37 (64 bit with working multilib) completely up to date
Video: NVIDIA GeForce 9500 GT running the most recent linux 64 bit
2005 Feb 27
1
mIRC issues with FEB 27 cvs
I specified the date of the latest cvs source I built to solve this 
issue, but it affected ealier versions as well:
2.4.29 kernel
gcc 3.3.4
cvs source from FEB 27, 2005
mirc 6.16
did standard ./configure; make depend && make; sudo make install
did winecfg to create the .wine directory and set up the registry. No 
config file.
wine mirc.exe to install mirc
wine "c:\\Program
2001 Mar 08
1
FREE information on HOW TO BEAT THE NAPSTER CENSOR!
If Napster won't help - WE WILL!  Everything you want 
is available RIGHT NOW at #MP3_DEPOT on IRC; the server is 
irc.action-irc.net.  
Need speed?  Well, most of our databases are cable 
or T-1.  The servers are all megaspeed - all are on a 
fiber channel. You won't be disappointed.  And we 
have servers in the U.S., Canada, Europe, even 
Australia.  Wherever you are, there is a server
2012 Jan 19
1
Mirc crash on Ubuntu 10.04
I use mirc 6.03 on Ubuntu 10.04 with Wine 1.2.2 .The mirc crash with this message :
http://imageshack.us/f/842/mirccrashsushell.jpg
I think that i found the problem,but i neade to resolve it,the mirc when recive a query from somebody goes in crash this is the error i get on mirc
" Quit (Ping timeout)".Befor useing the mirc on the Ubuntu 10.04 i was useing the same mirc on another server
2003 Jul 29
2
stable libmilter leaks kqueue descriptors?
A few weeks back I upgraded my mail server to -STABLE from a 4.2-STABLE
incarnation that had been running for years.  Part of recompiling
everything on the box involved disassociating my use of the 
sendmail port I was using and to use the base sendmail in -STABLE.
-STABLE builds with libmilter, so I simply recompiled one of my
milter clients with the milter headers, objs, etc that were produced
2013 Dec 11
2
[Bug 2183] New: ssh -g has no effect if master socket already open
https://bugzilla.mindrot.org/show_bug.cgi?id=2183
            Bug ID: 2183
           Summary: ssh -g has no effect if master socket already open
           Product: Portable OpenSSH
           Version: 6.4p1
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at
2011 Mar 09
4
Trying to load MIRC with Wine on a Mac
This is driving me crazy.  I have wine downloaded on my MAC.  It's in my application folder.  I have MIRC downloaded and it's also in my Application folder.  But, when I turn off MIRC, and turn it back on, the whole thing wants to reload.  Very annoying since that means it's not saving settings.  Any ideas?
2008 Apr 16
2
count of active tcp sockets?
Hi List,
Is there an easy way to get a count of the number of active socket  
connections, or even better, number of socket connections in the  
time_wait state? (Something lightweight... under /proc/sys/net/ipv4/?  
I'd like to avoid the impact of listing out all the connections a-la  
netstat.)
Thanks!
-Jeff
2002 Feb 27
0
[ANNOUNCE] Security Advisory about IRC DCC connection tracking
--k1lZvvs/B4yU6o8G
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
It is my duty to inform you about this very unfortunate security issue
in the IRC DCC connection tracking code.
The following mail has just been sent to bugtraq, Linux Vendors have been
informed two weeks in advance in order to prepare  their advisories.
2011 Mar 07
4
I can see icons of program...
I have a server with Ubuntu desk.I have Wine 1.0 installed and i'm running mirc (i just uploaded a folder with all files).I started mirc ad evythinf is ok but...ofter if i minimize mirc then i "lose" the icon i meane i cant restore mirc windows the only way to do that is to kill the provess and restart it!?!
Can u help me to sort out that problem?I neade to keep it running but olso i
2005 Apr 14
0
Finding an available port for server socket
I've written a Smalltalk application which starts R on another machine and
then communicates with it via sockets.  The functions involved are:
slaveStart <- function(masterHost, masterPort){
  inPort <- availablePort()
  sendSocket(as.character(inPort), masterHost, masterPort)
  socketSlave(inPort)
}
socketSlave <- function(inPort){
  ## listens on inPort.    
 
2007 Oct 25
2
Accumulating smbd processes and sockets in CLOSE_WAIT state
Hello list
Our central fileserver is a Samba 3.0.25b on Solaris 9 and has 
10'000 users (several hundreds at the same time).
This week it died on us and when I inspected the machine, it
was out of 8GB Memory and 16GB Swap because thousands of 
smbd processes were running.
netstat -na showed that many hundreds of connections to 
port 445 were in CLOSE_WAIT state.
We first thought it could be
2008 Sep 07
1
mIRC 6.3x
will there be a time when mIRC 6.3x will be fully supported ?
when i run mIRC 6.2x(any version higher) it crashes when i load a script via the scripts editor.
2004 Nov 19
0
/usr/local/bin/wine-kthread: could not open
Hy all.. i've just subscribed to the list thow i've been using wine for 
a while now.
I 've emeregd (I have Gentoo) the latest wine and ,
Here-s what i get:
mihaiv bin # wine
/usr/local/bin/wine-kthread: could not open
mihaiv bin # /usr/local/bin/wine-kthread
Wine 20041019
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine
2007 May 25
0
dcc error on centos 5
Hi,
I set up DCC on CentOS 5 with Dual Sendmail - Amavisd-new and and Spam
assassin.
I installed DCC from AT rpms.
pls see below for installed DCC rpm.
[root at mailgw ~]# rpm -qa |grep DCC
DCC-1.3.50-16.0.el5
Then, I configured in Deamon mode.
I did below steps.
[root at mailgw ~]# yum install DCC
then,
[root at mailgw ~]# cdcc "delete 127.0.0.1"
[root at mailgw ~]# cdcc
2005 Mar 12
3
I don't understand
Hi there, I recently downloaded Wine version  20050301 for Mandrake.  I 
installed it using the RPM File Installer.  It went perfectly fine...I 
then went to www.mirc.com to download the latest version of mIRC and I 
typed in:
wine mirc616.exe in terminal and got this:
[docvell@localhost docvell]$ wine mirc616.exe
Converted drive type to new entry HKLM\Software\Wine\Drives "A:" =
2016 Jul 22
0
Wine release 1.9.15
The Wine development release 1.9.15 is now available.
What's new in this release (see below for details):
  - More shader instructions in Direct3D.
  - Performance improvements in GDI.
  - Better multi-joystick support on macOS.
  - Active Scripting improvements.
  - Additional stream support in the C++ runtime.
  - Various bug fixes.
The source is available from the following locations: