LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 04-30-2015, 03:31 PM   #1
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Post Slackwarearm -current updates batch Wed Apr 29 2015 reports


Hi,

Found this :

/sbin/ldconfig: libraries libidn.so.11.6.8 and libidn.so.11.6.13 in directory /usr/lib have same soname but different type.

$ grep libidn.so. /var/log/packages/*
/var/log/packages/aaa_elflibs-14.1-arm-6:usr/lib/libidn.so.11.6.8
/var/log/packages/libidn-1.30-arm-1:usr/lib/libidn.so.11.6.13
 
Old 04-30-2015, 03:56 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
Dunno it that's why, but libidn have been upgraded today in Slackwarearm but not in Slackware x86.

Anyway the error could mean that there are two symlinks pointing to the same library but their version numbers appear differently.

I can't check because I don't have Slackwarearm, but "ls -alh /usr/lib/libidn*" could confirm that.

As a side note, it is not uncommon that aaa_elflibs ships older version of shared libraries than other packages, about that check this thread, not surprisingly started by Stuart who also is Slackwarearm's maintainer, as you know
 
Old 04-30-2015, 07:09 PM   #3
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Original Poster
Rep: Reputation: 100Reputation: 100
root@darkstar:~# ls -alh /usr/lib/libidn*
-rw-r--r-- 1 root root 216K Apr 30 06:15 /usr/lib/libidn.a
-rwxr-xr-x 1 root root 928 Apr 30 06:15 /usr/lib/libidn.la*
lrwxrwxrwx 1 root root 17 Apr 30 20:27 /usr/lib/libidn.so -> libidn.so.11.6.13*
lrwxrwxrwx 1 root root 17 Apr 30o.11 -> libidn.so.11.6.13*
-rwxr-xr-x 1 root root 192K Apr 30 06:15 /usr/lib/libidn.so.11.6.13*
-rwxr-xr-x 1 root root 192K Jun 25 2012 /usr/lib/libidn.so.11.6.8*
-rwxr-xr-x 1 root root 637 Aug 8 2012 /usr/lib/libidnkit.la*
lrwxrwxrwx 1 root root 18 Apr 30 16:38 /usr/lib/libidnkit.so -> libidnkit.so.1.0.2*
lrwxrwxrwx 1 root root 18 Apr 30 16:38 /usr/lib/libidnkit.so.1 -> libidnkit.so.1.0.2*
-rwxr-xr-x 1 root root 207K Aug 8 2012 /usr/lib/libidnkit.so.1.0.2*
-rwxr-xr-x 1 root/usr/lib/libidnkitlite.la*
lrwxrwxrwx 1 root root 22 Apr kitlite.so -> libidnkitlite.so.1.0.2*
lrwxrwxrwx 1 root root 22 Apr 30 16:38 /usr/lib/libidnkitlite.so.1 -> libidnkitlitet root 203K Aug 8 2012 /usr/lib/libidnkitlite.so.1.0.2*
 
Old 05-01-2015, 01:48 AM   #4
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,539

Rep: Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309
Quote:
Originally Posted by Linux.tar.gz View Post
Hi,

Found this :

/sbin/ldconfig: libraries libidn.so.11.6.8 and libidn.so.11.6.13 in directory /usr/lib have same soname but different type.

$ grep libidn.so. /var/log/packages/*
/var/log/packages/aaa_elflibs-14.1-arm-6:usr/lib/libidn.so.11.6.8
/var/log/packages/libidn-1.30-arm-1:usr/lib/libidn.so.11.6.13
The libidn update was premature, but the warning is harmless: the old library is no longer required and has been removed from the elflibs package for the next update batch.

Last edited by drmozes; 05-01-2015 at 01:50 AM.
 
Old 05-01-2015, 05:13 AM   #5
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Original Poster
Rep: Reputation: 100Reputation: 100
Ok, thanks.
 
Old 05-11-2015, 01:07 PM   #6
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Original Poster
Rep: Reputation: 100Reputation: 100
rc.sshd echoes "SSH key generation: This will take a few minutes on older hardware" even if keys has already been generated.
It's a bit annoying :/ .
 
Old 05-11-2015, 02:26 PM   #7
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,539

Rep: Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309
Quote:
Originally Posted by Linux.tar.gz View Post
rc.sshd echoes "SSH key generation: This will take a few minutes on older hardware" even if keys has already been generated.
It's a bit annoying :/ .
Yes I noticed this a while ago and wondered if it was a bug - it's not.
The message is no longer required though - on the RiscPC (where ARMedslack was originally developed), generating SSH keys almost a minute or more, where as now it only takes a couple of seconds.

I've rebuilt openssh without that message.
 
Old 05-12-2015, 04:12 AM   #8
nolretou
Member
 
Registered: Apr 2014
Distribution: Slackware
Posts: 98

Rep: Reputation: Disabled
I noticed that /etc/rc.d/rc.inet1 sometimes doesn't get an IP address, I have to restart it manually.
I have the same exact behaviour with Slackware64 -current.
 
Old 05-12-2015, 06:16 AM   #9
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,539

Rep: Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309
Quote:
Originally Posted by nolretou View Post
I noticed that /etc/rc.d/rc.inet1 sometimes doesn't get an IP address, I have to restart it manually.
I have the same exact behaviour with Slackware64 -current.
I had this issue on the Banana Pi. The ARM current push today changes the default timeout from 10 seconds to 12 seconds.
If your machine is constantly tethered to an Ethernet cable, you might want to set the timeout to 0 seconds so that dhcpcd will wait until it receives an IP before backgrounding. This has the effect that your bootup will stall until you get an IP. For me this is a good thing.

Code:
sed -i 's?\${DHCP_TIMEOUT\[\$i\]:-10\}?\$\{DHCP_TIMEOUT\[\$i\]:-0\}?g' /etc/rc.d/rc.inet1
 
Old 05-12-2015, 07:03 AM   #10
nolretou
Member
 
Registered: Apr 2014
Distribution: Slackware
Posts: 98

Rep: Reputation: Disabled
Ok, thanks.
 
Old 05-17-2015, 10:15 AM   #11
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Original Poster
Rep: Reputation: 100Reputation: 100
xf86-video-fbturbo is reported speeding up things on ARM :
https://github.com/ssvb/xf86-video-fbturbo
 
Old 05-18-2015, 03:53 AM   #12
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,539

Rep: Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309
Quote:
Originally Posted by Linux.tar.gz View Post
xf86-video-fbturbo is reported speeding up things on ARM :
https://github.com/ssvb/xf86-video-fbturbo
Do you have hardware that you can use to test it? I can build it and see if it works before switching them.
 
Old 05-18-2015, 12:58 PM   #13
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Original Poster
Rep: Reputation: 100Reputation: 100
I didn't properly benchmark, but performance seems the same on my board.
The driver compiles and runs, libUMP is an optional dependency https://github.com/linux-sunxi/libump .

It's reported to smooth things on the future Pyra (Open Pandora 2).
http://boards.openpandora.org/topic/...rivers-status/
 
Old 05-19-2015, 12:42 AM   #14
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Original Poster
Rep: Reputation: 100Reputation: 100
So on the same hardware :

Debian with fbturbo : X at 0% cpu usage when idle, not much when moving windows, very fluid
Debian without fbturbo : X at 0% cpu usage when idle, much when moving windows, not fluid at all

Slackware-current with or without fbturbo : Xorg.bin at 20% cpu usage when idle, fluid

I'll do some tests on 14.1 later.
Attached Files
File Type: log Xorg.0.debian.log (25.6 KB, 22 views)
File Type: log Xorg.0.slack.log (26.1 KB, 18 views)
 
Old 05-19-2015, 01:45 AM   #15
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Original Poster
Rep: Reputation: 100Reputation: 100
Slackware-14.1 with or without fbturbo : Xorg.bin at 0% cpu usage when idle, fluid.

How can I debug the 20% cpu usage on -current ?
 
  


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
docker issues after large batch of -current updates (april 2015) sodamnmad Slackware 8 03-25-2016 10:42 PM
[SOLVED] -current (Tue Apr 21) and bumblebee WhiteWolf1776 Slackware 20 05-04-2015 07:05 AM
[SOLVED] gtk+3: mouse wheel doesn't work (on current Wed Sep 25) Thom1b Slackware 4 11-01-2013 04:52 PM
Move apr & apr-util install locations? jbennett Linux - Newbie 3 04-20-2012 10:02 AM
[SOLVED] some graphic corruption with radeon driver after Apr 27 updates Barx Slackware 9 05-03-2010 04:28 AM

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

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