LinuxQuestions.org
Help answer threads with 0 replies.
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 10-26-2006, 09:25 AM   #16
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158

Quote:
Originally Posted by moschops
Hi gwsandvik,
Cheers for the suggestions, I appreciate the criticism. Just a few points though,

I have, the page is called "Slackware 11 installation, configuration and software installation (a journal)".

Good point, however, I specifically did not mention this because I used the default 2.4.33.3 version. I will update this at the top of the page though, as it is a worth doing in retrospect.

In every place I have needed to be root, I have documented it.

You are right, this is not windows! However, I am used to doing a score of config changes, then rebooting for good measure. I should break the habit. Your suggestion will make me revise this.

I genuinely appreciate a proof read with opportunities to learn more. I really am thankfull for your suggestions and taking time to read the document. I am still very new to Linux after all.

No, I am using the default kernel 2.4.33.3 and I come up against this problem everytime I install.

To be fair, I did state that this was undesireable and I would like to know why this is the case. If you can solve it, please let me know. I'm sure it is simple, but I haven't investigated it yet.

No animals were harmed during the changing of permissions for the devices.

Sorry, but it does, first person means "what was done" not "what should be done", and that is what I did. Errors are a part of a first person journal which is why they are valuable, they highlight very real problems encountered by ordinary people. In each case that I could not get something working or found something difficult, I held my hands up and said so.

Take it easy mate,

moschops
Hi,

Maybe I was to critical in my read.

I think you took my response to your pages the wrong way. I didn't intend to cause offense but to assist in the presentation. Your pages as I stated are great. I keep system logs for all my systems to help in the diagnosis of problems. The technique has gotten me out of some deep holes.

I maintain my systems through a ssh as root via a console. But when logged physically I root only when needed for system edits or changes.

As for the reboot issue, I have at times had to reboot because of problems. I tend to want to know what is not working and why, instead of just shirking it off. Sometimes to ignore a problem via a reboot, the same problem can then come back to bite you after the reboot. Rebooting without solving a problem can create other questions that could have been resolved by investigation of an issue instead just rebooting in hopes of solving the problem. Just my style!

I'm not saying that first person can't be used. You just need to complete the thought. I'm not standing behind you therefore the console is blurry through the crystal ball. Really, I have a tendency to not complete my thoughts to paper but when 'I' re-read an entry, a annotation is then made to complete the thought or expand on it. I see your reasoning to my comment but feel you should expand on the idea of reflection of the thought you place on paper/console. Sure the errors are a good trail but the idea here is to provide the means for someone to see a roadmap to getting something to work. Therefore the writing should implement a means to compile the process into a functional operation or presentation.

As I said, Your pages are great! Just my comments to what 'I' feel could be added to help someone who has problems with getting things functional.

BTW, I do take it easy!
 
Old 10-26-2006, 12:41 PM   #17
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by moschops
In every place I have needed to be root, I have documented it
That is one of my points, if the install or maintenance is for system wide then root is required. You don't have to be root to ./configure, make or make check. Instead you could just su or sudo which depends on method of choice as long as the tar files have been expanded as user.

Quote:
Originally Posted by moschops
from My Slackware 11 installation journal

4. iv. XMMS with WMA plugin
Version xmms-1.2.10.tar.gz
Link http://www.xmms.org
Description Audio player
Notes For WMA support use xmms-wma, see below

Unzip the file,

$ tar -xvf [filename]

Then as root, type,

$ ./configure #as user
$ make #as user
$ make check #as user
#now su or sudo depends on taste
$ make install
$ make clean #as user
Sure this example may not be the best choice since most would choose xmmx system wide use.

Quote:
Originally Posted by moschops
I genuinely appreciate a proof read with opportunities to learn more. I really am thankfull for your suggestions and taking time to read the document. I am still very new to Linux after all.
No need to defend yourself! I've been in the field a long time and thankfully still learn something new everyday. I appreciate the thanks! Maybe I should have made a salutation;
'Welcomed To Slackware' to you!

Quote:
Originally Posted by moschops
No, I am using the default kernel 2.4.33.3 and I come up against this problem everytime I install.
As to the cd and dvd problem in 2.4.33. The 2.4.33 kernel uses the ide-cdrom driver to control. The device(s) usually are assigned the /dev/hdc(1st device seen) and /dev/hdd (second device seen) on ide1 if that is how your system is configured. I've got a system configured with /dev/hda as the cdrom on ide0 with the ide-cdrom driver.

My original response referred to 2.4.31(ide-scsi) vs 2.6 (ide-cd) in error. Mixing releases again. Requires reboot!



Quote:
Originally Posted by moschops
To be fair, I did state that this was undesireable and I would like to know why this is the case. If you can solve it, please let me know. I'm sure it is simple, but I haven't investigated it yet.
This is a can of worms! System wide permisions should be used sparingly to avoid security issues.

Quote:
Originally Posted by moschops
No animals were harmed during the changing of permissions for the devices.
As stated above! But what about the system?
 
Old 10-26-2006, 05:02 PM   #18
moschops
LQ Newbie
 
Registered: Oct 2006
Posts: 23

Original Poster
Rep: Reputation: 15
Hi gwsandvik,

All good points. I agree with them all.

With regards to the device issue (which still really bugs me, system wide is bad), I am thinking of just upgrading the kernel to one of the 2.6.X versions that come with Slackware 11.
I remember when I upgraded the kernel to version 2.6.x (something) on Slackware 10, all my devices worked straight away without issue.

Also, you are right about the root thing for ./configure for example, I just never really thought about it properly. I have so much to change! But it is all good. I think writing the document was really good for me, I needed people to point out the things I am doing wrong. I think it is easy to say "Oh, I know how this works, I know how to do this..." it is only when you hand it to someone else to see, that you realise what you are doing wrong.

Also, I never took offence to what you said, seriously Just by talking to you and the other people who posted, I learned a great deal. So much so, that I will change how I configure Slackware in the future. Good job! It is difficult to convey ones thoughts on a forum without the chance of being misunderstood.

Take it easy,

Moschops.

PS, the document will be changed this weekend!
 
Old 10-27-2006, 07:31 AM   #19
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,

Your log styles are good. Don't bias them, just polish.

Quote:
With regards to the device issue (which still really bugs me, system wide is bad), I am thinking of just upgrading the kernel to one of the 2.6.X versions that come with Slackware 11.
I remember when I upgraded the kernel to version 2.6.x (something) on Slackware 10, all my devices worked straight away without issue.
To give a simplistic viewpoint! To make something open or system wide, it is like leaving the key in the lock for your front door. Just an invite for someone to do something. When you could place the key in a safe place that allows the people who know where to look to get the key to perform the operation that you want done. Thus guarding your system by allowing trusted users to perform a wanted action.

Sometimes the upgrade to the 2.6 kernel can resolve the device(s) issue. Usually due to the udev vs hotplug differences.

Quote:
Also, you are right about the root thing for ./configure for example, I just never really thought about it properly. I have so much to change! But it is all good. I think writing the document was really good for me, I needed people to point out the things I am doing wrong. I think it is easy to say "Oh, I know how this works, I know how to do this..." it is only when you hand it to someone else to see, that you realise what you are doing wrong.
I feel everyone needs to expand thier abilities. Sometimes we all get into a habit that will come back an cause a problem. The root thing I mentioned is just that, a habit. You can get yourself into some real problems if your not careful when using root. Even su or sudo can get you if not careful but the commands are there to help in the prevention or to safeguard;

Quote:
su - change user ID or become super-user
su is used to become another user during a login session. Invoked with-
out a username, su defaults to becoming the super user. The optional
argument - may be used to provide an environment similiar to what the
user would expect had the user logged in directly.
Additional arguments may be provided after the username, in which case
they are supplied to the user´s login shell. In particular, an argument
of -c will cause the next argument to be treated as a command by most
command interpreters. The command will be executed by the shell speci-
fied in /etc/passwd for the target user.
The user will be prompted for a password, if appropriate. Invalid pass-
words will produce an error message. All attempts, both valid and
invalid, are logged to detect abuses of the system.
Quote:
sudo allows a permitted user to execute a command as the superuser or
another user, as specified in the sudoers file.
As pointed by the "man" output, the safeguards are there to inhibit and also provide a means to trace the use. Typos can get you either way. Semantics especially will create more havic than syntax.

Quote:
Also, I never took offence to what you said, seriously Just by talking to you and the other people who posted, I learned a great deal. So much so, that I will change how I configure Slackware in the future. Good job! It is difficult to convey ones thoughts on a forum without the chance of being misunderstood.
I agree whole heartily! It can be difficult to convey thoughts across a forum. Especially for understanding between cultures and societies with difference. I just re-read 'How to Ask Questions the Smart Way' and a few things jumped out and whacked me! So we all learn or re-learn things from others. I do re-read my references periodically to keep up with possible changes and to be sure that the material is still solid. Plus I do this to keep the old mind active!

Quote:
Take it easy,

Moschops.

PS, the document will be changed this weekend!
I do take it easy! The document will be a great contribution to the Slackware community. Thank You!
 
Old 11-07-2006, 04:32 PM   #20
hrp2171
Member
 
Registered: Aug 2004
Location: California, USA
Distribution: Ubuntu
Posts: 243
Blog Entries: 3

Rep: Reputation: 30
Quote:
Originally Posted by moschops
Hi JockVSJock and vbisis,

About Wine.

I tried to install the latest package version of Wine available on http://www.linuxpackages.net but all the characters/fonts ended up as squares (when launching winetools). After compiling the following version: wine-0.9.23-i486-S11.0.tgz from source, the wine GUI was fine. Job done. I did this on the default Slackware 11 kernel 2.4.33.3.
So that's your own package that you built. I'll download it since I definitely need wine to play Day of Defeat. Many thanks for putting your thoughts on an easy to read web page. Good work.
 
  


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
what all these are suppose to mean ... alred Puppy 2 10-20-2006 07:34 AM
[Journal]Ride to linux with Slackware(1) diego_cn Slackware 22 03-27-2006 02:52 PM
I suppose you Americans have seen this floppywhopper General 9 11-18-2004 01:37 AM
Dumb question, I suppose 88guy Linux - General 7 08-22-2003 11:32 PM

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

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