Displaying 20 results from an estimated 3000 matches similar to: "ssh x11 forwarding problem"
2002 Apr 11
4
X11UseLocalhost option and the DISPLAY variable
I wasn't paying much attention when there was a lot of conversation about
these issues. I recently ran into a problem where an X app won't run with
OpensSSH 3.1p1's default "X11UseLocalhost yes" setting. If I run the X
app with the display set to "localhost:16.0" it gets a "BadAccess" error,
but if I run it with the display set to
2002 Mar 20
0
[Bug 176] New: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11 channel
http://bugzilla.mindrot.org/show_bug.cgi?id=176
Summary: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11
channel
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo:
2005 Oct 18
1
Can not get remote X connections to work on CentOS 4.1
I've encountered a strange problem in CentOS 4.1. I've never had this
problem before, and I've been using X Windows since 1990, but I can't
get remote X connections to work:
$ hostname
host00
$ echo $DISPLAY
:0.0
$ xhost +
access control disabled, clients can connect from any host
$ rsh host01
$ xdpyinfo -d host00:0.0
xdpyinfo: unable to open display
2002 Mar 30
1
[Bug 176] OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11 channel
http://bugzilla.mindrot.org/show_bug.cgi?id=176
------- Additional Comments From stevesk at pobox.com 2002-03-31 04:25 -------
X11UseLocalHost=no is the way to revert to prior behaviour.
from debug output your Xlib looks like it's trying to use
a shared memory transport, which won't work with ssh X11
forwarding.
if the client uses X11 R6 libs, it will usually work with
2005 May 03
5
CentOS 4 - problem with remote X application
Hello
i have a problem on CentOS 4 with starting remote x application on
remote CentOS 3 od Solaris 9 boxes.
The problem is: When I run it from CentOS 3 it's OK form CentOS 4 I
cannot find a bad word in logs ...
My local machine
stoping firewall
[root at klima-pc ~]# service iptables stop
[root at klima-pc ~]# iptables-save
[root at klima-pc ~]#
SELinux is OFF
I am connecting by ssh
2015 Jul 05
2
ssh -X versus -Y
On 07/05/2015 04:51 AM, Liam O'Toole wrote:
> One practical difference I have seen is the improved performance of -Y
> over -X. I have long attributed that to the relaxation of security
> controls in the former case.
When and how did you measure that?
The -Y change was introduced in Fedora Core 3, in November 2004. The
default was changed to ForwardX11Trusted=yes just a month or
2015 Jul 06
1
ssh -X versus -Y
On Mon, 6 Jul 2015, Liam O'Toole wrote:
> On 2015-07-05, Gordon Messmer > <gordon.messmer at gmail.com> wrote:
>> On 07/05/2015 04:51 AM, Liam O'Toole wrote:
>>
>> At this point, I don't think it's even possible to set
>> ForwardX11Trusted=no any more. The X SECURITY extension was replaced
>> with "X Access Control Extension"
2016 Mar 22
4
rpmbuild annoyance
I'm building a package (rasmol, if you must know) from an srpm. It's an
FC20 pkg, nothing older, but the software itself hasn't changed. So... I
try the build, and it fails, telling me:
gcc: %__global_ldflags: No such file or directory
make: *** [rasmol] Error 1
Now, this isn't a brand-new package, so I'm puzzled by the error. Is there
supposed to be something I need to add to
2005 Feb 07
1
treat output of sshrc as environment assignment lines?
Currently, ~/.ssh/environment can set static environment variables,
and ~/.ssh/rc can run initialization routines. But there is no way
for sshrc to propagate changes to the environment to the user's shell
or command.
There is, however, a possible way to do this. If the
PermitUserEnvironment option is set, sshd could treat the stdout of
sshrc as additional assignment lines of the form
2006 Jan 20
1
openssh-4.2p1 + Pam question !
Hi there !
I have an issue with my OpenSSH + PAM configuration on a RedHat Advanced server 2..1
I want to authenticate users connecting to a server using ssh against a radius server. The radius client/server part works ok when I test it with some utilities.
I think I have a problem with my ssh which does not pass the username/password to my pam sshd module.
I have upgraded to openssh-4.2p1.
2009 Feb 04
4
5.1p1 and X11 forwarding failing
I'm really scratching my head on this one. The server
is running OpenSSH 5.1p1 on Solaris 9. The authentication
is via PAM if that matters.
# grep X11 sshd_config | sed '/^#/D'
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
#
Now I attach to my 'master' sshd and follow all children
to look for any evidence of "DISPLAY":
# truss -f -a -e -p 14923
2001 Aug 22
3
X11 protocol errors after all x11 devices are closed (PR#1065)
> x11()
> dev.off()
null device
1
> x11()
> plot.new()
Warning messages:
1: X11 protocol error: BadAccess (attempt to access private resource denied)
2: X11 protocol error: BadAccess (attempt to access private resource denied)
This only happens if all x11 devices are shut down, so the X11 connection
is restarted. We had problems with this when the event handlers
were
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi ,
I open secure Session with X11 forwarding. when run any standard X
applicattion like xterm xclock
it come up without any error. I start my user X application it fails. On
User application side it fails when
"xtOpenDisplay" system call with localhost:10.0.
On SSH server debug message are :
> debug1: X11 connection requested.
> debug2: fd 20 setting TCP_NODELAY
>
2001 Sep 18
2
X11 XVideo extension supported?
I was wondering if the XVideo extension is supported or not? In a
clean wine setup, I installed DivX 4.01 and The Playa, also installed
Windows Media Player 6.4. They can both display DivX 4.01 material
with sound. This is simply great :-)
However, the performance is not that great. Especially when going
fullscreen the cpu is overburdened (slide show). I assume that the
XVideo extension is not
2008 May 21
0
[ANNOUNCE] xdpyinfo 1.0.3
Adam Jackson (2):
Ignore errors from xf86misc rather than crashing out.
xdpyinfo 1.0.3
Alan Coopersmith (1):
X.Org bug #10616: Add all the X info commands to See Also in man page
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Julien Cristau (1):
Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
git tag: xdpyinfo-1.0.3
2015 Apr 17
0
[ANNOUNCE] xdpyinfo 1.3.2
xdpyinfo is a command line utility for printing information about an X server.
Alan Coopersmith (8):
Print which option was in error along with usage message
Sprinkle consts in StrCmp to quiet cast warnings
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Mark required arguments to Xlib error handler as
2013 May 21
0
[ANNOUNCE] xdpyinfo 1.3.1
xdpyinfo is a command line utility for printing information about an X server.
This minor maintenance release adds a -version option to the command line,
and provides some minor code cleanups and build improvements.
Alan Coopersmith (9):
Mark usage() as _X_NORETURN
Declare 'len' as size_t to avoid unneccessary back-and-forth conversions
Combine usage messages into a
2010 Jul 07
2
how to define method for "+" function in a new class
Dear R developers,
I have a new class, which I called "Molecule", and have tried to define =
a "+" operation for 2 objects of this class.
This is what I have written so far, although the method is not complete =
(I'm trying to look at it at intermediate stages):
setMethod(
f=3D"+",
signature(x=3D"Molecule",y=3D"Molecule"),
2004 Apr 13
2
X11 forwarding
X11 forwarding is not working.
It has unstable behaviour, X clients often have lost connections (cannot
find window). Typical example - gimp, launched from remote host.
Tested latest snapshots.
2011 May 19
3
A better way to do this
Hello gurus,
I have a dataframe containing two groups viz., 'control' and 'case', each of
these groups contains longitudinal data for 100 subjects. I have to plot all
these subjects on a single chart and then put a regression line for each of
the group for all the subjects. I have written a function to do the chart
grpcharts<-function (dat, group,group2,molecule,cutoff){