Author Topic: Got my new comp today  (Read 839 times)

Centurian

  • Member
  • **
  • Posts: 235
  • Kudos: 0
    • http://www.darkmares.2ya.com
Got my new comp today
« on: 31 January 2002, 04:57 »
Hey,

My Athlon 1600XP came in today. I set it up and was slightly disappointed initially. It came with redhat 7.2 pre loaded. After an hour I had still not been able to get a network connection working to the internet. I replaced Redhat with Mandrake 8.1 and now the internet works fine.  

This is now a Mandrake Linux exclusive computer. No more windows on this bad boy.  

I'm still working on the SMB access to the windows disks on my wifes computer. Other than that everything is working great and I am a very happy camper.  

Later
Centurian
Later
Centurian

Leodak

  • Newbie
  • *
  • Posts: 10
  • Kudos: 0
Got my new comp today
« Reply #1 on: 31 January 2002, 05:53 »
not bad, if you still need help i can refer you to someone that could prob help you
"Linux is user-friendly. It is not ignorant-friendly and idiot-friendly."

Centurian

  • Member
  • **
  • Posts: 235
  • Kudos: 0
    • http://www.darkmares.2ya.com
Got my new comp today
« Reply #2 on: 31 January 2002, 06:33 »
Hey,

Thanks I got it working now too. The weird thing is it would not work until I rebooted my comp.

Thanks

Later
Centurian
Later
Centurian

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Got my new comp today
« Reply #3 on: 31 January 2002, 06:40 »
Believe me, you didn't have to reboot your computer. Just restart/reload samba (/etc/rc.d/init.d/smb restart).
Someone please remove this account. Thanks...

Centurian

  • Member
  • **
  • Posts: 235
  • Kudos: 0
    • http://www.darkmares.2ya.com
Got my new comp today
« Reply #4 on: 31 January 2002, 07:55 »
Hey,

Cool Thanks for the tip.  
I am guessing that applies with just about everything then.

Thanks

Later
Centurian
Later
Centurian

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Got my new comp today
« Reply #5 on: 31 January 2002, 08:10 »
Yes, honestly there is only one time you should ever have to reboot (aside from installing/removing hardware) and that is when you want to install a new kernel.

Also there are several other ways to restart daemons/services.  I will tell you the command line way as it is probably the same on both RedHat and Mandrake.  There are graphical ways to do this as well but brush over the man pages on these two simple commands for managing your services: "chkconfig" and "service".  They control how the SysV init scripts are configured in "/etc/rc.d/rc[0-6].d" directories, which should be just symbolic links to service scripts contained in "/etc/rc.d/init.d" directory.

"chkconfig" and "service" popped up a couple of releases ago and are easier to understand if you are unfamiliar with the SysV init process. "chkconfig" will also manage your inetd/xinetd services such as ftpd, telnetd, fingerd etc..

The commands should be located in "/sbin", make sure you "su -" first.

"service smb restart" would be the same as the command I gave you earlier "/etc/rc.d/init.d/smb restart".

[ January 30, 2002: Message edited by: VoidMain ]

Someone please remove this account. Thanks...