LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-14-2012, 08:18 PM   #46
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784

yup, too much verbose i guess
 
Old 07-14-2012, 08:20 PM   #47
escaflown
Member
 
Registered: Apr 2009
Location: Canada
Distribution: Slackware
Posts: 239

Rep: Reputation: 31
Quote:
Originally Posted by wildwizard View Post
Well mount certainly got verbose.
Yep and I like the additional info it shows during boot time
 
Old 07-14-2012, 09:24 PM   #48
schmatzler
Member
 
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411

Rep: Reputation: 181Reputation: 181
Everything went fine now, but my slapt-get broke due to the libcrypto-update.

Fixed it with downloading the source and doing a

Code:
export CFLAGS="-Wno-error" && make pkg
in that directory. Reinstalled the package afterwards.
 
1 members found this post helpful.
Old 07-14-2012, 10:23 PM   #49
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
The fix for wget problem has been resolved now with the latest update
Code:
Sun Jul 15 01:40:08 UTC 2012
Juggle a few things around so that slackpkg won't fall over while upgrading
from 13.37 or an earlier -current:
a/aaa_elflibs-14.0-i486-2.txz:  Rebuilt.
  Don't include libcrypto.so.0 and libssl.so.0 in here.
  The openssl-solibs package is a better place for them.
a/openssl-solibs-1.0.1c-i486-2.txz:  Rebuilt.
  Moved the old 0.9.8x libraries here.
n/openssl-1.0.1c-i486-2.txz:  Rebuilt.
n/wget-1.13.4-i486-2.txz:  Rebuilt.
  Prefer linking with OpenSSL, since the license allows it.
  This is less of a moving target than GnuTLS.
 
Old 07-14-2012, 11:16 PM   #50
chytraeus
Member
 
Registered: Dec 2008
Distribution: slackware64 openbsd
Posts: 105

Rep: Reputation: 11
Unhappy

Quote:
Originally Posted by Speek View Post
Thanks for the updates!
There seems to be a problem with the new mkinitrd. The /init script reports "/sbin/udevadm not found" in lines 303, 307 and 308 during boot.
Yeah, I see the same thing and now my slackware -current won't boot. I'm using lvm and I get some error like could not mount myvg to /mnt. Had to use systemrescue to boot slackware. I still don't have a fix for this. Anyone?
 
Old 07-14-2012, 11:26 PM   #51
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
I have a similar problem, I can't boot with the generic kernel. I created the initrd with
Code:
mkinitrd -c -u -k 3.2.23-smp -m ext4
That normally works, I just added the -u since I thought the missing udevadm is causing the issue, but that didn't help. It throws out an error-message that it couldn't mount /dev on /mnt because it isn't a block-device.
The huge kernel works without issues.
 
Old 07-14-2012, 11:31 PM   #52
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Anyone having trouble with the new version of NetworkManager? It is telling me my wireless card doesn't exist. I then installed wicd and the card does work, and it works in Xp.
 
Old 07-14-2012, 11:40 PM   #53
escaflown
Member
 
Registered: Apr 2009
Location: Canada
Distribution: Slackware
Posts: 239

Rep: Reputation: 31
Quote:
Originally Posted by cwizardone View Post
Anyone having trouble with the new version of NetworkManager? It is telling me my wireless card doesn't exist. I then installed wicd and the card does work, and it works in Xp.
I had the same issue when I first upgraded too. I fount out it was because I was somehow missing libnl3. Everything's working fine now.
 
Old 07-14-2012, 11:45 PM   #54
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
Well it's done. All is working well.
 
Old 07-15-2012, 12:06 AM   #55
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Original Poster
Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
also check /etc/udev/rules.d/70-persistent-net.rules as WLAN card name might get changed there just like in my case from wlan0 to wlan1
 
Old 07-15-2012, 12:16 AM   #56
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
All is working well here too, current 32/64, new kernel, did mkinitrd_command_generator.sh.

Thank you everyone for help with gnutls, nettle, p11-kit and wget
 
Old 07-15-2012, 01:48 AM   #57
zakame
Member
 
Registered: Apr 2012
Location: Philippines
Distribution: Debian, Ubuntu, Slackware
Posts: 295

Rep: Reputation: 181Reputation: 181
Quote:
Originally Posted by TobiSGD View Post
I have a similar problem, I can't boot with the generic kernel. I created the initrd with
Code:
mkinitrd -c -u -k 3.2.23-smp -m ext4
That normally works, I just added the -u since I thought the missing udevadm is causing the issue, but that didn't help. It throws out an error-message that it couldn't mount /dev on /mnt because it isn't a block-device.
The huge kernel works without issues.
Just upgraded, getting this one too when trying to boot with 3.2.23.

I can boot with my own 3.4.4 kernel, but I notice udevadm trigger trying to import the 'blkid' builtin and failing. Doesn't hamper with anything else though...
 
Old 07-15-2012, 02:25 AM   #58
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
Just noticed this minor glitch with KDE

Code:
kded(6033) PowerDevilUPowerBackend::isAvailable: Could not request activatable names to DBus!
kded(6033): KDE Power Management System init failed!
The end result is the loss of the power off and reboot buttons in the K Menu
 
Old 07-15-2012, 02:28 AM   #59
zakame
Member
 
Registered: Apr 2012
Location: Philippines
Distribution: Debian, Ubuntu, Slackware
Posts: 295

Rep: Reputation: 181Reputation: 181
Quote:
Originally Posted by wildwizard View Post
Just noticed this minor glitch with KDE

Code:
kded(6033) PowerDevilUPowerBackend::isAvailable: Could not request activatable names to DBus!
kded(6033): KDE Power Management System init failed!
The end result is the loss of the power off and reboot buttons in the K Menu
I could not replicate that. I was able to reboot/poweroff with the K Menu buttons fine.
 
Old 07-15-2012, 05:23 AM   #60
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by zakame View Post
I could not replicate that. I was able to reboot/poweroff with the K Menu buttons fine.
Cancel the panic it was a local modification that got undone when dbus was upgraded.
 
  


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
LXer: Microsoft forms open source subsidiary on Friday the 13th LXer Syndicated Linux News 0 04-13-2012 06:50 PM
LXer: Linux Gets Gooey on Friday the 13th LXer Syndicated Linux News 0 02-13-2009 10:10 PM
LXer: One of those magic times: On Friday the 13th! LXer Syndicated Linux News 1 02-07-2009 09:43 AM
LQ Security Report - February 13th 2005 Capt_Caveman Linux - Security 4 02-13-2005 09:51 PM
LQ security report - Feb 13th 2004 unSpawn Linux - Security 5 02-13-2004 11:36 AM

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

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