
cat /var/log/boot.log | grep fail


glenn@laptop ~ $ cat /var/log/boot.log | grep fail
cat: /var/log/boot.log: No such file or directory


glenn@laptop ~ $ cat /var/log/boot | grep fail
glenn@laptop ~ $


scotthge wrote:Hmm, no other ideas or suggestions? Did I say something wrong ?
Should I be worried about the errors or just leave well enough alone.
cat /etc/default/bootlogd | grep BOOTLOGD_ENABLE


glenn@laptop ~ $ cat /etc/default/bootlogd | grep BOOTLOGD_ENABLE
cat: /etc/default/bootlogd: No such file or directory

scotthge wrote:well I don't know what is going on but everything that is suggested for me to do produces nothing. I don't understand what is going on with this thing.
- Code: Select all
glenn@laptop ~ $ cat /etc/default/bootlogd | grep BOOTLOGD_ENABLE
cat: /etc/default/bootlogd: No such file or directory
sudo apt-get install bootlogd


glenn@laptop ~ $ cat /var/log/boot.log | grep fail
cat: /var/log/boot.log: No such file or directory

cat /var/log/boot | grep fail


glenn@laptop ~ $ cat /var/log/boot | grep fail
Sun Jun 17 20:54:06 2012: ^[[31mfailed.^[[39;49m
Sun Jun 17 20:54:06 2012: startpar: service(s) returned failure: ebtables ... ^[[31mfailed!^[[39;49m
glenn@laptop ~ $

glenn@laptop ~ $ cat /var/log/boot | grep fail
Sun Jun 17 20:54:06 2012: ^[[31mfailed.^[[39;49m
cat /var/log/bootSun Jun 17 20:54:06 2012: startpar: service(s) returned failure: ebtables ... ^[[31mfailed!^[[39;49m
glenn@laptop ~ $ 


glenn@laptop ~ $ cat /var/log/boot
Sun Jun 17 22:25:10 2012: Setting parameters of disc: (none).
Sun Jun 17 22:25:10 2012: Setting preliminary keymap...done.
Sun Jun 17 22:25:10 2012: Activating swap...done.
Sun Jun 17 22:25:10 2012: Checking root file system...fsck from util-linux 2.20.1
Sun Jun 17 22:25:10 2012: /dev/sda1: clean, 188634/1496208 files, 1297384/5982196 blocks
Sun Jun 17 22:25:10 2012: done.
Sun Jun 17 22:25:10 2012: Starting early crypto disks...done.
Sun Jun 17 22:25:10 2012: Starting remaining crypto disks...done.
Sun Jun 17 22:25:10 2012: Loading kernel modules...done.
Sun Jun 17 22:25:10 2012: mount: according to mtab, tmpfs is already mounted on /run/lock
Sun Jun 17 22:25:10 2012:
Sun Jun 17 22:25:10 2012: mount: according to mtab, tmpfs is already mounted on /run/shm
Sun Jun 17 22:25:10 2012:
Sun Jun 17 22:25:10 2012: Activating lvm and md swap...done.
Sun Jun 17 22:25:10 2012: Checking file systems...fsck from util-linux 2.20.1
Sun Jun 17 22:25:10 2012: done.
Sun Jun 17 22:25:10 2012: Mounting local filesystems...done.
Sun Jun 17 22:25:10 2012: Activating swapfile swap...done.
Sun Jun 17 22:25:10 2012: Cleaning up temporary files....
Sun Jun 17 22:25:11 2012: Cleaning up ifupdown....
Sun Jun 17 22:25:11 2012: Setting up networking....
Sun Jun 17 22:25:11 2012: Configuring network interfaces...done.
Sun Jun 17 22:25:11 2012: Starting portmap daemon....
Sun Jun 17 22:25:11 2012: Cleaning up temporary files....
Sun Jun 17 22:25:11 2012: Setting up ALSA...done.
Sun Jun 17 22:25:11 2012: Running 0dns-down to make sure resolv.conf is ok...done.
Sun Jun 17 22:25:11 2012: Setting console screen modes.
Sun Jun 17 22:25:11 2012: ^[[9;30]^[[14;30]Skipping font and keymap setup (handled by console-setup).
Sun Jun 17 22:25:11 2012: Setting up console font and keymap...done.
Sun Jun 17 22:25:12 2012: Reading later boot files....
Sun Jun 17 22:25:12 2012: Setting sensors limits.
Sun Jun 17 22:25:12 2012: Setting kernel variables ...sysctl: cannot stat /proc/sys/hw/syscons/bell: No such file or directory
Sun Jun 17 22:25:12 2012: sysctl: cannot stat /proc/sys/hw/syscons/bell: No such file or directory
Sun Jun 17 22:25:12 2012: ^[[31mfailed.^[[39;49m
Sun Jun 17 22:25:12 2012: Loading kvm module kvm_amd.
Sun Jun 17 22:25:12 2012: Skip starting firewall: ufw (not enabled)...done.
Sun Jun 17 22:25:13 2012: INIT: Entering runlevel: 2
Sun Jun 17 22:25:13 2012: Using makefile-style concurrent boot in runlevel 2.
Sun Jun 17 22:25:13 2012: Setting up ALSA...done.
Sun Jun 17 22:25:13 2012: Enabling additional executable binary formats: binfmt-support.
Sun Jun 17 22:25:13 2012: Starting portmap daemon...Already running..
Sun Jun 17 22:25:13 2012: Starting enhanced syslogd: rsyslogd.
Sun Jun 17 22:25:13 2012: Starting ACPI services....
Sun Jun 17 22:25:13 2012: Starting deferred execution scheduler: atd.
Sun Jun 17 22:25:13 2012: Starting periodic command scheduler: cron.
Sun Jun 17 22:25:13 2012: Starting system message bus: dbus.
Sun Jun 17 22:25:13 2012: Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Sun Jun 17 22:25:13 2012: Starting Common Unix Printing System: cupsd.
Sun Jun 17 22:25:16 2012: libvirt-guests is configured not to start any guests on boot
Sun Jun 17 22:25:16 2012: Loading cpufreq kernel modules...done (powernow-k8).
Sun Jun 17 22:25:16 2012: CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...CPU1...done.
Sun Jun 17 22:25:16 2012: Starting network connection manager: NetworkManager.
Sun Jun 17 22:25:16 2012: Starting MDM Display Manager: mdm.
Sun Jun 17 22:25:17 2012: Starting NTP server: ntpd.
Sun Jun 17 22:25:17 2012: PulseAudio configured for per-user sessions ... ^[[33m(warning).^[[39;49m
Sun Jun 17 22:25:17 2012: Starting Samba daemons: nmbd smbd.
Sun Jun 17 22:25:18 2012: saned disabled; edit /etc/default/saned
Sun Jun 17 22:25:18 2012: Starting VirtualBox kernel modules.
glenn@laptop ~ $

Sun Jun 17 22:25:12 2012: Setting kernel variables ...sysctl: cannot stat /proc/sys/hw/syscons/bell: No such file or directory
Sun Jun 17 22:25:12 2012: sysctl: cannot stat /proc/sys/hw/syscons/bell: No such file or directory
Sun Jun 17 22:25:12 2012: ^[[31mfailed.^[[39;49m
inxi -F


glenn@laptop ~ $ inxi -F
System: Host laptop Kernel 3.2.0-2-amd64 x86_64 (64 bit) Distro Linux Mint Debian Edition
CPU: Dual core AMD Athlon 64 X2 TK-57 (-MCP-) cache 512 KB flags (lm nx sse sse2 sse3 svm) bmips 3200.62
Clock Speeds: (1) 800.00 MHz (2) 800.00 MHz
Graphics: Card nVidia C67 [GeForce 7150M / nForce 630M] X.Org 1.11.4 Res: 1280x800@60.0hz
GLX Renderer Gallium 0.4 on NV67 GLX Version 2.1 Mesa 7.11.2 Direct Rendering Yes
Audio: Card nVidia MCP67 High Definition Audio driver snd_hda_intel BusID: 00:07.0
Sound: Advanced Linux Sound Architecture Version 1.0.24
Network: Card-1 nVidia MCP67 Ethernet driver forcedeth at port 30f8 BusID: 00:0a.0
Card-2 Broadcom BCM4312 802.11b/g LP-PHY driver wl BusID: 08:00.0
Disks: HDD Total Size: 250.1GB (6.9% used) 1: /dev/sda Hitachi_HTS54322 250.1GB
Partition: ID:/ size: 23G used: 4.6G (22%) fs: rootfs ID:/ size: 23G used: 4.6G (22%) fs: ext3
ID:/home size: 168G used: 17G (11%) fs: ext3 ID:swap-1 size: 5.57GB used: 0.00GB (0%) fs: swap
Sensors: System Temperatures: cpu: 59.0C mobo: 40.0C
Fan Speeds (in rpm): cpu: N/A
Info: Processes 129 Uptime 5 min Memory 425.6/3902.1MB Runlevel 2 Client Shell inxi 1.4.23

scotthge wrote:Yes I am on a laptop.
laptop-detect -v


laptop-detect -v
We're a laptop (dmidecode returned Notebook)

Users browsing this forum: No registered users and 2 guests