Re: ssh -Y question

2012-10-16 Thread Dazed_75
Oh, BTW ufw is disabled on both boxes for the test.

On Tue, Oct 16, 2012 at 4:08 PM, Dazed_75 lthiels...@gmail.com wrote:

 I used to regularly do ssh -X user@machine or ssh -Y user@machine so I
 could run a graphical program on the remote machine and have the display on
 the machine I was sitting at.  In fact, I used to do this at installfests
 from my laptop (lapdog2) to the headless PXE server (fogtest) right next to
 me.  That stopped working months ago and I have not been able to figure out
 why or how to fix it.  Here is a sample of what I get:

 larry@hammerhead:~$ ssh -Y fogtest
 Linux fogtest 2.6.32-41-generic-pae #91-Ubuntu SMP Wed Jun 13 12:00:09
 UTC 2012 i686 GNU/Linux
 Ubuntu 10.04.4 LTS

 snip


 Last login: Mon Oct 15 16:37:44 2012 from sunfish.thiel.org
 larry@fogtest:~$ gedit
 GConf Error: Failed to contact configuration server; some possible causes
 are that you need to enable TCP/IP networking for ORBit, or you have stale
 NFS locks due to a system crash. See http://projects.gnome.org/gconf/for 
 information. (Details -  1: Failed to get connection to session: Failed
 to connect to socket /tmp/dbus-sjFuIo1Vhr: Connection refused)
 ^C
 larry@fogtest:~$


 As you can see, the ssh connection is fine but using a graphical program
 like gedit does not. So I was making another attempt today (different
 target) and it worked:

 larry@hammerhead:~$ ssh -Y sunfish
 Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)

  * Documentation:  https://help.ubuntu.com/

 22 packages can be updated.
 12 updates are security updates.

 Last login: Tue Aug 28 21:27:53 2012 from hammerhead.thiel.org
 larry@sunfish:~$ gedit
 larry@sunfish:~$


 Anyone know where to look or how to fix fogtest?

 --
 Dazed_75 a.k.a. Larry

 Please protect my address like I protect yours. When sending messages to
 multiple recipients, always use the BCC: (Blind carbon copy) and not To: or
 CC:. Remove all addresses from the message body before sending a Forwarded
 message. This can prevent spy programs capturing addresses from the
 recipient list and message body.




-- 
Dazed_75 a.k.a. Larry

Please protect my address like I protect yours. When sending messages to
multiple recipients, always use the BCC: (Blind carbon copy) and not To: or
CC:. Remove all addresses from the message body before sending a Forwarded
message. This can prevent spy programs capturing addresses from the
recipient list and message body.
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread der.hans

Am 16. Oct, 2012 schwätzte Dazed_75 so:


I used to regularly do ssh -X user@machine or ssh -Y user@machine so I
could run a graphical program on the remote machine and have the display on
the machine I was sitting at.  In fact, I used to do this at installfests
from my laptop (lapdog2) to the headless PXE server (fogtest) right next to
me.  That stopped working months ago and I have not been able to figure out
why or how to fix it.  Here is a sample of what I get:

larry@hammerhead:~$ ssh -Y fogtest

Linux fogtest 2.6.32-41-generic-pae #91-Ubuntu SMP Wed Jun 13 12:00:09 UTC
2012 i686 GNU/Linux
Ubuntu 10.04.4 LTS

snip


echo $DISPLAY

Do you get something like localhost:10.0?

ciao,

der.hans


Last login: Mon Oct 15 16:37:44 2012 from sunfish.thiel.org

larry@fogtest:~$ gedit
GConf Error: Failed to contact configuration server; some possible causes
are that you need to enable TCP/IP networking for ORBit, or you have stale
NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for
information. (Details -  1: Failed to get connection to session: Failed to
connect to socket /tmp/dbus-sjFuIo1Vhr: Connection refused)
^C
larry@fogtest:~$



As you can see, the ssh connection is fine but using a graphical program
like gedit does not. So I was making another attempt today (different
target) and it worked:

larry@hammerhead:~$ ssh -Y sunfish

Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

22 packages can be updated.
12 updates are security updates.

Last login: Tue Aug 28 21:27:53 2012 from hammerhead.thiel.org
larry@sunfish:~$ gedit
larry@sunfish:~$



Anyone know where to look or how to fix fogtest?




--
#  http://www.LuftHans.com/http://www.LuftHans.com/Classes/
#  Human kind cannot bear very much reality.
#-- T.S. Eliot, Four Quartets: Burnt Norton---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread Dazed_75
On Tue, Oct 16, 2012 at 4:12 PM, der.hans pl...@lufthans.com wrote:

 Am 16. Oct, 2012 schwätzte Dazed_75 so:


  I used to regularly do ssh -X user@machine or ssh -Y user@machine so I
 could run a graphical program on the remote machine and have the display
 on
 the machine I was sitting at.  In fact, I used to do this at installfests
 from my laptop (lapdog2) to the headless PXE server (fogtest) right next
 to
 me.  That stopped working months ago and I have not been able to figure
 out
 why or how to fix it.  Here is a sample of what I get:

 larry@hammerhead:~$ ssh -Y fogtest

 Linux fogtest 2.6.32-41-generic-pae #91-Ubuntu SMP Wed Jun 13 12:00:09
 UTC
 2012 i686 GNU/Linux
 Ubuntu 10.04.4 LTS

 snip


 echo $DISPLAY

 Do you get something like localhost:10.0?

 ciao,

 der.hans


Yes, both on the machine that works (sunfish) and the one that does not
(fogtest).



  Last login: Mon Oct 15 16:37:44 2012 from sunfish.thiel.org

 larry@fogtest:~$ gedit
 GConf Error: Failed to contact configuration server; some possible causes
 are that you need to enable TCP/IP networking for ORBit, or you have
 stale
 NFS locks due to a system crash. See 
 http://projects.gnome.org/**gconf/http://projects.gnome.org/gconf/for
 information. (Details -  1: Failed to get connection to session: Failed
 to
 connect to socket /tmp/dbus-sjFuIo1Vhr: Connection refused)
 ^C
 larry@fogtest:~$


 As you can see, the ssh connection is fine but using a graphical program
 like gedit does not. So I was making another attempt today (different
 target) and it worked:

 larry@hammerhead:~$ ssh -Y sunfish

 Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)

  * Documentation:  https://help.ubuntu.com/

 22 packages can be updated.
 12 updates are security updates.

 Last login: Tue Aug 28 21:27:53 2012 from hammerhead.thiel.org
 larry@sunfish:~$ gedit
 larry@sunfish:~$


 Anyone know where to look or how to fix fogtest?



 --
 #  http://www.LuftHans.com/
 http://www.LuftHans.com/**Classes/http://www.LuftHans.com/Classes/
 #  Human kind cannot bear very much reality.
 #-- T.S. Eliot, Four Quartets: Burnt Norton
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss




-- 
Dazed_75 a.k.a. Larry

Please protect my address like I protect yours. When sending messages to
multiple recipients, always use the BCC: (Blind carbon copy) and not To: or
CC:. Remove all addresses from the message body before sending a Forwarded
message. This can prevent spy programs capturing addresses from the
recipient list and message body.
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread der.hans

Am 16. Oct, 2012 schwätzte Dazed_75 so:


On Tue, Oct 16, 2012 at 4:12 PM, der.hans pl...@lufthans.com wrote:


Am 16. Oct, 2012 schwätzte Dazed_75 so:


 I used to regularly do ssh -X user@machine or ssh -Y user@machine so I

could run a graphical program on the remote machine and have the display
on
the machine I was sitting at.  In fact, I used to do this at installfests
from my laptop (lapdog2) to the headless PXE server (fogtest) right next
to
me.  That stopped working months ago and I have not been able to figure
out
why or how to fix it.  Here is a sample of what I get:

larry@hammerhead:~$ ssh -Y fogtest


Linux fogtest 2.6.32-41-generic-pae #91-Ubuntu SMP Wed Jun 13 12:00:09
UTC
2012 i686 GNU/Linux
Ubuntu 10.04.4 LTS

snip




echo $DISPLAY

Do you get something like localhost:10.0?

ciao,

der.hans



Yes, both on the machine that works (sunfish) and the one that does not
(fogtest).


OK, we might have to debug the gconf stuff :).

Before that, try starting a non-GNOME app such as xterm or xeyes.


 Last login: Mon Oct 15 16:37:44 2012 from sunfish.thiel.org



larry@fogtest:~$ gedit
GConf Error: Failed to contact configuration server; some possible causes
are that you need to enable TCP/IP networking for ORBit, or you have
stale
NFS locks due to a system crash. See 
http://projects.gnome.org/**gconf/http://projects.gnome.org/gconf/for
information. (Details -  1: Failed to get connection to session: Failed
to
connect to socket /tmp/dbus-sjFuIo1Vhr: Connection refused)


ls -ld /tmp/dbus-*

Wonder if it's trying to use the wrong socket. There might be a stale
socket since you're running headless, but boot should fix that by cleaning
out /tmp. Does fogtest get shutdown or do you hibernate it?

The obvious solution is you need to start using vim :).

ciao,

der.hans


^C
larry@fogtest:~$



As you can see, the ssh connection is fine but using a graphical program
like gedit does not. So I was making another attempt today (different
target) and it worked:

larry@hammerhead:~$ ssh -Y sunfish


Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

22 packages can be updated.
12 updates are security updates.

Last login: Tue Aug 28 21:27:53 2012 from hammerhead.thiel.org
larry@sunfish:~$ gedit
larry@sunfish:~$



Anyone know where to look or how to fix fogtest?




--
#  http://www.LuftHans.com/
http://www.LuftHans.com/**Classes/http://www.LuftHans.com/Classes/
#  Human kind cannot bear very much reality.
#-- T.S. Eliot, Four Quartets: Burnt Norton
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss








--
#  http://www.LuftHans.com/http://www.LuftHans.com/Classes/
#  When in doubt, choose the interesting. -- der.hans---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread Dazed_75
On Tue, Oct 16, 2012 at 4:25 PM, der.hans pl...@lufthans.com wrote:

 Am 16. Oct, 2012 schwätzte Dazed_75 so:

  On Tue, Oct 16, 2012 at 4:12 PM, der.hans pl...@lufthans.com wrote:

  Am 16. Oct, 2012 schwätzte Dazed_75 so:


  I used to regularly do ssh -X user@machine or ssh -Y user@machine so I

 could run a graphical program on the remote machine and have the display
 on
 the machine I was sitting at.  In fact, I used to do this at
 installfests
 from my laptop (lapdog2) to the headless PXE server (fogtest) right next
 to
 me.  That stopped working months ago and I have not been able to figure
 out
 why or how to fix it.  Here is a sample of what I get:

 larry@hammerhead:~$ ssh -Y fogtest

  Linux fogtest 2.6.32-41-generic-pae #91-Ubuntu SMP Wed Jun 13 12:00:09
 UTC
 2012 i686 GNU/Linux
 Ubuntu 10.04.4 LTS

 snip


  echo $DISPLAY

 Do you get something like localhost:10.0?

 ciao,

 der.hans



 Yes, both on the machine that works (sunfish) and the one that does not
 (fogtest).


 OK, we might have to debug the gconf stuff :).

 Before that, try starting a non-GNOME app such as xterm or xeyes.


Aaah, both work on both machines.  Not sure what to do from there.



   Last login: Mon Oct 15 16:37:44 2012 from sunfish.thiel.org


  larry@fogtest:~$ gedit
 GConf Error: Failed to contact configuration server; some possible
 causes
 are that you need to enable TCP/IP networking for ORBit, or you have
 stale
 NFS locks due to a system crash. See http://projects.gnome.org/
 gconf/ http://projects.gnome.org/**gconf/http://projects.gnome.**
 org/gconf/ http://projects.gnome.org/gconf/for

 information. (Details -  1: Failed to get connection to session: Failed
 to
 connect to socket /tmp/dbus-sjFuIo1Vhr: Connection refused)


 ls -ld /tmp/dbus-*

 Wonder if it's trying to use the wrong socket. There might be a stale
 socket since you're running headless, but boot should fix that by cleaning
 out /tmp. Does fogtest get shutdown or do you hibernate it?

 The obvious solution is you need to start using vim :).

 ciao,

 der.hans

  ^C
 larry@fogtest:~$


  As you can see, the ssh connection is fine but using a graphical
 program
 like gedit does not. So I was making another attempt today (different
 target) and it worked:

 larry@hammerhead:~$ ssh -Y sunfish

  Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)

  * Documentation:  https://help.ubuntu.com/

 22 packages can be updated.
 12 updates are security updates.

 Last login: Tue Aug 28 21:27:53 2012 from hammerhead.thiel.org
 larry@sunfish:~$ gedit
 larry@sunfish:~$


  Anyone know where to look or how to fix fogtest?



  --
 #  http://www.LuftHans.com/
 http://www.LuftHans.com/Classes/http://www.LuftHans.com/**Classes/
 http://www.LuftHans.**com/Classes/ http://www.LuftHans.com/Classes/

 #  Human kind cannot bear very much reality.
 #-- T.S. Eliot, Four Quartets: Burnt Norton
 --**-
 PLUG-discuss mailing list - 
 plug-disc...@lists.plug.**phoenix.az.usPLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.**us/mailman/listinfo/plug-**discusshttp://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss






 --
 #  http://www.LuftHans.com/
 http://www.LuftHans.com/**Classes/http://www.LuftHans.com/Classes/
 #  When in doubt, choose the interesting. -- der.hans
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss




-- 
Dazed_75 a.k.a. Larry

Please protect my address like I protect yours. When sending messages to
multiple recipients, always use the BCC: (Blind carbon copy) and not To: or
CC:. Remove all addresses from the message body before sending a Forwarded
message. This can prevent spy programs capturing addresses from the
recipient list and message body.
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread Lisa Kachold
Hi Larry!


On Tue, Oct 16, 2012 at 4:08 PM, Dazed_75 lthiels...@gmail.com wrote:

 I used to regularly do ssh -X user@machine or ssh -Y user@machine so I
 could run a graphical program on the remote machine and have the display on
 the machine I was sitting at.  In fact, I used to do this at installfests
 from my laptop (lapdog2) to the headless PXE server (fogtest) right next to
 me.  That stopped working months ago and I have not been able to figure out
 why or how to fix it.  Here is a sample of what I get:

 larry@hammerhead:~$ ssh -Y fogtest
 Linux fogtest 2.6.32-41-generic-pae #91-Ubuntu SMP Wed Jun 13 12:00:09
 UTC 2012 i686 GNU/Linux
 Ubuntu 10.04.4 LTS

 snip


 Last login: Mon Oct 15 16:37:44 2012 from sunfish.thiel.org
 larry@fogtest:~$ gedit
 GConf Error: Failed to contact configuration server; some possible causes
 are that you need to enable TCP/IP networking for ORBit, or you have stale
 NFS locks due to a system crash. See http://projects.gnome.org/gconf/for 
 information. (Details -  1: Failed to get connection to session: Failed
 to connect to socket /tmp/dbus-sjFuIo1Vhr: Connection refused)
 ^C
 larry@fogtest:~$


 As you can see, the ssh connection is fine but using a graphical program
 like gedit does not. So I was making another attempt today (different
 target) and it worked:

 larry@hammerhead:~$ ssh -Y sunfish
 Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)

  * Documentation:  https://help.ubuntu.com/

 22 packages can be updated.
 12 updates are security updates.

 Last login: Tue Aug 28 21:27:53 2012 from hammerhead.thiel.org
 larry@sunfish:~$ gedit
 larry@sunfish:~$


 Anyone know where to look or how to fix fogtest?

 --
 Dazed_75 a.k.a. Larry

 Please protect my address like I protect yours. When sending messages to
 multiple recipients, always use the BCC: (Blind carbon copy) and not To: or
 CC:. Remove all addresses from the message body before sending a Forwarded
 message. This can prevent spy programs capturing addresses from the
 recipient list and message body


Well,

It could be a variety of things:

1.   dbus issues: Resolve by deleting ~/.dbus*
2.   Permissions: Press alt + F2 and type gksu gedit to verify or run via
root
3.   Issues with file corruption: sudo touch /forcefsck  sudo reboot


-- 
(503) 754-4452 Android
(623) 239-3392 Skype
(623) 688-3392 Google Voice
**
it-clowns.com
Chief Clown
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread der.hans

Am 16. Oct, 2012 schwätzte Dazed_75 so:

moin moin,

what are the responses to my other questions from my last email?

ciao,

der.hans


On Tue, Oct 16, 2012 at 4:25 PM, der.hans pl...@lufthans.com wrote:


Am 16. Oct, 2012 schwätzte Dazed_75 so:

 On Tue, Oct 16, 2012 at 4:12 PM, der.hans pl...@lufthans.com wrote:


 Am 16. Oct, 2012 schwätzte Dazed_75 so:



 I used to regularly do ssh -X user@machine or ssh -Y user@machine so I


could run a graphical program on the remote machine and have the display
on
the machine I was sitting at.  In fact, I used to do this at
installfests
from my laptop (lapdog2) to the headless PXE server (fogtest) right next
to
me.  That stopped working months ago and I have not been able to figure
out
why or how to fix it.  Here is a sample of what I get:

larry@hammerhead:~$ ssh -Y fogtest

 Linux fogtest 2.6.32-41-generic-pae #91-Ubuntu SMP Wed Jun 13 12:00:09

UTC
2012 i686 GNU/Linux
Ubuntu 10.04.4 LTS

snip



 echo $DISPLAY


Do you get something like localhost:10.0?

ciao,

der.hans




Yes, both on the machine that works (sunfish) and the one that does not
(fogtest).



OK, we might have to debug the gconf stuff :).

Before that, try starting a non-GNOME app such as xterm or xeyes.



Aaah, both work on both machines.  Not sure what to do from there.




  Last login: Mon Oct 15 16:37:44 2012 from sunfish.thiel.org




 larry@fogtest:~$ gedit

GConf Error: Failed to contact configuration server; some possible
causes
are that you need to enable TCP/IP networking for ORBit, or you have
stale
NFS locks due to a system crash. See http://projects.gnome.org/
gconf/ http://projects.gnome.org/**gconf/http://projects.gnome.**
org/gconf/ http://projects.gnome.org/gconf/for

information. (Details -  1: Failed to get connection to session: Failed
to
connect to socket /tmp/dbus-sjFuIo1Vhr: Connection refused)




ls -ld /tmp/dbus-*

Wonder if it's trying to use the wrong socket. There might be a stale
socket since you're running headless, but boot should fix that by cleaning
out /tmp. Does fogtest get shutdown or do you hibernate it?

The obvious solution is you need to start using vim :).

ciao,

der.hans

 ^C

larry@fogtest:~$


 As you can see, the ssh connection is fine but using a graphical

program
like gedit does not. So I was making another attempt today (different
target) and it worked:

larry@hammerhead:~$ ssh -Y sunfish

 Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)


 * Documentation:  https://help.ubuntu.com/

22 packages can be updated.
12 updates are security updates.

Last login: Tue Aug 28 21:27:53 2012 from hammerhead.thiel.org
larry@sunfish:~$ gedit
larry@sunfish:~$


 Anyone know where to look or how to fix fogtest?




 --

#  http://www.LuftHans.com/
http://www.LuftHans.com/Classes/http://www.LuftHans.com/**Classes/
http://www.LuftHans.**com/Classes/ http://www.LuftHans.com/Classes/

#  Human kind cannot bear very much reality.
#-- T.S. Eliot, Four Quartets: Burnt Norton
--**-
PLUG-discuss mailing list - 
plug-disc...@lists.plug.**phoenix.az.usPLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.**us/mailman/listinfo/plug-**discusshttp://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss








--
#  http://www.LuftHans.com/
http://www.LuftHans.com/**Classes/http://www.LuftHans.com/Classes/
#  When in doubt, choose the interesting. -- der.hans
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss








--
#  http://www.LuftHans.com/http://www.LuftHans.com/Classes/
#  In order to live free and happily, you must sacrifice boredom.
#  It is not always an easy sacrifice.---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread Dazed_75
Sorry Hans, I doid not see the further questions.

On Tue, Oct 16, 2012 at 4:25 PM, der.hans pl...@lufthans.com wrote:

 Am 16. Oct, 2012 schwätzte Dazed_75 so:



 ls -ld /tmp/dbus-*

No such file

larry@fogtest:~$ ls -al /tmp/
 total 32
 drwxrwxrwt  7 root  root  4096 2012-10-16 15:28 ./
 drwxr-xr-x 24 root  root  4096 2012-04-27 00:13 ../
 drwx--  2 gdm   gdm   4096 2012-10-14 10:53 .esd-114/
 srwxr-xr-x  1 larry larry0 2012-10-16 15:28 gedit.larry.1810654947=
 drwxrwxrwt  2 root  root  4096 2012-10-14 10:53 .ICE-unix/
 drwx--  2 gdm   gdm   4096 2012-10-14 11:23 orbit-gdm/
 drwx--  2 gdm   gdm   4096 2012-10-14 10:53 pulse-PKdhtXMmr18n/
 -r--r--r--  1 root  root11 2012-10-14 10:53 .X0-lock
 drwxrwxrwt  2 root  root  4096 2012-10-14 10:53 .X11-unix/
 larry@fogtest:~$





 Wonder if it's trying to use the wrong socket. There might be a stale
 socket since you're running headless, but boot should fix that by cleaning
 out /tmp. Does fogtest get shutdown or do you hibernate it?


fogtest is always shut down when I move it or just want to not use it for a
lengthy time.



 The obvious solution is you need to start using vim :).


Not an option.  :)


 ciao,

 der.hans

-- 
Dazed_75 a.k.a. Larry
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread Dazed_75
On Tue, Oct 16, 2012 at 4:35 PM, Lisa Kachold lisakach...@obnosis.comwrote:

 Hi Larry!recipient list and message body

 Well,

 It could be a variety of things:

 1.   dbus issues: Resolve by deleting ~/.dbus*


on fogtest I assume?

in ~/.dbus are
.
└── session-bus
├── 1e1766b8883716105166c2a04daf2d37-0
└── 1e1766b8883716105166c2a04daf2d37-10
or
larry@fogtest:~/.dbus$ ll session-bus/
total 8
-rw-r--r-- 1 larry larry 467 2012-10-14 10:39
1e1766b8883716105166c2a04daf2d37-0
-rw-r--r-- 1 root  root  476 2011-08-18 18:55
1e1766b8883716105166c2a04daf2d37-10




 2.   Permissions: Press alt + F2 and type gksu gedit to verify or run via
 root

that does not work inside the ssh -Y session as it just brings up the Dash
in the local Unity system just as Ctr;-Alt-F1-6 open a console on the local
system.  Other Alt-Function keys in the ssh 0Y session print something like
escape sequences in the terminal.


 3.   Issues with file corruption: sudo touch /forcefsck  sudo reboot


 Nope, did the fsck route yesterday.

 --
 (503) 754-4452 Android
 (623) 239-3392 Skype
 (623) 688-3392 Google Voice
 **
 it-clowns.com
 Chief Clown















 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss




-- 
Dazed_75 a.k.a. Larry

Please protect my address like I protect yours. When sending messages to
multiple recipients, always use the BCC: (Blind carbon copy) and not To: or
CC:. Remove all addresses from the message body before sending a Forwarded
message. This can prevent spy programs capturing addresses from the
recipient list and message body.
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread Lisa Kachold
Larry -

On Tue, Oct 16, 2012 at 5:04 PM, Dazed_75 lthiels...@gmail.com wrote:



 On Tue, Oct 16, 2012 at 4:35 PM, Lisa Kachold lisakach...@obnosis.comwrote:

 Hi Larry!recipient list and message body

 Well,

 It could be a variety of things:

 1.   dbus issues: Resolve by deleting ~/.dbus*


 on fogtest I assume?

 in ~/.dbus are
 .
 └── session-bus
 ├── 1e1766b8883716105166c2a04daf2d37-0
 └── 1e1766b8883716105166c2a04daf2d37-10
 or
 larry@fogtest:~/.dbus$ ll session-bus/
 total 8
 -rw-r--r-- 1 larry larry 467 2012-10-14 10:39
 1e1766b8883716105166c2a04daf2d37-0
 -rw-r--r-- 1 root  root  476 2011-08-18 18:55
 1e1766b8883716105166c2a04daf2d37-10

 Remove all the ~.dbus-dession files!


Should work!



  2.   Permissions: Press alt + F2 and type gksu gedit to verify or run
 via root

 that does not work inside the ssh -Y session as it just brings up the Dash
 in the local Unity system just as Ctr;-Alt-F1-6 open a console on the local
 system.  Other Alt-Function keys in the ssh 0Y session print something like
 escape sequences in the terminal.


 3.   Issues with file corruption: sudo touch /forcefsck  sudo reboot


 Nope, did the fsck route yesterday.

 --


-- 
(503) 754-4452 Android
(623) 239-3392 Skype
(623) 688-3392 Google Voice
**
it-clowns.com
Chief Clown
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question

2012-10-16 Thread Matt Graham
From: Dazed_75 
 2.   Permissions: Press alt + F2 and type gksu gedit to verify or run via
 root
 that does not work inside the ssh -Y session as it just brings up the Dash
 in the local Unity system

Yeah, I'm not sure what's supposed to be going on here.  I'd check
/etc/ssh/sshd_config on the remote system and make sure that you have the
line

X11Forwarding yes

...in the remote system's sshd_config, because leaving that out will totally
hork up any attempt to use ssh -X or -Y.  Also:  ssh -v -Y remotehost, and
the additional output you get from the -v may tell you stupid error NNN has
happened in X11 forwarding.

I just tried this with xeyes, a GTK+ app, and gnome-terminal, but everything
worked and I didn't get any stupid errors.  

 sudo touch /forcefsck  sudo reboot
 Nope, did the fsck route yesterday.

I think if it'd been filesystem problems, you would've noticed other weirdness
before X forwarding problems.

-- 
Matt G / Dances With Crows
The Crow202 Blog:  http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


Re: ssh -Y question [RESOLVED]

2012-10-16 Thread Dazed_75
Fixed by deleting the files in ~/.dbus/session-bus/ of fogtest.  Thanks
everyone!

Makes me wonder if those files (if any) shouldn’t be deleted automatically
on startup.  And what other cleanup should maybe be standard.
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: ssh -Y question [RESOLVED]

2012-10-16 Thread Derek Trotter
I also would like to thank those who helped fix this.  I have one 
computer that has kubuntu 8 installed on it.  It's the older, slower 
machine that's a server and firewall.  The other computer is newer and 
faster.  It has the latest kubuntu and windoze on it.


There are a few games that run on the older machine.  When the new 
machine is running linux I use ssh -Y to access them.  So thanks to the 
nice people who figured this out, I have somewhere to look if I ever run 
into that problem.


On 10/16/2012 6:10 PM, Dazed_75 wrote:
Fixed by deleting the files in ~/.dbus/session-bus/ of fogtest.  
Thanks everyone!


Makes me wonder if those files (if any) shouldn't be deleted 
automatically on startup.  And what other cleanup should maybe be 
standard.



---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss