similar to: ssh feature - ignore colon in host name

Displaying 20 results from an estimated 7000 matches similar to: "ssh feature - ignore colon in host name"

2012 Mar 21
1
Updated mirrorlist for 4.9 in vault?
I have just tried to update to 4.9 a system that was installed from a 4.8 local repo. Because 4.9 has been moved to vault, as described by Johnny in http://www.linux-archive.org/centos/638644-centos4-rhel4-upstream-effective-eol.html, the mirrorlist file basically contains invalid information. http://mirrorlist.centos.org/?release=4.9&arch=i386&repo=os To avoid the faff of having to edit
2001 Aug 09
1
how do I rsync files which have a colon in the name?
I can't figure out how to quote a colon in a filename that I'm trying to push so that it doesn't think everything in front of the colon is a hostname. Chris -- Chris Garrigues http://www.DeepEddy.Com/~cwg/ virCIO http://www.virCIO.Com 4314 Avenue C Austin, TX 78751-3709 +1 512 374 0500 My email address is an
2012 Jan 17
2
Reference for dataset colon (package survival)
Dear R team, dear Prof. Therneau, library(survival) data(colon) ?colon gives me only a very rudimentary source (only a name). Is there a possibility to get a reference to the clinical trial these data are taken from? Many thanks in advance. With best wishes, Matthias Gondan --
2010 Sep 16
2
Realtime semi-colon
Hi list, Does anyone know how to send * a semi-colon from a realtime database. I know that * uses the semi-colon as a 'seperator' - but I need to be able to use one in a command. I know I can use \; in the non-realtime configs, but this doesn't work in realtime. Cheers, Andrew Thomas Technical Services Manager DataVox Ltd Saddleworth Business Centre Huddersfield Road Delph, Oldham
2010 Mar 04
2
Removing colon from numerical data
Basic question, looked through the forum and documentation but didnt see a solution. So consider O<-c(1:20) D<-c("1:","2:","3:","4:","5:","6:","7:","8:","9:","10:","11:","12:","13:","14:","15:","16:",
2007 Nov 16
2
[Fwd: pxelinux doesn't suppress common prefix if nothing precedes double colon]
Just a reminder that this remains an issue up to and including the latest syslinux 3.53-pre (0x473cfc9c). Additional testing suggests that implicit hostname/IP has never worked, ever since the common prefix suppression feature was added in version 3.00. -------- Original Message -------- Subject: pxelinux doesn't suppress common prefix if nothing precedes double colon Date: Sat, 25 Aug
2012 Oct 09
4
Convert COLON separated format
I have a bunch of data sets that were created for the libsvm tool. They are in "colon separated sparse format". i.e. 1 5:1 27:3 345:10 Is a row with the label of "1" and only has values in columns 5, 27, and 345. I want to read these into a data.frame in R. Is there a simple way to do this? -- Noah Silverman, M.S. UCLA Department of Statistics 8117 Math Sciences
2019 Feb 04
1
issue and solution : samba 4.9.4 and win10 1809 : windows could not connect to user profile service aka the home drive letter semi-colon is missing
Hi, Excuse in advance my poor english. After installing two new servers debian buster with samba 4.9.4 , one as AD ,the second as a fileserver, I was stuck when i tried to connect my users. On a Win10 client , i had the message "windows could not connect to user profile service". The only clue i had was in the event viewer, errors concerning svchost.exe_ProfSvc. After digging
2007 Aug 26
1
pxelinux doesn't suppress common prefix if nothing precedes double colon
Contrary to the pxelinux.doc documentation, the common filename prefix is only suppressed if an explicit hostname or IP address precedes the double colon, e.g. 192.168.1.1::/foobar. A tcpdump of TFTP requests reveals that the double colon does nothing in implicit case (::/foobar is the same as /foobar, i.e. gets mapped to /pxelinux//foobar or whatever). 0.0.0.0::/foobar also does this. I
2019 Sep 13
2
if statement with true value that contains a colon
How can I use an IF statement with a true value being a variable that has a colon in it? The colon in the true value variable is being taken as the delimiter for the false value. The only solution I came up with was some hackery to use STRREPLACE to replace the : with a % before the IF statement and then use STRREPLACE again after to change the % back to a :. i.e.:
2009 Mar 18
1
SNMP on HP UPS
We use HP R5500XR UPS, and they all have SNMP cards. These devices supposedly use the IETF MIB, but in order to get the SNMP driver to talk to them I have had to hack it slightly. I'd like to see these UPS proplerly supported in the official nut release (mostly so I don't have to faff around patching and repackaging when a new version comes out) and would be more than happy to provide
2010 Dec 23
1
Vioplot / list help
Hi, I have some data (lots of year,distance pairs), which I can straightforwardly boxplot: dists <- read.table("movedists.dat") with(dists,plot(as.factor(V1),V2)) If I want to plot these data as violin plots using vioplot, this approach doesn't work: > with(dists,vioplot(as.factor(V1),V2)) Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, : min not
2012 Nov 02
4
vanilla rsync 3.0.9 hangs after transferring ~2000 files
Hello rsync folks I'm trying to use rsync for backing up our servers. This mostly works extremely well, with no problems. However, 1 server is giving me a lot of trouble. It has a directory with (currently) 734088 files in it, and every time I try to backup this dir, rsync hangs after transferring roughly 2000 files. Sometimes it's around 1800, sometimes it's over 2100 (I think), but
2012 Apr 12
5
[PATCH 0/4] libguestfs cannot open disk images which are symlinks to files that contain ':' (colon) character (RHBZ#812092).
Note: This is a regression in RHEL 6.3. Please review this patch urgently. The description of the bug is here: https://bugzilla.redhat.com/show_bug.cgi?id=812092 This patch set attempts to fix the problem conservatively, because it's a very high risk codepath and very late in the development of RHEL 6.3. The first patch reverts the behaviour of calling realpath(3) and checking for
2009 Mar 31
4
About multiple hosts with same hostname
Hello all I have a somewhat annoying problem with OpenSSH. Now, granted, it's certainly not a bug. I'm just wondering what the best course of action is. At work, we have multiple customers with machines named "fw0", "fs0", etc. This is all good, since it conforms to a standard naming scheme, so it's easier to administrate. However, when we go to our
2011 Sep 11
2
where to use colon (:) and where to not use it?
Hi, I am a bit confused with ruby syntax with colon. You see in controller "render :nothing => true" and in routes " resources :books" and in model "validates :name, :presence => true:" everywhere so is that a key value pair or something else? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2024 Apr 29
1
RFE to extend "LISTEN" directive to support host-colon-port (as single token)
Cheers all, A recent discussion in the issue tracker brought up the idea to allow the `LISTEN` keyword to also accept a single "host:port" token (e.g. if there is only one argument, with at least one colon, and the last colon is followed only by numbers, split it into host and port) : https://github.com/networkupstools/nut/issues/2424 I see certain pros to the idea (may be more
2024 Apr 29
1
RFE to extend "LISTEN" directive to support host-colon-port (as single token)
Cheers all, A recent discussion in the issue tracker brought up the idea to allow the `LISTEN` keyword to also accept a single "host:port" token (e.g. if there is only one argument, with at least one colon, and the last colon is followed only by numbers, split it into host and port) : https://github.com/networkupstools/nut/issues/2424 I see certain pros to the idea (may be more
2004 Dec 06
1
port and double-colon
double-colon mode doesn't work in CVS version. -vv says port number is 0. % rsync -vv host.domain::any opening tcp connection to host.domain port 0 rsync: failed to connect to host.domain: Can't assign requested address (49) rsync error: error in socket IO (code 10) at clientserver.c(94) And --port=873 cannot be used in client mode now. I made a small sample patch. (Sorry, I
2006 Jun 27
1
Colon in maildir folder name breaks keywords
With maildir, if you have a colon in a folder name, and you try to set a keyword on a message in that folder, the keyword does not get set - and worse, all existing keywords and other status information gets dropped (flagged, seen, replied, trashed). Bill