LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-23-2012, 07:27 AM   #1
guilhenfsu
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Rep: Reputation: Disabled
Over 4 stream tcp connections server crashes?


I have a system of monitoring cameras.

It runs normal with 2 cameras, with the third tied it starts to crash, if I try to turn on the fourth, it crashes the server.

I am using CentOS with KDE and VNC has some limit stream tcp connections? I've tried disabling iptables but nothing changed.
 
Old 08-23-2012, 07:53 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by guilhenfsu View Post
I have a system of monitoring cameras. It runs normal with 2 cameras, with the third tied it starts to crash,
What exactly crashes? An application? Your Desktop Environment?


Quote:
Originally Posted by guilhenfsu View Post
if I try to turn on the fourth, it crashes the server.
Via what interface are the cameras connected? Are they all the same brand and type? (And which one BTW?) Do they require proprietary drivers?
What do the system logs show when you plug the cameras in? And right before the crash? And what does the crash look like in the logs?
Please be as verbose as possible and please post log excerpts in [code]text here[/code] tags or pastebin them if too large.
 
Old 08-23-2012, 08:14 AM   #3
guilhenfsu
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Let me try to explain myself better ...

I have a program to access the cameras, supports up to 64 devices, cameras, this program is provided by the manufacturer of the cameras.

The cameras are a factory located in germany, I rented a vps, so that the company's founders could access from anywhere without overwhelming the small server germany.

The settings on my vps is:
CentOS 5.8 + VNC + KDE.
Up to 8 processors of 3.5GHz.
Guaranteed 8gb memory can reach up 16gb.
Link 100mbps, I realized that the actual speed of 10mbps.

The application opens the cameras can usually keep up to 3 cameras rolling simultaneously, but when I try to connect the fourth camera it crashes my vps, as if there was a limit of connections tcp / stream simultaneous in VPS.

I wonder how can I break this limit? which file I have to change to be able to access more than three cameras simultaneously on my vps?
 
Old 08-23-2012, 08:39 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by guilhenfsu View Post
Let me try to explain myself better ...
I'm sorry but I've asked you very specific questions and you answered one and in a way that does not help me help you. Try harder.


Quote:
Originally Posted by guilhenfsu View Post
when I try to connect the fourth camera it crashes my vps, as if there was a limit of connections tcp / stream simultaneous in VPS. I wonder how can I break this limit?
You focus on network connections and say "as if" without providing anything that would support that. If it were a VPS network connection limit then you should
enquire if it were a network connection limit imposed by the VPS hoster, list network-related sysctls and syslog messages (if any), your network device and firewall configuration and output from monitoring network connections before, during and after each camera gets connected.
 
Old 08-23-2012, 08:50 AM   #5
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
What is the interface used to connect? USB? SCSI? IDE? MFM?
 
Old 08-23-2012, 11:25 AM   #6
guilhenfsu
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Germany is in the network.

I access the VPS U.S., the ip address of the server from germany.

In U.S. VPS:

Home System Monitoring> Open all cameras ip (xxx.xxx.xxx.xxx for the server from germany).

If I use the same program in any program for windows platform, it can open all cameras normally. Vps now, I can only open 3 cameras.

Just to remind the access DVR cameras are IP (across the network).

There's nothing that connects them together to a computer, unless the network.

The VPS is independent of the U.S. from Germany.
 
Old 08-23-2012, 11:42 AM   #7
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I asked for specific information two times. All I got back was vague enough to be unhelpful. And I'm not about to ask thrice.
 
Old 08-23-2012, 12:29 PM   #8
guilhenfsu
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
The device is connected by network cable.
 
Old 08-23-2012, 01:25 PM   #9
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
And what does the crash look like in the system logs? Please be as verbose as possible and please post log excerpts in
Code:
text here
tags or pastebin them if too large. If it were a VPS network connection limit then you should enquire if it were a network connection limit imposed by the VPS hoster. Also list network-related sysctls and syslog messages (if any), your network device and firewall configuration and output from monitoring network connections before, during and after the application connects to the DVR cameras over IP. Please let us know if you face a language barrier, have reading disability, don't know anything about Linux, if you're incapable of running anything from the command line or whatever else because my ESP is at an all time low and I can not guess what it is that keeps you from posting the information we need to help you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Max num of concurrent tcp connections && tcp auto tune rosv Linux - Networking 3 02-04-2011 02:57 AM
TCP tuning for a server with very short HTTP connections jampy Linux - Networking 1 12-24-2009 09:15 AM
Kill TCP connections ballistic509 Debian 2 03-14-2007 05:33 PM
rebuilding tcp stream from ethereal ngophat Linux - Wireless Networking 0 12-02-2005 07:22 PM
Need a way to limit TCP connections ewerta Linux - Networking 1 07-25-2005 03:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration