LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-10-2012, 10:12 AM   #16
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90

-Current working good here except for thunar opened with “kdesu thunar” from mortal user account doesn’t have trash or network in KDE or XFCE.
If I log in to KDE or XFCE root session then everything works.
I Googled it and found several bug reports on thunar so I don't think it's a Slack problem.
However I'm very happy to now be able to access my samba servers via thunar from user accounts.
Things just keep getting better and better.
Thanks Slack crew!

Last edited by slackass; 08-10-2012 at 10:28 AM.
 
Old 08-10-2012, 10:56 AM   #17
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Thumbs up

Quote:
Originally Posted by chess View Post
Thanks, Pat and the entire team for all the hard work to reach RC1. This is a great set of updates and I can't wait for the release of 14.0!
Me neither. I'm ordering a virgin laptop for my university studies (READ: It has not had the cold,dead hand of Bill G. upon it), and it would be a great match for the release of Slackware 14.0.


GO SLACK!!!!!!
 
Old 08-10-2012, 11:56 AM   #18
zeroberto
Member
 
Registered: Aug 2008
Location: Serbia
Posts: 44

Rep: Reputation: 1
I get segmentation fault when I try to run slapt-get and clementine. Messages in dmesg:
Code:
[40340.879702] clementine[14422]: segfault at 0 ip 00007f62320875a6 sp 00007fff616c1088 error 4 in libc-2.15.so[7f6232002000+1b3000]
[40420.097463] slapt-get[14466]: segfault at 0 ip 00007fe0c02745a6 sp 00007fffc0f70258 error 4 in libc-2.15.so[7fe0c01ef000+1b3000]
 
Old 08-10-2012, 12:52 PM   #19
animeresistance
Member
 
Registered: Feb 2004
Distribution: Slackware
Posts: 230

Rep: Reputation: 39
WoW !!!

Almost there !!!
 
Old 08-10-2012, 01:34 PM   #20
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by zeroberto View Post
I get segmentation fault when I try to run slapt-get
you have to rebuild slapt-get yourself from source: you will need also this patch from its git repository.
after patching, do a "make pkg" to build an installable/removable package.
 
1 members found this post helpful.
Old 08-10-2012, 03:16 PM   #21
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Java

I though that openjdk would make its way in Slackware 14... It seems that I was wrong.

No worries though, as we can either build a package for the Oracle jdk or jre with the slackbuilds provided in /extre/source or use the openjdk packages or SlackBuilds provided by AlienBOB.

So far, so good, thanks to PV and the team.

Last edited by Didier Spaier; 08-10-2012 at 03:34 PM.
 
Old 08-10-2012, 03:29 PM   #22
aocab
Member
 
Registered: Nov 2009
Location: Heart of Texas
Distribution: Slackware-current
Posts: 138

Rep: Reputation: 30
After applying the updates to RC1...
I noticed that the output from the daily cron jobs was not mailed to root as I configured.

I removed the "1> /dev/null" from the line for daily cron jobs in /var/spool/cron/crontabs/root so that root would get a message.
Code:
# Run daily cron jobs at 12:40 every day:
40 12 * * * /usr/bin/run-parts /etc/cron.daily
And I configured sendmail to send root's mail to my account and I would usually get a message with:
Code:
/etc/cron.daily/certwatch:
/etc/cron.daily/logrotate:
/etc/cron.daily/slocate:
This way I would know that the jobs ran.

However after the updates...
The log files do not appear to have been rotated and there are no messages from sendmail in /var/log/maillog

Messages from sendmail for the previous run before the updates.
Code:
Aug  8 12:43:04 emachinesw3503 sendmail[2810]: q78Hh441002810: from=root, size=158, class=0, nrcpts=1, msgid=<201208081743.q78Hh441002810@emachinesw3503.localdomain>, relay=root@localhost
Aug  8 12:43:08 emachinesw3503 sm-mta[2811]: q78Hh5aG002811: from=<root@emachinesw3503.localdomain>, size=466, class=0, nrcpts=1, msgid=<201208081743.q78Hh441002810@emachinesw3503.localdomain>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]
Aug  8 12:43:08 emachinesw3503 sendmail[2810]: q78Hh441002810: to=root, ctladdr=root (0/0), delay=00:00:04, xdelay=00:00:03, mailer=relay, pri=30158, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (q78Hh5aG002811 Message accepted for delivery)
Aug  8 12:43:08 emachinesw3503 sm-mta[2812]: q78Hh5aG002811: to=alpha, ctladdr=<root@emachinesw3503.localdomain> (0/0), delay=00:00:02, xdelay=00:00:00, mailer=local, pri=30701, dsn=2.0.0, stat=Sent
Any ideas on what to check?
Thanks in advance...

Edit:
Removed the "1> /dev/null" for the hourly cron jobs.
Created an hourly cron job.

cat /etc/cron.hourly/hourlytouch
Code:
#!/bin/sh
touch /tmp/hourlytouch-`date +%m%d%g%I%M`
The file gets created but root does not receive an email message.

Last edited by aocab; 08-10-2012 at 08:21 PM.
 
Old 08-11-2012, 03:57 AM   #23
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Is there any reason of having seperate seamonkey-solibs now that mozilla-nss, which includes nspr, was added?
IMO there isnt but someone else might have better insight than me.

edit: seperate js was added as well.
From the seamonkey-solibs slack-desc:
Code:
This package contains a subset of the shared libraries from Seamonkey to provide runtime support for programs that require nss, nspr, and js.
all of which are part of Slackware now.

edit2: that also means seamonkey doesnt need to mess with /etc/ld.so.conf anymore.

Last edited by sahko; 08-11-2012 at 04:27 AM.
 
Old 08-11-2012, 05:04 AM   #24
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Also polkit seems to be present in both l/ and kde/ in 32bit.
 
Old 08-11-2012, 05:25 AM   #25
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
There's a small bug in Slackware64's version of yptools. Utilities like 'ypinit' seem to look for their counterparts in '/usr/lib' and not in '/usr/lib64', which produces a series of 'command not found' errors.

It's easy to fix this bug with a quick & dirty workaround like this:

Code:
# cd /usr/lib
# ln -s /usr/lib64/yp .
My two cents.
 
Old 08-11-2012, 06:06 AM   #26
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
deleted.

Last edited by vharishankar; 11-02-2012 at 12:45 PM.
 
Old 08-11-2012, 06:19 AM   #27
Bazzaah
Member
 
Registered: Mar 2007
Distribution: Slackware64-current, Slackware64 14
Posts: 331

Rep: Reputation: 50
I've been using AlienBob's KDE4.9 with current but would like to upgrade to the beta.

Is there anything in particular that I need to do or can I just do the normal update/install-new/upgrade-all procedure?
 
Old 08-11-2012, 06:31 AM   #28
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,971

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
I notice the order of install went as follows:

ModemManager-0.5.2.0-x86_64-1.txz
aaa_base-14.0-x86_64-3.txz
analitza-4.8.5-x86_64-1.txz
ark-4.8.5-x86_64-1.txz
blackbox-0.70.1-x86_64-7.txz
blinken-4.8.5-x86_64-1.txz
boost-1.49.0-x86_64-3.txz
....

Was this intentional, I always though that aaa_... packages should be upgrade, installed first first and the reason they are start with aaa_.
 
Old 08-11-2012, 07:23 AM   #29
kabamaru
Member
 
Registered: Dec 2011
Location: Greece
Distribution: Slackware
Posts: 276

Rep: Reputation: 134Reputation: 134
Quote:
Originally Posted by chrisretusn View Post
Was this intentional, I always though that aaa_... packages should be upgrade, installed first first and the reason they are start with aaa_.
These are precompiled binaries, so the order doesn't matter. ModemManager goes first because uppercase precede lowercase letters.
 
Old 08-11-2012, 07:53 AM   #30
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by chrisretusn View Post
Was this intentional, I always though that aaa_... packages should be upgrade, installed first first and the reason they are start with aaa_.
If you're already up-to-date with current and just applying the latest batch of updates that Pat has provided then there's usually nothing to worry about. If you're applying several batches at once because you've fallen behind, then order might be an issue. aaa_elflibs is the main one to watch out for as if you do it in the wrong order you,might actually downgrade some libraries. aaa_base is just a bunch of empty directories so there's not much scope for damage.
 
  


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
Bug reports, using them microsoft/linux Debian 1 10-12-2005 07:22 AM
bug reports with apt-get MaTrIx709 Debian 2 07-27-2005 06:05 PM
bug reports on glibc or gcc tvburger Linux From Scratch 1 12-06-2004 12:43 AM
10.1 Beta Cycle Begins, send those bug reports in ! doug_s Mandriva 0 07-24-2004 09:34 AM
How to submit bug reports to Mandrakesoft? registering Mandriva 2 06-04-2004 09:32 AM

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

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