search for: pattonme

Displaying 4 results from an estimated 4 matches for "pattonme".

Did you mean: patton
2017 May 19
2
feature request: use HOME before getpwnam() in misc.c
I'm using bash. The shell does the correct thing.? Sorry ?didn't give the use case clearly.? I'm talking about the use of tilde inside client config. ?The example was to illustrate desired behavior. Ssh itself does not eval tilde with any consideration for environment. That is the problem.? ? Original Message ? From: Gert Doering Sent: Friday, May 19, 2017 02:19 To: matthew patton
2018 Oct 18
0
Cygwin build fails because headers no longer default to Solaris ACL
Unfortunately I don't know how to write AC macros to properly solve this problem but Cygwin does not (any longer) include cygwin/acl.h from sys/acls.h which is required for Solaris ACL data structures to work. So the CASE statement improperly short-circuits the logic. I have confirmed that Rsync builds using POSIX ACLs but haven't tested said functionality. diff --git a/configure.ac
2011 Aug 07
0
Question about WD drives with Super Microsystems
Sc847 36 drive config. Wd RE3 1tb drives. Areca and lsi hba. 3 or so drives would completely hang under any kind of decent load. Replaced with lsi 1068 and chenbro sas espanders and replaced the supermicro backplane with the -A version (direct port) and its been riPping along for well over a year. We replaced the 3gb backplane 2x and exact same failures. Supermicro refuses to concede a problem
2017 May 18
2
feature request: use HOME before getpwnam() in misc.c
it's really^3 annoying that no matter the value of $HOME, that tilde_expand_filename() only looks at getpwnam() and friends instead of at least trying getenv("HOME"). What is the use case? HOME=longpath_to_config1 ssh -i ~/.ssh/key1 HOME=longpath_to_config2 ssh -i ~/.ssh/key2 but getpwnam() defeats this by always accessing what's in the passwd file. So .ssh/known_hosts is