LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 10-09-2014, 12:32 AM   #1
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Rep: Reputation: 108Reputation: 108
after dist-upgrade, system does not boot.


Hya,

Probably I am hitting one of the problems hanging around in Debian world.

System
Debian jessie, AMD64, Core2 duo, (Kernal 3.14.12 custom)

What happened
After dist-upgrade, system did not boot, (as the title reads) and ran into emergency mode.

Last system upgrade was 6/Aug/2014

Troubleshooting
Bootup message suggests that some trouble with mounting disks.
journalctl -xb reads "timed out ... uuid ..."
However, disk is alive under emergency mode!

It turned out to be the trouble is non-root disk (SSD mounted as ext2), related fstab entry looks like
Code:
UUID=1604cd4a-9f01-41a6-bbc5-.........      /path/to/mount/point       ext2    errors=remount-ro       0       1
Once the line is commented out, system boots, but still following message on bootup.
Code:
Dependency failed for /dev/disk/by-uuid/....
I am still working on this issue. Maybe this thread is same nature.

Last edited by kaz2100; 10-09-2014 at 02:10 AM. Reason: grammar
 
Old 10-09-2014, 01:28 AM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you checked blkid to see if entry is correct?
 
Old 10-09-2014, 09:20 PM   #3
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Hya

Thanks for your reply.

It looks like that blkid is OK.

I am not sure if this thread is rlated. An option "auto" discussed.


By the way, there is another problem. This jessie is a comute node of a cluster (by slurm). Currently it is off for some reason.

The package slurm-llnl also chokes on upgrade. This is where it chokes.
Code:
.
.
+++ case "$FANCYTTY" in
+++ true
+++ echo -n '[....] '
[....] +++ '[' -z slurm-llnl.service ']'
+++ echo -n 'Starting slurm-llnl (via systemctl): slurm-llnl.service'
Starting slurm-llnl (via systemctl): slurm-llnl.service+++ log_daemon_msg_post 'Starting slurm-llnl (via systemctl)' slurm-llnl.service
+++ :
+++ /bin/systemctl start slurm-llnl.service
Warning: Unit file of slurm-llnl.service changed on disk, 'systemctl daemon-reload' recommended.
I somewhat think everything is systemd related.

cheers
 
Old 10-09-2014, 11:55 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Did you install systemd-sysv
 
Old 10-10-2014, 03:22 AM   #5
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Hya

Thanks for your comment.

Yes, systemd-sysv is installed.

For some reason, sysvinit is installed also, and deborphan says there is no reason for sysvinit to be there. I removed it, but the original problem persists.

Another wierd thing, I noticed is
Code:
# aptitude show systemd-sysv
Package: systemd-sysv                    
New: yes
State: installed
Automatically installed: yes
Version: 215-5+b1
Priority: important
Section: admin
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Uncompressed Size: 73.7 k
Depends: systemd (= 215-5+b1)
PreDepends: systemd
Conflicts: sysvinit-core, sysvinit-core, upstart, upstart, systemd-sysv
Replaces: sysvinit (< 2.88dsf-44~), sysvinit (< 2.88dsf-44~), sysvinit-core,
          sysvinit-core, upstart, upstart
Description: system and service manager - SysV links
 
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Why do packages (conflicting and replacing) appear twice?

cheers
 
Old 10-10-2014, 03:28 AM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you tried updating to see if the updates were complete?
 
Old 10-10-2014, 03:49 AM   #7
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Hya,

Thanks for your reply.

Yes, I have done that several times.

cheers
 
Old 10-10-2014, 04:04 AM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
What was the mountpoint for the ssd?
 
Old 10-13-2014, 07:45 PM   #9
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Hya,

Thanks for your reply. Apology for delay.

It used to be /dev/sdb1. It is also sdb1 according to /etc/blkid.tab.

cheers
 
Old 10-13-2014, 08:45 PM   #10
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Wild shot...
I had this problem (/dev/disk-by-uuid...) this weekend on Debian Unstable. The machine did boot in the old 3.2.0 kernel. I reinstalled the current kernel (linux-image-amd64 I believe) and then the error was gone.

On my machine it could have been caused because my son had been messing around with nvidia drivers.

jlinkels
 
Old 10-13-2014, 09:13 PM   #11
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Hya

Thanks for your post.

I have up-to-date kernel (3.16.3). Also, dist-upgrad is up-to-date.
 
Old 10-13-2014, 09:39 PM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
My only problem with systemd &mount points was having /usr on separate partition
 
Old 10-14-2014, 06:50 AM   #13
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by kaz2100 View Post
Hya

Thanks for your post.

I have up-to-date kernel (3.16.3). Also, dist-upgrad is up-to-date.
Me too. I said I reinstalled the kernel despite of everything being up-to-date.
Code:
apt-get install --reinstall linux-image-amd64
jlinkels
 
Old 10-14-2014, 09:13 PM   #14
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Hya,

Correction!

Its mount point is /home/pathToMount, not /dev/sdb1.

Apology!

cheers
 
Old 10-26-2014, 05:44 PM   #15
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Hya

Self reply.

I guess most probably this issue is related to this or this.

I will investigate.

cheers
 
  


Reply

Tags
boot, disk, emergency, jessie



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu fails to boot after dist-upgrade freeindy Ubuntu 6 03-10-2016 09:04 PM
apt-get dist-upgrade killed system android6011 Ubuntu 2 12-28-2006 03:25 AM
Is base-config package removed from your system with aptitude dist-upgrade? Akhran Debian 6 03-18-2006 07:52 PM
Did someone dist-upgrade this system? How can I tell? johnMG Debian 3 10-31-2005 04:08 PM
System not booting after dist-upgrade to Sarge azeini Debian 4 10-14-2004 12:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration