LQ Suggestions & Feedback Do you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-11-2005, 10:04 AM
|
#1
|
|
Member
Registered: Nov 2003
Posts: 65
Rep:
|
New Forum for Linux-Gurus[Programming/Administration] or Linux-Advanced Users [ Progr
Hi All,
Don’t you feel , It would be a good idea to have a forum for Linux-Gurus[Programming/Administration] or Linux-Advanced Users [ Programming/Administration] for advanced programming / environment /Administration questions . For example I have given a sample question below
The current Linux-Software and Linux General forums are too generic and too high level forums and its flooded with beginner /intermediate level questions. Basically not many gurus will be able to watch the questions and have discussion here cos most of the questions are too beginners level
Can you please accommodate this request?
And the question is
When I do an ls –l on large directory , I am getting the following error, And I found the culprit is ARG_MAX setting and is set to a very low limit. How can I set it to a larger value
> ls –l *
ksh: ls: Argument list too long
> getconf ARG_MAX
131072
Thanks
Raees
|
|
|
|
04-11-2005, 02:15 PM
|
#2
|
|
LQ Veteran
Registered: Mar 2003
Location: Milwaukee, WI
Distribution: Mint
Posts: 6,642
Rep:
|
My recommendation would be that if you have a programming question, you should post it in the Programming forum rather than the Software or General forum, as it will get much better exposure there (Programming) than it would elsewhere.
As for creating separate forums for "Advanced" or "Guru" members, I would be opposed for several reasons. First, I'm not sure how and/or who could determine whether someone actually had "advanced/guru" experience and knowledge and thus was qualified to answer the questions, and second, having two sets of forums (one for newbies, one for gurus) would literally double the amount of work needed to run the site. I'm not sure that would really be an improvement, especially since it's a pretty good bet that people would either naturally gravitate to posting questions in the "guru" forum rather than the "newbie" forum, or they would double post and create a thread in both forums. The end result would be the same number of questions, only they'd be in a forum that had a different name. As always, the above is strictly my own 2 cents, nothing more. -- J.W.
|
|
|
|
04-11-2005, 02:24 PM
|
#3
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
We do have a Enterprise forum which is mainly targeted at the more advanced users, that work in enterprise type enviornments..
And there is always www.programmingquestions.org our sister site for more detailed forums for different programming languages.. 
|
|
|
|
04-11-2005, 04:05 PM
|
#4
|
|
LQ Newbie
Registered: Mar 2005
Location: CA
Distribution: SuSE, Debian
Posts: 27
Rep:
|
I would like to apologize for the thing I will say, if that will offend the author of the thread. There is a very slight line between a guru and a showoff. And the way you distinguish this line is by looking at a person. A showoff talks, a guru helps. And it has nothing to do with forums, their specifications or categorizations. If you asked a question just wait, and the help will come, if not research the topic and rephrase the question according to your new knowledge. And ask again. Keep doing this until the question is not solved or your are bored.
Now going back to your question:
the number you see(131072) is the the maximum command line length for any program, you can check it by
Code:
grep ARG_MAX /usr/include/linux/limits.h
since you are using * your shell is trying to convert this wildcard into names and fails when it reaches the ARG_MAX length. I see 2 solutions 1) try to overcome this by using some shell tricks
2) change the value in limits.h and recompile the kernel
|
|
|
|
04-11-2005, 04:46 PM
|
#5
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
Ok so you made a suggestion but you also asked this question once again in Software. Don't do this as this is cross posting and is against our rules. What you should have done was make two different threads as this forum is not setup to ask technical questions. So anyone that wants to answer his questions in regards to his ARG_MAX issue, direct your browsers here: http://www.linuxquestions.org/questi...hreadid=312012
http://www.linuxquestions.org/rules.php
|
|
|
|
04-12-2005, 07:35 PM
|
#6
|
|
Member
Registered: Nov 2003
Posts: 65
Original Poster
Rep:
|
I apologize for having the question posted here. The intention was to show the kind of questions that needs an experts advice should go to a different group were adequate attention will be obtained…
Once again please do not answer the question here I have a diff posting for the same in software forum
Thanks
Raees
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:06 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
|
|