Displaying 20 results from an estimated 500 matches similar to: "Double quote scp?"
2007 Jan 29
1
ControlPersist and multiple X11 forwarding.
Good afternoon!
I've been looking for a way to avoid having to keep my "master" ssh
session open while I have others open. This is particularly a pain
when my "master" is an scp connection.
After searching the archives, I came up with this thread
"ControlPersist and multiple X11 forwardings." However, I can't find
anything saying that it was
2010 Aug 17
6
Overly aggressive constant unloading of Rails 3.0
In Rails 3.0 (both RC and edge), any constant that''s defined while loading a
file in development mode will get unloaded on each request, regardless of
whether it comes from an autoload path in the application or from external
code such as a gem.
Example file (tested on a fresh edge app):
# kittens.rb
require ''nibbler/json'' # "nibbler" is a gem specified
2004 Aug 17
3
sftp with a user defined shell
Hi,
I have a different behavior using sftp compared to ftp for a user with a
user defined shell on a solaris machine.
ftp rejects any user having a user defined shell.
sftp is allowing the user with user defined shell, unfortunately as the
sftp client bails out saying the following message:
"Received message too long 537548147"
Is it because the user shell, outputting lot of text?
2004 Feb 27
3
Change request For OpenSSH 3.8p1
NOTE: This patch requires a previously sent patch fixing a small problem in
OpenSSH PAM support when POSIX threads are used.
This is a small patch to the OpenSSH portable configuration process that
I'd like to have considered for inclusion in the distributed version. It
will set the use of (native) POSIX threads in Solaris if the header and
library files are present on the system. At
2004 May 02
7
Connection caching?
Hey all,
on the distcc mailing list, a thread about load balancing
got a bit out of hand, and we started thinking about
moving fsh-like connection caching into ssh itself
to get rid of the overhead of starting up the python
interpreter to run rsh.
(Interestingly, mit's "rex", described at
http://www.lcs.mit.edu/publications/pubs/pdf/MIT-LCS-TR-884.pdf,
considers connection caching
2003 Sep 06
1
GrandStream Phones... White,Black or Green?
Just in case you guys haven't been paying attention Grandstream sliped in
some diffrent colors on the IP phones and looks like they released the
ATA-286 (Cisco is gonna have kittens I suspect)
bkw
2008 Feb 22
1
filter question
Hi,
I've been trying to come up with a way to do the following
operation. I have a /home folder and I want to transfer only the
/mail/ folders inside the home folder along with their parent
folders. So, if I have the following files:
/home/bob/document.doc
/home/bob/pr0n/pr0nFile
/home/bob/mail/file1
/home/bob/mail/spam/viagra
/home/mike/kitten.jpg
2018 Jan 30
4
Best practices in developing package: From a single file
Mehmet,
That is a loaded topic, not unlikely other topics preoccupying us these days.
There is package.skeleton() in base R as you already mentioned. It drove me
bonkers that it creates packages which then fail R CMD check, so I wrote a
wrapper package (pkgKitten) with another helper function (kitten()) which
calls the base R helper and then cleans up it---but otherwise remains
faithful to it.
2009 Jun 09
1
GIMP 2.3.15 for EL5, no newer libs required
Folks,
I've build a tiny repo to provide GIMP 2.3.15 (and 2.3.14 as a possible fallback) for EL5.
GIMP 2.3.15 is the last version of GIMP that builds with no errors with the GTK+ version that ships with EL.
2.3.15 is "almost GIMP 2.4", as 2.3.19 was the last development release prior to 2.4.0. To the extent of my knowledge, Akkana Peck wrote the first edition of her book on GIMP
2007 Mar 29
1
How to restart server programmatically?
I need to be able to restart my server based on a specific database change.
I''ve been trying a call to system("script/process/reaper -a graceful -d
dispatch.fcgi") but that raises a transaction error which rolls back the
save. I wasn''t aware that after_save would rollback. That''s potentially
useful but pretty much not right now. Here''s my code:
def
2002 Nov 28
2
Trusted domains with Samba 3.0alpha21?
Hi there!
I appear to be having problems with trusted domains using 3.0a21.
Using Samba as a member server, as user "nirs" on domain "Exanet-il" I
am unable to log on to a member server ("snow") who is a member of the
"Exanet-qa" domain. The "exanet-qa" is supposed to trust "exanet-il",
and it all worked with 2.2 . This is the relevant
2017 Aug 04
4
Filter files received on scp server
Hey,
So, I would be looking at type A. Forgive me if my understanding of how OpenSSH operates is not reflective of reality. I am assuming that, the file transfer is happening somewhat logically, with a name being known, content written, blah blah.
>From reading scp.c, it appears that, the client end at least knows the file name so I must assume the server end must be given it.
I am hoping to
2015 Dec 22
5
Network services start before network is up since migrating to 7.2
On 22 December 2015 at 10:33, Sylvain CANOINE <sylvain.canoine at tv5monde.org>
wrote:
>
> ----- Mail original -----
> > De: "Marcelo Ricardo Leitner" <marcelo.leitner at gmail.com>
> > ?: "centos" <centos at centos.org>
> > Envoy?: Lundi 21 D?cembre 2015 21:46:10
> > Objet: Re: [CentOS] Network services start before network is
2009 Jul 16
1
Hitman: Blood Money won't start (Fixes for some errors here)
Hi, I am trying to get Hitman Blood Money working on my Ubuntu 9.04 computer.
Here are my specs though they are most likely irrelevant:
Ubuntu 9.04 Jaunty Jackalope: no modifications to the kernel or Xorg or anything.
AMD Sempron 3100+: Worked fine in Windows, works fine now.
1GB DDR Ram: Single stick, memtested and passed.
ATi Radeon 3650 HD (1gb): Rare version of the 3600 series. Works fine in
2007 Apr 05
5
Odd error handling in ActionView#compile_template causes WSOD
If a view file cannot be compiled (eg it has a block with a missing
''end'' statement), I''m experiencing WSODs - the browser reports a lost
network connection, rather than the helpful compilation error that we
used to have.
When the compilation fails, ActionView#compile_template raises this
error :
TemplateError.new(find_base_path_for(file_name || template), file_name
||
2006 May 03
11
Curse words
Hello, I just had a problem with someone cusing on my rail app now is
there somthing like Red Cloth that I can use to disable ''dirty words''
--
Posted via http://www.ruby-forum.com/.
2008 Mar 01
1
discount <markdown in C>
I've written an implementation of Markdown in C, for people like me
who shout BAH! and wave their canes at modern programming languages.
(I needed a decent markup language for my website and weblog, and
didn't want to have to install any new programming languages on the
machine.)
Discount <http://www.pell.portland.or.us/~orc/Code/discount> has been in
production for the past two and
2006 Jan 31
2
lightpd / fcgi / RoR setup
Hi,
I''m running RoR and have set it up more or less like described in the
wiki (for instance here
http://wiki.rubyonrails.org/rails/pages/LighttpdWithProcessScripts).
I can start the fcgi listener and see that ports 7000-7004 are
listening. I can start lighttpd, and try to connect to the server. I
can restart the default.fcgi listening scripts that i see in "ps ax |
grep
2011 Feb 14
7
Any update on 5.6 / 6?
Hi,
Despite the mailing list and twitter I did not find any updated info on
either versions regarding the current status.
So, what is the current status of both versions? (like 60%)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110214/39bd18d7/attachment.html>
2006 Jul 26
19
documentation suggestions: including FQDN seems to
Hi,
I''m new to Puppet, but it looks very good, so far.
We are going to use it for a multi-tier (DEV, QA, staging,
production) environment which is consists of web, app, and database
servers.
I have a couple of suggestions for the Puppet documentation that may
save others some time.
First, it seems node names MUST be FQDNs (hostname and hostname. will
not work). Since we are not using