Lisp HUG Maillist Archive

Experience with running Linux LispWorks on WSL2?

Title says all : does anyone here have any experience with running the Linux version of LispWorks on WSL2 (Windows Subsystem for Linux) rather than in a “traditional” Linux VM on top of Windows?

 

Thanks,

--

Martin Jourdan

Language Senior Architect

Mobile : +33 6 63 76 16 71 | Land : +33 1 46 83 37 56

Le Galilée, 2–4 rue Andras Beck

92360 Meudon | France

Martin.Jourdan@metaware.gfi.fr

 

id:image001.jpg@01D27894.EF076D60

 

Visit our Web site at http://www.metaware.fr

Follow us on twitter : @metaware

RE: Experience with running Linux LispWorks on WSL2?

Finally got the update with WSL2 for my machine, so I could try this out. LispWorks Enterprise 7.1.2 (64-bit) for Linux installed without a problem on Ubuntu 20.04 for WSL2, going directly into the TTY listener with an error that the X11 DISPLAY variable was not set; but invoking with “-build” evals the build-script, dumps the standalone binary, and exits the process as expected. Sweet.

 

Will continue with further experiments.

 

---

 

Colin J.E. Lupton

CEO, Founder, Principal Quantum Metamachinist

Black Brane Systems, Inc.

https://blackbrane.com/

colin@blackbrane.com

 

From: owner-lisp-hug@lispworks.com <owner-lisp-hug@lispworks.com> On Behalf Of Jourdan Martin
Sent: June 16, 2020 4:46 AM
To: lisp-hug@lispworks.com
Cc: Jourdan Martin <martin.jourdan@metaware.gfi.fr>
Subject: Experience with running Linux LispWorks on WSL2?

 

Title says all : does anyone here have any experience with running the Linux version of LispWorks on WSL2 (Windows Subsystem for Linux) rather than in a “traditional” Linux VM on top of Windows?

 

Thanks,

--

Martin Jourdan

Language Senior Architect

Mobile : +33 6 63 76 16 71 | Land : +33 1 46 83 37 56

Le Galilée, 2–4 rue Andras Beck

92360 Meudon | France

Martin.Jourdan@metaware.gfi.fr

 

id:image001.jpg@01D27894.EF076D60

 

Visit our Web site at http://www.metaware.fr

Follow us on twitter : @metaware

Re: Experience with running Linux LispWorks on WSL2?

with an error that the X11 DISPLAY variable was not set
People generally use an external X server, such as Xming, to run graphical Linux applications on WSL. (See https://stackoverflow.com/questions/37969262/windows-subsystem-for-linux-display-variable-setup for details.)

Perhaps this way you'll get the graphical LW to run!

On 03.08.2020 20:57, Colin J.E. Lupton wrote:

Finally got the update with WSL2 for my machine, so I could try this out. LispWorks Enterprise 7.1.2 (64-bit) for Linux installed without a problem on Ubuntu 20.04 for WSL2, going directly into the TTY listener with an error that the X11 DISPLAY variable was not set; but invoking with “-build” evals the build-script, dumps the standalone binary, and exits the process as expected. Sweet.

 

Will continue with further experiments.

 

---

 

Colin J.E.. Lupton

CEO, Founder, Principal Quantum Metamachinist

Black Brane Systems, Inc.

https://blackbrane.com/

colin@blackbrane.com

 

From: owner-lisp-hug@lispworks.com <owner-lisp-hug@lispworks.com> On Behalf Of Jourdan Martin
Sent: June 16, 2020 4:46 AM
To: lisp-hug@lispworks.com
Cc: Jourdan Martin <martin.jourdan@metaware.gfi.fr>
Subject: Experience with running Linux LispWorks on WSL2?

 

Title says all : does anyone here have any experience with running the Linux version of LispWorks on WSL2 (Windows Subsystem for Linux) rather than in a “traditional” Linux VM on top of Windows?

 

Thanks,

--

Martin Jourdan

Language Senior Architect

Mobile : +33 6 63 76 16 71 | Land : +33 1 46 83 37 56

Le Galilée, 2–4 rue Andras Beck

92360 Meudon | France

Martin.Jourdan@metaware.gfi.fr

 

id:image001.jpg@01D27894.EF076D60

 

Visit our Web site at http://www.metaware.fr

Follow us on twitter : @metaware

Re: Experience with running Linux LispWorks on WSL2?

Unable to parse email body. Email id is 15319

RE: Experience with running Linux LispWorks on WSL2?

Well, that was easy.

 

I followed the instructions here instead, since the answer was WSL2 specific:

https://stackoverflow.com/questions/61110603/how-to-set-up-working-x11-forwarding-on-wsl2

 

Used X410 from the Windows app store, for simplicity. Plus, it’s on sale 80% off retail price.

 

Very little configuration required. In Ubuntu, set the DISPLAY variable in my rc file for X display 0 on the loopback interface; allowed public access from the X410 menu; added firewall rule for the WSL2 subnet on port 6000. Launching LispWorks from Ubuntu opens automatically in Windowed mode.

 

---

 

Colin J.E.. Lupton

CEO, Founder, Principal Quantum Metamachinist

Black Brane Systems, Inc.

https://blackbrane.com/

colin@blackbrane.com

 

From: owner-lisp-hug@lispworks.com <owner-lisp-hug@lispworks.com> On Behalf Of Colin J.E. Lupton
Sent: August 3, 2020 3:30 PM
To: Michał "phoe" Herda <phoe@disroot.org>; Jourdan Martin <martin.jourdan@metaware.gfi.fr>; lisp-hug@lispworks.com
Subject: Re: Experience with running Linux LispWorks on WSL2?

 

Noted! I’ll be sure to try this approach as well.

 

Still exploring all the new features and configuration options of WSL2, but couldn’t wait any longer to have a local, native, side-by-side Windows and Linux LispWorks build-and-deploy pipeline set up on my development machine.

 

It’s so awesome.

 

 

--

 

Colin J.E. Lupton

CEO, Founder, Principal Quantum Metamachinist

Black Brane Systems, Inc.

https://blackbrane.com/


phone: +1 (833) 227-2630 x700

fax: +1 (833) 227-2630

email: colin@blackbrane.com


Sent from Outlook for iOS


From: Michał "phoe" Herda <phoe@disroot.org>
Sent: Monday, August 3, 2020 3:01:42 PM
To: Colin J.E. Lupton <colin@blackbrane.com>; Jourdan Martin <martin.jourdan@metaware.gfi.fr>; lisp-hug@lispworks.com <lisp-hug@lispworks.com>
Subject: Re: Experience with running Linux LispWorks on WSL2?

 

with an error that the X11 DISPLAY variable was not set

People generally use an external X server, such as Xming, to run graphical Linux applications on WSL. (See https://stackoverflow.com/questions/37969262/windows-subsystem-for-linux-display-variable-setup for details.)

Perhaps this way you'll get the graphical LW to run!

On 03.08.2020 20:57, Colin J.E. Lupton wrote:

Finally got the update with WSL2 for my machine, so I could try this out. LispWorks Enterprise 7.1.2 (64-bit) for Linux installed without a problem on Ubuntu 20.04 for WSL2, going directly into the TTY listener with an error that the X11 DISPLAY variable was not set; but invoking with “-build” evals the build-script, dumps the standalone binary, and exits the process as expected. Sweet.

 

Will continue with further experiments.

 

---

 

Colin J.E. Lupton

CEO, Founder, Principal Quantum Metamachinist

Black Brane Systems, Inc.

https://blackbrane.com/

colin@blackbrane.com

 

From: owner-lisp-hug@lispworks.com <owner-lisp-hug@lispworks.com> On Behalf Of Jourdan Martin
Sent: June 16, 2020 4:46 AM
To: lisp-hug@lispworks.com
Cc: Jourdan Martin <martin.jourdan@metaware.gfi.fr>
Subject: Experience with running Linux LispWorks on WSL2?

 

Title says all : does anyone here have any experience with running the Linux version of LispWorks on WSL2 (Windows Subsystem for Linux) rather than in a “traditional” Linux VM on top of Windows?

 

Thanks,

--

Martin Jourdan

Language Senior Architect

Mobile : +33 6 63 76 16 71 | Land : +33 1 46 83 37 56

Le Galilée, 2–4 rue Andras Beck

92360 Meudon | France

Martin.Jourdan@metaware.gfi.fr

 

id:image001.jpg@01D27894.EF076D60

 

Visit our Web site at http://www.metaware.fr

Follow us on twitter : @metaware

Updated at: 2020-12-10 08:28 UTC