ich betreibe seit 2 jahren erfolgreich mit einem debian 4.0 mehrere q3a server
dieser server ging durch hdd crash down
(2wochen bis jetz, was speziell fuer die cpma community sehr schlecht ist)
es wurde mir eine neue hdd eingebaut und ein neues debian 4.0 eingerichtet
Ich brauche hilfe bei folgenden problemen und bei der optimirung des serves
Momentan laesst sich kein quake 3 installieren und ich denke es ligt am fehlenden lib
Code: Alles auswählen
root-vogel:/home/sv1/quake3# ./ioquake3-1.36-7.1.i386.run
Verifying archive integrity... All good.
Uncompressing ioquake3 1.36-7.1...............................................................
/root/.setup10595: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
The setup program seems to have failed on x86/glibc-2.1
Fatal error, no tech support email configured in this setup
Code: Alles auswählen
42 apt-get install glibc-source<---nicht gefunden
43 apt-get install libc6<---nicht gefunden
44 apt-get install libc6-dbg
45 apt-get install libc6-dev
46 apt-get install libc6-pic
47 apt-get install libc6-prof
48 apt-get install libc6-udeb
49 apt-get install libc6-xen
50 apt-get install libnss-dns-udeb<---nicht gefunden
51 apt-get install libnss-files-udeb<---nicht gefunden
52 apt-get install nscd
86 apt-get install libc6
87 apt-get install libc6-dbg
nur packetmanager geweckselt wajig laesst sich schneller mit tab eingeben
100 wajig install libopenal.so. <---nicht gefunden
101 wajig install libc6-i386<---nicht gefunden
102 wajig install libc6-i386<---nicht gefunden
103 wajig install nscd
104 wajig install locales-all
106 wajig install libnss-files-udeb<---nicht gefunden
107 wajig install libnss-files-udeb<---nicht gefunden
108 wajig install libnss-dns-udeb<---nicht gefunden
109 wajig install glibc-doc
110 wajig install glibc-source<---nicht gefunden
Code: Alles auswählen
root-vogel:/home/sv1/ioquake3# cat start2
#!/bin/bash
./ioq3ded.i386 +set sv_pure 1 +set dedicated 2 +set net_ip 213.160.3.158 +set net_port 27960 +set fs_game cpma +set vm_game 2 +set com_hunkMmegs 64 +exec cpma_server.cfg
Code: Alles auswählen
root-vogel:/home/sv1/ioquake3# ./start2
./ioq3ded.i386: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./ioq3ded.i386)
Code: Alles auswählen
196 wajig install GLIBC_2.4
197 wajig install libc.so
198 wajig install libc.so.6
199 wajig install libc
was bedeutet :" defaults,errors=remount-ro "
Code: Alles auswählen
cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda7 /home ext3 defaults 0 2
/dev/hda5 /tmp ext3 defaults 0 2
/dev/hda6 /var ext3 defaults 0 2
/dev/hda2 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
gebracht hats nichts:_/
mfg
fetzbeast@googlemail.com