[isf-wifidog] Trouble with Wifi Install

Rajendra Jagad rjagad at gmail.com
Ven 25 Aou 03:16:40 EDT 2006


When I try to start the postgres service from
system>admin>serversetting>service It never starts
when I open xterm and type >postgres on it says it cannot find the
configuraiton file If I start manually using option -D /usr/local/pgsql/data
it drops me into the backend if I specife DB name and user I am in the
database I can create tables etc but install.php is still unable to connect
and I am still unable to start the service postgres
I try editing .bashrc and $PATH=/usr/local/pgsql/data but still no luck
So I can manually start the data base but not automatic.

ANy ideas..
Bye the way the user who logs into the Linux Box must have ownership of
pgsql dir and all it child otherwise it compains about the permission.

Raj

On 8/24/06, Max Horváth <max.horvath at maxspot.de> wrote:
>
> Start PostgreSQL on Fedora Core by running:
>
> # service postgresql start
>
> To enable the automatic startup of the PostgreSQL server on server startup
> run:
>
> # chkconfig postgresql on
>
> Cheers, Max!
> Rajendra Jagad:
>
> Hi Patel,
>
> Thanks that helps, But I found the problem, while trying your
> instructions.. I am logged as root and Postgresql does not run under root.
> So I have to login as user Raj and manully start postgresql -D
> /usr/local/pgsql/data and it picks up the Postgres.conf file forom that
> direction. I opened up the configuraiton file and most of the stuff is
> compent out.
>
> I guess I need to add path for the Postgres.cong file in my .bashrc file.
> Then make sure the all the files under pgsql his own by raj  and group Raj
> by doing Chown -R
> So when I login as Raj the postgres will auromatically start.. But there
> here is the problem the database Postgress will not allow
> user Raj to access the wifidog database when I manully run the pgsql after
> running postmaster. So now I must create a database name Raj ?????  will the
> install script look for database Raj or databse name wifidog. I am all
> confused.. Please help me
>
> Raj
>
>
>
> On 8/24/06, V Patel <sgrlogs at gmail.com> wrote:
> >
> > About the order you install stuff. If you're using default package that
> > comes with FC5, everything should work correctly as it worked for me. I am
> > using Fedora Core 5 and I installed Apache, PHP5 and PostgreSQL during
> > installation with default modules. Then once installation finished I
> > installed additional php modules like mbstring, etc. Once all of this
> > finished, i followed the instruction on the wifidog website.
> >
> > About the unable to connect issue. I had that when I was testing. Fedora
> > uses SELinux (Security Enhanced linux). It creates security policies that
> > enables you to run your computer more securely according to guidelines set
> > by NSA but in my experience, it's pain the ass. But fortunately there is way
> > to modify policy to meet your need. If you're using purly command prompt,
> > you might want to refer to fedora website and look at their documentation on
> > configuring SElinux. If you're running Xwindows, then su to root and execute
> > "system-config-securitylevel" without quotes and go to SELinux tab, click on
> > modify SELinux Policy. Under HTTPD service, check box the "Allow HTTPD
> > scripts and modules to connect to network" policy. Save settings and restart
> > your apache httpd service and run install.php again. Make sure that the
> > wifidog user and password is correct when you enter it to connect to
> > database and make sure the postgresql service is running. I hope this helps.
> >
> >
> >
> > On 8/23/06, Rajendra Jagad <rjagad at gmail.com> wrote:
> > >
> > >  Thanks guys I finally got this to work PHP5, Fedora, Apache2.0,
> > > PostgresSQL..
> > >
> > > I get error message unable to connect to the database, Looks like
> > > there is configuration and permision issue..
> > > I created a user wifidog like the install.php directed. I also created
> > > the database wifidog,
> > > The linux user is not wifidog so the problem is there it is unable to
> > > connect. Any anybody help with permission issue
> > > so I can pull up the index.php file.
> > >
> > > Raj
> > >
> > >
> > >
> > > On 8/22/06, Rajendra Jagad <rjagad at gmail.com> wrote:
> > > >
> > > >  Hello Guys, I spend 12 hours yesterday with a Linux C programmer
> > > > who told me he does not know much about linux administration. To install
> > > > PHP5.1.4, PostgresSQL and Apache Server. With all the sub components
> > > > like mbstring, Php/dom, Php-xml, I first we install the PHP5.1.4 .
> > > > We followed the instruction to the letter. And found lot of information
> > > > missing. Small small stuff. Obivious person who wrote the document did not
> > > > write the document while installing the PHP.
> > > > Then there are so many different flavors of linux, Fedora, SeLinux,
> > > > freeBSD(non-linux may be) Just to mention a few. Then we have PostresSQL
> > > > that ill not run the database if you are login as Linux Root. So there are
> > > > user issues and owner issues,
> > > >
> > > > It seems to me that no Linux guy wishes to write a proper document
> > > > because if they do the so called "fun" of Linux setup and installation will
> > > > dis-appear there will not be enough frustration left for people to get the
> > > > Pheroric feeling when the get the stuff to work.
> > > >
> > > > The http://localhost.localdomain/wifidogpath/install.php helps a
> > > > little in letting us know what is working and what is not working. as far as
> > > > the install process goes . But it does not help us on installing the stuff
> > > > correctly.
> > > >
> > > > I try to make VNC to work on Fedora there is a well know font
> > > > problem related to path. I fixed it by copying the /xserver and the /X11
> > > > directory to the location the Xvnc program looks to find it. So Now I have
> > > > two copies all the same stuff in two different location My programmer very
> > > > knowledgable in Linux programming and Shell Scripting.. Runs all the
> > > > makefile stuff. And now the Apache server stops working after reboot.
> > > >
> > > > Please somebody tell me what order one should follow for installing
> > > > Authentication Server on Fedora Core 5 that would be greatly apprecaited.
> > > >
> > > > Here is my advice from Experience.
> > > > Do Not install the PostgresSQL server that cames with Fedore Core
> > > > 5(Add new software) It does not have all the files that PHP needs to
> > > > complete the installation. Same with Apache do not Install the Apache Server
> > > > 2.0 that comes with Fedora Core 5.. Just install the basic
> > > > Productivity Package and then Download PHP5.1.4, Apache 8.1.4 and
> > > > PostgresSQL 8.0 and follow the installation instruction.
> > > >
> > > > The BIG QUESTION IS in WHAT ORDER
> > > >
> > > > Regards
> > > >
> > > > Raj
> > > >
> > > >
> > > >
> > > >  On 8/22/06, Benoit Gregoire < bock at step.polymtl.ca > wrote:
> > > >
> > > > > On Saturday 19 August 2006 22:49, Kenneth Craft wrote:
> > > > > Hello,
> > > > >
> > > > > Still having a few issues with my implementation... There are
> > > > several pages
> > > > > in the admin section that come up blank. Specifically, the User
> > > > Log, and
> > > > > Online Users. I can access everything else in the Admin section
> > > > ONLY when I
> > > > > log in through the hotspots router though. When I goto the auth
> > > > server from
> > > > > a seperate network I get a blank page when I click Login. :-(
> > > >
> > > > Are you shure you've setup PHP to display errors?
> > > >
> > > > > Is there a tutorial or howto for customizing the Login pages? Or
> > > > at least
> > > > > something that helps lower the confusion when looking at the TPL
> > > > files in
> > > > > the Templates folder?
> > > >
> > > > Read http://dev.wifidog.org/wiki/doc/developer/PortalCustomization .  You
> > > > are
> > > > not supposed to modify the template files.
> > > >
> > > > > Also, What the heck is the HTMLEditor for?
> > > >
> > > > Like a standard Langstring, but with a WYSIWYG interface.
> > > >
> > > >
> > > > _______________________________________________
> > > > WiFiDog mailing list
> > > > WiFiDog at listes.ilesansfil.org
> > > > http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > WiFiDog mailing list
> > > WiFiDog at listes.ilesansfil.org
> > > http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog
> > >
> > >
> >
> > _______________________________________________
> > WiFiDog mailing list
> > WiFiDog at listes.ilesansfil.org
> > http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog
> >
> >
> _______________________________________________
> WiFiDog mailing list
> WiFiDog at listes.ilesansfil.org
> http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog
>
>
>
> _______________________________________________
> WiFiDog mailing list
> WiFiDog at listes.ilesansfil.org
> http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listes.ilesansfil.org/pipermail/wifidog/attachments/20060825/868ffb92/attachment-0001.html


Plus d'informations sur la liste de diffusion WiFiDog