From ankitmandhani31 at gmail.com Wed Apr 1 00:47:27 2009 From: ankitmandhani31 at gmail.com (ankit mandhani) Date: Wed, 1 Apr 2009 13:17:27 +0530 Subject: [NoCat] a query on make file Message-ID: <1c2e24960904010047p3baaa917o5dc6bbb0359efb1b@mail.gmail.com> Dear sir, As soon as i try to run the make file... commands: $ make gateway Looking for gpgv... Checking for firewall compatibility: No supported firewalls detected! Check your path. Supported firewalls include: iptables, ipchains, ipf, pf. Can't seem to find supported firewall software. Check your path? make: *** [check_fw] Error 255 In make file: check_fw: @echo -n "Checking for firewall compatibility: " *@bin/detect-fw.sh bin* || ( echo "Can't seem to find supported firewall software. Check your path?" && exit 255 ) Can u explain me this peace of code in the make file.. From bdaldal at gmail.com Wed Apr 1 01:37:39 2009 From: bdaldal at gmail.com (systemx) Date: Wed, 1 Apr 2009 11:37:39 +0300 Subject: [NoCat] a query on make file In-Reply-To: <1c2e24960904010047p3baaa917o5dc6bbb0359efb1b@mail.gmail.com> References: <1c2e24960904010047p3baaa917o5dc6bbb0359efb1b@mail.gmail.com> Message-ID: find the file /usr/local/nocat/bin/detect-fw.sh change the kernel with yours. ---------- elif which iptables >/dev/null 2>&1 && \ test X"`uname -sr | cut -d. -f-2`" = X"*Linux 2.4*"; then FIREWALL=iptables FW_BIN=iptable ---------- B?lent DALDAL .. linux for life .. On Wed, Apr 1, 2009 at 10:47 AM, ankit mandhani wrote: > Dear sir, > As soon as i try to run the make file... > commands: > > $ make gateway > Looking for gpgv... > Checking for firewall compatibility: No supported firewalls detected! Check > your path. > Supported firewalls include: iptables, ipchains, ipf, pf. > Can't seem to find supported firewall software. Check your path? > make: *** [check_fw] Error 255 > > In make file: > check_fw: > @echo -n "Checking for firewall compatibility: " > *@bin/detect-fw.sh bin* || ( echo "Can't seem to find supported firewall > software. Check your path?" && exit 255 ) > > Can u explain me this peace of code in the make file.. > _______________________________________________ > NoCat mailing list > NoCat at lists.nocat.net > http://lists.nocat.net/mailman/listinfo/nocat > From ankitmandhani31 at gmail.com Tue Apr 14 06:59:31 2009 From: ankitmandhani31 at gmail.com (ankit mandhani) Date: Tue, 14 Apr 2009 19:29:31 +0530 Subject: [NoCat] endless login loop Message-ID: <1c2e24960904140659l68fc556h9607f2f82240bde3@mail.gmail.com> hello all I am stuck up big time with login page loop. I am redirected back to login page on successful authentication. I am asked to wait for 5 seconds but instead of redirecting to my initial request i am redirected back to login page. please help me with the solution to this problem. Thanking you in advance From jpugh at jpugh.org Tue Apr 14 07:10:25 2009 From: jpugh at jpugh.org (John Pugh) Date: Tue, 14 Apr 2009 10:10:25 -0400 Subject: [NoCat] endless login loop In-Reply-To: <1c2e24960904140659l68fc556h9607f2f82240bde3@mail.gmail.com> References: <1c2e24960904140659l68fc556h9607f2f82240bde3@mail.gmail.com> Message-ID: <49E49951.9040305@jpugh.org> On 04/14/2009 09:59 AM, ankit mandhani wrote: > hello all > I am stuck up big time with login page loop. I am redirected back to login > page on successful authentication. > I am asked to wait for 5 seconds but instead of redirecting to my initial > request i am redirected back to login page. > please help me with the solution to this problem. > Thanking you in advance > How do you have your setup configured? Need a bit more detail than what you have provided. I do not remember everything, but the best thing to do is review your logs. The auth is not completing it appears, so review the setup, the dns settings, etc to ensure that it can communicate after setting up the environment. From desai.sanket at gmail.com Tue Apr 14 08:04:57 2009 From: desai.sanket at gmail.com (Sanket Desai) Date: Tue, 14 Apr 2009 20:34:57 +0530 Subject: [NoCat] endless login loop In-Reply-To: <49E49951.9040305@jpugh.org> References: <1c2e24960904140659l68fc556h9607f2f82240bde3@mail.gmail.com> <49E49951.9040305@jpugh.org> Message-ID: Hello Ankit, I think you should also check out the iptables entries when authentication is completed. You should be looking for the entry with your IP address in the ip tables. As John as rightly pointed out, logs would be helpful too. regards, Sanket. On Tue, Apr 14, 2009 at 7:40 PM, John Pugh wrote: > On 04/14/2009 09:59 AM, ankit mandhani wrote: > > hello all > > I am stuck up big time with login page loop. I am redirected back to > login > > page on successful authentication. > > I am asked to wait for 5 seconds but instead of redirecting to my initial > > request i am redirected back to login page. > > please help me with the solution to this problem. > > Thanking you in advance > > > How do you have your setup configured? Need a bit more detail than what > you have provided. > > I do not remember everything, but the best thing to do is review your > logs. The auth is not completing it appears, so review the setup, the > dns settings, etc to ensure that it can communicate after setting up the > environment. > > _______________________________________________ > NoCat mailing list > NoCat at lists.nocat.net > http://lists.nocat.net/mailman/listinfo/nocat >