search for: dimwit

Displaying 5 results from an estimated 5 matches for "dimwit".

2017 Aug 25
4
[Bug 2765] New: ssh-copy-id appears to hang indefinitely when the target user has no password
...ymbirtt at gmail.com This is, obviously, a pretty bizarre use-case. Copying an SSH ID to a passwordless user doesn't actually add any security, but it's still a werid issue that ssh-copy-id probably shouldn't exhibit. This can be reproduced on a single node as follows: $ sudo adduser dimwit $ sudo passwd -d dimwit # Never do this $ ssh-copy-id dimwit at localhost # The shell now appears to hang... The issue seems to be with a line containing a call to "ssh -v -o PreferredAuthentications=','", which attempts to assign a value to the $REMOTE_VERSION variable. A littl...
2004 Nov 09
1
Error in update() when repositories is specified.
...ositories")()[[1]]) > upgrade(x, ask = FALSE) Error in update[, 3] : incorrect number of dimensions However, upgrade behaves if I don't specify "repositories" in packageStatus() things work as expected. > x <- packageStatus() > upgrade(x) I imagine that I am being a dimwit as per usual. Can anybody help? -Andy
2013 Nov 17
1
order() function, decreasing=TRUE unexpected behaviour
...x86_64 linux-gnu) with identical results. I have also tried it on other series of numbers with the same result. Apologies if this has been discussed or reported elsewhere but I could not find any relevant posts. Perhaps I have failed to understand some fundamental issue? Sorry if this is me being dimwitted - it does seem hard to believe that there is a bug in a relatively straightforward r-base function. But I thought I would mention this as it could impact many people. Many thanks to all the R developers and R community for producing and supporting such an outstanding and invaluable product. Haw...
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 13 November 2016 at 00:13, Kirill M?ller wrote: | On 13.11.2016 00:00, Dirk Eddelbuettel wrote: | > On 12 November 2016 at 22:54, Kirill M?ller wrote: | > | > [... lots of stuff deleted ...] | > | > | I noticed this because plogr logging crashed in dplyr (compiled with gcc | > | 6) right after upgrading to yakkety; I still had a gcc-5 built version | > | of Rcpp installed.
2003 Jan 03
19
VPN hardware?
I have a NetGear FV318 living in my DMZ, with one of its LAN-ports living in my LOC zone. What rules are needed in shorewall to allow a certain subnet to make connections to this device from the net zone? Do I define it as a tunnel in shorewall/tunnels, or do I just allow some selected traffic to the DMZ IP? I am not sure which of the docs are right for me in this case?