similar to: smb_trans2: invalid data

Displaying 17 results from an estimated 17 matches similar to: "smb_trans2: invalid data"

2004 Dec 17
1
Temp fix for users getting smb_trans2: invalid data in messages log file
Hello all, I was having this problem and finally found a temp fix for it. The symptoms seem to be this: --> You are on a linux client --> You have mounted a samba drive from you linux client to a linux server. --> When you try to make modifications or copy file from your client to the server, it takes a long time or times-out. --> Your /var/log/mesages file states smb_trans2:
2019 Jan 24
5
sftp Vs scp
On Jan 24 03:47, Malcolm wrote: > Quoting Chris High <highc at us.ibm.com>: > > > caught my eye. Do you see any 'advantage' to using sftp with an untrusted > > server? If so, any thoughts about making an easy way to disable scp both > > client and server side when doing an installation? > > SFTP allows file resume, while scp does not. If this
2003 Nov 18
2
Win2k Scheduler not able to execute rsync over SSH
Hi there, I have tried enough of it and couldnt get any where. I have a Redhat 9.x box with rsync I want to backup contents on the RH to Win2K box. I have copied required cygwin DLL's and rsync.exe,ssh-keygen.exe and ssh.exe. I set up my pub rsa id and all that stuff. My problem is here: I have a batch file which logs itself. The batch file contains some logging commands and rsync -avze ssh
2009 Oct 03
1
Filter file: selected directories only
Hi! I'm trying to create a filter file for rsync what saying which dirs to copy. For example i need only /lib and /var/lib dirs from remote server. I say: rsync -f ". /tmp/rsync_dirs" --dry-run --verbose "remote:/" "/local_dir/". File /tmp/rsync_dirs looks like: + /lib/ + /var/ -! /var/lib/* - /* This doesnt work: it copies all /var/ dir except contents of
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
2008 Oct 09
1
rsync backup permissions
I had a quick look for an answer to what I'd presume is a common Q but failed so wondering if somebody here would point me in the right direction, please & thanks?! I wish to use rsync to backup users' home dirs from machineA (Debian) to machineB (Fedora). I have a script, say backup.sh, in my own home dir and linked to from /etc/cron.daily and have set up the ssh keys so
2019 Jan 23
3
sftp Vs scp
Damien, Reading the various articles about https://sintonen.fi/advisories/scp-client-multiple-vulnerabilities.txt have caused me to question the wisdom of using scp. Your observation: > Date: Tue, 22 Jan 2019 13:48:34 +1100 (AEDT) > From: Damien Miller <djm at mindrot.org> > Subject: Re: Status of SCP vulnerability > > "Don't use scp with untrusted
2019 Jan 24
3
sftp Vs scp
I almost never use bare 'scp' or 'sftp' anymore; I start with either 'rsync' or, if 'rsync' is not present and not installable on one end or the other, the "tar-over-bare-ssh" approach: ``` tar cf - localpath | ssh remote.host 'cd remotepath && tar xvf -' ``` I'd be in favor of one of the following: 1. 'scp' goes away, and
2005 Feb 02
1
Selectively overriding --cvs-exclude option
Hi, I've come across a situation with rsync which seems like a bug. I could not find anything listed in bugzilla so am writing to the list to see if it's just me. I have a situation where I would like to upload some auto-generated files to a website. However, I don't want these files to be included in my CVS repository so I have added them to a .cvsignore file. To save from creating
2006 Sep 12
2
rsync through ssh - i get an error
On Mon, Sep 11, 2006 at 01:31:00PM +0200, rsync-mail-gateway@nasbackup.com wrote: > rsync: read error: Connection reset by peer (104) This means the socket closed. Does rsync even get started on the remote system? That would be the first thing to investigate. If it is getting run, does the remote process crash or die? If you are connecting with a daemon process, you can look at the logs to
2008 May 15
3
Directory Compare
I need to verify some directories of backed up data versus restored data. What would you recommend as the type of comparison to do, and which tool would give the easiest/most usable output? Thanks! jlc
2004 Nov 23
1
input/output error
hi all! I can mount smbfs share, but when I try to edit file on that mount it gets locked and in the log file I've got this: kernel: smb_trans2: invalid data, disp=0, cnt=0, tot=0, ofs=0 kernel: smb_add_request: request [0b82ce40, mid=26] timed out! kernel 2.6.9 samba 3.0.8, 3.0.9 OS fedora core 3, (tried on freebsd, samething) tried to play with server settings, nothing helped (windows
2004 Jan 12
0
Large File Access from Linux to Linux Host using Samba
Hello again, Correction, CIFS did not fix the problem, I can't get it to work with with a Linux server from a Linux client. With two boxes named L-A and L-B, I can connect using mount.cifs from L-A to L-B, but not vice-versa. On the direction that fails, I get a NASTY register dump with a segmentation fault. Meaningless to me, unfortunately. The only thing that makes since is the dump says
2002 Jun 01
0
Testing a transfer-only rsync tool
I found some time in the past week to work on a simple test app that would hopefully help to answer a few questions that came up recently: 1. Can a single-process generator+receiver work well? (Looks good so far, but I haven't run any multi-processor timing tests yet.) 2. How easy is it to use librsync? (Pretty easy.) 3. How small would a transfer-only tool be? (It's currently
2004 Dec 14
1
Unable to save files to share
Following the recent "trans2" exploit announcement, SuSE released kernel 2.6.5-7.111.5 to deal with it. I've installed the kernel upgrade on my desktop (SuSE 9.1, Samba 3.0.4). However, with this kernel, when I try to save to a share on my server (Samba 2.2.8), I get this set of error messages: Dec 13 22:10:25 p133 kernel: smb_trans2: invalid data, disp=0, cnt=0, tot=0, ofs=0 Dec 13
2015 Sep 09
5
Building LLVM and Clang using Clang?
Try as I might I can't seem to get LLVM to bulid using clang/clang++. No matter what I do it insists on using /usr/bin/cc and /usr/bin/c++ which are gcc. Am I missing something obvious? I vaguely remember some document describing a stage1 compiler built by your old toolchain and a stage2 compiler but I can't find the steps to do that any more. $ CC=/usr/local/bin/clang
2004 Dec 15
1
Migration from samba 2.2.5 to 3.0.9
Hello, I make the migration of linux machine where I use smbfs to mount an IFS drive from an iSeries and I have troubles with Samba 3.0.9 The "Old" Computer : RH 8.0, Samba 2.2.5 The "New" Computer : Sarge, kernel 2.6.8, Samba 3.0.9 When I make "mount -t smbfs -o //as400/qdls /mnt/as400", all seems good but when I make an ls /mnt/as400/*, I receive this error