You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now all installations seemingly point to the wrong path. The cygwin prefix is missing. My root is c:/cygwin
wget https://raw.githubusercontent.com/kou1okada/apt-cyg/master/apt-cyg
install apt-cyg /bin
apt-cyg install procps-ng
...
ash_check: sha512sum: procps-ng-4.0.3-1.tar.zst: OK
Unpacking...
x usr/bin/free.exe: Can't create '\\\\?\\C:\\usr\\bin\\free.exe'
x usr/bin/pgrep.exe: Can't create '\\\\?\\C:\\usr\\bin\\pgrep.exe'
x usr/bin/pidof.exe: Can't create '\\\\?\\C:\\usr\\bin\\pidof.exe'
x usr/bin/pkill.exe: Can't create '\\\\?\\C:\\usr\\bin\\pkill.exe'
x usr/bin/pmap.exe: Can't create '\\\\?\\C:\\usr\\bin\\pmap.exe'
...
...
x usr/share/man/uk/man8/vmstat.8.gz: Can't create '\\\\?\\C:\\usr\\share\\man\\uk\\man8\\vmstat.8.gz'
tar.exe: Error exit delayed from previous errors.
Package procps-ng requires the following packages, installing:
...
This is no problems
touch /usr/bin/test
dev@win ~
$ ls /cygdrive/c/cygwin/bin/test
/cygdrive/c/cygwin/bin/test
mount
C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/cygwin on / type ntfs (binary,auto)
C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
I tried
apt-cyg repair-acl
I believe fstab is restored after this failure maybe it's still wrong??
cat /etc/fstab
# This is default anyway:
none /cygdrive cygdrive binary,posix=0,user 0 0
How do I restore my cygwin prefix to c:/cygwin so it doesn't try to unpack everything in c:/
I tried to remedy the famous NULL SID with
Now all installations seemingly point to the wrong path. The cygwin prefix is missing. My root is c:/cygwin
This is no problems
I tried
I believe fstab is restored after this failure maybe it's still wrong??
How do I restore my cygwin prefix to c:/cygwin so it doesn't try to unpack everything in c:/
It already is correct in the registry
Now a different error don't know why
It just hangs at unpacking. Stalls endlessly. Is it the
install
command that doe something? Should I manuallymv
chmod
?The text was updated successfully, but these errors were encountered: