LinuxQuestions.org
Review your favorite Linux distribution.
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 09-01-2004, 05:30 AM   #1
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Rep: Reputation: 30
Slackware10 little questions...


Hi all!

I tried out a lot of distributions... mostly working with SuSe in the past... now I switched to Slackware 10.0 for testing... and I love it!!!

But there are some little things that won't work the way I would like them working... and I have been surfing this forum for a while ... but there are stil lsome little things I need help with!

1) I can't access my windows (NTFS) partition as a user ... don't know muc habout this stuff,... other distributions worked from the beginning, so I never got in tuch with that. It seems like a permissions-problem to me. This is what "ls -l "looks like

dr-x------ 1 root root 8.0K date time windows/

When I simply try to "chmod 555 windwos" or "chmod +r windows" I only get a message

chmod: changing permissions of "windows/": Read-only file system

and an errorcode "1"

And from /etc/fstab is that:

/dev/hda1 /windows ntfs ro 1 0


So... I think I have to change something in /etc/fstab ... but, as I said ... I don't know anything for sure :-)


My Second question is:
2) Is there something like YaST or similar in Slackware? Because there are some litttle things I could tune in YaST within seconds... and of course I do not know where and how to do this without it.
For example.... where can I turn on ACPI in some way? How can I change the mouse I am using, to get the wheel working? ... In SuSE I knew how to do this... thanks to YaST ... but how is it going on Slackware.... ?



On to the next:
3) If I place the .bashrc or .exrc in my home... they should overwrite the ones from the system... but in fact they are totally unrecognized ... nothnig happens! NOTHING ... wherther in my personal nor in the root's home they have any effect...

Do I have to turn that on or something like this???

I put some stuff in /etc/profile.d/myscript.sh ... but that seems to be not exactly what I want... because this won't work for root ....

Last one:
4) Now, the last one is juts some bonus-stuff... I know,... this is not very important ... but I don't like to curses-look of Lilo ... is there a simple way to turn on a graphical Lilo? And may an splashscreen instead of vga-consolse at bootup?

Ok now, I hope it's ok, that I posted all in one thread ... if not, please let me know... I'll fix that.
Away from that I hope some of you guys can help me.... since this forum helped me a lot today and I just could not find out this stuff myself... :-)

Gretings, Sascha
 
Old 09-01-2004, 05:53 AM   #2
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
check out this site it will help you out

http://shilo.is-a-geek.com/slack/
 
Old 09-01-2004, 06:32 AM   #3
lodder
LQ Newbie
 
Registered: Jun 2004
Location: Belgium
Distribution: Debian
Posts: 24

Rep: Reputation: 15
if you defind ntfs in your fstab open it up add these options fo your: nfts disk usersnumask=000


example: /dev/hdc1 /win ntfs ro,users,umask=000 1 0

then all users can open your ntfs drive
 
Old 09-01-2004, 06:43 AM   #4
justin_p
Member
 
Registered: Jan 2004
Location: Virginia, USA
Distribution: slack 13; I've used it all :)
Posts: 433

Rep: Reputation: 30
Dude, sorry nothing like YaST in Slack. You have to tune the config files on your own. But the advantages to slack are enormous. You get the packages as their maintainers/developers intended. The system stays out of your way. Another good reference site is www.insyte.uni.cc. Moving on to your mouse... go to the cli and type: su. Enter the root password. type: pico /etc/X11/xorg.conf. Go to the section in their called "Input pointer Device (or something like that). At the end of the Options Section you see a line #End of Section. Go just above this line and type: Option "ZaxisMapping" "4 5". Also make sure that your mouse is set to IMPS/2 instead of just PS/2. Search in these slack forums for answers to your questions. Good luck
 
Old 09-01-2004, 06:58 AM   #5
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
Hey guys!

WOW! This is what I call support! Hell, you guys really helped me!!!

By now I have my Mouse up and running (just trying to make the touchpad work too....) and I can access my NTFS-Partition!

I'm trying on the graphical Lilo at the moment ... and then ... I don't know how to deal with the un-working .bashrc ...


@justin_p ... I think it's very good, that Slack has nothing like yast ... I get deeper in touch with Linux itself through it... I think thats better ...



Thanks a lot guys! Thanks over and over!!!

Greeting, Sascha
 
Old 09-01-2004, 09:23 AM   #6
suslik
Member
 
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262

Rep: Reputation: 30
It seems like your only important problem left is .bashrc. Not sure how this is a problem though, cause on my Slack 10, ~/.bashrc is working as it should. (I have some aliases and vars set in it)

Maybe your stuff gets overridden somewhere... what is it that you are trying to put in it?
 
Old 09-01-2004, 12:18 PM   #7
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
Hi!

I've got some aliasses in there ... like

alias 'c'='clear' or alias 'll'='ls -lh'

And so on...

When I realized, that there is a problem, I put my alisses into /etc/profile.d/myskrit.sh ... that works ,.. almost... but it does not work for root

The .exrc I can't get to work, too ... don't know why.

Greetings, Sascha
 
Old 09-01-2004, 02:50 PM   #8
suslik
Member
 
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262

Rep: Reputation: 30
Quote:
from "man bash"
When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofile option may be used when the shell is started to inhibit this behavior.

When a login shell exits, bash reads and executes commands from the file ~/.bash_logout, if it exists.

When an interactive shell that is not a login shell is started, bash reads and executes commands from ~/.bashrc, if that file exists. This may be inhibited by using the --norc option. The --rcfile file option will force bash to read and execute commands from file instead of ~/.bashrc.
 
Old 09-02-2004, 01:19 AM   #9
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
@suslik:

I completely forgot the .bash_profile etc... now, that works for me.

But this all is ... errr ... I don't know .. .confusing?
Because... .bashrc won't work for any user... don't know why ... so I have to use .bash_profile ... but suddenly .bashrc works for root .... damn!

@all:
Well,... I got what I wanted to far.... and I can't tell you how thankful I am!
You guy really did some for me! ... there are some other things I have to figure out... but that will be another thread !

THANKS AGAIN!!! THANKS!!!

Greetings, Sascha
 
  


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
slackware10 one cd only install millionknives Slackware 10 02-04-2005 12:56 PM
slackware10 crashing xintolerancex Linux - Software 3 12-07-2004 07:06 AM
vncserver + slackware10 ivanhasou Linux - Software 2 09-19-2004 11:28 PM
Ayttm and slackware10 cholombeh Slackware 0 08-12-2004 10:02 AM
swaret+slackware10 cholombeh Slackware - Installation 3 08-11-2004 09:17 AM

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

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