Advertisement
Guest User

Untitled

a guest
Apr 28th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. root@linux-server:~# tail -800 /var/log/boot
  2. [mounting of root partition]
  3. Sun Apr 28 19:41:39 2013: \002/dev/mapper/sda3_crypt: 52553/4579328 files (1.0% non-contiguous), 1153798/18315263 blocks
  4. Sun Apr 28 19:41:39 2013: done.
  5. [mounting of swap]
  6. Sun Apr 28 19:41:39 2013: Starting early crypto disks...sda2_crypt (starting)...
  7. Sun Apr 28 19:41:39 2013: done.
  8. [should ask for /dev/sdb1 password]
  9. Sun Apr 28 19:41:39 2013: Starting remaining crypto disks...^[[31mfailed.^[[39;49m
  10. Sun Apr 28 19:41:40 2013: done.
  11. Sun Apr 28 19:41:40 2013: Cleaning up ifupdown....
  12. Sun Apr 28 19:41:40 2013: Setting up networking....
  13. Sun Apr 28 19:41:40 2013: Loading kernel modules...done.
  14. Sun Apr 28 19:47:04 2013: Activating lvm and md swap...done.
  15. Sun Apr 28 19:47:04 2013: Checking file systems...fsck from util-linux-ng 2.17.2
  16. Sun Apr 28 19:47:04 2013: /dev/sda1: clean, 222/61056 files, 10571/243968 blocks
  17. [sdb1_crypt not availible]
  18. Sun Apr 28 19:47:04 2013: fsck.ext3: No such file or directory while trying to open /dev/mapper/sdb1_crypt
  19. Sun Apr 28 19:47:04 2013: /dev/mapper/sdb1_crypt:
  20. [fschk fails]
  21. Sun Apr 28 19:47:04 2013: The superblock could not be read or does not describe a correct ext2
  22. Sun Apr 28 19:47:04 2013: filesystem. If the device is valid and it really contains an ext2
  23. Sun Apr 28 19:47:04 2013: filesystem (and not swap or ufs or something else), then the superblock
  24. Sun Apr 28 19:47:04 2013: is corrupt, and you might try running e2fsck with an alternate superblock:
  25. Sun Apr 28 19:47:04 2013: e2fsck -b 8193 <device>
  26. Sun Apr 28 19:47:04 2013:
  27. Sun Apr 28 19:47:04 2013: fsck died with exit status 8
  28. Sun Apr 28 19:47:04 2013: ^[[31mfailed (code 8).^[[39;49m
  29. Sun Apr 28 19:47:04 2013: File system check failed. A log is being saved in /var/log/fsck/checkfs if that location is writable. Please repair the file system manually. ... ^[[31mfailed!^[[39;49m
  30. Sun Apr 28 19:47:04 2013: A maintenance shell will now be started. CONTROL-D will terminate this shell and resume system boot. ... ^[[33m(warning).^[[39;49m
  31. [maintenece mode starts]
  32. Sun Apr 28 19:47:04 2013: Give root password for maintenance
  33. Sun Apr 28 19:47:04 2013: (or type Control-D to continue):
  34. Sun Apr 28 19:48:52 2013: root@linux-server:/dev# cryptsetup luks^[[1P^[[1@Odb1 sdb1_crypt
  35. Sun Apr 28 19:52:42 2013: No key available with this passphrase.
  36. Sun Apr 28 19:53:18 2013: root@linux-server:/dev# mount -a
  37. Sun Apr 28 19:53:59 2013: root@linux-server:/dev# cd /d\007ata/data0/
  38. Sun Apr 28 19:54:15 2013: root@linux-server:/data/data0# ls
  39. Sun Apr 28 19:54:18 2013: BACKUP
  40. Sun Apr 28 19:54:18 2013: MUSIC
  41. Sun Apr 28 19:54:18 2013: root@linux-server:/data/data0# exit
  42. Sun Apr 28 19:54:43 2013: exit
  43. [booting continues]
  44. Sun Apr 28 19:54:43 2013: Mounting local filesystems...done.
  45. Sun Apr 28 19:54:43 2013: Activating swapfile swap...done.
  46. Sun Apr 28 19:54:43 2013: Cleaning up temporary files....
  47. Sun Apr 28 19:54:43 2013: Setting kernel variables ...done.
  48. Sun Apr 28 19:54:43 2013: Configuring network interfaces...done.
  49. Sun Apr 28 19:54:43 2013: Cleaning up temporary files....
  50. Sun Apr 28 19:54:43 2013: Setting up ALSA...done (none loaded).
  51. Sun Apr 28 19:54:43 2013: Setting console screen modes and fonts....
  52. Sun Apr 28 19:54:43 2013: ^[]R^[[9;30]^[[14;30]Setting console screen modes.
  53. Sun Apr 28 19:54:44 2013: Skipping font and keymap setup (handled by console-setup).
  54. Sun Apr 28 19:54:44 2013: Setting up console font and keymap...done.
  55. Sun Apr 28 19:54:44 2013: INIT: Entering runlevel: 2
  56. Sun Apr 28 19:54:44 2013: Using makefile-style concurrent boot in runlevel 2.
  57. Sun Apr 28 19:54:44 2013: Starting enhanced syslogd: rsyslogd.
  58. Sun Apr 28 19:54:45 2013: Starting ACPI services....
  59. Sun Apr 28 19:54:45 2013: Starting web server: apache2.
  60. Sun Apr 28 19:54:47 2013: Starting periodic command scheduler: cron.
  61. Sun Apr 28 19:54:47 2013: Starting system message bus: dbus.
  62. Sun Apr 28 19:54:49 2013: Starting MySQL database server: mysqld.
  63. Sun Apr 28 19:54:50 2013: Checking for corrupt, not cleanly closed and upgrade needing tables..
  64. Sun Apr 28 19:54:51 2013: Starting OpenBSD Secure Shell server: sshd.
  65. Sun Apr 28 19:54:51 2013: Starting php-cgi...Unknown id: lighttpd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement