Displaying 20 results from an estimated 1500 matches similar to: "pulling files - Correction"
2005 Jan 27
0
pulling files
I am trying to pull files froma remote server. here is what I have on
rsyncd.conf on the remote server:
[test]
comment = TEST
path = /home/test
read only = no
uid = root
gid = root
and on the local server I run
# rsync -avR --rsync-path=/usr/local/bin/rsync remote_server::test
/home/test
and I am getting this error:
@ERROR: invalid gid root
rsync: connection unexpectedly closed (87 bytes
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
Hello all,
I am trying to connect to my remote MS SQL server from Ubuntu.
I have followed
HowtoConnectToMicrosoftSQLServerFromRailsOnLinux<http://http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux>as
best that I can.
TSQL is working, example below.
My configs are found below.
When I run isql :
> isql -v pubs name password
[IM002][unixODBC][Driver
2011 Jan 25
0
[LLVMdev] install and add backend to llvm.
Have you added the $LLVM_INSTALL_DIR/bin to your PATH environment variable?
Regarding changing a particular backend, check the documentation in
http://llvm.org/docs/WritingAnLLVMBackend.html
http://llvm.org/docs/CodeGenerator.html
A few LLVMdev meetings have good talks to give you a good enough idea.
http://llvm.org/devmtg/
Cheers,
Raghu.
----- Original Message -----
From: "Teklu
2005 Jul 13
1
syncing from the "file-list" option
Hello, all.
I'm a begineer for rsync and please help me.
I would like to sync data between two ftp sevrer.
If one change/add/delete data usingf ftp, other ftp server should sync from
the main ftp servert.
In my thought, full data directory syncing is too slow, so if the client
uses " --files-from" option, sync speed more fast than full data directory
syncing.
file list is
2002 Apr 20
1
rsync "exclude-from"
Hi -
I want to use rsync in combination with a list of files it should exclude,
but somewhere I seem to have a problem.
The problem is that the files and directories I list in the file to be
excluded are in fact synchronized on the remote server. I should add that
they are not present on the remote server and shall not, thus, excluding
them from synchronization. :)
The "exclude file"
2009 Apr 06
2
URL issue localhost/mongrel vs remote-server/apache
Hi all
I have a small issue I ma trying to solve (at least to understand..)
I am testing an app on my remote_server (w Apache/Passenger) in a
sub_URI, without any problem (I tested also the same app, locally w
Apache too)
in my environment.rb , I have initialized
config.action_controller.relative_url_root = "/my_subURI"
config.action_controller.asset_host =
2004 Nov 27
2
Shared remote repository
Hello,
I have a bit of a problem - I have the feeling the solution is
ridicolously trivial, and yet I can't find it!
I have a remote repository of text files. Until today, I was the only
one changing those files: I would simply change them locally, and
update the remote repository with this command:
cd local_dir
rsync --delete -e ssh -Llavuz . merc@remote_server:remote_directory
2011 Jan 25
2
[LLVMdev] install and add backend to llvm.
Hi I am new to llvm and Linux (I am using ubuntu 10)
My aim is to add backend to llvm.
I install llvm using
$ sudo apt-get install llvm
and I am able to understand what I read about Writing an LLVM Compiler Backend.
I have seen the assembly codes of the targets on llvm using llc. What I need now is to change some of the TableGen files of one of the target like SparcInstrInfo.td. So I
2004 Aug 23
6
2 servers
Good day all
I've tried my iax conf and I'm struggling.So I want to know If someone
else got this working and if they can pleas send my their configs
I have to asterisk server,in different tows,both offices connected wit a
direct line so both servers are on the same network running SIP.Each
town got different extension register to each sever.Town A=100+ town
B=200+
How do I get town A
2008 Nov 13
1
Intermittent connection failure
Hi,
i have sporadic connection problems with my rsync server.
I have _no_ firewall involved and there is _no_ max connections set.
rsync on the clients is started from cron via a bash script. There's
also no permission problem. rsyncd runs as daemon (is not started from
inetd).
It sometimes works, but every third or fourth rsync fails with this message:
rsync: failed to connect to
2016 Mar 23
2
Re: (no subject)
How is the traffic different when using the tunnelled option rather than
ssh without tunnelling?
On Wed, Mar 23, 2016, 5:14 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 22.03.2016 10:28, nidhi d wrote:
> > How is tunnelled option specified during migratiion different than an
> > ordinary ssh connection specified as:- virsh migrate vmName
> >
2018 Sep 10
2
Re: live migration via unix socket
On Wed, Aug 29, 2018 at 4:55 AM, Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Tue, Aug 28, 2018 at 05:07:18PM -0400, David Vossel wrote:
> > Hey,
> >
> > Over in KubeVirt we're investigating a use case where we'd like to
> perform
> > a live migration within a network namespace that does not provide
> libvirtd
> > with network access.
2018 Aug 28
2
live migration via unix socket
Hey,
Over in KubeVirt we're investigating a use case where we'd like to perform
a live migration within a network namespace that does not provide libvirtd
with network access. In this scenario we would like to perform a live
migration by proxying the migration through a unix socket to a process in
another network namespace that does have network access. That external
process would live
2004 Apr 15
2
rsync problems
I am a new rsync user and it has been going fine as to nightly rsyncs. On
one of the scripts I am getting two kind of errors:
1. @ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
and also on the same script to another server, I get no errors but the files
are not being mirrored on the
2005 Sep 29
1
Re: [Asterisk-biz] Problem with sending fax froma SIP extension
Why is what he is doing different than having the fax machine on a
Sipura ATA?
Just because both those ports are on the pci card that doesn't make them
not Voice in between....if I'm wrong....eh...oh well....
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of C F
Sent: Wednesday, September 28, 2005 9:45
2016 Mar 22
3
(no subject)
How is tunnelled option specified during migratiion different than an
ordinary ssh connection specified as:- virsh migrate vmName
qemu+ssh://user@remotesys/system?
2004 Sep 09
2
Fax relaying with T.38
Hi,
We've got endpoints and gateways who have T.38 fax support. We
now use SER and Asterisk to do our routing and other
functionality, but fax doesn't seem to work. Asterisk complains
like this:
Sep 9 09:25:45 WARNING[467828746]: RTP Read too short
Sep 9 09:25:45 WARNING[467828746]: Asked to transmit frame type 256, while native formats is 32 (read/write = 256/256)
With lots of the
2007 Dec 04
1
Explain AGI and AMI
Hi,
Can anyone explain the difference between Asterisk Gateway Interface and
Asterisk Management Interface ?
Is it correct to consider AGI scope to focus on call handling and AMI scope
to anything which can be done with Asterisk froma loading new modules to
originating calls ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jan 11
1
RODBC package -- sqlQuery(channel,.....,nullstring=0) still gives NA's
R-help,
I'm using the RODBC package to retrieve data froma ODBC database which
contain NA's.
By using the argument nullstring = "0" in sqlQuery() I expect to
coerce them to numeric but still get NA's in my select.
I'm running on Windows XP
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386,
2008 Jun 18
1
matrix
Hello everyone,I am having a difficult time understanding what commands
are used to add and remove elements froma matrix or data frame.For ex
ample if I want to remove element=[1,50] or elements [1,50:63] or elements
[2:4,20:35]from a matrix and replace with NA or any number what command
must I use to remove the element and then to replace the element..Must
I use two commands or can I use one