RE: [Netpass-users] Having troubles subscribing... need helpwithnetpass (apache and portremover.pl)
Brought to you by:
jeffmurphy
From: Jeff M. <jcm...@os...> - 2006-03-30 18:44:37
|
On Thu, 2006-03-30 at 10:24 -0800, Aaron Arnold wrote: > Does not appear that it has created this directory.. Wounder if I can > just create this directory. yes you can. the installer creates a loopbacked reiserfs because of the number of files that can pile up in those directories. mason's file-based sessions all go into a single directory and i felt reiser would offer the best performance. you can just make the same physical directory in your existing filesystem and forgo the loopback reiser stuff. if you feel it isnt living up to expectations, it's very easy to switch in the future. jeff > > -----Original Message----- > From: net...@li... > [mailto:net...@li...] On Behalf Of Robert > Colantuoni > Sent: Thursday, March 30, 2006 9:59 AM > To: net...@li... > Subject: RE: [Netpass-users] Having troubles subscribing... need > helpwithnetpass (apache and portremover.pl).. > > > here's what our /cookies folder looks like: > > [rgc@npw1 ~]$ ls -al /cookies/ > total 61193 > drwxr-xr-x 5 netpass netpass 96 Aug 3 2005 . > drwxr-xr-x 25 root root 4096 Jan 3 11:58 .. > drwxr-xr-x 2 netpass netpass 24872160 Mar 30 12:58 data > drwxr-xr-x 2 netpass netpass 37781256 Mar 30 12:58 lock > > > > -rob > > > On Thu, 2006-03-30 at 09:48 -0800, Aaron Arnold wrote: > > Hopeing you can help me with this, I attached my error_log. It is > looking in /cookies/lock/ for a file which I can't find. Any help would > be most apriciated. > > > > > > -----Original Message----- > > From: Jeff Murphy [mailto:jcm...@os...] > > Sent: Tue 28/03/2006 11:59 AM > > To: net...@li... > > Cc: Aaron Arnold > > Subject: Re: [Netpass-users] Having troubles subscribing... need help > withnetpass (apache and portremover.pl).. > > > > > > I uploaded a new build of Apache. The FC3 build was done incorrectly > and > > we forgot to link in libpthread > > > > > > http://foobar.cit.buffalo.edu/netpass/ttt/FC3/apache-1.3.34.tar.bz2 > > > > since you already went thru the install, just do this to avoid going > > thru it again: > > > > cd /tmp > > wget > http://foobar.cit.buffalo.edu/netpass/ttt/FC3/apache-1.3.34.tar.bz2 > > cd /opt > > bunzip2 -c /tmp/apache-1.3.34 | sudo tar -xf - > > sudo cp apache/conf/* apache_1.3.34/conf/ > > sudo rm apache > > sudo ln -s apache_1.3.34 apache > > > > sudo apache/bin/apachectl start > > > > > > and it should start successfully. > > > > > > jeff > > > > > > > > On Wed, 2006-03-22 at 08:25 -0800, Aaron Arnold wrote: > > > Two problems I'm having when I try and launch apache manually I get > a > > > symbol lookup error in > /opt/perl/lib/5.6.8/i686-linux/auto/Cwd/Cwd.so > > > undefined symbol perl_gthr_key_ptr.. > > > > > > Second problem is with resetport can not connect to netpass db, it > gives > > > an error about /tmp/mysql.sock file. > > > > > > > > > Hoping someone can help me out here. I'm not using the cluster > version > > > of mysql as I don't need that feature, just the regular version. > > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Netpass-users mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netpass-users > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Netpass-users mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netpass-users > -- Jeff Murphy <jcm...@os...> |