search for: remoteus

Displaying 20 results from an estimated 34 matches for "remoteus".

Did you mean: remotes
2007 May 11
1
Rsync File listing
...e some files on a remote server that I need to pull, however there are many files in the remote server directory, to why I am wanting to only pull a certain (-mtime -1). Here is what I have so far: /usr/local/bin/rsync -e ssh -avz --delete --rsync-path=/usr/local/bin/rsync --files-from=- /some/dir remoteuser@martins:/home/remoteuser | find server*/adhoc/remotedir* -mtime -1 -print /local/dir/ If there is a more efficient way on doing this I am open for suggestions. Thanks! -------------- next part -------------- HTML attachment scrubbed and removed
2008 Mar 26
2
Mount error 13
I am trying to connect a SLES9 server to a share on a Windows 2003 domain. # mount -t cifs //server/share /mnt/share -o credentials=.cifs_creds mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) #cat .cifs_creds username=remoteuser password=remotepass domain=W2K3ADDOMAIN On the domain controller, I see: Successful Network Logon: User Name: remoteuser Domain: W2K3ADDOMAIN Logon ID: (0x0,0x20544132) Logon Type: 3 Logon Process: NtLmSsp Authentication Package: NTLM Workstation Name: \\10.x.x.x (IP of linux b...
2003 Apr 23
1
trying to get incremental backups working
...directories as well as revisions for the last 7 days. Here is the brief script I have. Btw if you're wondering about all the variables, I eventually want to set it to pull the values for them from a conf file that others will edit through a web interface. BACKUPDIR=`date +%A` BACKUPHOST=wally REMOTEUSER=root ARCHBASE=/home/catbertbackup/backuparchive/ CURRENT=current INCLUDEFILE=/usr/local/etc/backup2/include EXCLUDEFILE= rsync --delete --backup --backup-dir=$ARCHBASE$BACKUPDIR -ae ssh /usr/local/etc $REMOTEUSER@$BACKUPHOST:$ARCHBASE$CURRENT rsync --delete --backup --backup-dir=$ARCHBASE$BACKUPD...
2011 Feb 07
1
Possible ssh -D bug in 5.8p1 (on Gentoo Linux)
...6:08PM +1100, Damien Miller wrote: > OpenSSH 5.8 has just been released. It will be available from the > mirrors listed at http://www.openssh.com/ shortly. I seem to have found a bug in 5.8p1. I work remotely, and use three SSH tunnels, two of the form ssh -L port:host:destport -f -N -q -l remoteuser remotehost, and one of the form ssh -D port -f -C -q -N -l remoteuser remotehost, the latter a web tunnel that I may access any of several web hosts through. When I upgraded to OpenSSH 5.8p1 this morning, the ssh -D tunnel ceased to work; it would connect correctly, then stop responding with...
2006 Sep 26
1
--files-from=FILE problem
Hello, I am trying to use the "--files-from=FILE" option with rsync version "version 2.6.3 protocol version 28" When I try to use the following syntax, it returns a syntax or usage error: rsync -azrv --files-from=/home/dira/filelist.txt remoteuser@remotehost:/remotedir I am also trying to use ssh with this which obviously yields an error also since the first part does not work rsync -azrv --files-from=/home/dira/filelist.txt -e "ssh -i /home/user1/cron/file-with-rsync-key" remoteuser@remotehost:/remotedir A...
2008 Mar 27
1
Still get error 13 when mounting w2k3 share
...als=.cifs_creds mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) # mount.cifs //server/share /mnt/share -o credentials=.cifs_creds mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) #cat .cifs_creds username=remoteuser password=remotepass domain=DOMAIN # mount -v -t cifs //server/share /mnt/share -o credentials=.cifs_creds parsing options: rw,credentials=.cifs_creds Domain W2K3ADDOMAIN mount.cifs kernel mount options unc=//server\share,ip=10.x.x.x,user=remoteuser,domain=DOMAIN,pass= remotepass,ver=1,rw,cred...
2017 Nov 03
2
ControlPath versus ProxyCommand
...ote host through a port forward, which uses the ProxyCommand option like this: ProxyCommand ssh MAIN nc 127.0.0.1 7777 because the remote host is accessible via port 7777 on host MAIN. So the script invokes an ssh commandlike this: ssh -o "ProxyCommand=ssh MAIN nc 127.0.0.1 7777" remoteuser at MAIN The expectation is that the inner proxycommand ssh goes via the control socket and that the outer ssh uses the ProxyCommand to get to the remote host. Imagine my surprise when the ControlMaster from the config file takes precedence over the ProxyCommand from the command line. By contr...
2015 Apr 19
1
[bug?] idmap.ldb xidNumber attributes overlap with existing users'/groups' uidNumber/gidNumber
...t a number of builtin groups have mappings in idmap.ldb that overlap with posixAccount mappings in the sam.ldb. Namely, # file: var/lib/samba/sysvol/ads.example.com/scripts/ # owner: root # group: 544 user::rwx user:root:rwx group::rwx group:544:rwx group:30000:r-x group:30001:rwx group:EXAMPLE\134RemoteUsers:r-x mask::rwx other::--- default:user::rwx default:user:root:rwx default:group::--- default:group:544:rwx default:group:30000:r-x default:group:30001:rwx default:group:EXAMPLE\134RemoteUsers:r-x default:mask::rwx default:other::--- As you can see, the groups 544, 30000 and 30001 weren't re...
2004 Apr 07
2
Presence
I have to agree. A large number of people are looking for this feature. I have written a web script that can show Agent logged into the system. I think integration/gateway between Asterisk and Jabber would be a amazingly wonderful product. There is always MSN. Shad Mortazavi --------------------------------------------------- Nexus Technical Manager n|m Nexus Management Inc Netural Bay
2004 Dec 07
1
connection to the other vpn-gateway, change originating ip
Hello ! I have two lans (LAN A & LAN B) connected via freeswan vpn gateways (VPNGW-A & VPNGW-B) over DSL. Logged in at VPNGW-A, I can only connect to the clients *behind* the VPNGW-B but not the VPNGW-B itself. ---- example VPNGW-A# ssh -l remoteuser 172.20.7.1 [IP 80.133.197.130.40523 > 172.20.7.1.ssh: SWE 343226483:343226483(0) win 32440 <mss 16220>] ---- no connection I know that in that case it is not possible to establish such a connection while there is no route back. To establish a ssh connection from VPNGW-A to VPNGW-B I...
2005 Sep 27
1
Rsync Windows Corrupt File
...So it works fine when the pst is closed, but somehow corrupts the remote file if the local file is open?? With linux I'm used to the file being completely skipped. Any suggestions on how to fix this? Here is the command line options: C:\\Program Files\\cwRsync\\rsync.exe" /cygdrive/c/ $remoteuser@$remoteserver://backup/Current/$hostname/ --stats --compress --recursive --partial --files-from=files.txt --bwlimit=$speed --archive --log-format=%f:::%l:::%b Errors: rsync: read errors mapping "/cygdrive/c/Documents and Settings/xxx/My Documents/Max.pst": Permission denied (13) rsyn...
2002 Jul 09
0
Error 23
...oll/MacOSX/ MasterBase" set rsync = "/usr/bin/rsync" set ssh = "--rsh=/usr/bin/ssh" set recursive = "--recursive" set preserve = "--times -og --links" set prog = "--progress" set stats = "--stats" set delete = "--delete" set remoteUser = "admin" set server = "imacnroll" ## Assemble the arguments #set args = ($prog $stats $ssh $recursive $preserve $delete) set args = ($prog $stats $ssh $recursive $preserve) # Synch the directories one at a time foreach dir ($syncDirs) set theDir = `echo $dir | sed 's/\...
2003 Nov 11
2
Deleting a remote file when deleted locally...
Hello, I have several individual files in a directory that I want to keep syncronized. Here's an example: Server #1 (host): /tmp/file1 /tmp/file2 Now of course I can run "rsync -a /tmp/file1 remoteuser@remotehost:/tmp"... But, when I delete /tmp/file1 from the host and try to run this it complains about /tmp/file1 being non-existant... Can I force (or using a more elegant method) make the remote server delete an individual file if it no longer exists on the host?... Obviously I do not w...
2002 Nov 23
0
2.2.7 and printer status
...sbin:/usr /lib/filters:/usr/X11R6/bin mail_operator_on_error=root pr=/usr/bin/pr printcap_path=/etc/printcap printer_perms_path=/etc/lpd.perms server_config_file=/etc/lpd.conf server_user=lp user=lp group=lp send_data_first@ Relevant Information for printing in lpd.perms: ACCEPT SERVICE=C SERVER REMOTEUSER=root ACCEPT SERVICE=C LPC=lpd,status,printcap REJECT SERVICE=C ACCEPT SERVICE=M SAMEHOST SAMEUSER ACCEPT SERVICE=M SERVER REMOTEUSER=root REJECT SERVICE=M DEFAULT ACCEPT Thanks for your interest tom
2012 Mar 06
0
Dovecot saves mails in "wrong" folder.
...~/Maildir Thanks. Petro. This is my .dovecot.conf default_mail_env = maildir:%h/Maildir And this is my .offlineimaprc [general] accounts = Gmail maxsyncaccounts = 1 [Account Gmail] localrepository = Local remoterepository = Remote [Repository Local] type = IMAP remotehost = localhost port = 143 remoteuser = petro [Repository Remote] type = IMAP remotehost = imap.gmail.com remoteuser = myname at gmail.com ssl = yes maxconnections = 1 realdelete = no folderfilter = lambda foldername: foldername in ['INBOX'] --
2012 Dec 11
0
dovcot+offlineimap+gmail: INBOX empty, mail doubled
...nce Uwe Brauer --8<------------------------schnipp------------------------->8--- [general] accounts = Uni ui = Noninteractive.Basic maxsyncaccounts = 1 [Account Uni] localrepository = UniLocal remoterepository = UniRemote [Repository UniLocal] type = IMAP ssl = no remotehost = localhost remoteuser = myuser remotepass = mypasswd maxconnections = 2 [Repository UniRemote] type = Gmail # ssl =no ssl =yes #remotehost = ucimap.ucm.es remotehost = imap.gmail.com remoteuser = myuser remotepass = mypasswd # nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak', #...
2019 Nov 28
5
IMAP Migration Tools
Hi, I am looking for tools to migrate Mails from one IMAP-Server to another. Until now I have always used imapsync, but it seems very slow. Even over a 2x10GB/s connection I only get speeds of about 600KiB/s, because the programm always pauses betweeen every single mail. Does anyone here have a suggestion for an alternative? Thanks in advance Julian
2013 Apr 23
3
Using dsync to export mail to remote IMAP account
...on-dovecot IMAP account. (The intention is to use it whenever a user leaves and wants to copy their local mail to Google or whatever. I currently use uw-imapd's mailutil -- it works, but it's dreadfully slow.) As a first crack at it, I tried (on the dovecot server) dsync -o imapc_user=remoteuser -o imapc_password=remotepassword -o imapc_host=remote-imap-server -o imapc_port=993 -o imapc_ssl=imaps -o imapc_features=rfc822.size -o imapc_list_prefix=remoteprefix -o mailbox_list_index=no backup -f -u localuser imapc: I got this error: dsync(localuser): Error: user...
2006 Jun 13
1
SSL: Server CommonName mismatch: localhost.localdomain
...y fingerprint: 20:93:B4:D8:CB:75:AD:72:F6:00:A8:DC:CE:F2:53:6E fetchmail: my.vps.fqdn.name fingerprints do not match! 23942:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify +failed:s3_clnt.c:894: fetchmail: SSL connection failed. fetchmail: socket error while fetching from remoteuser at my.vps.fqdn.name -- Marco Fioretti mfioretti, at the server mclink.it Fedora Core 3 for low memory http://www.rule-project.org/ Only boring people ever get bored Anonymous ----- End forwarded message ----- -- Marco Fioretti mfioretti, at the...
2002 May 03
1
Newbie question on Rsync on Solaris
...files have not changed since the tar, it should only find about 50 mb of differences. Here is what I am doing.... On source, run: rsync -rvutogp -n --delete --stats --progress \ --exclude-from=/utils/exc_rsync_applcsf.txt \ --rsync-path=/usr/local/bin \ /data/u01/app/applmgr/product/1102/prd \ remoteuser@remotehost:/data/u01/app/applmgr/product/1102/prd The exclude file is: /data/u01/app/applmgr/product/1102/prd/common/PRD/log/* /data/u01/app/applmgr/product/1102/prd/common/PRD/out/* Other info: usernames, uid and gid are the same on both systems. rsync 2.5.4 installed in /usr/local/bin on...