Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

KPCS KPCS Start Problem

    Nobody is reading this thread right now.
AW: KPCS Start Problem

Hi Dr. Key,
what`s your System ... Ubuntu..9.04 or 10.10 or other?
Check follow`s:
1. kernel.shmmax = 2147483648 (on etc/sysctl.conf)
2. Way to your monitor_card ( on etc/rc.local ) like this:
/var/kpcs1/monitor_card1 &

3. Restart the server (shutdown -r now)
4. check with Putty root@kpcs:~# ps -ax the Device is started, like this :

1119 ? S<l 0:15 /var/kpcs1/kpcs1 -c /var/kpcs1
-------------
Look at the .log File and post it here.......(xxx the ATR!)
-------
So long...........
--------------------------------------------------------------------------
1.kernel.shmmax= 2147483648 (on etc/sysctl.conf) i dond have in sysctl.conf
2./var/kpcs/monitor_card &
3. restaret server
4.not star kpcs
in file kpcs i have kpcs,kpcs.conf,kpcs.dat,kpcs.reader,kpcs.services,kpcs.srvid,kpcs.user,log,log_atr,monitor_card,

i give atrib 755 for kpcs,log,log_atr,monitor_card

this kpcs bifore 1 day is work greate ,i install in same pc fresh debian 5.06 linux and mor not started
 
AW: KPCS Start Problem

--------------------------------------------------------------------------
1.kernel.shmmax= 2147483648 (on etc/sysctl.conf) i dond have in sysctl.conf
2./var/kpcs/monitor_card &
3. restaret server
4.not star kpcs
in file kpcs i have kpcs,kpcs.conf,kpcs.dat,kpcs.reader,kpcs.services,kpcs.srvid,kpcs.user,log,log_atr,monitor_card,

i give atrib 755 for kpcs,log,log_atr,monitor_card

this kpcs bifore 1 day is work greate ,i install in same pc fresh debian 5.06 linux and mor not started

OK,
You must write (or copy and save) it in the File: (etc/sysctl.conf)
kernel.shmmax= 2147483648
----------------------------
.........
Restart and try it again........
 
AW: KPCS Start Problem

OK,
You must write (or copy and save) it in the File: (etc/sysctl.conf)
kernel.shmmax= 2147483648
----------------------------
.........
Restart and try it again........
in this file i ghave only this configurate.

# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additonal system variables
# See sysctl.conf (5) for information.
#
#kernel.domainname = example.com
# Uncomment the following to stop low-level messages on console
#kernel.printk = 4 4 1 7
kernel.shmmax= 2147483648
##############################################################3
# Functions previously found in netbase
#
# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1
# Uncomment the next line to enable TCP/IP SYN cookies
# This disables TCP Window Scaling ( ),
# and is not recommended.
#net.ipv4.tcp_syncookies=1
# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1
# Uncomment the next line to enable packet forwarding for IPv6
#net.ipv6.conf.all.forwarding=1

###################################################################
# Additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Ignore ICMP broadcasts
#net.ipv4.icmp_echo_ignore_broadcasts = 1
#
# Ignore bogus ICMP errors
#net.ipv4.icmp_ignore_bogus_error_responses = 1
#
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
#
# The contents of /proc/<pid>/maps and smaps files are only visible to
# readers that are allowed to ptrace() the process
# kernel.maps_protect = 1
 
AW: KPCS Start Problem

ok,
you must write (or copy and save) it in the file: (etc/sysctl.conf)
kernel.shmmax= 2147483648
----------------------------
.........
Restart and try it again........

in this file i ghave only this configurate.

# /etc/sysctl.conf - configuration file for setting system variables
# see /etc/sysctl.d/ for additonal system variables
# see sysctl.conf (5) for information.
#
#kernel.domainname = example.com
# uncomment the following to stop low-level messages on console
#kernel.printk = 4 4 1 7
kernel.shmmax= 2147483648
##############################################################3
# functions previously found in netbase
#
# uncomment the next two lines to enable spoof protection (reverse-path filter)
# turn on source address verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1
# uncomment the next line to enable tcp/ip syn cookies
# this disables tcp window scaling ( ),
# and is not recommended.
#net.ipv4.tcp_syncookies=1
# uncomment the next line to enable packet forwarding for ipv4
#net.ipv4.ip_forward=1
# uncomment the next line to enable packet forwarding for ipv6
#net.ipv6.conf.all.forwarding=1

###################################################################
# additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# ignore icmp broadcasts
#net.ipv4.icmp_echo_ignore_broadcasts = 1
#
# ignore bogus icmp errors
#net.ipv4.icmp_ignore_bogus_error_responses = 1
#
# do not accept icmp redirects (prevent mitm attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# accept icmp redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# do not send icmp redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# do not accept ip source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# log martian packets
#net.ipv4.conf.all.log_martians = 1
#
# the contents of /proc/<pid>/maps and smaps files are only visible to
# readers that are allowed to ptrace() the process
# kernel.maps_protect = 1


thenk you kpcs is started
 
AW: KPCS Start Problem

Der Cache! Das ist ein Speicher, welcher die "Keys" verwaltet.
Dadurch wird deine Karte nicht überlastet wenn mehrere Leute den gleichen Kanal ansehen.
 
AW: KPCS Start Problem

Der Cache! Das ist ein Speicher, welcher die "Keys" verwaltet.
Dadurch wird deine Karte nicht überlastet wenn mehrere Leute den gleichen Kanal ansehen.

Und auch vor allem mal wieder was neues, an dem wir "schrauben" dürfen :-)

PS: mein Modellflieger hat ...zig x 250.- gekostet.... und war auch "nur Hobby"!
 
AW: KPCS Start Problem

Hab heute Debian installiert um kpcs darauf zu testen.
Habe wie Hier im Forum beschrieben für jede meiner Karten(5x) eine kpcs erstellt
Nun erhalte ich beim Start von von debian:

kpcs1: no process found
kpcs2: no process found
kpcs3: no process found
kpcs4: no process found
kpcs5: no process found

Ein kleiner Tip woran das liegen kann? Und eventuell ne Lösung dazu? :)
 
AW: KPCS Start Problem

hallo..

wenn du nach dieser Anleitung vorgegangen bist..dann sollten das KPCS Starten...
 
AW: KPCS Start Problem

Jungs ich will auch kpcs machen lassen die Tage meine Frage an euch was nimmt Mann als Rechner ich bin auf der Suche nach ein Rechner der gut ist fur 6-7 Karten ich habe nichts passendes gefunden ich habe nur die Info der Rechner soll viele USB haben kann mir da jemand paar Tips geben was das fur ein Rechner sein soll bitte um eure Hilfe danke
 
AW: KPCS Start Problem

Jungs ich will auch kpcs machen lassen die Tage meine Frage an euch was nimmt Mann als Rechner ich bin auf der Suche nach ein Rechner der gut ist fur 6-7 Karten ich habe nichts passendes gefunden ich habe nur die Info der Rechner soll viele USB haben kann mir da jemand paar Tips geben was das fur ein Rechner sein soll bitte um eure Hilfe danke

Der CPU sollte minimal 1,5Ghz haben. RAM reicht 1 GB aus. Mehr ist nicht zu beachten. Was Ich nicht empfehle, das sind externe Hubs. Hier sollte dann doch schon ein oder mehrere PCI USB Hubs verbaut werden.

@specter13, Was für ein System hast du, 32Bit oder 64Bit. Es muss zwingend 32Bit sein. Starte auch mal das KPCS manuell ./var/kpcs/kpcs Den Path bitte anpassen. Achte auch darauf das du alle Dateien die nötigen Rechte (755) gegeben hast
 
AW: KPCS Start Problem

:emoticon-0179-headb:emoticon-0179-headb ssss... und ich wolte kpcs mit futro s 400 :(
 
AW: KPCS Start Problem

....

@specter13, Was für ein System hast du, 32Bit oder 64Bit. Es muss zwingend 32Bit sein. Starte auch mal das KPCS manuell ./var/kpcs/kpcs Den Path bitte anpassen. Achte auch darauf das du alle Dateien die nötigen Rechte (755) gegeben hast


32Bitter. Rechte auch auf den 4 Dateien auf 755
Starten geht auch nicht.
Erhalte-> kpcs: no process found
Obwohl ig in var/kpcs Verzeichniss bin
 
Zurück
Oben