Charles Hedrick
Charles Hedrick
How would they do that? I'm not a vscode user. This is students either on their own or under instructions by a faculty member. I'll need good enough instructions to...
I'm giving you the whole error below. But note the last line, which is the key. It's using sqlalchemy from the user's home directory. When I remove /home/XXX/.local/lib, it starts...
No. It's a good idea, but at the moment we only need one binary for all of our systems. (I recently did a change because we inadvertently broke backwards compatibility...
If you're interested in a fairly recent Linux (Ubuntu since 14, 16, 18, Centos 6, 7, SLES 12), you can use my binaries. They're been tested there. Check out the...
If the same binary works on Centos, Ubuntu and SLES, why wouldn't it work with Gentoo? It depends upon basic GCC and Kerberos libraries.
I would have found that very useful recently. We just rebuilt a pool to move from RAIDZ to mirrors. The new pool had a different guid, which resulted in a...
after a bit more thought: isn't the NFS fsid based on the guid of the file system? If so, I doubt this will help
to build zfs, as root. Make sure the kernel you're running is that one that will boot, i.e. if Ubuntu has given you a new one, reboot to make sure...
I'm still not sure there isn't an nfs problem here. Directory data is cached by nfs. The arc read rate strongly suggests that the same directory is causing prefetches over...
zfs prefetch disable doesn't seem to do anything. If you look at the code, the prefetch is unconditional. That's the reason for Chris' patch, which we're going to try.