LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-18-2014, 06:55 AM   #91
vl23
Member
 
Registered: Mar 2009
Posts: 125

Original Poster
Rep: Reputation: 8

Quote:
Originally Posted by TobiSGD View Post
If you think so. I see nothing wrong in showing him which OSes support POSIX fully when he asks that only those that do can call themselves UNIX-like, but to each his own.

Which is only a chicken and egg problem when /usr is hosted on the newtwork and even then easily solved with an initramfs. Talking about weaseling out.
Dude, read my whole actual post there is a lot of stuff U'r not addressing, and for the record, I have always considered initramfs an ugly hack, sure it can be useful on occasion, but I'd rather use a custom kernel with all essential functionality like fs support for the root and other essential fs-es built in.
 
Old 02-18-2014, 08:25 AM   #92
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by vl23 View Post
and for the record, I have always considered initramfs an ugly hack, sure it can be useful on occasion, but I'd rather use a custom kernel with all essential functionality like fs support for the root and other essential fs-es built in.
What you'd rather use and what initrd/initramfs is good for are too entirely different things. If someone putting together a distribution was to use a kernel with all file systems, scsi host adapter drivers built into the kernel, that would be huge kernel and not in the end user's best interests.
 
1 members found this post helpful.
Old 02-18-2014, 09:24 AM   #93
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by vl23 View Post
Dude, read my whole actual post there is a lot of stuff U'r not addressing, and for the record, I have always considered initramfs an ugly hack, sure it can be useful on occasion, but I'd rather use a custom kernel with all essential functionality like fs support for the root and other essential fs-es built in.
I have read your entire post, but you preferred to make changes after I posted. I will not sit here and press Refresh every minute on your posts for the case you have made changes. But I will happily address them now, let's see:
Quote:
thus giving us a chicken and egg problem, since everything necessary for a minimal boot must be in /bin or /sbin as stated above.Repeating.Bolding.And Underlining for better visibility, I hope you ACTUALLY understand it now, LOL!.
Who again says that it must be there? Did you miss the part where I stated that (almost) no distro adheres anymore to standards like FHS and LSB. Did you also miss the point where I stated that many distros nowadays don't even have a /sbin or /bin separate from those in /usr? Regarding initramfs as an ugly hack, again, think about it what you want. Fact is that initramfs is standard in Debian for years, so here will exactly change this for Debian: Nothing.
Quote:
As to your larger installations, I belie that maintaining everything from a single point, means single point of failure, laziness is a good thing at times, but there is such a thing as diminishing returns, there is also the minor issue of network faults and having your NFS/SAMBA/Whatever servers going down for maintenace.
And you think in this case, having a single point of failure where an actual error can be fixed for all systems at once is worse than having to update and make sure that they are in a consistent state for hundreds or even thousands of systems? And you think that in large installations the server downtime is not planned in a way that people can continue their work?
 
1 members found this post helpful.
Old 02-18-2014, 11:31 AM   #94
vl23
Member
 
Registered: Mar 2009
Posts: 125

Original Poster
Rep: Reputation: 8
Quote:
Originally Posted by TobiSGD View Post
I have read your entire post, but you preferred to make changes after I posted. I will not sit here and press Refresh every minute on your posts for the case you have made changes. But I will happily address them now, let's see:Who again says that it must be there? Did you miss the part where I stated that (almost) no distro adheres anymore to standards like FHS and LSB. Did you also miss the point where I stated that many distros nowadays don't even have a /sbin or /bin separate from those in /usr? Regarding initramfs as an ugly hack, again, think about it what you want. Fact is that initramfs is standard in Debian for years, so here will exactly change this for Debian: Nothing.
Seperate /bin and /sbin exist for a good reason, and the standard should be adhered to, the fact that some distros do not do that just shows that their maintainers need to be done away with.
Once again you read selectively and don't get to the heart of the matter.
IMO you should improve your reading comprehension.


Quote:
Originally Posted by TobiSGD View Post
And you think in this case, having a single point of failure where an actual error can be fixed for all systems at once is worse than having to update and make sure that they are in a consistent state for hundreds or even thousands of systems? And you think that in large installations the server downtime is not planned in a way that people can continue their work?
Or mess things up royally if you do something wrong, also why in hell should we not use rync, or parallel ssh with a few scripts, or just do an upgrade via kickstart(Or by utilizing the capabilities of excellent commercial UNIX solutions, like Slowaris' Jumpstart server and flash archives, or AIX's NIM and mksysb, HP-UX had something similar, but I can't remember the name just now.)
Finally a shared /usr will only work if all the systems are close enough so as to be identical where necessary libraries are concerned, if your shop is not hardware or software-homogenous you should forget that, it would also mean adding at least 2 KPE systems(because it would be better if you run the server where the shares are on a cluster to prevent screwups to at least some extent.), and improving the network's reliability and fault tolerance to make sure your laziness does not cost you dearly, and I haven't even gotten into things like load-balancing, and the need for things like pre-production and DR environments.
So you would probably need at least 6 more machines(Or VM's but I'd rather not use those for something like that.)And a number of improvements across your *NIX environment.
And a lot more uniformity.
 
Old 02-18-2014, 12:58 PM   #95
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by vl23 View Post
Seperate /bin and /sbin exist for a good reason, and the standard should be adhered to, the fact that some distros do not do that just shows that their maintainers need to be done away with.
Once again you read selectively and don't get to the heart of the matter.
IMO you should improve your reading comprehension.
You are entitled to your opinion, but I don't think that anything is wrong with my reading comprehension.

Quote:
Or mess things up royally if you do something wrong, also why in hell should we not use rync, or parallel ssh with a few scripts, or just do an upgrade via kickstart(Or by utilizing the capabilities of excellent commercial UNIX solutions, like Slowaris' Jumpstart server and flash archives, or AIX's NIM and mksysb, HP-UX had something similar, but I can't remember the name just now.)
Finally a shared /usr will only work if all the systems are close enough so as to be identical where necessary libraries are concerned, if your shop is not hardware or software-homogenous you should forget that, it would also mean adding at least 2 KPE systems(because it would be better if you run the server where the shares are on a cluster to prevent screwups to at least some extent.), and improving the network's reliability and fault tolerance to make sure your laziness does not cost you dearly, and I haven't even gotten into things like load-balancing, and the need for things like pre-production and DR environments.
So you would probably need at least 6 more machines(Or VM's but I'd rather not use those for something like that.)And a number of improvements across your *NIX environment.
And a lot more uniformity.
And despite that it is done nonetheless in large installations. So what was again your point?
 
1 members found this post helpful.
Old 02-18-2014, 01:28 PM   #96
vl23
Member
 
Registered: Mar 2009
Posts: 125

Original Poster
Rep: Reputation: 8
Quote:
Originally Posted by TobiSGD View Post

And despite that it is done nonetheless in large installations. So what was again your point?
My point was stated pretty well in my original post, and yes, I think that a number of your replies to my posts indicate that you do have problems with with reading comprehension that you should address ASAP, trust me it is important that you deal with them, it could be a great benefit to you.

Furthermore I am sure that you are aware of the fact that the fact something can be done, or that it has/is been done most certainly does not make it a good idea.
I've also worked for environments with hundreds of Unix systems for various organizations, none of them had anything like that, although other convoluted stuff was done galore.
 
Old 02-18-2014, 02:28 PM   #97
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by vl23 View Post
My point was stated pretty well in my original post, and yes, I think that a number of your replies to my posts indicate that you do have problems with with reading comprehension that you should address ASAP, trust me it is important that you deal with them, it could be a great benefit to you.
At this point any further discussion with you is mood. Have a nice day.
 
Old 02-18-2014, 02:51 PM   #98
vl23
Member
 
Registered: Mar 2009
Posts: 125

Original Poster
Rep: Reputation: 8
Quote:
Originally Posted by TobiSGD View Post
At this point any further discussion with you is mood. Have a nice day.
Ah, I see, a ragequit, well farewell, although you still haven't addressed a number of my concerns in the quoted post as well as in a number of prior ones.
And my suggestion stems from genuine concern for a fellow penguin and UNIXite.
 
Old 02-18-2014, 04:23 PM   #99
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by vl23 View Post
Ah, I see, a ragequit, well farewell
I would guess that he has given it up as a bad job because your posts have become increasingly ad hominen in nature.


//edit: Just read further back and it's astonishing that some people in this thread took shuttleworth's crystal clear blog post and concluded that 'buntu are not switching to systemd... it's obvious to me from the post that 'buntu are almost certainly moving to systemd.

Last edited by cynwulf; 02-18-2014 at 04:33 PM.
 
Old 02-18-2014, 05:01 PM   #100
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by cynwulf View Post
//edit: Just read further back and it's astonishing that some people in this thread took shuttleworth's crystal clear blog post and concluded that 'buntu are not switching to systemd... it's obvious to me from the post that 'buntu are almost certainly moving to systemd.
And here I thought you had blocked me just like you said you would
 
Old 02-18-2014, 05:01 PM   #101
vl23
Member
 
Registered: Mar 2009
Posts: 125

Original Poster
Rep: Reputation: 8
Quote:
Originally Posted by cynwulf View Post
I would guess that he has given it up as a bad job because your posts have become increasingly ad hominen in nature.


//edit: Just read further back and it's astonishing that some people in this thread took shuttleworth's crystal clear blog post and concluded that 'buntu are not switching to systemd... it's obvious to me from the post that 'buntu are almost certainly moving to systemd.
Well, the choice of a superior OS is not a guarantee of superior all-round intelligence I guess, because it is quite easy to see that Shuttlworth did not say Ubuntu wil be using systemd from now on.
You really need to learn to read between the lines, and to understand legalese/political communications more easily.
 
Old 02-18-2014, 05:10 PM   #102
Soderlund
Member
 
Registered: Aug 2012
Posts: 185

Rep: Reputation: 81
Quote:
PS: as for the BSD's ... you'll be unpleasantly surprised about the next FreeBSD announcements ...
But isn't that impossible? Isn't one of the criticisms of systemd that it's Linux-only and can't be ported to the BSDs? So there you have it, your safe haven from systemd -- maybe Volkerding will choose to have it in Slackware some day (probably the day pigs fly) but in BSD you have a 100% guarantee that it will never happen.
 
1 members found this post helpful.
Old 02-18-2014, 05:11 PM   #103
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Shuttleworth has made announcements in the past, that were clear and concise, and then not implemented the decision made in the announcement. Nothing with Ubuntu is ever clear until it happens.
 
1 members found this post helpful.
Old 02-18-2014, 05:33 PM   #104
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by k3lt01 View Post
And here I thought you had blocked me just like you said you would
I unblocked you some time ago, can't remember when - can't remember what I blocked you for either. (Not really into bearing grudges).
Quote:
Originally Posted by vl23 View Post
Well, the choice of a superior OS is not a guarantee of superior all-round intelligence I guess, because it is quite easy to see that Shuttlworth did not say Ubuntu wil be using systemd from now on.
You really need to learn to read between the lines, and to understand legalese/political communications more easily.
Yep... just resort to doing what you do best. That really does prove that you're the clever chap and we're all idiots...
Quote:
Originally Posted by k3lt01 View Post
Shuttleworth has made announcements in the past, that were clear and concise, and then not implemented the decision made in the announcement. Nothing with Ubuntu is ever clear until it happens.
That's a valid point, but it doesn't really change that shuttle said they're going to systemd, so shuttle changing his mind is possible - but would be a u turn on his part. For me, his blog clearly says that they are following Debian and moving to systemd and he talks about upstart in the past tense.
 
1 members found this post helpful.
Old 02-18-2014, 05:43 PM   #105
vl23
Member
 
Registered: Mar 2009
Posts: 125

Original Poster
Rep: Reputation: 8
Quote:
Originally Posted by cynwulf View Post
I unblocked you some time ago, can't remember when - can't remember what I blocked you for either. (Not really into bearing grudges).

Yep... just resort to doing what you do best. That really does prove that you're the clever chap and we're all idiots...

That's a valid point, but it doesn't really change that shuttle said they're going to systemd, so shuttle changing his mind is possible - but would be a u turn on his part. For me, his blog clearly says that they are following Debian and moving to systemd and he talks about upstart in the past tense.
Could you please stop hijacking this discussion, Tobi's damage was enough, thanks.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Feedback on Potential New Feature Wanted - Save Post as a Draft jeremy LQ Suggestions & Feedback 15 11-01-2013 05:23 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 - General

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