similar to: [Bug 1980] use updated ssh-copy-id

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 1980] use updated ssh-copy-id"

2013 Jan 02
12
[Bug 1980] use updated ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=1980 dajoker at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dajoker at gmail.com --- Comment #6 from dajoker at gmail.com --- The ' openssh-unix-dev at mindrot.org' mailing list thread
2013 Apr 07
2
group data in classes
Hello all! I have a problem to group my data (years) in 10 years classes. For example for year year decade 1598 1590-1600 1599 1590-1600 1600 1590-1600 1601 1600-1610 --- my is like this> [1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 [16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 [31] 1628 1629 1630 1631 1632 1633
2013 Mar 12
5
extract values
Hello all! I have a problem to extract values greater that for example 1820. I try this code: x[x[,1]>1820,]->x1 Please help me! Thank you! The data structure is: structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425, 1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074, 1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007, 1.1795, 1.3855, 1.4065, 1.138, 1.514,
2007 Jun 06
2
omit /etc/issue message when running rsync
Is there a way to omit the text printed out by issue(5) on some systemes? Like what --no-motd does for motd-texts.
2006 Jun 17
3
Assistance with an encoding plugin
Hi, I'm working on writing a FLAC encoding plugin for a personal cd ripping project of mine which uses paranoia for the raw audio extraction. My basic setup which follows gets me oddly high pitched audio with lots of noise (although the music IS somewhat recognizable). #include <FLAC/stream_encoder.h> FLAC__StreamEncoder *encoder; FILE *output_file_descriptor; encoder =
2001 Oct 07
3
BadOption failures "annoying"
Hi, some question about the configuration behaviour of openssh.. sshd.8 -f configuration_file Specifies the name of the configuration file. The default is /etc/sshd_config. sshd refuses to start if there is no configura- tion file. While servconf.c has the routine fill_default_server_options(ServerOptions *options) which sets valid/common options by
2015 Jan 23
3
Orwell's 1984 from Freedesktop,org?
On 01/23/2015 04:05 PM, Always Learning wrote: > On Thu, 2015-01-22 at 21:19 -0500, Bill Maltby (C4B) wrote: > >> I object to this sort of crap. Hidden, no reason for an *IX desktop to >> be forced to ignore or deal with this crap. >> >> Anybody else seeing it? >> >> In case attachments aren't allowed in the list, here's the Dropbox url >>
2006 Sep 10
2
formatting data to be analysed using multinomial logistic regression (nnet)
I am looking into using the multinomial logistic regression option in the nnet library and have two questions about formatting the data. 1. Can data be analysed in the following format or does it need to be transformed into count data, such as the housing data in MASS? Id Crime paranoia hallucinate toc disorg crimhist age 1 2 1 0 1 0 1 25 2 2 0 1 1 1 1 37 3 1 1 0 1 1 0 42 4 3 0
2002 Jun 07
4
Proxy ARP - Pros & Cons
In a previous thread, Tom listed advantages (reproduced below) of Proxy ARP over NAT. They are great reasons, but I have one reservation. By using private addresses with NAT for servers in my DMZ, I can granularly allow specific traffic, such as to/from the SMTP gateway/relay in the DMZ, to connect inbound from the DMZ to an internal (LOC) mail server, and know that it comes only from a
2006 May 11
5
Engines 1.1.2
I''ve just pushed out a new bug-fix release for the Engines plugin. Most notably, it''s now super careful (to the point of paranoia) about ensuring that the right version of Rails is loaded, and should no longer cause any issues where it ignores vendor/rails. Full CHANGELOG is here: http://dev.rails-engines.org/repository/file/engines/tags/rel_1.1.2/CHANGELOG And you can find
2006 Feb 10
4
before_save gotcha
Is it will known and accepted that before_save triggers should return true? I didn''t notice this before but now I see it in the documentation. Here is what I''m doing in my model: def before_save if self.has_album? self.visible = self.album.visible? end end That results in the expected result when album.visible? is true - but not when it is false. To make it
2004 Sep 18
2
3.0.7: PANIC: deferred_open_entries_identical: logic error
After upgrading to 3.0.7 we've had 4 panics, all within seconds of each other. Unfortunately I'm not sure what users were doing at that time. I didn't notice this until reviewing the logs later. From the time, I would guess this happened as people were logging in. Here's a copy of one of the logs. The other three are identical except for the time and PID. Sep 17 08:52:45 c
2010 Sep 29
4
XFS on a 25 TB device
Hello all, I have just configured a 64-bit CentOS 5.5 machine to support an XFS filesystem as specified in the subject line. The filesystem will be used to store an extremely large number of files (in the tens of millions). Due to its extremely large size, would there be any non-standard XFS build/configuration options I should consider? Thanks. Boris. -------------- next part -------------- An
2013 Nov 25
1
Re: Auditing a vm image - virt-diff - was: Read MBR and store in a file?
On Fri, 2013-11-22 at 20:14 +0000, Richard W.M. Jones wrote: > On Fri, Nov 22, 2013 at 05:56:00PM +0000, adrelanos wrote: > > Thank you all for your suggestions! > > > > Richard W.M. Jones: > > > I keep meaning to write a comprehensive "virt-diff" tool. I needed it > > > myself just yesterday. > > > > Most interesting. I guess there
2000 Jan 27
2
Files have 555 and they are deletable or is it a bug ?
Hello ! I've a problem with files which are set to 0555. For example: two users (user1 and user2) two groups (usergroup1 usergroup2) /daten/rechner/comp1 is set to 777. User1 creates a file (test.txt) in the [files] share, which is correctly set to 0555. It's owner is user1 and it's group is usergroup1. Now user2 from usergroup2, who can correctly read but not edit
2012 Mar 13
2
mkswap, lvm and bootbits sectors
Hello, I am confused by a warning from mkswap : When making a swap on a LVM volume, I see the following warning : mkswap: /dev/vg_SDB1/swap_test6_64: warning: don't erase bootbits sectors on whole disk. Use -f to force. Setting up swapspace version 1, size = 1048572 KiB Is it safe to use mkswap -f in this case ? (If that matters, the swap is intended for a virtual machine, and the
2001 Feb 09
1
binary downloads (www.vorbis.com down?)
Hi, it seems that vorbis.com is down (DNS lookups fail). Are there any other up-to-date sites that offer binary downloads and do not refer to vorbis.com? Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2001 Mar 02
1
Smb Retry and SSL
After posting to samba-nt and samba-technical I was told that this was the place. Running 2.0.7-21 Feb 22 12:42:41 server1 kernel: smb_trans2_request: result=-32, setting invalid Feb 22 12:42:41 server1 kernel: smb_retry: sucessful, new pid=32561, generation=4 I have removed the system from the domain, erased the SID's, reset the computer account, rejoined the domain and still get this
2002 Dec 12
1
CD rippers
ok, i'm puzzeled here I just recently reinstalled windows 2k, and i've been useing EAC to rip my CDs for a while now. i wanted to test it out (i had to reconfigure it) so i put in a burned CD with a few pretty bad scratches (used a hunting knife to make em) When i rip it i don't get any errors (with CDex to) but of course when i listen to it i hear them. This is strange bceause
2015 Jun 15
3
mpv rpm
jd1008 wrote: > > > On 06/14/2015 10:12 PM, Peter wrote: >> On 06/15/2015 04:09 PM, jd1008 wrote: >>> I downloaded mpv-0.2.4-4.fc20.src.rpm from rpmfusion, and: >>> >>> /usr/bin/yum-builddep -t --nogpgcheck -y mpv-0.2.4-4.fc20.src.rpm >>> says: >>> Error: No Package found for libquvi-devel >> You can get that, as well as most deps