Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Software => Hry a zábava => Téma založeno: Siriand 26 Května 2008, 18:44:15
-
Chtěl jsem si nainstalovat Unreal Tournament 2003, ale přes soubor linux_installer.sh mě to nešlo,
jen se spustila tabulka zhruba na půl vteřiny. Prosím co s tím? Takhle mi to dělalo i při emulaci mechaniky i po vypálení na disk.
-
a vo WIN ti to ide nainstalovat? mne to islo v pohode. skus este to.
-
WINy vůbec nemám, a píše mě to tam něco a no such file or directory
-
co je to nieco?
-
Chtěl jsem si nainstalovat Unreal Tournament 2003, ale přes soubor linux_installer.sh mě to nešlo,
jen se spustila tabulka zhruba na půl vteřiny. Prosím co s tím? Takhle mi to dělalo i při emulaci mechaniky i po vypálení na disk.
tohle neni popis, podle ktereho by slo poradit. to vam terminal po spusteni ani nic nevypise?
btw. na internetu je navod (http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+UT2003)
-
Vypsalo mi to toto:
Copying to a temporary location...
Verifying archive integrity...tail: nelze otevřít „+266“ pro čtení: No such file or directory
Error in checksums: 2540731971 is different from 3043856338
-
vadný soubor - zkuste někde stáhnout nový installer
-
ne..je treba to instalovat jako root
btw. ta instalace je celkove slozitejsi, postupujte podle toho navodu ;)
-
Ďekuji, pokusím se o to.
-
ne..je treba to instalovat jako root
jo, jsem vůl... přehlédl jsem problém se čtení a viděl jen tu chybu checksum :)
-
UPDATE: tak jsem to sam vyzkousel a k memu velkemu prekvapeni na ubuntu to i pod rootem hlasi chybu
Copying to a temporary location...
Verifying archive integrity...tail: nelze otevřít „+266“ pro čtení: No such file or directory
Error in checksums: 2540731971 is different from 3043856338
ovsem pod archem (na tom samem ntb) mi instalator funguje...
sam netusim proc, mozna nekdo bude moudrejsi
UPDATE 2:
tak a ted jsem nasel jeste tohle, az budu mit cas tak to testnu
The problem is that the install script for ut2003, is written in bash. sh on ubuntu systems uses dash.
In order to install ut2003, you have to make the system use bash instead of dash.
To do this, do the following:
1. Open a terminal, and navigate to /bin
2. Move the existing sh link to backup: sudo mv sh sh_bak
3. Create a symlink from bash to sh: sudo ln -s bash sh
4. Run the ut2003 installer: PATH_TO_CDROM/linux_installer.sh f.ex /media/cdrom/linux_installer.sh
5. Follow the instructions of the installer
6. When the installation is done, remove the symlink to bash: sudo rm sh
7. And restore the symlink to dash: sudo mv sh_bak sh
The Ubuntu team has replaced bash with dash for several reasons, and it is NOT recommended to replace bash with dash permanently!!
Hope this is useful!
-
Neradil bych přepisovat systémovej shell, mělo by stačit prostě příkaz
$ sudo bash <cesta>/linux_installer.sh
-
Ani sudo bash ..../install.sh nefunguje ... hlasi stale tu samou chybu ...