LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-18-2014, 03:42 PM   #1
Mr Marmmalade
Member
 
Registered: Oct 2002
Location: Scotland
Distribution: Debian
Posts: 214

Rep: Reputation: 27
Smile startup messages gone


Hi, I'm just wondering if anyone else has had the startup/shutdown messages stop showing on Wheezy?

i.e.
'Starting up service... blah'
[ ok ] Service Started successfully..

Now it only shows a systemd-fsck message about a partition being clean.

I know I can remove 'quiet' from /etc/default grub but that doesn't provide the same tidy output. I'd like to get the normal messages back, any ideas?

I've done a few fresh Wheezy 7.6 Amd64 installations and after a few reboots setting things up etc. it just stops giving the usual messages. I initially thought it was after the installation of nVidia drivers, but it started before that stage.

Thanks for any help.
EDIT: maye this is related to this.

Last edited by Mr Marmmalade; 08-18-2014 at 04:08 PM.
 
Old 08-19-2014, 10:46 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
Post
Quote:
cat /etc/os-release
Quote:
/etc/apt/sources.list
 
Old 08-19-2014, 11:00 AM   #3
Mr Marmmalade
Member
 
Registered: Oct 2002
Location: Scotland
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 27
Code:
zippy@debian:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
Code:
zippy@debian:~$ cat /etc/apt/sources.list
# 

# deb cdrom:[Debian GNU/Linux 7.6.0 _Wheezy_ - Official amd64 kde-CD Binary-1 20140712-14:09]/ wheezy main
# deb cdrom:[Debian GNU/Linux 7.6.0 _Wheezy_ - Official amd64 kde-CD Binary-1 20140712-14:09]/ wheezy main

deb http://ftp.uk.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb http://ftp.uk.debian.org/debian/ wheezy-updates main
deb-src http://ftp.uk.debian.org/debian/ wheezy-updates main

# For libdvdcss2:
deb http://download.videolan.org/pub/debian/stable/ /
deb-src http://download.videolan.org/pub/debian/stable/ /

# For Steam:
# deb http://ftp.uk.debian.org/debian/ testing main contrib non-free
 
Old 08-19-2014, 02:32 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
You had testing in your repos. How did you install steam? What ws the command?
 
1 members found this post helpful.
Old 08-19-2014, 02:37 PM   #5
Mr Marmmalade
Member
 
Registered: Oct 2002
Location: Scotland
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 27
I did the following (from a webpage somewhere):

Quote:
I’m starting from a clean Debian Wheezy 64 bit (amd64) install. Everything below is done as root (or using sudo).

1. Mixing in Jessie. If you haven’t got yet, put a line to fetch testing (“Jessie”) packages into your packages source file /etc/apt/sources.list:
deb http://ftp.uk.debian.org/debian/ testing main contrib non-free

2. Then ensure that most packages are not taken from testing by choosing a default release
via a file (you need to create it) named like:
$ pico /etc/apt/apt.conf.d/10defaultRelease
Add the following line:
APT:efault-Release "stable";
(Don’t forget the semicolon!)

3. Mixing in 32 bits. Add the architecture for 32 bit (named i386) to your Debian installation – the Debian guys allow us to use both at the same time!
dpkg --add-architecture i386

Go for it
Install steam along with everything it needs (but not anything more) from Debian “testing”:

apt-get update
apt-get -t testing install steam:i386
I added the next 2 steps as otherwise my system wants pull in lots of Jessie files (as if the repo-pinning above wasn't working):

4. Comment-out the testing repository in /etc/apt/sources.list

5. To fix Team Fortress 2 message about en_US.UTF-8:
Uncomment en_US.UTF-8 UTF-8 in /etc/locale.gen and then run locale-gen as root.

Edit: I think I took the above from an earlier verion of the guide available on this website.

Last edited by Mr Marmmalade; 08-19-2014 at 02:45 PM.
 
Old 08-19-2014, 02:51 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Another one of the countless victims of bad advice regarding mixing Debian repositories to install Steam. You have successfully borked your system.
In your situation I would recommend to either make a full upgrade to Jessie/Testing, so that your system gets to a clean state again, or reinstall Wheezy and use this method to install Steam.
 
1 members found this post helpful.
Old 08-19-2014, 02:57 PM   #7
Mr Marmmalade
Member
 
Registered: Oct 2002
Location: Scotland
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 27
Thanks very much, I didn't much like having the Jessie repos in my sources! Thanks for correcting me, I shall do a Wheezy reinstall & follow your guide.

Edit: I was also experiencing another couple of issues that I will put down as being symptoms of the same mixed-repo cause. The issues were the system hanging on every second shutdown & Akregator wasn't downloading RSS feeds either.

Last edited by Mr Marmmalade; 08-19-2014 at 03:02 PM.
 
  


Reply



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
Sudden IPv6 startup messages? slack_ Slackware 2 04-26-2014 04:39 PM
where do startup messages live? zlya Linux - Newbie 7 04-23-2007 08:41 PM
Viewing Startup messages Ian D Linux - Software 2 03-08-2007 06:40 PM
Startup messages SolarBear Slackware 8 06-22-2004 08:16 PM
MDK 8.2 and Startup Fail messages JaseP Linux - Hardware 0 11-22-2002 06:50 AM

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

All times are GMT -5. The time now is 05:22 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