In the Windows explorer address bar enter –
\\wsl$
In the Windows explorer address bar enter –
\\wsl$
While running a cron job in Linux, I sometimes get this error and I had been struggling to solve this until I came across this post.
Although that particular post mentions the cause being Vagrant, mine was due to a cron job.
First the solution …
.profile
under home
folderOpen ~/.profile
Replace the following line –
mesg n || true
with
tty -s && mesg n
The reason for this is given very well in the post linked above.
Continue readingCopyright © 2024 the möbius trip
Theme by Anders Noren — Up ↑