Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #61  
Old 12th November 2005, 10:07 PM
larka06 Offline
Registered User
 
Join Date: Oct 2005
Location: Montana
Posts: 51
It is me again. I have tried everything I can think of. I have left the single quotes, taken them out, left the parentheses, taken them out. I have done what they say to do on the mysql site, which is the us the single quotes around the word root and localhost as well as the password. When I do what they say at the mysql site I end up locked out of mysql. At this point I am willing to do what ever to get some advice that works. I will give you any info you say you need and will do it in any fashion you choose including my password. Desperate.
larka06
  #62  
Old 14th November 2005, 03:18 AM
thought Offline
Registered User
 
Join Date: Nov 2005
Posts: 5
If you wrote this:
Quote:
mysql> SET PASSWORD FOR root@localhost=PASSWORD('enter_new_password_here') ;
And changed it to something like this:
Quote:
mysql> SET PASSWORD FOR root@localhost=PASSWORD('sunrise64') ;
And it still doesn't work, then your syntax isn't the issue.
It must me something else. Perhaps there was an error in your setup somewher that was overlooked, and is causing the problem. Any opinions out there what his problem might be? If phpMyAdmin is up and running, you should be able to diagnose alot easier (GUI)....
  #63  
Old 15th November 2005, 05:35 AM
larka06 Offline
Registered User
 
Join Date: Oct 2005
Location: Montana
Posts: 51
I have been using an old emachine, 633Mhz, to set this up on. I have decided that it is the machine and so I am going to use my 2200+ amd machine to do this with and see what happens. It is the only thing I can think of since I have done the setup up to mysql about five time now and always get stopped at the same point. Ugg going to the old emachine. Thank you so much for all you do for us newbies. It is truely appreciated. I just want something to work then I will experiment.
  #64  
Old 15th November 2005, 06:20 AM
thought Offline
Registered User
 
Join Date: Nov 2005
Posts: 5
Well, do let us know how it turns out, in case others run into this mystery ;-)
  #65  
Old 16th November 2005, 07:24 AM
bbzbryce Offline
Registered User
 
Join Date: Sep 2005
Posts: 5
What section is this?

Quote:
Originally Posted by SharedMedia
Locate the following and edit:
- AllowOverride All
- ServerSignature Email

What section are you referring to for this step?
__________________
-Bryce Boe
BryceBoe.com
priceTrackr

Last edited by bbzbryce; 29th August 2006 at 08:44 PM.
  #66  
Old 16th November 2005, 06:07 PM
larka06 Offline
Registered User
 
Join Date: Oct 2005
Location: Montana
Posts: 51
I have used my amd box and the old problems I had have disappeared. I am progressing with the setup past the set password point now. I did notice that when trying to setup linux on the emachine box I would run into places where it would stop loading but, I thought it was the cd rom because it is real old. It must just be the emachine is just for windows since it works well with windows.
  #67  
Old 20th November 2005, 10:58 AM
DriveMeCrazy Offline
Registered User
 
Join Date: Nov 2005
Posts: 5
Quote:
Originally Posted by SharedMedia
------------=========== STEP 4 Configuring VSFTPd ==========---------------

[VSFTPd Server]
vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is secure and extremely fast. It is stable. Don't take my word for it, though. This demonstrates vsftpd is a mature and trusted solution.
...
...

Access your LAN Linux Server with an FTP Client and login with your FTP User, it will automatically send the user to his/her home directory. Ex: Linux Server /home/Username/
Just something to add on...
notice that normal ftp method via browser or ftp client from wintel machine doesn't work.

However, when use putty's psftp; it works perfectly.
Is it becos vsftp is using some special protocol?
  #68  
Old 23rd November 2005, 06:35 PM
larka06 Offline
Registered User
 
Join Date: Oct 2005
Location: Montana
Posts: 51
I have went to coffeecup.com and downloaded there ftp client to access my ftp sever and all has worked well. I think it is in the client part that we are having the problem that is why I used someone elses ftp client. Oh! by the way I am doing most of my work from my windows machine. I hope this will help you. I plan on experimenting on this subject more and will post my trials and tribulations to the community.
  #69  
Old 24th November 2005, 04:11 AM
DriveMeCrazy Offline
Registered User
 
Join Date: Nov 2005
Posts: 5
Quote:
Originally Posted by larka06
I have went to coffeecup.com and downloaded there ftp client to access my ftp sever and all has worked well. I think it is in the client part that we are having the problem that is why I used someone elses ftp client. Oh! by the way I am doing most of my work from my windows machine. I hope this will help you. I plan on experimenting on this subject more and will post my trials and tribulations to the community.
Hey larka06,

forgot to update here...
u are right. I went into checked my SELinux and its disable ftp by default.
Well, i din follow the entire from scratch; that's why.
  #70  
Old 28th November 2005, 02:38 AM
sunburst Offline
Registered User
 
Join Date: Nov 2005
Posts: 3
Quote:
Originally Posted by SharedMedia
Hello,

Unfortunately DNS (Bind, caching nameserver,etc) is not within my talent of how to's, WEBMIN (google it) will help configuring it, Also, try http://simplythebest.net/info/server...iguration.html

If I find a great FC4 howto, I'll post it
Thanks for that excellent guide. I already had everything set up except for the vsftpd and now i have a complete set up thanks to you. However, i do have a domain name pointing to my static IP address (from 123 Reg) but i still haven't figured out which DNS server address do we use on our side? I have a home setup and the only DNS server addresses available is my ISP, is this the one you use to point it to?

Maybe, i should go visit the web link now thanks

@matthinckley about accessing /var/www/html/ folder using vsftpd. Just change the group and owner permission of html folder and all sub folders to you, either using chown -R and chgrp -R or change it in the httpd.conf file (you must have root access).

Thanks,

sunburst
  #71  
Old 6th December 2005, 11:34 PM
larka06 Offline
Registered User
 
Join Date: Oct 2005
Location: Montana
Posts: 51
you said that the sample my.cnf is for a machine with only 64megs of memory. I am running a machine with 1gig of memory and a 2200+ amd processor. I have up all the values by 10 except the, isamchk and the 2 myisamchks. I am a newbie at this so I was wondering uping them by ten is a good idea also, should I up the other three by 10?
Thanks larka06
  #72  
Old 9th December 2005, 06:27 PM
SharedMedia's Avatar
SharedMedia Offline
Registered User
 
Join Date: Nov 2004
Location: Ontario Canada
Age: 41
Posts: 85
Thumbs up Thanks

Hi Everyone...

Thanks for all the feedback on this how to... I will be cleaning it up more and providing a pdf to go with it... I have updated my server and have great results.

This way, all newbies and gurus can use this to setup a server in minutes with ease....
__________________
Shared Media
Linux Redhat OpenSource Contributor
" Have you hugged a Penguin today.."
  #73  
Old 7th February 2006, 07:31 PM
SharedMedia's Avatar
SharedMedia Offline
Registered User
 
Join Date: Nov 2004
Location: Ontario Canada
Age: 41
Posts: 85
Exclamation HowTO Update

Hello Everyone,

I will be updating this howto asap, I have a current PDF for you with screenshots, and I will post a very clean, easy and hassle free server setup for home, office or business...

Stay Tuned
__________________
Shared Media
Linux Redhat OpenSource Contributor
" Have you hugged a Penguin today.."
  #74  
Old 8th February 2006, 10:28 PM
latcarf's Avatar
latcarf Offline
Registered User
 
Join Date: Jul 2005
Location: Cinci, Ohio
Posts: 57
Quote:
Originally Posted by SharedMedia
Hello Everyone,

I will be updating this howto asap, I have a current PDF for you with screenshots, and I will post a very clean, easy and hassle free server setup for home, office or business...

Stay Tuned
here is a great FC4 server setup... http://falkotimme.com/howtos/perfect...re_4/index.php
  #75  
Old 28th March 2006, 12:23 PM
msimplay Offline
Registered User
 
Join Date: Jun 2004
Age: 30
Posts: 99
I like this very much but can this be updated for fedora core 5 please

Last edited by Demz; 11th September 2008 at 07:28 AM.
Closed Thread

Tags
fc4, ftp, home, howto, http, mysql, server, setup

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto setup Sendmail on a local (home) network ianh1968 Servers & Networking 5 29th June 2009 11:26 AM
Linux Home Server HOWTO Butt-Ugly Links 83 31st December 2006 06:57 AM
How To Setup up an HTTP Install Server jimbou Installation and Live Media 3 2nd November 2006 03:55 AM
How to setup a http server(web server) tumelo_lathane Servers & Networking 2 3rd October 2006 01:05 PM
setup http.conf for home server: subdomains bubazoo Servers & Networking 7 12th January 2005 06:39 PM


Current GMT-time: 17:44 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat