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 03-22-2011, 07:31 AM   #166
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 485

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339

While installing slackware-13.37rc3, I see that installation of openssl shows an error line which tells "md5sum: etc/cron.daily/certwatch: No such file or directory". If I'm right, this is because of this code in doinst.sh :

Code:
# If there is a known buggy certwatch script with no local
# modifications, just replace it:
if [ "$(md5sum etc/cron.daily/certwatch)" = "32556321806f1850d56cb2ef8384b7a1  etc/cron.daily/certwatch" ]; then
  cat etc/cron.daily/certwatch.new > etc/cron.daily/certwatch
  touch -r etc/cron.daily/certwatch.new etc/cron.daily/certwatch
fi
Maybe it could be a good idea to test if "etc/cron.daily/certwatch" exists before :

Code:
# If there is a known buggy certwatch script with no local
# modifications, just replace it:
if [ -f etc/cron.daily/certwatch ]; then
  if [ "$(md5sum etc/cron.daily/certwatch)" = "32556321806f1850d56cb2ef8384b7a1  etc/cron.daily/certwatch" ]; then
    cat etc/cron.daily/certwatch.new > etc/cron.daily/certwatch
    touch -r etc/cron.daily/certwatch.new etc/cron.daily/certwatch
  fi
fi

Last edited by Thom1b; 03-22-2011 at 07:46 AM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 03-22-2011, 02:03 PM   #167
bonixavier
Member
 
Registered: Sep 2010
Distribution: Slackware
Posts: 320

Rep: Reputation: 69
I'd like to see Opera there as well. If gconf could be added...
 
Old 03-22-2011, 02:25 PM   #168
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
I hope and pray that GConf never makes it past extra/.
 
Old 03-22-2011, 04:24 PM   #169
+Alan Hicks+
Member
 
Registered: Feb 2005
Distribution: Slackware
Posts: 72

Rep: Reputation: 55
Quote:
Originally Posted by T3slider View Post
I hope and pray that GConf never makes it past extra/.
I hope and pray that GConf never makes it past pasture/.
 
Old 03-22-2011, 04:41 PM   #170
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by Mark Pettit View Post
Well folks, it's a sad day for Slackware. What a disappointment - everything just worked !
Sad day indeed. -current is super stable.

Quote:
Originally Posted by chytraeus View Post
I don't know if Pat saw this, http://gstreamer.freedesktop.org/new...3-08T17:00:00Z, but on 8 March there was a bug fix release for the gstreamer-good-plugin:
Also xfsprogs have a new 3.1.4 release in Nov 2010.
Code:
xfsprogs-3.1.4 (9 November 2010)
        - Add projid32bit handling to userspace, resolving type
          sizing issues when dealing with 32 bit project ids.
        - Make xfs_fsr use /proc/mounts if available.
Nothing serious in changelog, so its not a major issue but i thought to mention it.
 
Old 03-22-2011, 06:45 PM   #171
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,663

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
GConf is now on /extra along with GORbit
 
Old 03-22-2011, 07:56 PM   #172
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by mlangdn View Post
I just finished this latest round of updates and boot time has decreased by more than half! Takes about 90 sec now instead of ~200.
You mean firefox, or Slackware?
 
Old 03-23-2011, 03:41 AM   #173
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Rep: Reputation: 50
Quote:
Originally Posted by +Alan Hicks+ View Post
I hope and pray that GConf never makes it past pasture/.
Sorry but can someone explain it to me, what is GConf and why its bad?
 
Old 03-23-2011, 04:27 AM   #174
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by mlpa View Post
Sorry but can someone explain it to me, what is GConf and why its bad?
GConf is an attempt to recreate the MS Windows registry system in Linux.

See here for more on that problem :-

http://www.codinghorror.com/blog/200...good-idea.html
 
1 members found this post helpful.
Old 03-23-2011, 06:45 AM   #175
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Quote:
Originally Posted by sahko View Post
You mean firefox, or Slackware?
Slackware!!!

For the longest time, it was taking about 3 minutes to boot to KDE.
 
Old 03-23-2011, 07:48 AM   #176
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Are we there yet?
 
Old 03-23-2011, 08:35 AM   #177
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by +Alan Hicks+ View Post
I hope and pray that GConf never makes it past pasture/.
I know this is off topic. What is the status for the Slackbook revision? I've searched and can not find anything. Care to share?
 
Old 03-23-2011, 08:51 AM   #178
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,374

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
Quote:
Are we there yet?
@brianL
LOL
I am having deja vu. http://www.linuxquestions.org/questi...ml#post3652772

The last time you posted that we had to wait four whole days!

How is the cat population in Oldham?
 
Old 03-23-2011, 08:53 AM   #179
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by allend View Post
@brianL
LOL

How is the cat population in Oldham?
Diminishing rapidly.
 
Old 03-23-2011, 08:59 AM   #180
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,374

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
Slackware is good for many things, but not cats!
 
  


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: Making Slackware and Slackware Derivative Linux Distros Speak Your Language LXer Syndicated Linux News 0 01-29-2009 12:30 AM
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM

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

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