search for: raf

Displaying 20 results from an estimated 85 matches for "raf".

Did you mean: ralf
2020 Sep 30
4
How to use ssh -i with a key from ssh-agent rather than from a file?
On Wed, Sep 30, 2020 at 03:35:43PM +1000, Damien Miller <djm at mindrot.org> wrote: > On Wed, 30 Sep 2020, raf wrote: > > > Hi, > > > > I have a VM with a git repository whose origin is on > > github. I have several keys known to github, so I needed > > to set git's core.sshcommand config parameter in the > > repository to something like this: > > > &gt...
2019 Oct 30
4
Seemingly impossible bug: -v not always listing every copied file
...properly. Although, when I last investigated it, it really did look as though, in a single run of this task, three files were copied for one directory but only two were listed. I need to verify that more thoroughly, perhaps with directory listings on both sides before and after each run. cheers, raf Kevin Korb via rsync wrote: > It does seem impossible. I would suggest adding --itemize-changes (-v > isn't really all that useful without it anyway). If entries are still > missing then I would suspect that either log files are missing (maybe > duplicate file names replacing th...
2020 Sep 30
4
How to use ssh -i with a key from ssh-agent rather than from a file?
...e this: ssh -i ~/.ssh/id_ed25519_github2 But it meant that I needed to copy that key to the VM. The same key is available via my forwarded ssh-agent connection. Is it possible to tell ssh to use that instead of the key in a file? The documentation for the -i option only mentions files. cheers, raf
2019 Oct 30
4
Seemingly impossible bug: -v not always listing every copied file
...lly seems to be happening. Has anyone else encountered behaviour like this? I didn't have much luck searching the internet for it. It would probably be hard to notice if the verbose output wasn't being used for something like triggering notifications whose absence might be noticed. cheers, raf
2020 Aug 03
2
Deprecation of scp protocol and improving sftp client
On Tue, 4 Aug 2020, raf wrote: > In such cases, this vulnerability can be mitigated by > the use of an ssh-specific command whitelisting control > such as: Probably just as easy: give the user a restricted shell (/bin/rmksh) as shell and set their PATH etc. suitably, to not include any other commands. bye, //m...
2010 Oct 02
6
Can't stop webrick with ctrl-c or ctrl-d on linux host
...the terminal always leaves a stranded ruby process. Has anybody else run into this? Btw, webrick gets started by running "rails s" in. Also, ctrl+c works fine to stop a standalone ruby or python apps. I can also exit irb with ctrl+d fine. Anyhow, any help would be appreciated. Thanks Raf -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2020 Aug 05
4
Deprecation of scp protocol and improving sftp client
...to be bit by this. I understand that the openssh team is not interested in making changes to scp, but would a clarification on this being intentional behavior be possible? Then the novice users could account for this in their restricted shell setups. Cheers, Ethan On Tue, Aug 4, 2020 at 3:41 PM raf <ssh at raf.org> wrote: > On Tue, Aug 04, 2020 at 01:29:52AM +0200, Thorsten Glaser < > t.glaser at tarent.de> wrote: > > > On Tue, 4 Aug 2020, raf wrote: > > > > > In such cases, this vulnerability can be mitigated by > > > the use of an ssh-spec...
2019 Nov 13
1
Speed up rsync with many of excluded files
raf via rsync wrote: > Georg Limbach via rsync wrote: > > > Hello, > > > > I have a problem while rsyncing a directory with perhaps 1.000.000 > > files. Before this I generate some files locally and add them to temp > > files. So this files should be excluded from...
2020 Apr 02
1
Rsync to Network Share works from cmd but fails from Scheduled Task
Hi raf, I was not aware the network maps were "user experience". Thanks for your tips. I have tried everything I can come up with, but cannot get it to work. I figured out another solution, but thank you very much for your help. Best, Leon On Sun, Mar 29, 2020 at 9:23 PM raf via rsync <...
2019 Oct 30
0
Seemingly impossible bug: -v not always listing every copied file
Hi raf, Curious issue you have. A few things: What distro(s) are you using? Same rsync version on both ends? Hash of files look correct before and after the rsync? Have you tried using inotify to monitor for changes at the fs level? You should see a "read" on the sender and a "read&q...
2019 Oct 30
0
Seemingly impossible bug: -v not always listing every copied file
...omething like a line being overwritten, etc. I don't know what rsync would do with a file name that ends in a carriage return (not a newline). It's probably smart enough to handle it, but if it isn't, the current log line might be overwritten by the next one. Joe On 10/30/19 1:24 AM, raf via rsync wrote: > Thanks. I'll try that. But I agree that it'll be > something else. It's unlikely that whole trace files > are being overwritten, because there's locking in place > to prevent that sort of thing, but it's more likely > than anything else. I'l...
2019 Dec 07
0
Removing folder at destination
...ot; > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > --------------------------------------- > Today's Topics: > > 1. Re: Removing folder at destination (raf) > > > > ---------- Forwarded message ---------- > From: raf <rsync at raf.org> > To: rsync at lists.samba.org > Cc: > Bcc: > Date: Mon, 25 Nov 2019 13:43:33 +1100 > Subject: Re: Removing folder at destination > Fabian Cenedese via rsync wrote: > > >...
2020 Jun 03
7
Help with ssh -A, screen, ssh -a, detach, logout
...osed. Using lsof to compare sshd before and after starting the long-running command on host3, the only difference was this: --- lsof.20786.sshd.before 2020-03-12 09:17:04.000000000 +1100 +++ lsof.20786.sshd.after 2020-03-12 09:18:32.000000000 +1100 @@ -71,5 +71,6 @@ sshd 20786 raf 7w FIFO sshd 20786 raf 8w FIFO 0,10 0t0 14325237 pipe sshd 20786 raf 9u unix 0xffff99a3a8d96000 0t0 14325238 /tmp/ssh-KBbJCuYltB/agent.20786 type=STREAM sshd 20786 raf 10u CHR 5,2 0t0 1119 /dev/ptmx +sshd 2078...
2020 Aug 03
6
Deprecation of scp protocol and improving sftp client
I hear you - but it seems that the choice is between (a) limiting "scp" functionality to address the security vulnerability, and (b) killing "scp" altogether. I'd much prefer (a), even if it means I lose "scp remotehost:foo\* .". Especially, since (almost always) I have equal privileges on both local and remote hosts, so in that case I just originate that
2009 Nov 30
1
troubleshooting UPS ups@localhost is unavailable
...available i tried plugging the ups into several different usb sockets but it made no difference. any suggestions? the only time i'd ever seen this before (on another host with another Powerware 3105) was when the usb cable had gotten itself unplugged but that's not the case here. cheers, raf hw: core2duo (does work) and core i7 quadcore (doesn't work) os: debian 5 kernel: Linux server-1 2.6.30-bpo.2-amd64 #1 SMP nut: 2.2.2-6.4 (debian package) output of lsusb: $ lsusb Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 009 Device 001: ID 1d6b:0001 Linux Foundation...
2020 Mar 10
1
Question/comment about -n (dry run) flag of rsync
raf via rsync wrote: > T. Shandelman via rsync wrote: > > > Rsync is a remarkably handy tool that I use virtually every day. > > > > But there is one thing about rsync that drives me totally crazy. > > > > Under the -n (dry run) flag, rsync seems to produce exact...
2009 Oct 27
2
Print several xyplots to the same page in a pdf file
...ount of pages... Is it possible to put them all, or at least more than one on the same page, for instance put three groups beside each other like columns? ... xyplot(Pro ~ Glc | Categories_BBCH_ID, data=fieldTrial0809, pch="°", layout=c(1, 3), aspect=1, index.cond=list(3:1)) xyplot(Pro ~ Raf | Categories_BBCH_ID, data=fieldTrial0809, pch="°", layout=c(1, 3), aspect=1, index.cond=list(3:1)) xyplot(Pro ~ Suc | Categories_BBCH_ID, data=fieldTrial0809, pch="°", layout=c(1, 3), aspect=1, index.cond=list(3:1)) xyplot(Fum ~ Aa | Categories_BBCH_ID, data=fieldTrial0809, pch...
2020 Mar 28
2
Rsync to Network Share works from cmd but fails from Scheduled Task
Greetings, I have written a C program that runs on Windows servers and does overhead and reporting for backup administration. The program calls rsync for the actual data copy function. It copies data from a remote system to a local drive and that works fine. However, I have recently made changes to copy the data to a mapped drive on a NAS device instead of the local drive. The changes work
2019 Nov 12
2
Speed up rsync with many of excluded files
Hello, I have a problem while rsyncing a directory with perhaps 1.000.000 files. Before this I generate some files locally and add them to temp files. So this files should be excluded from syncing. My rsync call looks like this: rsync --exclude='tmp/' \ --exclude-from=/tmp/tmp.GF7SsFPnS3 \ --exclude-from=/tmp/tmp.8SjJNCHyaI \ --exclude-from=/tmp/tmp.CxZXEoPjgV \
2010 Oct 09
2
Rails 3 upgraded form validation issue
...t;30&quot; type=&quot;text&quot; value=&quot;&quot; /&gt;&lt;/span&gt; </div> I verified that on a newly created app everything works fine so this seems to be a configuration issues after upgrading from 2.3.9 to 3.0. Any help will be greatly appreciated. Raf -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...