LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-14-2010, 07:34 AM   #16
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135

What's the deal with make?

Version 3.82 is (I think) the current version, but there's this note in the changelog:

Quote:
pasture/make-3.81-x86_64-3.txz: Added.
This version of GNU make is still needed to build many things.
Added the --libdir patch for proper library searching on x86_64.
Dose anyone know more?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 10-14-2010, 07:41 AM   #17
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by Speek View Post
After installing the updates I noticed these errors while booting:
Code:
Starting sysklogd daemons:  /usr/sbin/syslogd   syslogd: unknown facility name "athpriv"
syslogd: unknown priority name "one"
The first one seems a typo: "athpriv" should probably be "authpriv". But where?
I have an unmodified syslog.conf.
Someone else reported that in ##slackware yesterday too.
 
Old 10-14-2010, 08:13 AM   #18
rfernandez
Member
 
Registered: Mar 2010
Location: Brazil
Distribution: Slackware64
Posts: 264

Rep: Reputation: 41
Hi, all.

Where is the best place to add an entry for rc.mcelog to start on the rc scripts? rc.local?
 
Old 10-14-2010, 08:18 AM   #19
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by rfernandez View Post
Hi, all.

Where is the best place to add an entry for rc.mcelog to start on the rc scripts? rc.local?
Until Pat updates sysvinit-scripts, which i imagine he will before a new stable release, yes.
 
Old 10-14-2010, 08:25 AM   #20
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
alone?

It's nice to see that I am not alone.

john
 
Old 10-14-2010, 08:28 AM   #21
smoooth103
Member
 
Registered: Aug 2009
Location: NC, USA
Distribution: Slackware (64 bit)
Posts: 242

Rep: Reputation: 62
Haven't upgraded yet -- but excited to see new items in current to try out. Will be upgrading later tonight.
 
Old 10-14-2010, 08:58 AM   #22
rfernandez
Member
 
Registered: Mar 2010
Location: Brazil
Distribution: Slackware64
Posts: 264

Rep: Reputation: 41
Thanks, sahko.

But it is strange, though. Just added an entry like this

Code:
if [ -x /etc/rc.d/rc.mcelog ]; then
  /etc/rc.d/rc.mcelog start
fi
to rc.local, and even though the script is called, mcelog is not started. I have to type in terminal, as root, the same line and mcelog starts.
 
Old 10-14-2010, 09:04 AM   #23
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Are you sure rc.local is called and executed?
It's called from rc.M, and in my experience,
if there is an entry in rc.M that is wrong, it will not continue.
Try to add an echo command to see if it's executed.

Kind regards
 
Old 10-14-2010, 09:08 AM   #24
rfernandez
Member
 
Registered: Mar 2010
Location: Brazil
Distribution: Slackware64
Posts: 264

Rep: Reputation: 41
It is. I get the echo message

Code:
Starting mcelog daemon:  /usr/sbin/mcelog --daemon
but it is no on "ps aux | grep mce". If i start manually, it does show on "ps aux | grep mce".

EDIT: The complete output from init, before login:

Code:
Starting ACPI daemon:  /usr/sbin/acpid
Starting system message bus:  /usr/bin/dbus-uuidgen --ensure ; /usr/bin/dbus-daemon --system
Starting HAL daemon:  /usr/sbin/hald --daemon=yes
Starting wicd daemon: /usr/sbin/wicd &
Loading OSS compatibility modules for ALSA.
Loading ALSA mixer settings:  /usr/sbin/alsactl restore
Loading /usr/share/kbd/keymaps/i386/qwerty/br-abnt2.map.gz
Starting gpm:  /usr/sbin/gpm -m /dev/mouse -t imps2
Starting mcelog daemon:  /usr/sbin/mcelog --daemon
but now I see this on /var/log/syslog, just after the initialization

Code:
Oct 14 11:11:15 darkstar mcelog: failed to prefill DIMM database from DMI data
Oct 14 11:11:15 darkstar mcelog: Kernel does not support page offline interface
I'm already googlin' this error to see if it is related.

Last edited by rfernandez; 10-14-2010 at 09:14 AM.
 
Old 10-14-2010, 10:15 AM   #25
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by Speek View Post
After installing the updates I noticed these errors while booting:
Code:
Starting sysklogd daemons:  /usr/sbin/syslogd   syslogd: unknown facility name "athpriv"
syslogd: unknown priority name "one"
The first one seems a typo: "athpriv" should probably be "authpriv". But where?
I have an unmodified syslog.conf.
Interesting. I noticed similar (not identical) messages here a couple of days ago:

Code:
Starting sysklogd daemons:  /usr/sbin/syslogd
syslogd: unknown facility name "authpiv" 
syslogd: unknown priority name "nonecrron.none"
/usr/sbin/klogd -c 3 -x
This is likely related to libc, but damned if I know exactly what :/
Pat's aware, and we're investigating...
 
Old 10-14-2010, 10:19 AM   #26
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by Speek View Post
After installing the updates I noticed these errors while booting:
Code:
Starting sysklogd daemons:  /usr/sbin/syslogd   syslogd: unknown facility name "athpriv"
syslogd: unknown priority name "one"
The first one seems a typo: "athpriv" should probably be "authpriv". But where?
I have an unmodified syslog.conf.
Are you using Slackware64? I just got this now too but im absolutely certain it doesnt happen in 32bit.
 
Old 10-14-2010, 10:27 AM   #27
Speek
Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Slackware
Posts: 124

Rep: Reputation: 41
Quote:
Originally Posted by sahko View Post
Are you using Slackware64? I just got this now too but im absolutely certain it doesnt happen in 32bit.
Yes, I'm using Slackware64.
 
Old 10-14-2010, 10:35 AM   #28
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by rfernandez View Post
now I see this on /var/log/syslog, just after the initialization

Code:
Oct 14 11:11:15 darkstar mcelog: failed to prefill DIMM database from DMI data
Oct 14 11:11:15 darkstar mcelog: Kernel does not support page offline interface
Happens here too.
This is the most comprehensive resource i could find.
 
Old 10-14-2010, 10:40 AM   #29
Speek
Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Slackware
Posts: 124

Rep: Reputation: 41
Hmm, it seems syslogd isn't writing logs at all anymore. The modify time of /var/log/messages and /var/log/syslog is from before I did the upgrade. After that I rebooted and have been up for about 8 hours.
 
Old 10-14-2010, 10:53 AM   #30
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,905

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
Yes, mine is the same Speek. Looks like it's good and broken.
 
  


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
Tearing effects when moving windows around in Slackware64 current Feinom Slackware 6 06-08-2009 07:15 PM
Moving to Kde4 in Current TNWestTex Slackware 4 05-20-2009 11:42 AM
Moving my current install to a bigger hard drive vansch76 Linux - Laptop and Netbook 5 02-06-2009 10:58 AM
Help moving my current Linux setup to a new drive... Darkenedes Linux - Newbie 2 10-05-2004 01:41 AM
copying/moving stalls when moving a lot of data to a usb stick =X¥®µ§= Linux - Hardware 10 07-30-2004 05:29 AM

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

All times are GMT -5. The time now is 01:46 PM.

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