LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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


Closed Thread
  Search this Thread
Old 06-02-2013, 08:07 PM   #331
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled

Quote:
Originally Posted by perbh View Post
And amen to that!!
I'm sorry, but the wheel has allready been invented - there is no way 'round' will be that much more 'round' that it is worth the change ...
Amen to what exactly?
Amen to some shell script hack that try to reimplement everything that journalctl is doing ? ( Because no, i don't believe it's possible to reimplement all the function of journalctl with some simple one liner as
$ journalctl [options]

I believe too that journalctl would be faster then the same implementation with syslog that spawn each time grep, awk, find and whatever you want.

Everytime you call these utilities, a new process is spawned, the needed libraries by the program are searched, some stuff like i18n are setup, etc...
 
Old 06-02-2013, 08:12 PM   #332
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by elvis4526 View Post
Everytime you call these utilities, a new process is spawned, the needed libraries by the program are searched, some stuff like i18n are setup, etc...
The same is true of journalctl, or any native executable. At this point you are only going to convince the ignorant.
 
Old 06-02-2013, 08:22 PM   #333
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled
Quote:
Originally Posted by ttk View Post
The same is true of journalctl, or any native executable. At this point you are only going to convince the ignorant.
If you call a lot of grep, find, etc... this is different since this process is repeated for each binary unlike journalctl which is one binary that allow you to do everything log related.
 
Old 06-02-2013, 08:25 PM   #334
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Okay, let me set a few things straight because there is enough crap floating around about what I've stated...

I have done enough homework having dealt with the travesty that happened with ArchLinux with systemd and the continued issues they still have with it's implementation. It's a very slipshod toolkit and getting stuff working at times was far much more a hassle than a blessing. With the amount of work it too to regenerate the systemd configuration files to work as I needed them, it took less effort to redraft sysvinit text scripts for my needs using a basic shell text editor like Nano. It's hard to argue against plain text in terms of simplicity.

Hacking/Re-scripting a shell script in plain-text isn't hard unless you're a complete idiot who can't read basic English documentation.

As far as IF I could work on sysvinit... I really wish I could contribute to the project, but I'm not a programmer. Just because a GNU project is open source doesn't give you or anyone the right to say, "if you want it then you code it". To me that's just disrespectful and condescending to the people who aren't programmers. I've seen a lot of projects adopt this mentality only to fail because the programmers who worked on the project started focusing less on bugs and more on candy features.

And Elvis again, you don't get the meaning behind my signature...

It means just because someone gives you a new shiny toy to play with doesn't mean it's always the best thing since the skateboard was invested. Often software that is presented as faster, easier, and better, ends up only being more bloated, less admin friendly, and overly complex to where people don't want to use it, but are then presented with the problem of, if you want to remove it, everything that now uses it has to be completely rebuilt from scratch.

That's basic system hi-jacking 101.

And yes, the3dfxdude said it best, Lennart took a pot-shot at BSD which he had no right out of arrogance and he's been rightfully backlashed for it. By taking a shot at BSD, he also aimed at Solaris, other UNIX branded OSes, and various other alternative UNIX-like operating systems saying that these OSes are pointless and meaningless against Linux.

And lastly, Elvis... for that immature and convoluted comment you made on my mother and her well-being... good luck with trying to apologize... You went over the line with that one, and for that, well... now you'll have to live with your mistake.

For someone who claims to understand the concept of UNIX and UNIX-like systems, you know very little if anything at all. Comparing Windows to UNIX is about as easy as comparing a Apple to a Cow and saying both are plants.

Linux does NOT gain any significant benefits of trying to be like Windows. Linux and every other UNIX and UNIX-like systems were NOT designed to be anything like Windows on any scale or level. If anything Windows should be trying to be more like UNIX and UNIX-like systems with modularity designs, minimalism within a system to where you can run one thing without needing to run everything else related to it, customizability within the installation process instead of the all-or-none approach, and the aspect that everything has to be ran by that dreaded svchost.exe and not through separated system services to use less resources.

Ever wonder why Windows Vista, 7, 8, 2008, 2008 R2, and 2012 require such a beefy system to work from and Linux systems like Slackware can run on i486 32-bit hardware from nearly 20 years ago, it's because everything doesn't have to be on the same service application bloating the system processing and memory requirements to Timbuktu and back.

Last edited by ReaperX7; 06-02-2013 at 08:38 PM.
 
Old 06-02-2013, 08:33 PM   #335
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled
Quote:
Hacking/Re-scripting a shell script in plain-text isn't hard unless you're a complete idiot who can't read basic English documentation.
You are the idiot here if you are seriously saying that a configuration file that is in the format:

key = value

is more complicated then a shell script...

I'm not saying that shell script is complicated, all i'm saying is that systemd configuration file is a lot simpler since it's not a programming language at all like sh/bash/whatever.

I was not gonna apologize at all, you totally deserved it.
If you don't want to be insulted, don't insult the work of other developper that I use everyday without any kind of proof besides subjective feeling.

Last edited by elvis4526; 06-02-2013 at 08:41 PM.
 
Old 06-02-2013, 09:11 PM   #336
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,340

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Systemd is aimed to be the Core OS: http://hasgeek.tv/fossdotin/2012-2/1...as-the-core-os
I've watched the entire presentation sans the Q&A session at the end, and I made notes along the way. I found a total of one good argument in favour of systemd, and one half-decent feature that could just as easily have been implemented with SysV init.

I also heard about a great many features of systemd that actually exists outside systemd. A few quite nonsensical arguments were presented as well. I could post the summary and my comments, but I'm afraid it would be quite a lengthy post.

But most of all I heard about a project that has suffered scope creep to such an extent that it has spiraled totally out of control. The original goals have long since been abandoned, something Mr. Poettering readily acknowledged, and at this point the project has no clearly stated goals and no limits, which means it can never be evaluated as either a success or a failure. Or be considered completed, for that matter.

Mr. Poettering made a point of the fact that nobody knows how many other programs and how much functionality they will end up absorbing into the systemd project, and he seems to think this is a good thing. I disagree.
 
2 members found this post helpful.
Old 06-02-2013, 09:14 PM   #337
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,340

Rep: Reputation: Disabled
Quote:
Originally Posted by elvis4526 View Post
You are the idiot here if you are seriously saying that a configuration file that is in the format:

key = value

is more complicated then a shell script...
Your basic shell script contains commands as you would type them on the command line. Nothing more, nothing less. The "commands" are usually regular executables, which run every bit as fast as any other process.

One of the differences between using a shell script and typing stuff manually is that scripts often contain variables that decide what the script will do and/or how it will do it. The variables are in the

key = value

format.
 
Old 06-02-2013, 09:25 PM   #338
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by Ser Olmy View Post
I could post the summary and my comments, but I'm afraid it would be quite a lengthy post.
Why not make a Blog entry?

http://www.linuxquestions.org/questions/blog_usercp.php
 
Old 06-02-2013, 09:54 PM   #339
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled
Quote:
Originally Posted by Ser Olmy View Post
I've watched the entire presentation sans the Q&A session at the end, and I made notes along the way. I found a total of one good argument in favour of systemd, and one half-decent feature that could just as easily have been implemented with SysV init.

I also heard about a great many features of systemd that actually exists outside systemd. A few quite nonsensical arguments were presented as well. I could post the summary and my comments, but I'm afraid it would be quite a lengthy post.

But most of all I heard about a project that has suffered scope creep to such an extent that it has spiraled totally out of control. The original goals have long since been abandoned, something Mr. Poettering readily acknowledged, and at this point the project has no clearly stated goals and no limits, which means it can never be evaluated as either a success or a failure. Or be considered completed, for that matter.

Mr. Poettering made a point of the fact that nobody knows how many other programs and how much functionality they will end up absorbing into the systemd project, and he seems to think this is a good thing. I disagree.
They want systemd to be the building block of an OS.
Is it a good thing?
I personally think it is a good idea since everything in Linux seems cheaply glued together.
Even Greg K-H started to make a dbus implementation inside the kernel so everything will be more tightly integrated.
=> http://www.kroah.com/log/linux/af_bus.html

IMO, if you don't like the way Linux is turning, why not switch to a BSD flavor?
It seems to fit a lot more your "mentality" (no offense), then the Linux world.
 
Old 06-02-2013, 10:00 PM   #340
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by elvis4526 View Post
IMO, if you don't like the way Linux is turning, why not switch to a BSD flavor?
It seems to fit a lot more your "mentality" (no offense), then the Linux world.
IMO, if you don't even have a Slackware system running why are you so insistent posting to this thread in a Slackware forum? Why not spend your efforts in the Red Hat or Gentoo forums? It seems to fit a lot more your "mentality" (no offense), than the Slackware world.
 
Old 06-02-2013, 10:26 PM   #341
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled
Quote:
Originally Posted by astrogeek View Post
IMO, if you don't even have a Slackware system running why are you so insistent posting to this thread in a Slackware forum? Why not spend your efforts in the Red Hat or Gentoo forums? It seems to fit a lot more your "mentality" (no offense), than the Slackware world.
Why do you feel the need to copy what I say and try to mock me with it ?
Did I hurt your feelings ?
 
Old 06-02-2013, 10:37 PM   #342
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,340

Rep: Reputation: Disabled
Quote:
Originally Posted by elvis4526 View Post
They want systemd to be the building block of an OS.
Is it a good thing?
We already have the OS. The question is: Should we throw out a lot of the existing components in favour of a new set of components called "systemd"?

Would you not agree that in order to to answer that question, it makes sense to examine what we gain and what we lose by doing so?
Quote:
Originally Posted by elvis4526 View Post
I personally think it is a good idea since everything in Linux seems cheaply glued together.
Even Greg K-H started to make a dbus implementation inside the kernel so everything will be more tightly integrated.
=> http://www.kroah.com/log/linux/af_bus.html
I would expect no less. He used to work on the project that has now become systemd.

Your "cheaply glued together" comment is just plain wrong, though. Have you examined the init system? Its simplicity is a thing of beauty. You can simplify it down to a single BusyBox executable if you like (many initrds do this), or create a startup system just as advanced as you like or need without ever losing track of how it works. And you can do all this with no other skills than the ones you need anyway to maintain the services running on that system.

Unless you run systemd. Even the number of processes in a basic systemd setup is higher than the total number of scripts in many SysV init systems.
Quote:
Originally Posted by elvis4526 View Post
IMO, if you don't like the way Linux is turning, why not switch to a BSD flavor?
It seems to fit a lot more your "mentality" (no offense), then the Linux world.
I think my "mentality" fits perfectly in the Unix world, where a stable system is built using relatively small, specialized building blocks that do their stuff really well. Using Slackware, I can teach a group of Windows novices how to install and maintain a Linux system in a matter of hours. I know this, because I do just that once a year.

A systemd'ed Linux looks a lot more like Windows, and if I'm going to use something that looks like Windows, it may as well BE Windows. It's a lot easier to sell an upgrade to the latest version of SharePoint, Exchange or Microsoft SQL Server than it is to sell a migration to a Linux-based platform.
 
5 members found this post helpful.
Old 06-03-2013, 03:23 AM   #343
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by elvis4526 View Post
Why do you feel the need to copy what I say and try to mock me with it ?
Did I hurt your feelings ?
I am not mocking, but you did not answer the question.

You said that you do not have any sysvinit machines, so if you don't even have a Slackware system running why are you so insistent posting to this thread in a Slackware forum?

However, I did use similar wording as your question for a reason.

Why not spend your efforts in the Red Hat or Gentoo forums? It seems to fit a lot more your "mentality" (no offense), than the Slackware world.

The reason was to hilight what strikes me as the childish immaturity of your posts in this thread (my personal opinion) and the absence of any useful content among all those words. It always comes down to...

"Does not!", "Does too!", "Is not!", "Is too!", "Will not!", "Will too!"...

So I thought I would see how you reacted to your own non-offensive empty suggestion for others being asked of yourself... and you did not seem to like it at all.

But you still did not answer the question...

If you don't even have a Slackware system running why are you so insistent posting to this thread in a Slackware forum?
 
Old 06-03-2013, 05:08 AM   #344
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
Quote:
Originally Posted by Ser Olmy View Post
I think my "mentality" fits perfectly in the Unix world, where a stable system is built using relatively small, specialized building blocks that do their stuff really well. Using Slackware, I can teach a group of Windows novices how to install and maintain a Linux system in a matter of hours. I know this, because I do just that once a year.
+1 on that. I work as a professional Linux trainer for a series of companies in South France. I'm using Slackware for the job, with bits of Debian and CentOS.
 
Old 06-03-2013, 06:40 AM   #345
torimus
Member
 
Registered: Apr 2013
Distribution: Slackware
Posts: 81

Rep: Reputation: Disabled
@astrogeek, @Ser Olmy

Please, do not feed the troll. Thank you.
 
  


Closed Thread

Tags
cgroups



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: Slackware: Is Systemd Inevitable? LXer Syndicated Linux News 5 07-22-2013 04:54 AM
[SOLVED] slackware and systemd fl0 Slackware 512 08-29-2012 11:07 AM
slackware and systemd (OT) eloi Slackware 44 08-24-2012 04:36 PM
[SOLVED] systemd and Slackware's future kikinovak Slackware 95 07-14-2012 11:40 AM
Boot Delay 30min: systemd-analyze blame systemd-tmpfiles-setup.service BGHolmes Fedora 0 07-27-2011 09:02 AM

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

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