Prev: SuperDuper oddity
Next: bought a music video of off iTunes... Plays on MAC... How do I get it to the iPhone?
From: Jolly Roger on 6 Feb 2010 02:00 In article <21e6939f-f5a5-4962-8cd1-cc5c8e1bd3a4(a)n33g2000yqb.googlegroups.com>, Weydson <weyseal(a)gmail.com> wrote: > On Feb 5, 9:41�am, Jolly Roger <jollyro...(a)pobox.com> wrote: > > In article > > <8e9dc7ee-6871-456e-82ab-6a88e955a...(a)f15g2000yqe.googlegroups.com>, > > > > �Weydson <weys...(a)gmail.com> wrote: > > > I used the combination of putty + Xming under Windows and has been > > > worked perfectly. I can't find a solution for the Mac platform though. > > > I know OSX has the X11 built-in, but I can't get it to work by SSHing > > > a remote host. > > > > > Any ideas? > > > > You need to start SSH with the the -X switch to enable X11 forwarding. > > I did the -o ForwardX11=yes on the SSH before but it didn't work. Right, but that's not quite the same as the -X switch. I'd give that a shot if I were you. > When > I'm sshed to the remote host, do I have to manually set the DISPLAY > environment variable to my X11 server on the mac? I don't believe you need to mess with the DISPLAY variable for SSH forwarding, because SSH sets that automatically when you use the -X switch. > Just out of curiosity.. were you ever able to do what I am trying to > do yourself? Sure, I've done it plenty. Not in the past few months, but plenty of times in the past. You just have to use the ssh -X switch. -- Send responses to the relevant news group rather than email to me. E-mail sent to this address may be devoured by my very hungry SPAM filter. Due to Google's refusal to prevent spammers from posting messages through their servers, I often ignore posts from Google Groups. Use a real news client if you want me to see your posts. JR
From: AV3 on 6 Feb 2010 10:48 On Feb/5/2010 10:0909 PM, Barry Margolin wrote: > In article<hkilmb$d38$1(a)news.albasani.net>, > AV3<arvimide(a)earthlink.net> wrote: > >> On Feb/5/2010 7:1450 PM, bobert wrote: >>> In article<jollyroger-EDA826.09413905022010(a)news.individual.net>, >>> Jolly Roger<jollyroger(a)pobox.com> wrote: >>> >>>> In article >>>> <8e9dc7ee-6871-456e-82ab-6a88e955a13f(a)f15g2000yqe.googlegroups.com>, >>>> Weydson<weyseal(a)gmail.com> wrote: >>>> >>>>> I used the combination of putty + Xming under Windows and has been >>>>> worked perfectly. I can't find a solution for the Mac platform though. >>>>> I know OSX has the X11 built-in, but I can't get it to work by SSHing >>>>> a remote host. >>>>> >>>>> Any ideas? >>>> >>>> You need to start SSH with the the -X switch to enable X11 forwarding. >>> >>> Or go to xmradio.com, and stream from there. >> >> >> XM Radio requires an additional fee for streaming by its paying >> subscribers. Are you implying that there is a no-pay source for >> streaming from its site? Is this connected with Xming? > > As others have pointed out, XMing has nothing to do with XM Radio. > XMing is an X11 server for Windows. > > OS X has an X11 server included as part of the distribution, but it's an > optional install. Look for the application "X11"; if you don't have it, > get out your installation disks. > Being both a subscriber to XM Radio and a long-time user of X11, I requested that the OP clarify the connection he asserted between them. I suspected he was mistaken, but I don't know everything, so I asked. It would have been nice, if he were right, since I resent XM's recent imposition of a fee on streaming. -- ++====+=====+=====+=====+=====+====+====+=====+=====+=====+=====+====++ ||Arnold VICTOR, New York City, i. e., <arvimideQ(a)Wearthlink.net> || ||Arnoldo VIKTORO, Nov-jorkurbo, t. e., <arvimideQ(a)Wearthlink.net> || ||Remove capital letters from e-mail address for correct address/ || || Forigu majusklajn literojn el e-poŝta adreso por ĝusta adreso || ++====+=====+=====+=====+=====+====+====+=====+=====+=====+=====+====++
From: Jolly Roger on 6 Feb 2010 17:32 In article <hkk30v$k0m$1(a)news.albasani.net>, AV3 <arvimide(a)earthlink.net> wrote: > Being both a subscriber to XM Radio and a long-time user of X11, I > requested that the OP clarify the connection he asserted between them. The OP didn't assert any connection between XM Radio and X11. Bobert barged into the discussion and instructed the OP to go to xmradio.com out of the blue. -- Send responses to the relevant news group rather than email to me. E-mail sent to this address may be devoured by my very hungry SPAM filter. Due to Google's refusal to prevent spammers from posting messages through their servers, I often ignore posts from Google Groups. Use a real news client if you want me to see your posts. JR
From: Barry Margolin on 6 Feb 2010 18:19 In article <21e6939f-f5a5-4962-8cd1-cc5c8e1bd3a4(a)n33g2000yqb.googlegroups.com>, Weydson <weyseal(a)gmail.com> wrote: > On Feb 5, 9:41�am, Jolly Roger <jollyro...(a)pobox.com> wrote: > > In article > > <8e9dc7ee-6871-456e-82ab-6a88e955a...(a)f15g2000yqe.googlegroups.com>, > > > > �Weydson <weys...(a)gmail.com> wrote: > > > I used the combination of putty + Xming under Windows and has been > > > worked perfectly. I can't find a solution for the Mac platform though. > > > I know OSX has the X11 built-in, but I can't get it to work by SSHing > > > a remote host. > > > > > Any ideas? > > > > You need to start SSH with the the -X switch to enable X11 forwarding. > > > > -- > > Send responses to the relevant news group rather than email to me. > > E-mail sent to this address may be devoured by my very hungry SPAM > > filter. Due to Google's refusal to prevent spammers from posting > > messages through their servers, I often ignore posts from Google > > Groups. Use a real news client if you want me to see your posts. > > > > JR > > I did the -o ForwardX11=yes on the SSH before but it didn't work. When > I'm sshed to the remote host, do I have to manually set the DISPLAY > environment variable to my X11 server on the mac? > Just out of curiosity.. were you ever able to do what I am trying to > do yourself? Yes, you have to have the DISPLAY variable set on the Mac before you SSH. Otherwise, how would SSH know where to forward the X requests to? You also have to start X11 manually, it's not running by default. If you run SSH from within an xterm window, the DISPLAY variable will be set automatically. -- Barry Margolin, barmar(a)alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group ***
First
|
Prev
|
Pages: 1 2 3 Prev: SuperDuper oddity Next: bought a music video of off iTunes... Plays on MAC... How do I get it to the iPhone? |