Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Raspberry PI+ Debian Wheezy+IPC+OSCam

    Nobody is reading this thread right now.
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

das steht da immer
2013/10/19 23:24:30 77B03928 c serverbox (1830&003411/0000/EF10/92:0F54B4C012FFE72621BD9AB79D8476D2): not found (461 ms) by server_vom_kolegen (P/2/2/2)
2013/10/19 23:24:33 77B03928 c serverbox vom_kolegen (1830&003411/0000/EF10/92:19E5DBC1C0C896CC5EE2138E9D70B042): rejected (424 ms) by server_vom_kolegen(P/2/2/2)
 
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

Wie gesagt, das Datum wird oft etwas abweichen angezeigt.
Ich tippe ganz stark darauf, dass sie abgelaufen ist
 
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

Hi Leute,

ich wollte mich erstens für das gute Tutorial für den Raspberry und IPC bedanken. Es war für mich recht leicht, dem zu folgen auch ohne Linux-Kenntnisse.

Nun habe ich aber ein paar Fragen:
Sobald ich den "Server" starte läuft alles gut bis kurz vorm Login. Dann hat das Gerät einen Fehler beim Apache Server.
Code:
[....]starting web server: apache2(2) No such file or directory: apache2:
could not open error log file /var/log/apache2/error.log.
Unable to open logs
Action "start" failed
The Apache error log may have more information.
failed!
....
[FAIL] startpar: service(s) returnded failure: apache2 varlog.....failed
für mich liest sich das, als wenn er beim start 2x Apache starten will und das zweite mal nicht kann. Weil trotz dieser Meldung komme ich aufs WebIF vom IPC.

Mein crontab sieht wie folgt aus:
Code:
Lade Crontab zum editieren..
  GNU nano 2.2.6                                      Datei: /etc/crontab

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""

#  * * * * * Benutzer Befehl
#  | | | | |
#  | | | | +---- Wochentag (0-7) (Sonntag =0 oder =7)
#  | | | +------ Monat (1-12)
#  | | +-------- Tag (1-31)
#  | +---------- Stunde (0-23)
#  +------------ Minute (0-59)

# m h dom mon dow user  command
17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )


#Zeitabgleich -> benoetigt [apt-get install ntpdate]
#0 8 * * * root ntpdate -s pool.ntp.org      #Zeitabgleich (Taeglich um 08:00 Uhr)

#IPC
#0 4 * * 5 root /var/emu/script/ipc-backup.sh full l 30 #Backup - Full (Woechentlich um 04:00, Freitag)
#0 2 * * * root /var/emu/script/ipc-backup.sh conf l 14  #Backup - Konfiguration (Taeglich um 02:00)
#0 6 * * * root /var/emu/script/ipc-set.sh               #Rechte setzen (Taeglich um 06:00)

#CCcam
#* * * * * root /var/emu/script/cccam-watchdog.sh       #CCcam - Teste ob CCcam laeuft (jede Minute)
#30 4 * * * root /var/emu/script/cccam restart          #CCcam - EMU Neustart (Taeglich um 04:30)
#0 5 * * * root /var/emu/script/cccam-cfgnl.sh          #CCcam - Lade neue Konfiguration (Taeglich um 05:00)
#01 5 * * * root /bin/cccam softkey && /bin/cccam restart  #CCcam EMU Keys updaten+restart (Taeglich um 05:01)

#CCcamInfoPHP (Update,Ping,Online)
#*/2 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.php?p=0 #CCcamInfoPHP - Update alle 2 Minuten
#58 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_ping.php?p=0    #CCcamInfoPHP - PING jede Stunde
#59 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_online.php?p=0  #CCcamInfoPHP - Online jede Stunde

#OScam
* * * * * root /var/emu/script/oscam-watchdog.sh  #OScam - Teste ob OScam laeuft (jede Minute)
#29 4 * * * root /var/emu/script/oscam restart     #OScam - EMU Neustart (Taeglich um 04:29)

#NewCS
#* * * * * root /var/emu/script/newcs-watchdog.sh  #NewCS - Teste ob NewCS laeuft (jede Minute)

#Camd3
#* * * * * root /var/emu/script/camd3-watchdog.sh  #Teste ob Camd3 laeuft (jede Minute)
#01 5 * * * root /bin/camd3 softkey && /bin/camd3 restart  #Camd3 EMU Keys updaten+restart (Taeglich um 05:01)

#sBox
#* * * * * root /var/emu/script/sbox-watchdog.sh  #Teste ob sBox laeuft (jede Minute)


#DynDNS Static Update -> benoetigt [apt-get install ddclient]
#6 6 * * 1 root /usr/sbin/ddclient -force > /var/log/ipc/dyndns_update.log  #Static DynDNS Update (Woechentlich um 06:06, Montag)

#DDNSupdater.sh
#@reboot        root /var/emu/script/DDNSupdater.sh auto  #DDNSupdater.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater.sh now  #DDNSupdater.sh Static-IP Update erzwingen (Woechentlich um 06:00,Montag)

#DDNSupdater2.sh
#@reboot        root /var/emu/script/DDNSupdater2.sh auto  #DDNSupdater2.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater2.sh now  #DDNSupdater2.sh Static-IP Update erzwingen (Woechentlich um 06:00, Montag)

#apache2
@reboot root /var/emu/script/apache2-watchdog.sh >/dev/null 2>&1
* * * * *       root /var/emu/script/apache2-watchdog.sh >/dev/null 2>&1

da ist fast alles rauskommentiert. Nur die letzte Zeile, welche Apache anspricht nicht. Was bewirkt dieser Code??

Laut Logfile vom Apache im IPC steht dort folgendes:
Code:
/var/log/apache2/error.log:
 [Sun Oct 20 09:17:05 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u5 configured -- resuming normal operations
 [Sun Oct 20 16:58:05 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u5 configured -- resuming normal operations
 [Sun Oct 20 17:54:11 2013] [notice] caught SIGTERM, shutting down
 [Sun Oct 20 17:55:04 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u5 configured -- resuming normal operations
 
Zuletzt bearbeitet von einem Moderator:
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

Das ist beim Raspi normal, das der Apache beim Booten nicht richtig startet. Deshalb gibt's nen Watchdog, der das abfängt.
Also keinen Kopf machen
 
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

Alles klar. Dann bin ich ja beruhigt
Für mich sah das nur aus, als wenn der Apache doppelt gestartet wurde und daher die Fehlermeldung kommt.

PS: Wie macht man diesen Spoiler??
 
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

hallo,

ich kann bei mir cccam nicht starten, ich gebe folgenden befehl ein: sudo c start
meldung:
/bin/c: line 29: /var/emu/cccam/CCcam.x86: cannot execute binary file

kann mir da jemand weiterhelfen?

oscam funktioniert soweit und ich kann auch in das webif einsteigen.

lg

ergänzung: oh, habe gerade gelesen, dass cccam nicht läuft auf raspberry :wacko1:
 
Zuletzt bearbeitet:
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

Hallo,
Ich brauche eure hilfe. Ich habe seit August auf meinem rpi oscam-1.20-unstable_svn-r8844 mit einer easymouse2 am laufen. Ich hab mich an Link ist nicht mehr aktiv. Anleitung gehalten. Ich benütze das wheezy Image 13-07-26. leider hab ich seit kurzem das Problem, dass ich manchmal so ca. alle 10 sek. das Bild ausfällt oder eine kästchenbildung habe. ich habe absolut keine ahnung woran das liegen könnte an der Aktualisierung des WebIF kann es nicht liegen oder? oder wird der RPi mit der Zeit langsamer? könnte ich da am RPi noch was einstellen oder am oscam-Server? Viell. Kann sich mal jemand meine config- files ansehen. Besitze ein V14


Vielen DANK!

Oscam.conf




Oscam.server



Oscam.user


Log

 
Zuletzt bearbeitet von einem Moderator:
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

Stell mal bitte den Debuglevel auf 0 und poste dann noch mal ein Log.
Den Debuglevel findest du auf der Satusseite von Oscam ganz unten.
Sieht so aus:
Du musst angemeldet sein, um Bilder zu sehen.
 
AW: Raspberry PI+ Debian Wheezy+IPC+OSCam

Danke für die antwort. Hab mal au bei nur einer box eingestellt. Sieht schon mal besser aus. Hier das log

2013/11/16 15:25:30 787D48 c bertl (098C&000000/0210/002A/98BFE6E58F096645EC199F6FDF6943AA3): found (77 ms) by cardreader - 13th Street Universal 2013/11/16 15:25:30 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:07EC708C8AD1DBD0A72D775A17145853): found (77 ms) by cardreader - Sky Hits HD
2013/11/16 15:25:32 774EE0 c fridl (098C&000000/0065/0029/98:E343074BF91566ED022E0FC94CDC75B3): found (77 ms) by cardreader - Sky Hits
2013/11/16 15:25:37 773318 c martl (098C&000000/076D/132F/98:C211432F05CB711529387F54D9B55085): found (76 ms) by cardreader
2013/11/16 15:25:37 787D48 c bertl (098C&000000/0210/002A/981D7A6B5896BB5BE4156B307190BD129): found (77 ms) by cardreader - 13th Street Universal
2013/11/16 15:25:37 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:E2B0E4C503C9959C07C7B3AD0C45F8DE): found (76 ms) by cardreader - Sky Hits HD
2013/11/16 15:25:42 774EE0 c fridl (098C&000000/0065/0029/98:97BDDCD1CCE4573677BF9545D64E814B): found (77 ms) by cardreader - Sky Hits
2013/11/16 15:25:44 787D48 c bertl (098C&000000/0210/002A/98:945454363D6F87EB90516D1527195564): found (77 ms) by cardreader - 13th Street Universal
2013/11/16 15:25:44 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:E5D6F824E3ED9A3F583C733A84C4E354): found (76 ms) by cardreader - Sky Hits HD
2013/11/16 15:25:47 773318 c martl (098C&000000/076D/132F/98:66436AE20D68B19FFE1AA7E294BF0EB8): found (75 ms) by cardreader
2013/11/16 15:25:51 787D48 c bertl (098C&000000/0210/002A/98:B52D44490176AAFDF36C76ECE4CFBE81): found (77 ms) by cardreader - 13th Street Universal
2013/11/16 15:25:51 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:1C9D31C748053D7F19425A2D24140196): found (77 ms) by cardreader - Sky Hits HD
2013/11/16 15:25:52 774EE0 c fridl (098C&000000/0065/0029/98:8BE04A2A4CEA1DC85C684D7FD6766E0B): found (77 ms) by cardreader - Sky Hits
2013/11/16 15:25:57 773318 c martl (098C&000000/076D/132F/98A2DAD9365C96C9DBA63F1D5E1ACDBD9): found (75 ms) by cardreader
2013/11/16 15:25:58 787D48 c bertl (098C&000000/0210/002A/98:E5F1E0BF0EEB9ABD92729BBB52563069): found (77 ms) by cardreader - 13th Street Universal
2013/11/16 15:25:58 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:42B72E4A91E315A8DB7A4B04289DE72F): found (76 ms) by cardreader - Sky Hits HD
2013/11/16 15:26:02 774EE0 c fridl (098C&000000/0065/0029/98:93DD00AF124E2D27131560989D558982): found (77 ms) by cardreader - Sky Hits
2013/11/16 15:26:05 787D48 c bertl (098C&000000/0210/002A/98:7D36E05803664F6D851A666C9A3060D1): found (76 ms) by cardreader - 13th Street Universal
2013/11/16 15:26:05 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:7967A5B6E6BD85939959A7206E0F1EA9): found (77 ms) by cardreader - Sky Hits HD
2013/11/16 15:26:07 773318 c martl (098C&000000/076D/132F/98:C1D7D8A77FAAF53FB1987C3F95662F1C): found (76 ms) by cardreader
2013/11/16 15:26:12 774EE0 c fridl (098C&000000/0065/0029/98:CC927FA2F623FE8CD901B7554368C22D): found (88 ms) by cardreader - Sky Hits
2013/11/16 15:26:12 787D48 c bertl (098C&000000/0210/002A/98:8A941875F4F3FC30574F1CBAD7F47C86): found (78 ms) by cardreader - 13th Street Universal
2013/11/16 15:26:12 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:3E7E90A5BC52DFF34D8724C340760318): found (77 ms) by cardreader - Sky Hits HD
2013/11/16 15:26:17 773318 c martl (098C&000000/076D/132F/98:785F31603EE80C8C4A18450385FAD81D): found (76 ms) by cardreader
2013/11/16 15:26:19 787D48 c bertl (098C&000000/0210/002A/98:9E9989E698CE09C214E6CB8CD1783F1C): found (77 ms) by cardreader - 13th Street Universal
2013/11/16 15:26:19 7904F8 c sevi_gigablue (098C&000000/0C1E/006B/98:9BA5BAD9795E858CE3E71F5C57A51455): found (77 ms) by cardreader - Sky Hits HD
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…