Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
11-14-2013, 03:07 PM
|
#31
|
Senior Member
Registered: Mar 2002
Location: Oklahoma
Posts: 1,154
Rep:
|
as an old slacker i agree with those that dont want systemd, you cant just build a drop-in replacement of the init system, its like the launch codes on an ICBM multi-warhead nuclear missile = not something to be meddling with if you want it to all work properly
|
|
4 members found this post helpful.
|
11-14-2013, 03:17 PM
|
#32
|
Member
Registered: Sep 2012
Location: Bulgaria,Varna
Distribution: Slackware64
Posts: 249
Rep:
|
I just want to test it.Why so much hate ?
|
|
5 members found this post helpful.
|
11-14-2013, 03:19 PM
|
#33
|
Senior Member
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727
|
Quote:
Originally Posted by Alien Bob
As far as I know, SystemD does not support /usr being a separate filesystem unless you yourself ensure that it gets mounted before SystemD starts (i.e. you need to mount it in the initrd). See http://freedesktop.org/wiki/Software...usr-is-broken/ for a piece of arrogance barfed up by our favourite Slackware destroyer.
Eric
|
As far as I know, the separate /usr issue exists right now, even with the glorious and so orthodox udev. This is the price payed to have a super-cool auto-configuration, but having apps or libraries as dependencies in /usr...
That's why most of us we need a properly initrd to boot our super nice auto-configured (and so encrypted?) operating system.
To be honest, even I believe too that the page author is a rare piece of arrogance, still I do not see nothing wrong in that page...
|
|
|
11-14-2013, 03:21 PM
|
#34
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Original Poster
Rep:
|
tuxbg,
the error after using your login name is because of the file /etc/login.defs
you will need the one supplied with the package.
most likely it is still /etc/login.defs.new
I updated the build script to make sure it is not .new, people can change the options later as needed.
Last edited by bartgymnast; 11-14-2013 at 03:27 PM.
|
|
|
11-14-2013, 03:22 PM
|
#35
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Rep:
|
Quote:
Originally Posted by tuxbg
I just want to test it.Why so much hate ?
|
i think that would work better with an other linux than slackware at the moment..
|
|
|
11-14-2013, 03:33 PM
|
#36
|
Member
Registered: Sep 2012
Location: Bulgaria,Varna
Distribution: Slackware64
Posts: 249
Rep:
|
Quote:
Originally Posted by Stuferus
i think that would work better with an other linux than slackware at the moment..
|
You are funny guy
|
|
|
11-14-2013, 03:39 PM
|
#37
|
Member
Registered: Sep 2012
Location: Bulgaria,Varna
Distribution: Slackware64
Posts: 249
Rep:
|
Quote:
Originally Posted by bartgymnast
tuxbg,
the error after using your login name is because of the file /etc/login.defs
you will need the one supplied with the package.
most likely it is still /etc/login.defs.new
I updated the build script to make sure it is not .new, people can change the options later as needed.
|
Yes it was my mistake.I override /etc/login.defs and now all things works
|
|
|
11-14-2013, 03:44 PM
|
#38
|
Senior Member
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727
|
Quote:
Originally Posted by tuxbg
Yes it was my mistake.I override /etc/login.defs and now all things works
|
Then, you do not have now any "separate /usr" problems?
|
|
|
11-14-2013, 03:46 PM
|
#39
|
Member
Registered: Sep 2012
Location: Bulgaria,Varna
Distribution: Slackware64
Posts: 249
Rep:
|
Quote:
Originally Posted by Darth Vader
Then, you do not have now any "separate /usr" problems?
|
No i dont have "any" login problems
|
|
|
11-14-2013, 03:50 PM
|
#40
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Original Poster
Rep:
|
good to hear tuxbg,
the next package on my list to do this weekend is util-linux.
this package is linked against libudev.so.0, but systemd/udev since v187 (if not mistaken) is using libudev.so.1
As you see in the systemd.slackbuild it uses currently the ugly hack of linking libudev.so.0 to libudev.so.1
That should at the end not be needed anymore.
If you came across things that might seem to be a problem, do not hesitate to write it here. or send to my mail
|
|
1 members found this post helpful.
|
11-14-2013, 03:51 PM
|
#41
|
Senior Member
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727
|
Quote:
Originally Posted by tuxbg
No i dont have "any" login problems
|
Long story short, the SystemD works in your system as expected and you consider that, as replacement (now!) of the orthodox BSD-like init of Slackware, it works equal or even better?
|
|
|
11-14-2013, 03:52 PM
|
#42
|
Member
Registered: Apr 2011
Location: Canada
Distribution: Slackware
Posts: 99
Rep:
|
Quote:
Originally Posted by Alien Bob
As far as I know, SystemD does not support /usr being a separate filesystem unless you yourself ensure that it gets mounted before SystemD starts (i.e. you need to mount it in the initrd). See http://freedesktop.org/wiki/Software...usr-is-broken/ for a piece of arrogance barfed up by our favourite Slackware destroyer.
|
Now, see, most days I don't mind systemd too much, but then they have things like this:
Quote:
Here's a short, very in-comprehensive list of software we are aware of that currently are not able to provide the full set of functionality when /usr is split off and not pre-mounted at boot: udev-pci-db/udev-usb-db and all rules depending on this (using the PCI/USB database in /usr/share), PulseAudio, NetworkManager, ModemManager, udisks, libatasmart, usb_modeswitch, gnome-color-manager, usbmuxd, ALSA, D-Bus, CUPS, Plymouth, LVM, hplip, multipath, Argyll, VMWare, the locale logic of most programs and a lot of other stuff.
|
And I think - why not just mount the stuff on fstab first? And who wants to run this stuff before filesystems come up? hplip? Really? Is it a problem that their core init program is linked to all this stuff, and this stuff is on /usr? How about not making the init linked to all this and, after processing fstab, start the bigger part of systemd? Seems easier than changing a 40-something-year-old concept.
But then I read this, and I get it. The word 'Solaris' appears 12 times. Compatibility to other Unixes/Linuxes translates to Solaris. Upstream is Solaris. Despite our closer cousins in BSD, they don't get mentioned once. It's an enterprise move so that Oracle doesn't need to try so hard to port our software.
In the end, if the technical reasons don't make sense, it's because they're made after the fact - it's really about the politics.
But now I'm being mean. I still want to see good stuff come out of these SlackBuilds!
EDIT: Heh, we were still on page 2 when I started that... whoops...
Last edited by jprzybylski; 11-14-2013 at 03:54 PM.
|
|
|
11-14-2013, 03:55 PM
|
#43
|
Member
Registered: Sep 2012
Location: Bulgaria,Varna
Distribution: Slackware64
Posts: 249
Rep:
|
Quote:
Originally Posted by Darth Vader
Long story short, the SystemD works in your system as expected and you consider that, as replacement (now!) of the orthodox BSD-like init of Slackware, it works equal or even better?
|
I just wont to test it.What's the problem?Why everybody judge me?
|
|
|
11-14-2013, 04:00 PM
|
#44
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Original Poster
Rep:
|
tux, darth-vader wanted to have your opinion.
he wants to know if it works better, the same or worse than before
|
|
|
11-14-2013, 04:02 PM
|
#45
|
Senior Member
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727
|
Quote:
Originally Posted by tuxbg
I just wont to test it.What's the problem?Why everybody judge me?
|
I do not judge you, my friend! I just ask you if SystemD works fine as replacement of Slackware BSD-Init, which is really it, in our case...
|
|
|
All times are GMT -5. The time now is 12:42 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|