lsd icon indicating copy to clipboard operation
lsd copied to clipboard

WIndows 10: App does not work

Open saumyajyoti opened this issue 4 years ago • 21 comments

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 avatar May 20 '20 05:05 saumyajyoti

Can confirm, but I get a different error:

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

yogan avatar May 27 '20 10:05 yogan

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.

mborejdo avatar Jun 15 '20 12:06 mborejdo

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

comfortablynick avatar Jun 29 '20 15:06 comfortablynick

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

smb avatar Nov 15 '20 18:11 smb

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.

gilles-gardet avatar Dec 10 '20 09:12 gilles-gardet

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

ghost avatar Mar 07 '21 19:03 ghost

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).

stanleyHODL avatar Mar 21 '21 05:03 stanleyHODL

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).

WeijieH avatar May 24 '21 03:05 WeijieH

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).

scaevola avatar Jun 26 '21 17:06 scaevola

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)

darkvertex avatar Nov 12 '21 22:11 darkvertex

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

overdazed avatar Feb 20 '22 05:02 overdazed

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

stephankn avatar Jul 12 '22 16:07 stephankn

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).

pturley0 avatar Nov 08 '22 14:11 pturley0

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.

jeansagi avatar Dec 07 '22 13:12 jeansagi

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.

evanjs avatar Mar 03 '23 11:03 evanjs

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

lucasjinreal avatar Mar 04 '23 03:03 lucasjinreal

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)

ckolumbus avatar Sep 22 '23 07:09 ckolumbus

Please try --permission disable to fix os error 1355 (see https://github.com/lsd-rs/lsd/pull/882, it isn't in 1.0.0)

domsleee avatar Sep 24 '23 07:09 domsleee

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.

jeansagi avatar Sep 24 '23 15:09 jeansagi

@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

domsleee avatar Sep 25 '23 11:09 domsleee

Thanks,

I'll have it in mind, it will be very useful where I work.

J.

El lun, 25 sept 2023 a las 6:57, Dom Slee @.***>) escribió:

@jeansagi https://github.com/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

— Reply to this email directly, view it on GitHub https://github.com/lsd-rs/lsd/issues/375#issuecomment-1733519985, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFY3AEM5DBOF35SNJCFGC7LX4FWSZANCNFSM4NFS557Q . You are receiving this because you were mentioned.Message ID: @.***>

--

J.

jeansagi avatar Sep 25 '23 21:09 jeansagi