LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-23-2010, 08:50 AM   #211
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208

Quote:
Originally Posted by Josh000 View Post
It is to be expected, as they sometime ago replaced the traditional init system with upstart.

I am sure all the advanced users who use ubuntu kept up with this development, and obviously those who do not care about ubuntu did not.

Upstart has many advantages, as listed on the wiki page.
Could well be part of the upstart system and (presumably for backwards compatibility) it does look in inittab, but there is no runlevel in ubuntu's inittab by default (for sure on 8.04). Here it is FYI
Code:
# rc - runlevel compatibility
#
# This task guesses what the "default runlevel" should be and starts the
# appropriate script.

start on stopped rcS

script
    runlevel --reboot || true

    if grep -q -w -- "-s\|single\|S" /proc/cmdline; then
        telinit S
    elif [ -r /etc/inittab ]; then
        RL="$(sed -n -e "/^id:[0-9]*:initdefault:/{s/^id://;s/:.*//;p}" /etc/inittab || true)"
        if [ -n "$RL" ]; then
        telinit $RL
        else
        telinit 2
        fi
    else
        telinit 2
    fi
end script
As you commented, Josh000, upstart has many advantages but breaking boot script message logging (bootlogd functionality) is a significant disadvantage. Is it fixed in 10.04?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-30-2010, 10:19 AM   #212
thosch97
Member
 
Registered: Feb 2010
Distribution: Xubuntu
Posts: 40

Rep: Reputation: 16
Quote:
Originally Posted by catkin View Post
So xubuntu might suit you ... or is Xfce not to your liking?
Hmm, there is no very big different difference between Xfce and GNOME. Maybe Xfce is faster, but on a Intel Core2Duo GNOME is as fast as Xfce (but maybe KDE is a bit slower, but not on my PC)
 
Old 06-05-2010, 09:53 PM   #213
salemboot
Member
 
Registered: Mar 2007
Location: America
Distribution: Linux
Posts: 161

Rep: Reputation: 36
testing areas

I still see Slackware's 13 major number releases as Betas. The stable version is 12.2 for those interested. Slam64's 12.2 for 64 bit enthusiasts.

Ubuntu 10.04 is the first stable release we've gotten in a long time. 9.04 was a release candidate. 9.10 was the beta. 10.04 was the release.
The stable version is 10.04 for those interested.


I haven't seen a release since 2007 that properly burnt cdr's on my external dvdr burner. Wodim, cdrtools just started failing.

I've started using Nero for Linux. Superb piece of software.

I'm going out on a limb here but maybe the slackware dev's could take a look at the fine print on KOffice's website which states that KOffice 2 isn't ready for production. It's not even close to being feature complete. It's high time OpenOffice is included or a return to Abiword is in order.

But what do i know...

Goodbye sweet hat...
 
Old 06-05-2010, 10:55 PM   #214
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Wow must be a slow week...
 
Old 07-06-2010, 03:50 AM   #215
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
It seems 'buntu is catching on:

It looks more and more like Slackware (init got face lift, what's next?)

Lately all development seems to advance by making it "the old way".

Stevan C.
 
Old 07-06-2010, 05:02 AM   #216
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 SCerovec View Post
It seems 'buntu is catching on:

It looks more and more like Slackware (init got face lift, what's next?)
The last time I paid much attention to what ubuntu were up to they were in the process of implementing an event-based init with a high degree of parallelism centred around 'upstart' and similar to what Apple did with Launchd in OS X.

That's about as far from Slackware's simple and reliable fixed-order sequential init system as you can get. Or are you referring to something else?
 
Old 07-07-2010, 07:45 AM   #217
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Ubuntu default grub2 has made it not bleeding edge like Slackware current. it has made a long term learning curve for the unknown person.
 
  


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
Ubuntu / Ubuntu + KDE / Kubuntu | Which do you use? BuckRogers01 Ubuntu 60 07-08-2006 12:24 AM
XP doesn't recognize Ubuntu, Ubuntu installed first. MonkeyBusiness Linux - Newbie 9 06-21-2006 03:58 AM
Does ndiswrapper work with Slackware? I don't want to switch to Ubuntu. rovitotv Slackware 12 10-21-2005 10:47 PM
Help Slackware user try Ubuntu kornerr Ubuntu 8 06-10-2005 06:00 PM
Clean install from Ubuntu Warty to Ubuntu Hoary Erik_the_Red Linux - Newbie 2 06-05-2005 07:14 PM

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

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