• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Nach Plesk Update geht gar nixx mehr

dakone

Newbie
Hallo ,

ich habe folgendes Problem. Nachdem ich gestern ein Plesk Update machen wollte, von Version 8.0.0 auf die 8.1.0.
Alles gut und schön Bestätigungsmail habe ich erhalten, angeblich war auch alles ok.
Code:
Download file versions.inf3: 100% done
Download file PSA_8.1.0/plesk-8.1.0-suse10.0-i386.inf3: 100% done
Checking for system installed packages...done.
Check for components installation status
Reading system installed packages...done.
Download file build-8.1.0-suse10.0-i386.hdr.gz: 62%..100% done
Download file update-8.1.0-suse10.0-i386.hdr.gz: 64%..100% done
Resolve components
Get Plesk product packages.
Download file opt/updater/psa-autoinstaller-3.1.0-build31061201.02.i586.rpm: 40%..75%..100% done
Get system update packages.
Start packages installation
Install package psa-autoinstaller
Installation done.


---
Plesk autoinstaller.

Doch nun ist der Server gar nicht mehr erreichbar, nur noch per SSH.
Wenn ich probiere Plesk neuzustarten , bekomme ich das hier
Code:
y097:~ # /etc/init.d/psa restart
PSA is down, performing full restart. 
xinetd  off
Starting INET services. (xinetd)                                     failed
named  off
Starting name server BIND - Warning: /var/lib/named/var/run/named/named.pid exists! cp: cannot create regular file `/var/lib/named//etc/named.conf.include': Read-only file system
cp: `/etc/named.conf' and `/var/lib/named//etc/named.conf' are the same file
cp: cannot create regular file `/var/lib/named//etc/localtime': Read-only file system
cp: cannot create regular file `/var/lib/named//etc/rndc.key': Read-only file system
touch: cannot touch `/etc/named.conf.include.SuSEconfig': Read-only file system
chmod: cannot access `/etc/named.conf.include.SuSEconfig': No such file or directory
chown: cannot access `/etc/named.conf.include.SuSEconfig': No such file or directory
/usr/share/bind/createNamedConfInclude: line 85: /etc/named.conf.include.SuSEconfig: Read-only file system
startproc:  exit status of parent of /usr/sbin/named: 1
                                                                     failed
mysql  off
Starting service MySQL                                               done
psa-spamassassin  off
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
apache2  off
/etc/init.d/psa: line 576: /usr/local/psa/admin/sbin/websrvmng: Input/output error
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
Error: PRODUCT_ROOT_D not defined

System error 5: Input/output error
Error: PRODUCT_ROOT_D not defined

System error 5: Input/output error
/usr/local/psa/admin/bin/httpsdctl start: httpd could not be started
Starting Plesk:                                                      failed
drwebd  on
Starting drwebd                                                      done
y097:~ #

So nun bin ich völlig am verzweifeln , da das Projekt erst vor ca 1 Woche online ging . Wie steh ich denn nun da :( . Ich würde mich super dolle freuen wenn mir hier jemand , irgendwie weiterhelfen kann.
Ich bedanke mich schonmal im vorraus.

Liebe Grüße


Andy
 

ceegee

Hacker
Hi Andy,

logge dich mal als root ein und versuche folgendes:

Code:
touch /root/test

Kommt da auch die Meldung, daß das System Read-Only ist?

Poste mal die Ausgabe von 'mount' hier hin.

Auch der Inhalt der /etc/fstab wäre interessant.

Gruß,

Christian
 
OP
D

dakone

Newbie
Hallo ceegee,

ein touch /root/test bringt folgendes
Code:
touch: cannot touch `/root/test': Read-only file system
y097:~ # touch /root/test
. Die Eingabe von mount bringt folgendes
Code:
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
usbfs on /proc/bus/usb type usbfs (rw)

Die fstab ist leer, und die fstab.pssa_saved hat diesen Inhalt
Code:
/dev/hda2            /                    ext3       acl,user_xattr,usrquota,grpquota        1 1
/dev/hda1            swap                 swap       defaults              0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
/dev/cdrom           /media/cdrom         subfs      noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0

Vielen Dank im vorraus an die dir mir helfen können.

Liebe Grüße Andy
 

ceegee

Hacker
Okay, folgendes ist ohne Gewähr:

Ich würde die /etc/fstab.pssa_saved nach /etc/fstab kopieren und den Rechner einmal rebooten.

Gruß,

Christian
 

towo

Moderator
Teammitglied
Öhm, ihr 2 habt schon mitbekommen, daß das hier nur die Rettungskonsole ist, nicht das eigentliche System?
 

ceegee

Hacker
Ups :)

Moin towo, nein um ehrlich zu sein nicht. Kenne mich allerdings auch nicht mit Plesk, und der Art und Weise wie es installiert wird, aus. Dachte das geht im laufenden System von statten.

Darum sagte ich auch "ohne Gewähr" :)

Gruß,

Christian
 

towo

Moderator
Teammitglied
Deshalb gilt auch hier:

http://www.linux-club.de/faq/Warum_man_ohne_Linuxknowhow_keinen_root_server_mietet
 
OP
D

dakone

Newbie
towo schrieb:
Deshalb gilt auch hier:

http://www.linux-club.de/faq/Warum_man_ohne_Linuxknowhow_keinen_root_server_mietet

genau damit habe ich gerechnet :roll: . Ich danke schonmal allen die geholfen haben.

Liebe Grüße



Andy
 
Oben