Mandrake 9.1 installed and have a few?

orion7144

Diamond Member
Oct 8, 2002
4,425
0
0
o.k got it installed and am able to surf.

1. I can see my shared folders on my XP box's but can see the files.
2. I can use TightVnc to pull up the mandrake box on one of my XP box's but it locks up pretty quickly.
3. I can't telnet into the mandrake box from XP.
4. I installed Apache but can't find it to launch it.
5. How do I have a program launch at start up?
6. I have alot to learn.
 

Spyro

Diamond Member
Dec 4, 2001
3,366
0
0
1) Well, 1 sounds like a settings problem
2) I don't know much about TightVnc at all.
3) Most linux boxes use ssh by default
4) Try typing in 127.0.0.1 and see if you get anything
5) Try reading the man pages for cron
6) A long journey begins with but a single step.....
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: orion7144
o.k got it installed and am able to surf.

1. I can see my shared folders on my XP box's but can see the files.

How are you trying to view them?

2. I can use TightVnc to pull up the mandrake box on one of my XP box's but it locks up pretty quickly.

I don't know anything about TightVNC.

3. I can't telnet into the mandrake box from XP.

Good. Use SSH.

4. I installed Apache but can't find it to launch it.

locate apachectl

5. How do I have a program launch at start up?

man init I think. cron may help, but it is a bad hack at best.

6. I have alot to learn.

We all do.
 

Spyro

Diamond Member
Dec 4, 2001
3,366
0
0
Originally posted by: n0cmonkey
Originally posted by: orion7144
O.k I am able to go to 127.0.0.1. Is there a GUI for Apache?

Its a webserver man, not a browser.

If he wants something that can be used to configure apache then I think that webmin is probably a good idea, however there is no substitute for RTFM :)
 

MGMorden

Diamond Member
Jul 4, 2000
3,348
0
76
Originally posted by: orion7144
o.k got it installed and am able to surf.

1. I can see my shared folders on my XP box's but can see the files.
I'm thinking you left out a not somwhere in there. Which one can't you do? ;)
2. I can use TightVnc to pull up the mandrake box on one of my XP box's but it locks up pretty quickly.
The Linux machine/server locks up or the Windows client locks up?
3. I can't telnet into the mandrake box from XP.
As has been mentioned, use SSH (Telnet is a secuirity nightmare waiting to happen). If you don't have a Windows client then do a search for a program called PuTTY. It's what you need (there are a few other free ones out there, and Cygwin will give you a client as well, but PuTTY shoudl work with minimal
fuss).

BUT, I'm not sure that Mandrake starts the SSH daemon by default. If not then you need to go to where you can select services and make sure one that says "openssl" is set to start.
4. I installed Apache but can't find it to launch it.
If 127.0.0.1 brings up a webpage, apached has been launched. If it don't, do the same thing I mentioned above about starting the opensll daemon and also check apached (or it might show as httpd).

5. How do I have a program launch at start up?
Somewhere in /etc/ there MIGHT (I know it's there in redhat and slackware, not sure about mandrake) be a file named rc.local. If it's there, edit it and add the line for the program you want to start. If not, you're going to need to create a startup script using the {start|stop} format for the program you want to start, and then symlink it into either rc3.d or rc5.d, depending on whether your're booting to text or GUI mode, respectively. OR you could setup an rc.local yourself and throw your commands in there. Whatever floats your boat, but you'll need to read up on SysV init to get a feel for it (I've worked on enough systems to know SysV and BSD pretty well, but man do I prefer Slackware's BSD style init process :)).
6. I have alot to learn.

Everybody does. I've been using Linux for ~5 years (maybe 6. loosing track here) and I still learn new things all the time. It does sound like you've done the best thing for learning though: setup seperate Linux and Windows machines. Dual-booting is nice, but most people end up staying in Windows and never learning anything. The seperate machine gives you that nice "toy" to mess with when you feel like it and the Windows machine is still always close if/when you need to fall back on it.


 

orion7144

Diamond Member
Oct 8, 2002
4,425
0
0
Originally posted by: MGMorden
Originally posted by: orion7144
o.k got it installed and am able to surf.

1. I can see my shared folders on my XP box's but can see the files.
I'm thinking you left out a not somwhere in there. Which one can't you do? ;) I can't view my windows shares from the ?nix box
2. I can use TightVnc to pull up the mandrake box on one of my XP box's but it locks up pretty quickly.
The Linux machine/server locks up or the Windows client locks up? The Windows client locks up.
3. I can't telnet into the mandrake box from XP.
As has been mentioned, use SSH (Telnet is a secuirity nightmare waiting to happen). If you don't have a Windows client then do a search for a program called PuTTY. It's what you need (there are a few other free ones out there, and Cygwin will give you a client as well, but PuTTY shoudl work with minimal
fuss).

BUT, I'm not sure that Mandrake starts the SSH daemon by default. If not then you need to go to where you can select services and make sure one that says "openssl" is set to start.
4. I installed Apache but can't find it to launch it.
If 127.0.0.1 brings up a webpage, apached has been launched. If it don't, do the same thing I mentioned above about starting the opensll daemon and also check apached (or it might show as httpd).

5. How do I have a program launch at start up?
Somewhere in /etc/ there MIGHT (I know it's there in redhat and slackware, not sure about mandrake) be a file named rc.local. If it's there, edit it and add the line for the program you want to start. If not, you're going to need to create a startup script using the {start|stop} format for the program you want to start, and then symlink it into either rc3.d or rc5.d, depending on whether your're booting to text or GUI mode, respectively. OR you could setup an rc.local yourself and throw your commands in there. Whatever floats your boat, but you'll need to read up on SysV init to get a feel for it (I've worked on enough systems to know SysV and BSD pretty well, but man do I prefer Slackware's BSD style init process :)).
6. I have alot to learn.

Everybody does. I've been using Linux for ~5 years (maybe 6. loosing track here) and I still learn new things all the time. It does sound like you've done the best thing for learning though: setup seperate Linux and Windows machines. Dual-booting is nice, but most people end up staying in Windows and never learning anything. The seperate machine gives you that nice "toy" to mess with when you feel like it and the Windows machine is still always close if/when you need to fall back on it.