similar to: 4GB limit with netstat

Displaying 20 results from an estimated 200 matches similar to: "4GB limit with netstat"

2005 Jan 19
2
[Fwd: Re: strange ucom (uplcom) error]
Emanuel Strobl wrote: > Am Dienstag, 18. Januar 2005 16:17 schrieb Andrew L. Neporada: > > On Tue, Jan 18, 2005 at 01:06:43PM +0100, Emanuel Strobl wrote: > > > Dear experts, > > > > > > I have two USB-RS232 Adaptors, both with PL2303 chipset. One is working > > > the other one not (I hate to say it but both are working under win). > > > >
2007 Sep 28
0
samba-3.0.24 on openbsd: low throughput
greetings list. am serving SMB using the samba-3.0.24 package on an openbsd 4.1-release machine and am seeing really low throughput from the server, even when both the server and client are on gigabit ethernet. the maximum throughput i've been able to attain is ~6 MBps, which is pretty slow, both on 100 Mbps and 1 Gbps segments. this top speed is identical on both 100 Mbps and 1 Gbps.
2004 Sep 18
1
Copy from Samba to XP Very Slow
I have seen a ton of messages on the list in the archives in reference to this but have not been able to find an answer to it. I will try to give as much info as possible so forgive me if this messages turns out to be long. Running FreeBSD 4.10 Samba 3.0.7 IBM e305 Server P4 2.0ghz 1gig of ECC Memory Boot Drive 40gig IDE Data Drive 250gig 8meg cache IDE 2 built in Gigabit Controllers
2008 Oct 07
0
"route flush" does not delete routes created with -interface option
Is there a way to get rid of all the routes in a routing table ? This is more or less what I do: route add 146.64.80.0/24 192.168.0.100 route add 146.141.0.0 -interface tun1 route add 146.182.0.0 -interface tun1 route add 146.230.0.0 -interface tun1 netstat -rn inet 146.64.80.0/24 192.168.0.100 UGS 0 0 sis0 146.141.0.0/16 tun1 US 0
2001 Jan 03
1
Use of const
> Neither. initial could be const, but isn't. libvorbis doesn't make much > (any?) use of the const keyword, though there are plenty of places it would > probably be good to use. Because the source files are C and not C++, parameter types aren't checked, so is the use of const really a good idea? For example, this compiles fine (on VC++ 6), but itsn't right: int
2004 Sep 07
3
Introducing ov_open_callbacksp and ov_clearp
Hello, I've been looking to the libvorbisfile and got into troubles when trying to use it: I need to compile it on a PalmOS and the libvorbisfile must be compiled in ARM whereas calling code is in 68K. This implies that the interface ov_open_callback is not usable because the OggVorbis_File *vf must point to something in the target architecture (ARM) whereas the caller cannot do that. As
2004 Nov 21
1
mac_portacl and automatic port allocation
Hello, I really like the idea behind mac_portacl but I find it difficult to use it because of one issue. When an unprivileged program binds to high automatic port with a call to bind(2) and port number set to 0 the system chooses the port to bind to itself. This mechanismus is used by number of programs, most commonly by ftp clients in active mode. Unfortunately this 0 is checked by the
2016 Feb 01
0
[klibc:master] fwrite: flush before a large write to allow better bypass
Commit-ID: cf9c7d2382eadc5699d3e4032b3e1774eccc36da Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=cf9c7d2382eadc5699d3e4032b3e1774eccc36da Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Mon, 1 Feb 2016 02:39:07 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Mon, 1 Feb 2016 02:41:00 -0800 [klibc] fwrite: flush before a large write to
2009 Jan 12
2
bwi: no DS tssi no OFDM tssi
Hello, I am attempting to get by broadcom wifi card up and running, am sick of trying to get ndis working, and am attempting to use the bwi driver (originating in dragonflyBSD). I'm hoping others here have tried to do the same and have some pointers. I'm using 7.1-RELEASE (system/source are in-sync) and my card is a BCM94306MP. My dmesg is posted below. Bwi(4) is installed and it
2003 May 14
0
System totally borked after installworld and mergemaster at 16:20:03 MSK
Well, 4 days after previous upgrade i cvs'ed RELENG_4 from local cvs tree (updated hourly), made buildworld buildkernel installkernel, rebooted into single user, made installworld and mergemaster. Mergemaster updated newsyslog.conf, syslogd.conf, ok, rebooted... Wow... All scripts from /usr/local/etc/rc.d refused to load. And the system is in "Amnesiac" mode Attempt to run
2004 Nov 20
1
printer shares
Hi, I have the problem, that from a Windows 2000 System (possibly from others to), a user can use a printershare with the guest account and I don't know why. Following my smb.conf: Samba config file created using SWAT # from 192.168.2.20 (192.168.2.20) # Date: 2004/11/20 14:26:14 # Global parameters [global] unix charset = ISO_8859-15 display charset = ISO_8859-15 workgroup = WG interfaces
2004 Sep 06
1
Fixing libvorbisfile to handle largefiles
[I'm not online regularly, so don't include me in any replies. Looks like the archives are working at present, so I'll catch up from them when I get a chance. Thanks...] (Trying out vorbis-dev@ instead of vorbis@ where I sent my previous messages; if this is the wrong place, correct me) Greetings. Some weeks ago, I submitted several hacks which gave me the ability to play Ogg
2003 Nov 03
3
(long) high traffic syslog server.
I have some questions about what needs tuned on a high traffic syslog box. I seem to be dropping quite a few syslog packets. This is a syslog server for a high usage Firewall btw. Nic is a Compaq tl0 4.8-P13 netstat -s -p udp | grep buf 19,762,079 dropped due to full socket buffers uptime 5:28PM up 7 days, 18:30, 2 users, load averages: 0.21, 0.23, 0.23 I though maybe syslogd was the
2004 Oct 14
3
patch for non-seekable streams on Windows
I've been trying to get oggdec to work with input streamed in through a pipe or a socket. This seems to work on Linux and OS X, but not on Windows. I've found that code in vorbisfile.c tests the input stream for seekability by invoking fseek in the following way: int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR) : -1); Unfortunately, fseek succeeds for a socket on Windows (even
2007 Mar 26
1
Strange output of netstat -a or is it??
Hello, When I do a netstat -ap as root, I get the following line in the output: udp 0 0 0.0.0.0:36489 0.0.0.0:* 31345/named This means that named is listening on port 36489 udp and for the life of me, I can not figure out (including googling for it), what it is... On another host of the exact same versions but different setup, I have
2009 Dec 22
0
SOLVED - Re: Frustrations with MySQL loss, tcpdump, netstat, etc
Hi Guys, OK, I figured out the problem, It would seem that Comcast spelling my DNS entry wrong would do it! I have done this a zillion times, I was totally stumped as to what I would be missing this time. Thanks everyone for their help. -Jason ----- Original Message ----- From: "Kai Schaetzl" <maillists at conactive.com> To: centos at centos.org Sent: Tuesday, December 22,
2007 Sep 25
0
defunct netstat processes
I am running samba 3.0.23 with winbind joined to a windows 2003 AD domain. Over time, I've noticed that winbindd shows forked zombied netstat processes, and over time, they continue to build up. Right now, there are hundreds of zombied netstat processes forked from winbindd shown by ps afx. Any ideas of what could cause this? Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump
2016 Mar 18
1
wiki update : https://wiki.centos.org/FAQ/CentOS7 : FAQ 7: ifconfig/netstat
wiki name: HavardSorli Page for update : https://wiki.centos.org/FAQ/CentOS7 some notes / comments to: FAQ "7. What have you done with ifconfig/netstat?" "no longer install the net-utils package" I am not 100% sure, but I think "net-utils" is the wrong package name. I have checked Centos 4.9 and 7.2, ifconfig is part of the net-tools package # rpm -ql net-tools
2000 Nov 17
1
OpenSSH entropy/PRNG (was: Why does ssh try to run df, netstat, arp ...?)
Nico-- SSH is trying to "get entropy" by taking the (somewhat-deterministic) output of a bunch of system commands, on those OSs that don't provide a /dev/random or its equivalent. The commands that it uses are in /etc/ssh_prng_cmds or its equivalent on your system; just comment out any of the lines (and stop/restart SSHd) in order to change which system commands are used as inputs
2010 Sep 28
3
netstat - kill by pid ?
I am writing a small script to kill process(es) listening on particular port number. Here I am particularly looking at Java servlet-containers like Tomcat and JBoss, which sometimes don't complete their shutdown process and it still shows up as running process with ps or netstat. This needs to be kill-ed and for that knowing pid of that process is necessary. The netstat by default doesn't