Displaying 12 results from an estimated 12 matches for "remote_serv".
Did you mean:
remoteserv
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
...> isql -v pubs name password
[IM002][unixODBC][Driver Manager]Data source name not found, and no default
driver specified
[ISQL]ERROR: Could not SQLConnect
Does someone have a correctly running configuration that I can review to
correct my own?
Thanks!!
tsql works :
root@vmrailsdev:~# tsql -S remote_server -U name -P password
locale is "en_US.UTF-8"
locale charset is "UTF-8"
1> use pubs
2> go
1> select count(*) from authors
2> go
23
1>
cat .odbc.ini
[pubs]
Description = pubs database
Driver = remote_server
Servername = TDS
Database = pubs
UID...
2005 Jan 27
1
pulling files - Correction
I set up ssh without authentication on both servers and I have tested it
fine. When I do this:
#/usr/local/bin/rsync --rsh /usr/local/bin/ssh --rsync-path
/usr/local/bin/rsync remote_server::test /home/test
rsync: unable to open configuration file "rsyncd.conf": No such file or
directory
rsync error: syntax or usage error (code 1) at clientserver.c(502)
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) a...
2005 Jul 13
1
syncing from the "file-list" option
...than full data directory
syncing.
file list is like below.
# tail -f /var/log/xferlog | awk '{print $9}'
/home/abc/images/card_pay_contents.gif
So I executed like below at client.
/tmp/test contains the file list like above.
# rsync -avr --delete --recursive --files-from=/tmp/test
remote_server::root /
works well...
But if the files are deleted at the remote_server, client doesn't delete
the file like below and print error.
I would like to like this.
If the file is creates or modified at the main server, client must creates
or modify.
If the file is deleted at the main server,...
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
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 = "http://my_domain.com
...
running...
2002 Apr 20
1
rsync "exclude-from"
...mail/IN.SPAM
- mail/IN.posted-usenet
- mail/backup/
- mail/headc.gz
- mail/incoming/
- mail/miscellaneous
- mail/saved-messages2
- mail/sent-mail-2001/
- mail/sent-mail2
- mail/techstuff
---snap---
In the prompt I type
rsync -avpPz --exclude-from "exclude-from-mailsyncing" mail/ -e ssh REMOTE_SERVER:mail/
It seems that the file (i.e., exclude-from-mailsyncing") with the
exclusion list is not read. There is no error message, and -v or -vv does
not give any hint where the mistake would be.
Do you guys have any idea?
--
CU, Niki
*Draft beer, not people*
2008 Nov 13
1
Intermittent connection failure
...--------------------------------------------
clienta:y0fs...
clientb:xf03...
--------------------------------------------------------
Clients:
--------
/etc/backup-scripts/backup-clientA
(started from cron)
--------------------------------------------------------
#!/bin/bash
# Remote rsync info
REMOTE_SERVER=ip.of.rsync.server
REMOTE_USER=clienta
REMOTE_MODULE=clienta
REMOTE_PWFILE=/etc/backup-scripts/backup.secrets
RSYNC="/usr/bin/rsync -avzqR --del --password-file=${REMOTE_PWFILE}"
export PATH=/usr/bin:/bin:/usr/sbin:/sbin
RSYNC_REMOTE="${REMOTE_USER}@${REMOTE_SERVER}::${REMOTE_MOD...
2004 Nov 27
2
Shared remote repository
...on 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
Now, things are more complicated because I am not the only person
modifying those files stored in the remote server anymore.
So, here is what I'd like to do:
* Make sure that the remote respository is always the "good", updated
copy
* If I change one of my fil...
2003 Oct 21
2
Rsync Problem mith UNC paths
We're using rsync 2.5.6 version 26.
Want to synch two W2K directories which are not on my machine (machine1 synchs machine2 -> machine3)
I would like to synch the 2 direcories with the following syntax:
rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
When I try this it seems to work:
building file list ...
1 file to consider
send_files failed to open //remote_server1/share$/dir1/default.asp: No such file or directory
No files have been synched!!!!
When I connect the remote drive to my machine...
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 read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)
is my rsync syntax wrong or it is something else? Please help. Thanks
-Daniel
2015 Dec 09
2
[feature request] Reverse socks proxy
...machine). But sometimes there is an opposite problem: to
allow apps on remote machine send traffic from local machine (for
example, to get access to intranet resources).
Expected syntax (I use -B as fist unused letter, plus it may be
memorized as 'back'):
ssh -B 127.0.0.1:1080 user at remote_server
Creates a socks proxy for remote machine, all requests on remove machine
coming to 127.0.0.1:1080 are served by local ssh client.
Right now it can be implemented as combination of ssh -D 1080 localhost
&; ssh -R 127.1:1080:127.1:1080 user at remote, but it is very inelegant.
Thanks!
2008 Feb 22
2
How to speed up Rsync transfers
Is there a way to speed up rsync transfers?
I tested the bandwidth with iperf (recommended to me in an earlier post &
worked well)its as advertised by my ISP's around 740KB/sec.
When I manually run my rsync script with the --progress switch the transfers
are around 100KB/sec.
I googled this and the only thing I found had to do with the TCP window
which I understand to be the limiting