[Gelöst - Thread von hinten nach vorn lesen!] Xxv startet nicht, Can't connect to MySQL server

  • Moin,
    sorry, wenn's nervt. Aber wer Newbies anlockt...


    Also, xxv startet hier nicht mehr. Kein Plan, warum. In /var/cache/ramdisk/xxvd.log findet sich dieser Dreizeiler immer wieder:


    1 (501) [14:21:50] DBI: DBI->connect(database=xxv;host=192.168.1.77;port=3306) failed: Can't connect to MySQL server on '192.168.1.77' (111) at ./bin/xxvd line 382
    2 (550) [14:21:50] main: Can't connect to MySQL server on '192.168.1.77' (111)
    3 (550) [14:21:50] main: Can't call method "selectall_arrayref" on unblessed reference at /opt/XXV/bin/../lib/Tools.pm line 236.



    1 (501) [14:22:50] DBI: DBI->connect(database=xxv;host=192.168.1.77;port=3306) failed: Can't connect to MySQL server on '192.168.1.77' (111) at ./bin/xxvd line 382
    2 (550) [14:22:50] main: Can't connect to MySQL server on '192.168.1.77' (111)
    3 (550) [14:22:50] main: Can't call method "selectall_arrayref" on unblessed reference at /opt/XXV/bin/../lib/Tools.pm line 236.


    Was geht da schief? Nach ps -e ist xxv auch nicht zu finden, obwohl in der rc~delayed explizit gestartet. Im Logread kein Hinweis auf xxv.


    Gruß und den gebotenen Dank vorab!


    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!

    Einmal editiert, zuletzt von UlrichKliegis ()

  • Dies passiert beim manuellen Start:


    linvdr:~# /etc/init.d/xxvd start
    Start bin/xxvd: xxvd started with pid 1650.
    Can't call method "selectall_arrayref" on unblessed reference at /opt/XXV/bin/../lib/Tools.pm line 236.



    Deine Frage nach Mysql:



    linvdr:~# ps -e
    PID TTY TIME CMD
    1 ? 00:00:00 init
    2 ? 00:00:00 ksoftirqd/0
    3 ? ...
    1422 ? 00:0...
    1438 ? 00:00:04 vdradmind.pl
    1439 ? 00:00:00 sshd
    1440 ttyp0 00:00:00 bash
    1444 ? 00:00:00 nmbd
    1446 ? 00:00:00 smbd
    1448 ? 00:00:00 udpd.pl
    1450 ? 00:00:00 httpd
    1453 ? 00:00:00 crond
    1481 ? 00:00:00 safe_mysqld
    1516 ? 00:00:00 mysqld
    1518 ? 00:00:00 mysqld
    1519 ? 00:00:00 mysqld
    1520 ? 00:00:00 mysqld
    1586 ? 00:00:00 sshd
    1587 ttyp1 00:00:00 bash
    1651 ? 00:00:00 convert.pl <defunct>
    1652 ttyp0 00:00:00 ps
    linvdr:~#



    Läuft also offenbar. Die Datenbankdateien haben auch immer die neuesten Zeitmarken.


    [General]
    DSN=DBI:mysql:database=xxv;host=192.168.1.77;port=3306
    Language=de_DE
    PWD=xxv
    USR=xxv
    initscript=/etc/init.d/xxvd


    ~.77 ist der linvdr. Den hab ich irgendwann mal von localhost oder linvdr in die IP geändert.
    Die letzte Zeile weist auf einen link nach opt/XXV...


    Firefox zeigt lapidar dieses:
    While trying to retrieve the URL: http://192.168.1.77:8080/?


    The following error was encountered:


    * Connection to 192.168.1.77 Failed


    The system returned:


    (111) Connection refused


    Gruß,
    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!


  • Und hier liegt der Fehler. Wenn MySQL in der Usertabelle nur den Benutzer xxv vom Host "localhost" zulässt, dann klappt der Zugriff auf die DB mit der IP-Adresse nicht. Also entweder in der xxvd.cfg wieder localhost bzw, 127.0.0.1 eintragen oder die Zugriffsrechte in mysql anpassen (Benutzer anlegen).


    cu
    Markus

  • Zitat

    Original von mahlzeit


    Und hier liegt der Fehler. Wenn MySQL in der Usertabelle nur den Benutzer xxv vom Host "localhost" zulässt, dann klappt der Zugriff auf die DB mit der IP-Adresse nicht. Also entweder in der xxvd.cfg wieder localhost bzw, 127.0.0.1 eintragen oder die Zugriffsrechte in mysql anpassen (Benutzer anlegen).


    Hallo Markus,
    vielen Dank, daß Du Dich äußerst. Ich habe jetzt in xxvd.cfg alle 192.168.1.77 durch 127.0.0.1 ersetzt und neu gebootet. Nichtsdestotrotz der gleiche Fehler, und auch im xxvd.log findet sich


    1 (501) [18:57:08] DBI: DBI->connect(database=xxv;host=192.168.1.77;port=3306) failed: Can't connect to MySQL server on '192.168.1.77' (111) at ./bin/xxvd line 382
    2 (550) [18:57:08] main: Can't connect to MySQL server on '192.168.1.77' (111)
    3 (550) [18:57:08] main: Can't call method "selectall_arrayref" on unblessed reference at /opt/XXV/bin/../lib/Tools.pm line 236.




    Letztgenannte Zeile lautet:
    my $erg = $dbh->selectall_arrayref('show tables');




    Die weiter oben erähnte Zeile 382 ist die letzte in diesem Block:
    sub getDbh {
    # ------------------
    my $dsn = shift || return error ('No DSN!' );
    my $usr = shift || return error ('No USR!' );
    my $pwd = shift || '';


    my $dbh = DBI->connect($dsn, $usr, $pwd,{



    Es scheint, daß MySQL sich da irgendwo anders auch noch die IP holt. Wo kann das sein?


    Gruß,
    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!


  • Nicht MySQL holt sich die IP, es ist das XXV, dass versucht, über diese IP eine Verbindung zur DB zu erhalten. Also muss da noch in der xxvd.cfg ein Fehler sein. Hast Du xxv erst gestoppt und dann die Datei editiert?


    EDIT: Nimm statt 127.0.0.1 mal localhost, dann sollte die Verbindung über Sockets gehen und nicht über Netzwerk. Ich glaube, dass in /etc/mysql/my.cnf das Netzwerk eh deaktiviert ist. D.h., solange es dort nicht wieer aktiviert wird, klappt kein Zugriff über IP, auch nicht wenn ein passender User in der DB aktiv wäre.



    cu
    Markus

  • Zitat

    Original von mahlzeit
    Hast Du xxv erst gestoppt und dann die Datei editiert?


    Diesen Satz sollte jeder Newbie (wie ich es bei Linux bin, aber für Windows-Registry-Einträge gilt das ja z.B. auch...) verinnerlichen. Genau das war es. Da editiert man sich in den cfg s nen Wolf, denkt natürlich nicht daran, daß das alles für die Katz ist, und wundert sich...


    Also, liebe Mit-Noobs: Erst das Programm stoppen, in dessen Config Ihr rumwerken wollt, dann ändern, dann Programm wieder starten, bzw. rebooten. Dann klappz auch...


    Markus, sei herzlich bedankt. Und frag in Zukunft bei solchen Sachen immer gleich mal, ob...


    Gruß,
    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!

  • Hallo Markus,
    zwar läuft XXV jetzt wieder weitgehend wie vorher, nur ein klitzekleines (?) Problem hat sich da noch neu ergeben: XXV findet keine Aufnahmen. Weder die, die von ihm selbst aus der Zeit vor dem Zerkonfigurieren stammen, noch die, die mit VDRAdmin-am.3.5.2 gemacht wurden, noch die, die ich heute testweise mit XXV selbst gemacht habe - es kommt nur die Fehlermeldung
    "Schreibe nur 0 Aufnahmen in die Datenbank. Kann 90 Aufnahmen nicht zuordnen.". (Vor der Testaufnahme waren es 89, die XXV nicht zuordnen konnte).


    Aus der xxvd.log:


    1214 (501) [11:02:50] RECORDS: Can't assign recording with title: 'Jazz twenty 5'
    1215 (501) [11:02:50] RECORDS: Can not find recording for Id 88!
    1216 (501) [11:02:50] RECORDS: Can't assign recording with title: 'Jazztime'
    1217 (501) [11:02:50] RECORDS: Can not find recording for Id 89!
    1218 (501) [11:04:21] DBI: DBI->connect(database=GiantDisc;host=localhost;port=3306) failed: Access denied for user 'xxv'@'localhost' to database 'GiantDisc' at /opt/XXV/bin/../lib/XXV/MODULES/MUSIC.pm line 979
    1219 (501) [11:04:21] CONFIG: Access denied for user 'xxv'@'localhost' to database 'GiantDisc'
    1220 (501) [11:04:21] CONFIG: Use of uninitialized value in hash element at ./bin/xxvd line 422.
    1221 (501) [11:04:21] CONFIG: NEWS::JABBER does not exist!
    1222 (501) [11:04:21] DBI: DBI->connect(database=GiantDisc;host=localhost;port=3306) failed: Access denied for user 'xxv'@'localhost' to database 'GiantDisc' at /opt/XXV/bin/../lib/XXV/MODULES/MUSIC.pm line 979
    1223 (501) [11:04:21] CONFIG: Access denied for user 'xxv'@'localhost' to database 'GiantDisc'
    1224 (501) [11:04:21] CONFIG: Use of uninitialized value in hash element at ./bin/xxvd line 422.
    1225 (501) [11:04:21] CONFIG: NEWS::JABBER does not exist!
    1226 (501) [11:08:39] DBI: DBI->connect(database=GiantDisc;host=localhost;port=3306) failed: Access denied for user 'xxv'@'localhost' to database 'GiantDisc' at /opt/XXV/bin/../lib/XXV/MODULES/MUSIC.pm line 979
    1227 (501) [11:08:39] CONFIG: Access denied for user 'xxv'@'localhost' to database 'GiantDisc'
    1228 (501) [11:08:39] CONFIG: Use of uninitialized value in hash element at ./bin/xxvd line 422.
    1229 (501) [11:08:39] CONFIG: NEWS::JABBER does not exist!
    1230 (501) [11:08:39] DBI: DBI->connect(database=GiantDisc;host=localhost;port=3306) failed: Access denied for user 'xxv'@'localhost' to database 'GiantDisc' at /opt/XXV/bin/../lib/XXV/MODULES/MUSIC.pm line 979
    1231 (501) [11:08:39] CONFIG: Access denied for user 'xxv'@'localhost' to database 'GiantDisc'
    1232 (501) [11:08:39] CONFIG: Use of uninitialized value in hash element at ./bin/xxvd line 422.
    1233 (501) [11:08:39] CONFIG: NEWS::JABBER does not exist!
    1234 (550) [11:13:20] EVENTS: Can't call method "setEventLevel" on unblessed reference at (eval 3119) line 14.
    1235 (501) [11:13:20] Event: Event: trapped error in `?? HTTPD.pm:310': Can't call method "setEventLevel" on unblessed reference at (eval 3119) line 14.
    1236 (501) [12:19:31] RECORDS: Can't assign recording with title: 'Jazz Now'
    1237 (501) [12:19:31] RECORDS: Can not find recording for Id 1!
    1238 (501) [12:19:31] RECORDS: Can't assign recording with title: 'nano'
    1239 (501) [12:19:31] RECORDS: Can not find recording for Id 2!
    ....



    1410 (501) [12:19:31] RECORDS: Can't assign recording with title: 'Jazz twenty 5'
    1411 (501) [12:19:31] RECORDS: Can not find recording for Id 88!
    1412 (501) [12:19:31] RECORDS: Can't assign recording with title: 'Jazztime'
    1413 (501) [12:19:31] RECORDS: Can not find recording for Id 89!
    1414 (501) [12:19:31] RECORDS: Can't assign recording with title: 'GleisEpisoden~Eisenbahnmodell mit Uhrwerk, Dampf und Strom'
    1415 (501) [12:19:31] RECORDS: Can not find recording for Id 90!
    1416 (550) [12:38:40] EVENTS: Can't call method "setEventLevel" on unblessed reference at (eval 3231) line 17.
    1417 (501) [12:38:40] Event: Event: trapped error in `?? AUTOTIMER.pm:242': Can't call method "setEventLevel" on unblessed reference at (eval 3231) line 17.
    1418 (501) [12:44:59] RECORDS: Can't assign recording with title: 'Jazz Now'
    1419 (501) [12:44:59] RECORDS: Can not find recording for Id 1!
    1420 (501) [12:44:59] RECORDS: Can't assign recording with title: 'nano'
    1421 (501) [12:44:59] RECORDS: Can not find recording for Id 2!



    .....


    1591 (501) [12:44:59] RECORDS: Can not find recording for Id 87!
    1592 (501) [12:44:59] RECORDS: Can't assign recording with title: 'Jazz twenty 5'
    1593 (501) [12:44:59] RECORDS: Can not find recording for Id 88!
    1594 (501) [12:44:59] RECORDS: Can't assign recording with title: 'Jazztime'
    1595 (501) [12:44:59] RECORDS: Can not find recording for Id 89!
    1596 (501) [12:44:59] RECORDS: Can't assign recording with title: 'GleisEpisoden~Eisenbahnmodell mit Uhrwerk, Dampf und Strom'
    1597 (501) [12:44:59] RECORDS: Can not find recording for Id 90!




    Was hat das mit diesem EventLevel nun noch auf sich? Ein localhost zuviel reinverschlimmbessert?


    Gruß,
    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!

  • UlrichKliegis:
    Hast Du sonst noch was am System verändert? Was sagt ein "ls -l /tmp"? Ich hatte auch mal das Problem dass XXV keine Aufnahmen gefunden hat, das lag aber an einem nicht schreibbaren /tmp.


    cu
    Markus

  • Markus,
    das Ergebnis:


    linvdr:~# ls -l /tmp
    -rw-rw---- 1 mysql mysql 1248 Dec 19 11:23 #sql5e9_3_21.MYD
    -rw-rw---- 1 mysql mysql 1024 Dec 19 11:23 #sql5e9_3_21.MYI
    -rw-rw---- 1 mysql mysql 8598 Dec 19 11:12 #sql5e9_3_21.frm
    -rw-r--r-- 1 root root 36343 Dec 19 09:25 live.jpg
    -rw-r--r-- 1 root root 45941 Dec 19 09:25 live_text.jpg
    drwxr-xr-x 3 root root 4096 Dec 19 09:18 usr
    drwxr-xr-x 3 root root 4096 Dec 19 10:37 xxv
    linvdr:~#


    Und nu? :)


    Gruß,
    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!

  • Ich bin ja noch sowas von weit weg. Bei mir läuft nicht einmal mysql. Da kam nur die Meldung (mysql.err):

    Code
    061219 20:36:04  mysqld started
    Fatal error: Can't change to run as user 'mysql' ;  Please check that the user exists!
    061219 20:36:04  Aborting


    Ich habe den user mysql ohne passwort angelegt, jetzt kommt:

    Code
    61219 20:41:12  mysqld started
    061219 20:41:12  Can't start server : Bind on unix socket: Permission denied
    061219 20:41:12  Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
    061219 20:41:12  Aborting
    
    
    061219 20:41:12  /usr/sbin/mysqld: Shutdown complete
    
    
    061219 20:41:12  mysqld ended


    Installiert habe ich das durch ein Mahlzeit 3.2 update.

  • Zitat

    Original von gg6
    Ah,
    auch ich Noob, nach reboot ging´s. Nur neuer Start von mysql und xxv reichte nicht. Offenbar wurde der user mysql in dem update-Prozess der Mahlzeit-ISO 3.2 nicht angelegt.


    Stimmt, beim Update wird die Original passwd verwendet, wenns da noch keinen Benutzer mysql gegeben hat, dann klappt das nicht mit mysql... Muss ich mir für die nächste Version gleich vormerken... ;)


    cu
    Markus

  • Hallo Markus,


    hat mein etwas weiter oben beschriebenes Problem auch damit zu tun?
    Hier noch mal ein paar verdächtige Zeilen aus xxvd.log von eben, frisch rebootet und alles...


    Und wenn ja, was ist zu tun?


    218 (550) [08:36:24] EVENTS: Can't call method "setEventLevel" on unblessed reference at (eval 129) line 17.
    219 (501) [08:36:24] Event: Event: trapped error in `?? AUTOTIMER.pm:242': Can't call method "setEventLevel" on unblessed reference at (eval 129) line 17.
    220 (501) [11:03:00] DBI: DBI->connect(database=GiantDisc;host=localhost;port=3306) failed: Access denied for user 'xxv'@'localhost' to database 'GiantDisc' at /opt/XXV/bin/../lib/XXV/MODULES/MUSIC.pm line 979
    221 (501) [11:03:00] CONFIG: Access denied for user 'xxv'@'localhost' to database 'GiantDisc'
    222 (501) [11:03:00] CONFIG: Use of uninitialized value in hash element at ./bin/xxvd line 422.
    223 (501) [11:03:00] CONFIG: NEWS::JABBER does not exist!
    224 (501) [11:03:00] DBI: DBI->connect(database=GiantDisc;host=localhost;port=3306) failed: Access denied for user 'xxv'@'localhost' to database 'GiantDisc' at /opt/XXV/bin/../lib/XXV/MODULES/MUSIC.pm line 979
    225 (501) [11:03:00] CONFIG: Access denied for user 'xxv'@'localhost' to database 'GiantDisc'
    226 (501) [11:03:00] CONFIG: Use of uninitialized value in hash element at ./bin/xxvd line 422.


    Gruß,
    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!


  • Servus,


    das hat ddamit nicht szu tun, da fehlt eine DB. GiantDisc wird nicht verwendet, der Dienst innerhalb von XXV läuft aber noch. Kannst Du unter "Einstellungen" deaktivieren, der Dienst heisst "Music". Diese Logzeilen haben _keine_ EInfluss auf die restliche Funktion von XXV.


    cu
    Markus

  • Hallo Markus, vielen Dank, das (MUSIC) ist schon mal geändert.


    Bei Einstellungen - Records stieß ich jetzt darauf, daß in der letzten Zeile, vor der steht:


    Videodir: Verzeichnis, wo die..
    bei mir /video steht, und das in rot, danach die Fehlermeldung
    Verzeichnis '/video' existiert leider nicht!


    Das ist teilrichtig. Es gibt /video0, /video1, /video2


    An anderen Stellen in div. setups und configs, z.B im VDRAdmin, steht /video ja wohl als Sammelbezeichnung für die o.g. Partitionen.


    Wenn ich jetzt hier aus /video /video0 mache, sieht xxv dann auch die anderen Partitionen? Auch beim Aufnehmen? Oder ist das dann die Baustelle von linvdr?


    Nachtrag: Einfach mal gemacht. xxv sieht jetzt alle Aufnahmen, bis auf die, die ich einmal zwecks Backup bei der Neuinstallation der beiden großen SATA-HDs ausgelagert zundn nachher weider rückübertragen habe. OK, da fehlen ihm die Datenbankeinträge.


    Es bleibt die Frage: Hat es einen Einfluß auf die Funktion, daß nicht alle Video-Partitionen aufgeführt sind?


    Gruß und Dank für jede Hilfe!


    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!

    Einmal editiert, zuletzt von UlrichKliegis ()


  • Servus,


    da sollte /video0 stehen, alle anderen Videoverzeichnisse sind ja in /video0 verlinkt. XXV sieht die dann auch.


    cu
    Markus

  • [quote]Original von mahlzeit
    [


    da sollte /video0 stehen, alle anderen Videoverzeichnisse sind ja in /video0 verlinkt. XXV sieht die dann auch.



    Moin,
    liegt wohl an meiner ALGOL64-CP/M-MS-DOS-WinXX-Sozialisation, daß ich das noch nicht alles so verstehe... Aber wir arbeiten dran :)


    Dank, Gruß, und fallls sonst nix dazwischenkommt, schönes Rutschfest!


    U.

    AMD Athlon X 3800+ auf Asus A8Vdeluxe, 3 GB RAM; 80GB PATA + 6 x 2TB SATA an SiL3x14 - PCI-SATA-Controller (Non-Raid) + IDE-2*SATA; , 2 TT DVB-S Rev 1.3 Premium, 2 Skymaster 2; AXING - 9 in n Multiswitch, 2 Quad LNBs auf 13.0 und 19.2° an Wavefrontier t90-Spiegel. yaVDR 0.5.0 - Funktion: Headless Keller-Server, Clients: MVP (mit VOMP). Systemstatus: in Installation >90%.
    If it ain't broken, don't break it!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!