Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIndows 10: App does not work #375

Open
saumyajyoti opened this issue May 20, 2020 · 21 comments
Open

WIndows 10: App does not work #375

saumyajyoti opened this issue May 20, 2020 · 21 comments
Labels
help wanted Extra attention is needed kind/bug Something isn't working os/windows

Comments

@saumyajyoti
Copy link

Expected behavior

To get directory listing

Actual behavior

If I run lsd. It throws below error. I tried with and without admin privilege.
lsd: .: A global group cannot have a cross-domain member. (os error 8519)

@saumyajyoti saumyajyoti added the kind/bug Something isn't working label May 20, 2020
@yogan
Copy link

yogan commented May 27, 2020

Can confirm, but I get a different error:

lsd: .: The specified domain either does not exist or could not be contacted. (os error 1355)

@mborejdo
Copy link

I am also running into lsd: .: The specified domain either does not exist or could not be contacted. (os error 1355). I am sure it has worked before though.

@comfortablynick
Copy link

Same here; I started getting this error recently when it used to work in the past.

@smb
Copy link

smb commented Nov 15, 2020

Error is still present, just happened to me after fresh install (source: chocolatey - https://chocolatey.org/packages/lsd)

@zwpaper zwpaper added the help wanted Extra attention is needed label Nov 16, 2020
@gilles-gardet
Copy link

This error doesn't seems to be related to the way you installed lsd.
I tried both choco and scoop and I still got the error.

@ghost
Copy link

ghost commented Mar 7, 2021

I am running Windows 10 Version 20H2 Build 19042.631.

Running lsd on the C drive gives a couple of The process cannot access the file because it is being used by another process. (os error 32). errors while displaying everything else after that fine.
lsd_c_drive_example

The issue starts when switching drives, if I run the same command inside the D drive I'd get No mapping between account names and security IDs was done. (os error 1332).
lsd_d_drive_example

The standard ls command works fine on both drives.
ls_command_example

@stanleyHODL
Copy link

can confirm having the same issues

❯ ls
    Directory: C:\


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----         3/18/2021   8:45 PM                ESD
d-----         3/20/2021   7:52 PM                Intel
d-----         3/11/2021   6:03 PM                Log Files
d-----         3/11/2021   5:53 PM                MFLABEL
d-----         12/7/2019   3:14 AM                PerfLogs
d-r---         3/19/2021   1:04 AM                Program Files
d-r---         3/19/2021   1:04 AM                Program Files (x86)
d-----          3/7/2021   1:34 PM                Python39
d-r---         3/18/2021  10:05 PM                Users
d-----         7/24/2020   5:19 AM                User_manual
d-----         3/19/2021   1:29 AM                Windows
d-----         3/18/2021  10:13 PM                Windows.old
-a----         7/24/2020   5:04 AM           3108 rhdsetup.log
-a----         7/24/2020   5:07 AM            194 Setup.log


❯ lsd
lsd: .\$RECYCLE.BIN: No mapping between account names and security IDs was done. (os error 1332).

lsd: .\DumpStack.log.tmp: The process cannot access the file because it is being used by another process. (os error 32).

lsd: .\hiberfil.sys: The process cannot access the file because it is being used by another process. (os error 32).

lsd: .\pagefile.sys: The process cannot access the file because it is being used by another process. (os error 32).

lsd: .\swapfile.sys: The process cannot access the file because it is being used by another process. (os error 32).

lsd: .\System Volume Information: Access is denied. (os error 5).

@WeijieH
Copy link

WeijieH commented May 24, 2021

Same here. lsd returns OS error on some folders on windows.

lsd: .\kaggle: No mapping between account names and security IDs was done. (os error 1332).
lsd: .\LightGBM: No mapping between account names and security IDs was done. (os error 1332).

@scaevola
Copy link

I get this error on Windows 10:

lsd -l target/debug/
lsd: target/debug/: The specified domain either does not exist or could not be contacted. (os error 1355).

@darkvertex
Copy link

Also getting lsd: .: The specified domain either does not exist or could not be contacted. (os error 1355). after I did cargo install lsd from a Windows terminal. (lsd --version says I'm on 0.20.1)

@overdazed
Copy link

I get the same Error. Uninstalled everything & installed again.
The Error still persists. Is there a fix?

@stephankn
Copy link

Fails on this Windows 10 machine in powershell. Worked on another one. ls works.
I don't understand the error 1355. Googling it suggests some problem with network access. But I am working here on a local file-system. Is lsd trying to do some network activity in the background?
image

@pturley0
Copy link

pturley0 commented Nov 8, 2022

Same:

PS C:\> lsd --version
lsd 0.23.1
PS C:\> lsd
lsd: .: A global group cannot have a cross-domain member. (os error 8519).

@jeansagi
Copy link

jeansagi commented Dec 7, 2022

This is very strange...

lsd was working "fine" and out of a sudden it is showing "os error 1355".

And by "working fine" I mean from one day to another.

More strange is that in a Windows 11 machine it is working fine.

Thos should be addressed ASAP because **lsd ** is not working anymore.

J.

@evanjs
Copy link

evanjs commented Mar 3, 2023

Didn't bisect or perform any further diagnostics, but I did see OS error 1332 when attempting to use lsd 0.20.1 via Chocolatey.
Uninstalled and installed 0.23.0, and the error no longer appears on problematic folder.

@lucasjinreal
Copy link

@evanjs Its not work, lsd is not working anymore unless problem solved on windows10

@ckolumbus
Copy link

Problem still exists, here's my "flavor" of the 1355

lsd: C:\Temp\: The specified domain either does not exist or could not be contacted. (os error 1355).

Win version: 21H2 19044.3324
lsd version: 1.0.0 (downloaded and unzipped from the gh release page)

@domsleee
Copy link
Contributor

Please try --permission disable to fix os error 1355 (see #882, it isn't in 1.0.0)

@jeansagi
Copy link

Please try --permission disable to fix os error 1355 (see #882, it isn't in 1.0.0)

Interesting... but, If not in 1.0.0 in what version?

J.

@domsleee
Copy link
Contributor

@jeansagi currently --permission disable has been merged but not released yet - currently the only way is from source like this:

cargo install --git https://github.com/lsd-rs/lsd.git

@jeansagi
Copy link

jeansagi commented Sep 25, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/bug Something isn't working os/windows
Projects
None yet
Development

No branches or pull requests