LinuxQuestions.org
Help answer threads with 0 replies.
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 05-06-2015, 02:54 PM   #211
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106

Quote:
Originally Posted by ppencho View Post
removepkg / installpkg steamclient-1.0.0.49-i386-1alien.tgz leads also to the X crash.
Really, while running the removepkg or installpkg command your X session crashes?
The removepkg command does nothing to your X environment, it just removes the files from your filesysten. Unless you still had the steamclient running when you removed the package - but even that should not crash X.

And installpkg will run a couple of commands that should never crash X, they do nothing to your OpenGL configuration, libraries and do not start the steamclient itself:
Code:
/usr/bin/update-desktop-database usr/share/applications
/usr/bin/gtk-update-icon-cache -f -t usr/share/icons/hicolor
/usr/bin/update-mime-database usr/share/mime
 
Old 05-06-2015, 03:10 PM   #212
ppencho
Member
 
Registered: Jan 2004
Location: Bulgaria
Distribution: Slackware64-current
Posts: 94

Rep: Reputation: Disabled
No, no, sorry for the unclear post. By removepkg / installpkg I meant that I remove and after that install again the steamclient package. And the next start of steam crashes X.

X crashes only when steam is being launched. I haven't experienced X crash in other cases with other applications.
 
Old 05-06-2015, 03:20 PM   #213
sawka
LQ Newbie
 
Registered: Feb 2013
Posts: 6

Rep: Reputation: Disabled
Hi, sorry for my bad English. There were some issues after mass upgrade and I've fixed most of them but unfortunately i didn't manage to fix the most annoying one: i can't see polish characters in UTF8 anymore in Thunar, shell and in terminal emulator.

I'm using 64bit -current with multilib and XFCE as a window manager. The problem has occured after -current and before multilib upgrade.

My settings:

/etc/profile.d/lang.sh:
Code:
export LANG=pl_PL.utf8
export LC_COLLATE=C
export LC_CTYPE="pl_PL.utf8"
export LC_NUMERIC="pl_PL.utf8"
export LC_TIME="pl_PL.utf8"
export LC_MONETARY="pl_PL.utf8"
export LC_MESSAGES="en_US.utf8"
export LC_PAPER="pl_PL.utf8"
export LC_NAME="pl_PL.utf8"
export LC_ADDRESS="pl_PL.utf8"
export LC_TELEPHONE="pl_PL.utf8"
export LC_MEASUREMENT="pl_PL.utf8"
export LC_IDENTIFICATION="pl_PL.utf8"
export LC_ALL=
/etc/rc.d/rc.font:
Code:
setfont -v lat2-16.psfu.gz
/etc/rc.d/rc.keymap:
Code:
/usr/bin/loadkeys pl2.map
Before upgrade it worked, now it does not. I can't see polish characters in Thunar, in shell and in XFCE terminal emulator. I can type and see them when typing in all sorts of GUI text editors, web browsers and so on but when typing in shell or terminal emulator they aren't visible. However they are visible in XFCE menu items, settings manager and so on. Things are better when I'm using ISO-8859-2 encoding in XFCE terminal or I'm switching from zsh to bash: I can see typed characters then but they still aren't visible when I'm listening directory or using midnight commander. Strange thing is that after setting up LOCALE to LANG=C (so obviously non-polish locale) I'm able to see polish characters in Thunar (but, of course, I can't type them anymore).
Another weird thing is that I can type and see correct characters in shell before logging in - in login prompt.
 
Old 05-06-2015, 06:42 PM   #214
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 973

Rep: Reputation: 238Reputation: 238Reputation: 238
Hi, I often do some work by mobile computing when on the train between the office and home.
At work I have an extra monitor attached to my laptop and after disconnecting that and putting the whole shebang to sleep some java programs (LibreOffice, JalView) appear to hang upon resume in absence of this extra monitor. I do not know whether it has to do with XFCE since these crashes seem to occur after the recent upgrade to 4.12 (and is not resolved by the recent current-upgrades).

Has anyone else seen this kind of behaviour? It is really forcing me not to use suspend/resume as I tend to lose work that way.


The java error files show similar errors (if that means anything):
Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f5a085ddbf4, pid=1281, tid=140024677439296
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libpthread.so.0+0x9bf4]  pthread_mutex_lock+0x4
#
Code:
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fee299e7bf4, pid=8492, tid=140660890482496
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libpthread.so.0+0x9bf4]  pthread_mutex_lock+0x4
rob

Last edited by brobr; 05-06-2015 at 06:45 PM.
 
Old 05-07-2015, 11:16 AM   #215
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Quote:
Originally Posted by aaditya View Post
Some applications like ristretto (rebuilt after updates) and libreoffice (not rebuilt) start but give the following message in the terminal:

Code:
libfam.so.0: cannot open shared object file: No such file or directory
Failed to load module: /usr/lib64/gio/modules/libgiofam.so
Rebuilding glib2 seems to have fixed it for me.

Code:
+==============================================================================
| Upgrading glib2-2.42.2-x86_64-1 package using ./glib2-2.42.2-x86_64-1_custom.txz
+==============================================================================

Pre-installing package glib2-2.42.2-x86_64-1_custom...

Removing package /var/log/packages/glib2-2.42.2-x86_64-1-upgraded-2015-05-07,21:43:12...
  --> Deleting /usr/lib64/gio/modules/libgiofam.la
  --> Deleting /usr/lib64/gio/modules/libgiofam.so
 
Old 05-07-2015, 12:42 PM   #216
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,500

Rep: Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452Reputation: 8452
Quote:
Originally Posted by aaditya View Post
Rebuilding glib2 seems to have fixed it for me.

Code:
+==============================================================================
| Upgrading glib2-2.42.2-x86_64-1 package using ./glib2-2.42.2-x86_64-1_custom.txz
+==============================================================================

Pre-installing package glib2-2.42.2-x86_64-1_custom...

Removing package /var/log/packages/glib2-2.42.2-x86_64-1-upgraded-2015-05-07,21:43:12...
  --> Deleting /usr/lib64/gio/modules/libgiofam.la
  --> Deleting /usr/lib64/gio/modules/libgiofam.so
Was your gamin package missing?

If you see a library like libfam.so.0 is not found, a good thing to do is less slackware64/MANIFEST.bz2 and search for the file to see if it's in a (possibly missing) package.
 
4 members found this post helpful.
Old 05-07-2015, 01:55 PM   #217
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Quote:
Originally Posted by volkerdi View Post
Was your gamin package missing?

If you see a library like libfam.so.0 is not found, a good thing to do is less slackware64/MANIFEST.bz2 and search for the file to see if it's in a (possibly missing) package.
Yes, it was.

Thx for the info :-)
 
Old 05-07-2015, 09:03 PM   #218
baldzhang
Member
 
Registered: Aug 2012
Posts: 58

Rep: Reputation: Disabled
looks like nobody care about my issue....
 
Old 05-07-2015, 10:14 PM   #219
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,056

Rep: Reputation: Disabled
Quote:
Originally Posted by baldzhang View Post
looks like nobody care about my issue....
It will be hard to help you if we can't reproduce that issue.

For that, the first thing would be to run a genuine Slackware-current as it is supposed to be, i.e. with zero customization: using a genuine Slackware kernel and typing "startx" as a regular user, etc.
 
Old 05-08-2015, 02:51 AM   #220
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Didier Spaier View Post
It will be hard to help you if we can't reproduce that issue.

For that, the first thing would be to run a genuine Slackware-current as it is supposed to be, i.e. with zero customization: using a genuine Slackware kernel and typing "startx" as a regular user, etc.
Give more information first.
Like: post a complete Xorg.0.log instead of just the errors. Like Didier said, try this with a stock Slackware-current without your own kernel or other additions. Are you using nouveau or Nvidia binaries? Did you install all the recent NEW packages that were added to Slackware-current?
 
Old 05-08-2015, 11:02 AM   #221
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,087

Original Poster
Rep: Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262
Pipelight-plugins

For the first time since the massive upgrades of 21 April 2015, I've installed wine-pipelight and pipelight, but Firefox cannot find two out of the three plugins I enabled.
They are in the correct dictionary, /usr/lib64/mozilla/plugins and I copied them to ~/.mozilla/plugins/, but, again, Firefox only sees the abode reader plugin, but not the silverlight or widevine plugins.
A 'pipelight-plugin --system-check' shows the system failed the libraries test for both 32 and 64-bit, as "libodbc.so" is missing, but everything else passed.

Solved.
Edit in:
OK, found the answer in Alien Bob's troubling shooting tips
for wine-pipelight, and that was to delete the pluginreg.dat file.

http://alien.slackbook.org/blog/pipe...#comment-23170

Once done the plugins were visible and functional. BTW, this procedure
had to be repeated for SeaMonkey before it could see and use the same
plugins.

Last edited by cwizardone; 05-08-2015 at 08:40 PM.
 
Old 05-08-2015, 08:28 PM   #222
baldzhang
Member
 
Registered: Aug 2012
Posts: 58

Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
Give more information first.
Like: post a complete Xorg.0.log instead of just the errors. Like Didier said, try this with a stock Slackware-current without your own kernel or other additions. Are you using nouveau or Nvidia binaries? Did you install all the recent NEW packages that were added to Slackware-current?
Ok, I found the problem.
I run a vncserver in background, and run xfce in it. the device file /dev/dri/card0 is opened by xfwm4 in vnc

When vnc/xfce4 is running, I can not start X-server in console.
After vnc stopped, then everything is fine, even I start two X-server in different console, they are all running ok.
 
Old 05-09-2015, 04:30 PM   #223
gengisdave
Member
 
Registered: Dec 2013
Location: Turin, Italy
Distribution: slackware
Posts: 328

Rep: Reputation: 74
Can't compile clisp-2.49 (the one shipped with -current) as he requires libsigsegv-2.8, while the one installed is version 2.10, solved adding
Code:
SIGSEGV=libsigsegv-2.10 ./configure
at the clisp's ./configure command

Plus: it is not safe to use $JOBS on ffcall's make as the build chain could fail (Makefiles not properly generated).

Last edited by gengisdave; 05-10-2015 at 09:10 AM.
 
Old 05-10-2015, 06:52 AM   #224
414N
Member
 
Registered: Sep 2011
Location: Italy
Distribution: Slackware
Posts: 647

Rep: Reputation: 189Reputation: 189
gdal and poppler

gdal (from SBo) won't compile against current poppler. A workaround is to disable poppler binding with a
Code:
--without-poppler
configure switch inside the SlackBuild.
 
1 members found this post helpful.
Old 05-10-2015, 08:50 AM   #225
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Willy found a patch and sent it to gdal's maintainer, David: this last routed it to me for inclusion in my personal repository for -current
http://cgit.ponce.cc/slackbuilds/commit/?h=gdal
 
1 members found this post helpful.
  


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
Three Things That Won't Get You An IT Job – And Two Things That Will sundialsvcs General 20 08-13-2014 02:55 PM
Recent Changes in Current (or things that go bump in the night). cwizardone Slackware 13 03-02-2013 08:30 AM
VirtualBox won't run after upgrade to slackware64 current Ook Slackware 9 06-18-2011 07:13 AM
[SOLVED] kernel upgrade -current messed up things portia Slackware 28 01-26-2010 05:48 PM
Things that run in framebuffer!!! Optyx Linux - General 1 08-01-2007 08:26 PM

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

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