You are not logged in. Login Now
 0-24   13-37   38-62   63-87   88-112   113-137   138-162   163-187   188-212 
 213-222          
 
Author Message
25 new of 222 responses total.
jor
response 38 of 222: Mark Unseen   May 1 18:12 UTC 2000

        something very funny is going on.
        there seems to be no lag at all.

        well that's an exaggeration but still.
         this is very unusual.

janc
response 39 of 222: Mark Unseen   May 7 04:13 UTC 2000

I think /var/log/bt_crash.log is filling it up.  Backtalk seems to be
crashing a lot.  I've turned off logging of this for a bit, but haven't
removed the last file put there, because I need time to analyze it some
more.
hematite
response 40 of 222: Mark Unseen   May 8 02:56 UTC 2000

Backtalk has been crashing for me at least twice daily. I'm logged into Grex
now cause it crashed in the middle of my reading one of the conferences...
bdh3
response 41 of 222: Mark Unseen   May 8 09:45 UTC 2000

Hmm, I have never had any problem using 'backtalk'.  Wonder if it is
because I use it using netscape either running on AIX or Linux?
scg
response 42 of 222: Mark Unseen   May 8 17:56 UTC 2000

If Backtalk itself were crashing, you would be able to hit the back button
and try again, since Backtalk is a program that is run every time you fetch
a Backtalk webpage.  It sounds like Wendy is talking about her browser
crashing instead.  This could be Backtalk sending it something it can't
handle, but it's more likely to be a problem with the browser installation
on Wendy's computer.
atticus
response 43 of 222: Mark Unseen   May 8 19:12 UTC 2000

What is happening in my case is that the browser gives an "Authorization 
failed. Retry?" message. The retry never succeeds. (The first time it 
happened, I even suspected that someone had broken into my account and 
changed the password. But I was able to login via telnet just fine.) I 
don't think the problem lies with the browser. 
hematite
response 44 of 222: Mark Unseen   May 8 19:21 UTC 2000

(That's what I thought the first time it happened to me too, Sreeni)
That's what happens to me, it keeps asking and asking for my password 
but won't accept it then says Authorization failed, won't let me go 
back to a previous backtalk page either. If I telnet in, I can read 
agora fine.
scg
response 45 of 222: Mark Unseen   May 8 19:39 UTC 2000

What happens if you close and restart your browser?
cmcgee
response 46 of 222: Mark Unseen   May 8 21:23 UTC 2000

I've had trouble today logging in to engin.umich.edu.  I get Trying xxx.xxx.
then I get "Connecting to maize.engin.umich.edu
then I get "Escape is ^]"
then I get "Connection closed by remote system

CAEN tells me its a problem at the Grex end.  However I can telnet to
login.itd.umich.edu with no problem, and can telnet from there to
login.engin.umich.edu

anybody have any clues about what to look for or how to solve this?

other
response 47 of 222: Mark Unseen   May 8 21:32 UTC 2000

I had the same authorization failure problem with Backtalk yesterday.

Jan reported an unusually high crash frequency with BT lately, and that 
being the cause of /var filling up.  

Those problems are apparently all fixed now.
hhsrat
response 48 of 222: Mark Unseen   May 8 21:36 UTC 2000

I've had no backtalk problems recently, although it has been seeming 
slower than usual.  This could be due to high loads, when I telnetted in 
today it also seemed slow.  One problem was that I got put into the 
telnet queue, when there were plenty of open ports - "56 remote users + 
3 local users.  72 max remote users"  It took me 5 minutes from that 
point to get to a login prompt.
janc
response 49 of 222: Mark Unseen   May 8 22:03 UTC 2000

Actually, the backtalk crashes that were filling up the log turned out
not to be exactly crashes.  Something was killing backtalk processes,
and when the bullet hit backtalk, it reacted by logging a crash.  I'm
pretty sure that the shooter was the http server (Apache).  I'm guessing
that when people hit 'stop' button while loading the page, Apache kills
backtalk, since nobody wants to see the output.  Since this is perfectly
OK, I taught backtalk not to log this as a crash.

The Backtalk login box is actually a completely separate program from
Backtalk (the web version of the vote program uses it too).  The
failures with that are different.  I dug through today's log file and
found a bunch of failures for user hematite.  These failed because the
http server could not fork a new process for the authenticator to run
in.  Probable we were running out of processes.  I think the last time I
upgraded apache, I left the process limits at the default settings, but
they probably need to be scaled back to because of the tight process
limits that we set here to keep fork-bombers from running.

Hmmm...I wonder if what was killing backtalk processes was not the
httpd, but the kernel noticing that user 'nobody' had more than 32
processes and deciding that Apache was a fork bomb.  I think it then
kills everything.  The root Apache runs as root, so it would be immune.
Don't know.

Anyway, I've scaled back Apache's limits on child processes to the
values we had in the previously installed version of Apache.  Maybe
things will be better now.  Let me know.
hematite
response 50 of 222: Mark Unseen   May 10 04:25 UTC 2000

I'm still being asked for my password half way through agora or any of 
the conferences...I can back up, but not go forward...
jep
response 51 of 222: Mark Unseen   May 10 13:48 UTC 2000

I've also seen a lot of the "Authorization failed. Retry" thing.  Almost 
always, when I see this problem, I cannot log back in for a while.  If I 
wait an hour and then connect again using Backtalk, I can get in.

I said "almost always" because today, for the first time, when I was 
prompted to log in again, I was able to do so immediately.
senna
response 52 of 222: Mark Unseen   May 10 17:11 UTC 2000

Does anyone know what's causing this?
drew
response 53 of 222: Mark Unseen   May 10 18:51 UTC 2000

Your cookies are getting eaten?
omni
response 54 of 222: Mark Unseen   May 10 19:08 UTC 2000

  It happened to me as well. It said "Internal server error". Perhaps
this is a hardware problem?
janc
response 55 of 222: Mark Unseen   May 11 04:28 UTC 2000

Backtalk doesn't use cookies.  It's not a hardware problem.

I got the internal server error from backtalk, and logged on and found that
yes, there were 32 processes running as user 'nobody'.  This means that the
http server, which runs as 'nobody' can't fork more processes, so it can't
run backtalk, or the password authenticator.

About a dozen of those processes were 'fingerd' proceses, mostly very old.
Fingerd also runs as 'nobody' but the processes shouldn't be hanging around
that long.  This is probably some bug in fingerd.  I was too lazy to try to
figure out what was causing it.  Instead I taught robocop (Grex's process
table police) to assassinate all fingerd processes that are more than 10
minutes old.  This should reduce the problem.

Better things to do would be:
 (1) Switch 'httpd' to run as some user other than nobody.  This is a good
     idea for various security reasons, but it is also a good idea because
     it would no longer be competing with any other program for processes
 (2) Make the pwauth authenticator into a daemon instead of running it
     every time we you hit a page.  This would improve performance, and it
     would be running as root, not 'nobody' so it would always be available.
Unfortunately, either of these projects requires me to do a lot of work.

Normal Unix systems allow users to have a lot more than 32 processes.  Grex
has it set low because we need to choke back fork bombs.
n8nxf
response 56 of 222: Mark Unseen   May 11 11:47 UTC 2000

(I wish I had a "Cookie Monster" that would eat all the no-good cookies
in my computer.)
scott
response 57 of 222: Mark Unseen   May 11 14:33 UTC 2000

There's a little shareware out there called "cookie cutter" which you can use
to selectively delete cookies.  When I downloaded it you could use it free
for 10 times, and then have to pay for further use.  The only confusing thing
is that you mark what you want to save, insead of marking what you want to
delete.
rcurl
response 58 of 222: Mark Unseen   May 11 15:21 UTC 2000

I have a Cookie Monster. It is called 'locked'. I have my MagicCookie
file locked, so that when I quit Netscape, no cookies are written
to it. However the cookies needed while 'surfing' are available in
active memory. Best of both worlds, perhaps. 

It is so easy to edit cookies, if you save them, that I don't see any
reason to pay for a utility to do it - unless it costs less than $2 maybe. 

goose
response 59 of 222: Mark Unseen   May 11 16:06 UTC 2000

Is MagicCookie the software that does this or is it called Locked?
sno
response 60 of 222: Mark Unseen   May 11 16:08 UTC 2000

My ~/.netscape/cookies file is linked to /dev/null
Never had a problem, and I don't care that I retype my cgi login info.

rcurl
response 61 of 222: Mark Unseen   May 11 16:19 UTC 2000

MagicCookie is where Netscape stores cookies. One just locks that file
so nothing can be written to it (this is an OS option - no extra software).
I am, incidentally, running MacOs (and I gather sno is running Unix), but
something equivalent should be available on the DOS platform.
remmers
response 62 of 222: Mark Unseen   May 11 17:09 UTC 2000

Netscape doesn't give you error messages when it finds it
can't write to the file?
 0-24   13-37   38-62   63-87   88-112   113-137   138-162   163-187   188-212 
 213-222          
Response Not Possible: You are Not Logged In
 

- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss