для автоматической синхронизации времени необходимо установить NTP(Network Time Protocol daemon and utility programs)
su -c 'apt-get install ntp'
su -c 'apt-get install ntp'
nano /etc/fstab2.удаляем 13 строку с ошибочной записью.
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=a2a4a373-680c-4b45-8c70-2f87daab7cc8 / ext3 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=71c6f7d6-1ca8-4896-ba2f-782c02c9da27 none swap sw 0 0 /dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
reboot
su -c '/etc/init.d/apache2 reload' Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName.решение:
su -c 'echo "ServerName localhost" >> /etc/apache2/httpd.conf'