Centos 6.9 freezes on boot

General support questions
Post Reply
Stuart
Posts: 2
Joined: 2018/06/14 09:08:38

Centos 6.9 freezes on boot

Post by Stuart » 2018/06/14 09:16:16

Hi, I have a problem with my centos 6.9 VM. It has frozen on bootup, I have tried booting in interactive mode and disabling different services but to no avail.

Below is the boot screen of my VM;

Code: Select all

Welcome to CentOS 
/etc/rc.d/rc.sysinit: line 155: /sbin/start_udev: No such file or directory
Setting hostname localhost.localdomain:  [  OK  ]
Setting up Logical Volume Management:   2 logical volume(s) in volume group "VolGroup" now active
[  OK  ]
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext4 (1) -- /] fsck.ext4 -a /dev/mapper/VolGroup-lv_root 
/dev/mapper/VolGroup-lv_root: clean, 28892/1148304 files, 426088/4589568 blocks
[/sbin/fsck.ext4 (1) -- /boot] fsck.ext4 -a /dev/xvda1 
/dev/xvda1: clean, 44/128016 files, 89886/512000 blocks
[  OK  ]
Remounting root filesystem in read-write mode:  [  OK  ]
Mounting local filesystems:  [  OK  ]
Enabling /etc/fstab swaps:  [  OK  ]
Entering non-interactive startup
Starting monitoring for VG VolGroup:   2 logical volume(s) in volume group "VolGroup" monitored
[  OK  ]
Loading OpenIB kernel modules:error sending message: Connection refused
udevadm[553]: error sending message: Connection refused
udevadm[553]: error sending message: Connection refused
[  OK  ]
ip6tables: Applying firewall rules: [  OK  ]
Bringing up loopback interface:  [  OK  ]
Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization.
[FAILED]
Starting auditd: [  OK  ]
Starting system logger: [  OK  ]
Mounting xenfs on /proc/xen: [  OK  ]
Detecting Linux distribution version: [  OK  ]
Starting xe daemon:  [  OK  ]
CIFS filesystems queued to be mounted
Mounting filesystems:  CIFS VFS: Error connecting to socket. Aborting operation
CIFS VFS: cifs_mount failed w/return code = -101
mount error(101): Network is unreachable
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[FAILED]
Retrigger failed udev events[  OK  ]
Kdump is not supported on this kernel[FAILED]
Starting sshd: [  OK  ]
Starting ntpd: [  OK  ]
Starting mysqld:  [  OK  ]
Starting postfix: [  OK  ]
Starting httpd: [  OK  ]
Starting crond: [  OK  ]
After this it hangs and doesn't go any further no matter how long I leave it.
For context, this machine runs ffmpeg which dumps files to a windows cifs share. I rebuilt the machine yesterday and the same thing has happened again today, it runs fine for around 12-16 hours.

Any help, thanks.

Stuart
Posts: 2
Joined: 2018/06/14 09:08:38

Re: Centos 6.9 freezes on boot

Post by Stuart » 2018/06/14 11:19:25

Ok, so to further on from this, I think it is something to do with the CIFS share I am mounting.

I get this error in the console;

Code: Select all

CIFS VFS: sends on sock stuck for 15 seconds
After that, it seems to stop the ffmpeg (still shows as running process, just doesn't save any to the mounted share. If I umount the share and remount it, it works again. Can anyone shed any light?

gixnex
Posts: 4
Joined: 2018/06/24 18:22:34

Re: Centos 6.9 freezes on boot

Post by gixnex » 2018/06/25 09:34:26

Hi,

Try to add to your fstab:

//servershare /ShareMount cifs vers=3.0

I hope it helps.

Post Reply