Your message dated Sun, 30 Jul 2006 01:03:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380189: xvncviewer: xrealvncviewer no longer works after
using pump
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xvncviewer
Version: 3.3.7-12
Severity: grave
Justification: causes non-serious data loss
After using pump, xvncviewer no longer works (with a local server).
All the unsaved data in the current X session are lost. Moreover,
I can restart the VNC server and xvncviewer, and all the processes
are running, but the VNC viewer doesn't display anything.
Note: the eth1 address has changed (as expected), but lo is still up:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:671939 errors:0 dropped:0 overruns:0 frame:0
TX packets:671939 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1844990014 (1.7 GiB) TX bytes:1844990014 (1.7 GiB)
Xfree86 without VNC works normally.
Currently I can't investigate more deeply. I'll try later to see if
rebooting the machine makes xvncviewer work again or if the problem
was due to a system upgrade.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (900, 'stable'), (200, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-powerpc
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Versions of packages xvncviewer depends on:
ii dpkg 1.13.21 package maintenance system for Deb
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-5 GCC support library
ii libice6 6.9.0.dfsg.1-6 Inter-Client Exchange library
ii libsm6 6.9.0.dfsg.1-6 X Window System Session Management
ii libstdc++6 4.1.1-5 The GNU Standard C++ Library v3
ii libx11-6 6.9.0.dfsg.1-6 X Window System protocol client li
ii libxaw7 6.9.0.dfsg.1-6 X Athena widget set library
ii libxext6 6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii libxmu6 6.9.0.dfsg.1-6 X Window System miscellaneous util
ii libxt6 6.9.0.dfsg.1-6 X Toolkit Intrinsics
ii vnc-common 3.3.7-12 Virtual network computing server s
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages xvncviewer recommends:
ii xfonts-base 6.9.0.dfsg.1-6 standard fonts for X
-- no debconf information
--- End Message ---
--- Begin Message ---
On 2006-07-28 22:20:32 +0200, Ola Lundqvist wrote:
> First of all I need to report that this problem can not be reproduced
> by me, so you need to specify exactly how you run the server and the
> client, network setup etc.
I now see the problem. I start the server and the viewer with the
following script:
------------------------------------------------------------------------
#!/bin/sh
display=`vncserver -alwaysshared 2>&1 | \
sed -n "s/New 'X' desktop is \(.*\)/\\1/p"`
echo "Display is $display"
startx $HOME/.xinitrc -vnc -fullscreen $display
------------------------------------------------------------------------
the viewer using $display to connect to the VNC server.
The problem is that $display contains ay.vinc17.org:1, ay.vinc17.org
being the FQDN of the machine, and after using pump (more precisely,
"pump -i eth1"), the IP address of eth1 changes (the machine is a laptop
which moved to a different network). As ay.vinc17.org resolves (using
/etc/hosts) to the original IP address associated with eth1, connections
to ay.vinc17.org fail.
Of course, the real problem is related to pump (it updates
/etc/resolv.conf, but not /etc/hosts -- I should probably
use a wrapper).
Anyway I've just changed my script to remove what is before the ":" in
$display, so that the ethernet device is no longer use for the local
connection.
--
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
--- End Message ---