similar to: [Bug 82] New: scp: Command not found errors

Displaying 20 results from an estimated 3000 matches similar to: "[Bug 82] New: scp: Command not found errors"

2002 Jan 25
3
[Bug 82] scp: Command not found errors
http://bugzilla.mindrot.org/show_bug.cgi?id=82 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2002-01-26 10:14
2001 Feb 12
3
add scp path to _PATH_STDPATH
what do you think about this patch to add the path to scp to _PATH_STDPATH? is there a better or cleaner way to do this? i'm hoping to ward off 'scp doesn't work' questions for the next release. i did *not* add this to a --with-default-path path, because if a user specifies that, they should control its value completely. Index: Makefile.in
2002 Mar 29
2
scp : Problems with pathing
Hi, I'm sure I'll get a few "RTFM", but I hope I'll allay those feelings. I'm getting the "scp: command not found". I've read the FAQ. I've read bugs 42 and 82 in bugzilla. Hopefully, I didn't overlook something. At a minimum, defines.h has : #ifdef USER_PATH # ifdef _PATH_STDPATH # undef _PATH_STDPATH # endif # define _PATH_STDPATH
2001 Feb 20
1
_PATH_STDPATH and @bindir@
Sorry if this is stuff that's been talked about before. If it is, just ignore me. I'm curious to know why Portable OpenSSH doesn't include @bindir@ in the _PATH_STDPATH. This would save most installers of portable OpenSSH from having to --with-default-path=$PREFIX/bin in order to ensure that scp will work properly. This would also, I imagine, save quite a lot of hassle for
2002 Jul 08
1
PATH problem in Irix.
I recently compiled openssh 3.4p1 for SGI Irix, and found the same problem I'd had with 2.5. Viz. that Irix /usr/include/paths.h defines _PATH_USERPATH, not USER_PATH, so that defines.h doesn't find it and we get the default, which is missing /usr/bsd (which on Irix has things like head, more, lpr) and /usr/bin/X11. This annoys the users, who want X11 to work. I added a test to
2014 Aug 26
2
[LLVMdev] llvm-objdump
Hi Kev, I'm glad to hear llvm-objdump is getting attention. I'm unclear on how much output specialization one could (or should) do for ELF vs. Mach-O. If you're game, let's compare an example: $ cat labeltest.s .text foo: nop bar: bum: nop jmp bar jmp bum jmp baz nop baz: nop Assembling for x86 and llvm-objdump'ing, i get $ llvm-mc
2001 Jan 12
2
oggenc (small files)
I've had this problem encoding oggs where the output file is small, like 24kbytes for a 4 minute song (tested at 128 and 160kbit). I'm running Windows 2000 and this has happened in oggenc, oggdrop, and CDEX, though I've also been able to get good encodings with each of these. I think the only clean encodings have been .wav's that I've made myself with SoundForge or CoolEdit,
2003 May 29
2
Strange Issue with connected TA 750
Hello All, I'm having a weird problem when connecting up to a TA 750 from adtran. The problem I'm seeing is that the third wire on my 66 block is behaving as the tip (or ring) for every extension. Is this indicative of a bad BCU? The only extension that works properly is extension Zap 2. Every other extension is crossed with Zap 2. Very weird. Anyone see this before? Did I get a
2001 Feb 13
1
scp not found - OpenSSH 2.3.0p1 on slack 7
hi, let me start by saying ive tried everything i can think of with the --with-default-path configure flag. USER_PATH in config.h is correctly getting the value of this flag. i am installing to the default locations (user binaries to /usr/local/bin). ssh works fine, (after i did the LIBS=-lcrypt thing) but now, no matter what i do, i get "sh: scp: command not found" whenever i try to
2005 Dec 28
1
Model from DB generator
Hello all, Does a generator exist to generate the ActiveRecord model from the database? I wouldn''t mind if it generated parent-child relations always as has_many - belongs_to. The scenario in my case is a database of about 180 legacy tables, with a pattern that the foreign keys use (<parent table name>_OID). These I''d like to wrap in the model as easily as
2010 Aug 22
1
R Package about Variable Selection for GLMM (Generalized Linear Mixed Model)?
Hi all, I have searched for a long time to find out R program about V ariable S election for GLMM (Generalized Linear Mixed Model). I saw several great R packages for V ariable S election. I  also found several R packages for GLMM. But, I did not find yet R package about V ariable S election for GLMM even though sevel  papers about it have been published.   In fact,  I need V ariable 
2006 May 12
1
S100-FX v2 audio quality
Hello, In a fit of optimism I recently purchased a X100-FX v2 (http://x100p.com/products_2.htm) despite the lack of reviews I was able to find on the device. The feature set made it hard to resist. I have since been experiencing audio quality issues with it. Do any other mailing list members have experience with this ATA? If so, could you let me know if you are satisfied with its audio
2007 Jan 21
2
Backports to 1.2.14 of 1.4.0 app_queue features.
Nothing much to be said.. I backported ringinuse, autofill and the QueueLog application from 1.4.0 to 1.2.14. Any or all may be applied - order doesn't matter. They have received minimal testing but appear to function correctly. As always with these things, don't blame me if they connect your callers to a phonesex line, etc. http://bum.net/patches/ Cheers, Gavin.
2003 Dec 19
1
truly dynamic real-internet IP
Here's the situation: I have a pre-existing, perfectly function tinc VPN of 6 nodes. Works like a champ. All the nodes are cable modem connected linux boxes, with the exception of one static IP elsewhere. The cable modem dynamic IPs are don't change much, and when they do, they update an external dynamic DNS service automagically whose hostnames are referenced in the hosts files.
2012 Feb 05
4
Rspec and restful routes
Hi all, I''m trying to test that my users show page renders. The resource has the route /users/:id How would I code that for an Rspec test? So far I''ve tried these four ways: it "should have a users show path" do get user_path(:action => ''show'') end it "should have a users show path" do get user_show_path end it "should have
2008 Feb 29
3
How to DRY REST admin path in URLs?
Hi everyone... For almost all of my objects I put a series of classic REST admin links in views. For example, for a ''user'', I have <%= link_to "Show", user_path(user) %> <%= link_to "Edit", edit_user_path(user) %> <%= link_to "Destroy", user_path(user), :confirm => "Are you sure", :method => :delete %> I am tired
2001 Dec 14
3
RtlGetNtVersionNumbers
Hey, all. I'm rather new to wine development, so please point me at the right place to post diffs if this isn't it. This patch implements RtlGetNtVersionNumbers, called by lots of windows XP apps (including winver, cmd.exe, and regedit). BTW, are we just not bothering to match ordnals on our exports, or is there some deeper reason for using @s? As the patch says, the API is
2000 Sep 01
1
scp not found
Thank you to everbody who helped me successfully install ssh. Now I'm having a problem with scp. I am getting the error: ksh: scp: not found I know this error has something to do with the default path. I tried to run the configure script again ("./configure --with-default-path=/usr/local/bin"). Then I ran the "make" and "make install". But I'm still
2006 Nov 10
3
SPA-941 (and others ) Transmit Sound Quality
Hello, This is not exactly an Asterisk question, but I was encouraged to seek advice here anyway. The kindness of the * open source community is legendary :) I am getting going with an Asterisk 1.2 box, and I'm having trouble getting good quality transmit sound using handsets with VoIP phones. I'm primarily trying to focus on SPA-941, but also experimenting with Aastra 9113i and Uniden
2008 Jan 29
4
map.resources for controllers in a module
Hello- I''m giving RESTful development a shot. I''m running into some difficulty with controller I have grouped into modules. Specifically, I have a "admin" module with a "user" controller (created with "generate controller admin/user"). I managed to get map.resources wired up with this code: map.resources Admin::User, :path_prefix =>