Ich denke mal, dass das Webserver- Forum denkbar schlecht ist für mein Anliegen, aber ich hab keinen besseren Platz gefunden.
Also, ich habe ein Problem: Nach einem Reboot fehlen bei mir etliche Daten, bzw. sind auf einen Stand vom Vortag zurückgesetzt...
Ã?nderungen via ssh, ftp etc. werden also einfach annuliert, was natürlich weniger gut ist... Was tun?
Grüße
shaftie
Nach Reboot werden Daten verändert... Was tun?
-
- Posts: 9
- Joined: 2003-11-09 10:02
- Location: Göttingen
-
- Project Manager
- Posts: 11186
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Nach Reboot werden Daten verändert... Was tun?
Code: Select all
cat /etc/fstab
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 9
- Joined: 2003-11-09 10:02
- Location: Göttingen
Re: Nach Reboot werden Daten verändert... Was tun?
Code: Select all
xns:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/sda5 / ext2 errors=remount-ro 0 1
/dev/sda6 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
/dev/sda1 /boot ext2 defaults 0 2
/dev/sdb /var ext2 defaults 0 2
xns:~#
-
- Project Manager
- Posts: 11186
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Nach Reboot werden Daten verändert... Was tun?
Das ext2 auf /dev/sda5 dürfte beschädigt sein...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 9
- Joined: 2003-11-09 10:02
- Location: Göttingen
Re: Nach Reboot werden Daten verändert... Was tun?
d.h. es wird wohl nix zu machen sein, oder wie sehe ich das? oder kann man das ganze noch hinbiegen...
-
- Posts: 553
- Joined: 2002-10-05 16:39
- Location: D'dorf
Re: Nach Reboot werden Daten verändert... Was tun?
Mach mal übers Rescue-System ein fsck und schau nach Fehlermeldungen.
-
- Posts: 9
- Joined: 2003-11-09 10:02
- Location: Göttingen
Re: Nach Reboot werden Daten verändert... Was tun?
Nachdem ich ein wenig dran rumgedoktort habe geht es wieder... Nur bleibt nun ab und an der Apache hängen, und geht erst nach einem komplett- reboot wieder...
-
- Project Manager
- Posts: 11186
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Nach Reboot werden Daten verändert... Was tun?
Forensuche -> apache logrotate
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.