Olivier LAHAYE
Olivier LAHAYE
I have no time yet for that now. Also, I gave a missleading message. I don't know errno in fact, the only real thing is that daemon fails after clone...
Confirmed, If I do "rm -f /dev/null; mknode /dev/null c 1 3", gpm starts without problem. It should report /dev/null: BAD DEVICE or something appropriate.
After speaking with glibc dev, it turns out that gpm doesn't handle errno. daemon() will set errno to ENODEV if /dev/null is not a device. Thus, the error message should...
On my CentOS8 boxe, I have Geant4 built by me using -std=c++11 (output of geant4-config) and root-config using -std=c++14 Trying to build gate9 fails in that situation and I get...
Many opensource software sill ship with a spec file and/or a debian directory. This packaging is generic and there after, each distro will update/change it if needed. This helps a...
Seems correct, though I won't have time to test before a few weeks. thanks a lot for your help.
Apparently, strace gives some tips: [pid 14415] execve("/usr/bin/qemu-system-x86_64", ["/usr/bin/qemu-system-x86_64", "-monitor", "stdio", "-soundhw", "ac97", "-k", "fr", "-machine", "accel=kvm", "-m", "1024", "-no-fd-bootchk", "-hda", "/home/ol222822/vmware/aquemu/disc_1", "-net", "nic,vlan=0,macaddr=00:16:76:43:5b:0a,model=e1000", "-net", "user,vlan=0,hostname=oscarnode", "-rtc", "base=localtime", "-name", "\"Linux...
Would be great to have this on MacOS (Intel and Apple Silicon).