To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67398





------- Additional comments from [EMAIL PROTECTED] Mon Jul 24 12:46:58 -0700 
2006 -------
OK, it happened again - I was prepared ;-)

I was doing three things in parallel:

1. tcpdump of localhost traffic

paveljanik:/tmp # tcpdump -s 8000 -i lo port 2401 >
tcpdump_localhost_port_2401.txt 2>&1

2. running tunnel in script(1) to grab all output from it:

[EMAIL PROTECTED]:/tmp> ssh -vvv -C -4 -i ~/.ssh/id_dsa-OpenOffice.org -2 -x -L
2401:localhost:2401 [EMAIL PROTECTED]


3. cvs up of all modules:

[EMAIL PROTECTED]:~/.ooo/ooo_SRC680_m178_src> for i in *; do [ ! -d $i ] &&
continue;  echo $i; cd $i; cvs -t -z9 up -r SRC680_m178 -dP 2>&1; cd ..; done

...
  -> unlink_file_dir(idl/org/openoffice/accessibility/internal)
  -> rename(CVS/Entries.Backup,CVS/Entries)
  -> unlink_file(CVS/Entries.Log)
  -> unlink_file_dir(idl/org/openoffice/accessibility)
  -> rename(CVS/Entries.Backup,CVS/Entries)
  -> unlink_file(CVS/Entries.Log)
  -> unlink_file_dir(idl/org/openoffice)
  -> rename(CVS/Entries.Backup,CVS/Entries)
  -> unlink_file(CVS/Entries.Log)
  -> unlink_file_dir(idl/org)
  -> rename(CVS/Entries.Backup,CVS/Entries)
  -> unlink_file(CVS/Entries.Log)
  -> unlink_file_dir(idl)
  -> unlink_file_dir(bridge/source/remote)
  -> rename(CVS/Entries.Backup,CVS/Entries)
  -> unlink_file(CVS/Entries.Log)
  -> close_connection_to_server ()
agg
  -> main: Session ID is 4f5944c5213a4567
  -> main loop with CVSROOT=/cvs
  -> parse_tagdate ((null), (null), SRC680_m178)
  -> open_connection_to_server (:pserver:[EMAIL PROTECTED]:/cvs/)
  -> Connecting to localhost(127.0.0.1):2401.

PJ: ... hang here - I pressed Ctrl+C!

cvs [update aborted]: received interrupt signal
Now I pressed several Ctrl+C to stop cvs up processes.

tcpdump_localhost_port_2401.txt.gz and typescript.gz attached.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to