[HowTo] fedora 7 full install script - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [HowTo] fedora 7 full install script (/thread-1344.html) |
[HowTo] fedora 7 full install script - graywolf - 09-15-2007 09:23 PM i have tested this a few times (2 real machines 3+ VM) Code: #!/bin/bash RE: fedora 7 full install script - wb6vpm - 10-10-2007 07:59 AM im having issues, fresh install of fedora 7. (then again, i am not a linux guru) RE: [HowTo] fedora 7 full install script - graywolf - 10-11-2007 01:50 PM whats the issues this script should work on a clean install with no extras loaded RE: [HowTo] fedora 7 full install script - wb6vpm - 10-12-2007 08:45 AM gonna run it in sections, so that i can find all the errors RE: [HowTo] fedora 7 full install script - wb6vpm - 10-12-2007 09:26 AM here is some of the errors i am getting: fixing permissons chmod: cannot access `/var/www/ispcp/gui/phptmp': No such file or directory chown: cannot access `/var/www/ispcp/gui/tools/webmail/data': No such file or directory Setting Startup services error reading information on service ispcp_daemon: No such file or directory error reading information on service spamassassin: No such file or directory error reading information on service posfix: No such file or directory error reading information on service ispcp_daemon: No such file or directory error reading information on service spamassassin: No such file or directory error reading information on service postfix: No such file or directory error reading information on service httpd: No such file or directory error reading information on service mysqld: No such file or directory error reading information on service named: No such file or directory error reading information on service proftpd: No such file or directory error reading information on service sendmail: No such file or directory re-starting required services shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory httpd: unrecognized service shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory ispcp_daemon: unrecognized service shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory named: unrecognized service shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory proftpd: unrecognized service shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory spamassassin: unrecognized service shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory sendmail: unrecognized service shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory postfix: unrecognized service removing tmp files rm: cannot remove `/tmp/ispcp-1.0.0': No such file or directory how would you suggest i install fedora (what packages/run from command line etc) RE: [HowTo] fedora 7 full install script - wb6vpm - 10-12-2007 09:28 AM there were some other errors (somethign about glibc.i686) RE: [HowTo] fedora 7 full install script - graywolf - 10-12-2007 01:48 PM looks like there mya have been a issue with the building ispcp did all the yum stuff install? RE: [HowTo] fedora 7 full install script - wb6vpm - 10-12-2007 03:41 PM ill check tomorrow, can i just rerun the script, or do i need to reinstall fedora? (also, what is the best way to make sure that i only install what i need when installing fedora from the disc) I am a NOOB at linux, so please forgive me if these questions are/sound stupid RE: [HowTo] fedora 7 full install script - wb6vpm - 10-13-2007 02:14 AM is there a way to tell it to copy the output of the script to a file? RE: [HowTo] fedora 7 full install script - wb6vpm - 10-13-2007 02:35 AM edit, NM, found it: "script foo" where foo is the filename of the textfile of the output |