User Details
- User Since
- Nov 26 2017, 9:15 AM (297 w, 2 d)
Dec 16 2018
Thanks for the link @tristan957 - this solved my problem on my laptop running Solus Plasma:
export DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=0
Okay, I will check that out.
Dec 15 2018
@tristan957 Can you tell me why the same version works with my other PC running Budgie, but not in my laptop running Plasma?
Dec 12 2018
Strange thing.
Dec 10 2018
The dotnet core sdk still gives this error when e.g running dotnet-sdk.dotnet restore:
/snap/dotnet-sdk/25/sdk/2.2.100/NuGet.targets(114,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/home/<user>/Projects/dotnet-core-test/dotnet-core-test.fsproj] /snap/dotnet-sdk/25/sdk/2.2.100/NuGet.targets(114,5): error : The SSL connection could not be established, see inner exception. [/home/<user>/Projects/dotnet-core-test/dotnet-core-test.fsproj] /snap/dotnet-sdk/25/sdk/2.2.100/NuGet.targets(114,5): error : The remote certificate is invalid according to the validation procedure. [/home/<user>/Projects/dotnet-core-test/dotnet-core-test.fsproj]
Aug 23 2018
I just tried the snap version because creating new project and building it with FAKE/paket using mono didn't work out in the time I was willing to try it *couple of evenings). I got the same SSL error as above though when using dotnet snap package, so it seems I'm stuck developing my new idea for a while :(
Feb 7 2018
I know you all are busy, but can anybody check that debugging information and help me?
Jan 26 2018
Installing older version worked for me also.
Jan 23 2018
I have /etc/crypttab.
Jan 20 2018
My mounts are when I have rd.luks.uuid.
Jan 10 2018
Here is mine:
$ cat /proc/mounts sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 proc /proc proc rw,nosuid,noexec,relatime 0 0 devtmpfs /dev devtmpfs rw,nosuid,size=4051956k,nr_inodes=1012989,mode=755 0 0 securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0 tmpfs /dev/shm tmpfs rw 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0 tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0 cgroup /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0 cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0 efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0 cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0 cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0 cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0 cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0 cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0 cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0 cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0 cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0 /dev/mapper/SolusSystem-Root / ext4 rw,relatime,data=ordered 0 0 systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=42,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0 hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0 debugfs /sys/kernel/debug debugfs rw,relatime 0 0 mqueue /dev/mqueue mqueue rw,relatime 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0 /dev/loop0 /snap/core/3604 squashfs ro,nodev,relatime 0 0 /dev/loop1 /snap/core/3748 squashfs ro,nodev,relatime 0 0 /dev/loop2 /snap/core/3440 squashfs ro,nodev,relatime 0 0 tmpfs /tmp tmpfs rw,nosuid,nodev 0 0 fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=819836k,mode=700,uid=1000,gid=1000 0 0 gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0 /dev/sda1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
I tried this also.
Dec 25 2017
Dec 24 2017
Could running systemd-cryptsetup-generator help?
Dec 22 2017
Thanks for the quick answers and way forward!
Is there a way to fix this manually, e.g modifying somehow the boot options?