similar to: Timezone error with chrooted rsync version 2.6.3pre1

Displaying 20 results from an estimated 100 matches similar to: "Timezone error with chrooted rsync version 2.6.3pre1"

2005 Jan 27
1
error 12, caused by the cliebt side - how?
Hi, I am seeing an rsync client reporting: rsync: connection unexpectedly closed (9233023 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(342) while the rsync server is saying: Jan 27 19:57:18 ftp4 rsyncd[24334]: send ftp3.gwdg.de [134.76.12.3] pub () languages/perl/CPAN/indices/du-k.gz 32935 Jan 27 19:57:24 ftp4 rsyncd[24334]: send ftp3.gwdg.de
2006 Aug 18
2
Universal Packet Driver
I often boot DOS using MEMDISK and 33MB HD images for remote flashing. After my flash I need to activate the NIC and send a signal. Currently I use different packet drivers for different NICs, but this link below looks like a universal solution: http://www.emboot.com/products_UniversalPacketDriver.htm Does any thing else like this exist that is open source or freely available and freely
2004 Aug 16
1
testing rsync 2.6.3pre1
I announced the release of 2.6.3pre1 on the rsync-announce mailing list back on the 12th. I was thinking at the time that this email would get seen by those on the regular rsync list, but I forgot that this is not how the rsync lists are setup. For those that missed it, here is the text of the announcement: ------------------------------------------------------------------------------ I have
2002 Oct 31
1
initialise groups winbind making samba useless
I have posted with this error/bug before, so now i am back at it again. I am having a problem with samba, winbindd and groups. If a users is in a large number of groups i get the following error when they try to connect to the samba server Oct 31 18:00:44 localhost smbd[11086]: [2002/10/31 18:00:44, 0] smbd/sec_ctx.c:initialise_groups(244) Oct 31 18:00:44 localhost smbd[11086]: Unable to
2004 Sep 03
1
rsync-2.6.3pre1: --delete-after does not work
Hi, Using "--delete-after" does not work with 2.6.3pre1 (sender, Fedora Core 2) and 2.5.7 (receiver, Red Hat Enterprise Linux 3): > building file list ... > 3288 files to consider > skipping non-regular file "" > Invalid file index 1879320506 in recv_files (count=1) > rsync error: protocol incompatibility (code 2) at receiver.c(345) > rsync: connection
2010 Mar 23
0
FreeBSD 7.3-RELEASE Available
The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 7.3-RELEASE. This is the fourth release from the 7-STABLE branch which improves on the functionality of FreeBSD 7.2 and introduces a few new features. There will be one more release from this branch to allow future improvements to be made available in the 7-STABLE branch but at this point most developers are
2004 Sep 20
1
rsync version 2.6.3pre1 protocol version 28
Hi, this is possibly a bug report (I'm not sure if this is a feature). It's related to the --keep-dirlinks option, when combined with --delete . I have the following directory structure on server A: ls -lR software software: total 238 drwxr-xr-x 2 biolord bioinf 1024 Sep 20 10:49 EMBOSS/ lrwxrwxrwx 1 biolord bioinf 6 Feb 5 2003 MSE -> EMBOSS/ lrwxrwxrwx 1
2006 Aug 14
2
please ignore previous SMBIOS patches
For some reason, half of the patches I posted on Friday for HVM SMBIOS support haven''t shown up yet. I''m going to try to post a version of them reworked for changeset 11076:f328519053f5a444af475ec10dc8089a0b176e3f in a few moments, so please ignore the previous posts. Thanks! Andrew _______________________________________________ Xen-devel mailing list
2007 Jun 28
0
mixed-effects model using lmer
Hello R-users, I have been trying to fit what I think is a simple mixed-effects model using lmer (from lme4), but I've run into some difficulty that I have not been able to resolve using the existing archives or Pinheiro and Bates (2000). I am measuring populations (of birds) which change with time at a number of different sites. These sites are grouped into regions. Sites are not measured
2019 Jun 12
1
Speculative attack mitigations
Hi folks, Firstly; apologies in advance for what is a head wrecker of keeping on top of the speculative mitigations and also if this is a duplicate email; my first copy didn't seem to make it into the archive. Also a disclaimer that I may have misunderstood elements of the below but please bear with me. I write this hoping to find out a bit more about the state of the relevant kernel
2019 May 16
1
GPO-Error
Ok, so yesterday it worked. Can you run this for me and mail me the output, i have a quick check. https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh And https://raw.githubusercontent.com/thctlo/samba4/master/samba-check-db-repl.sh Last, have you check for corrupted filesystem and/or file/folders? Any updates done last days? Now maybe, just maybe, and this
2008 Jan 21
5
attachment_fu and story runner, any updates
I''m trying to write a story for a Rails app which involves using the attachment_fu plugin to upload images. After blunting my pick on this for a while, google found me this: http://www.ruby-forum.com/topic/134743#600831 So it seems that there''s a hole in Rails integration testing and multipart form posting. David offered to incorporate a patch to story runner at the end of the
2007 Dec 11
14
Attachment-fu + Story Runner
Hi all, I''m trying to run a Story Runner integration test that uploads a file through Attachment-fu. I''ve tried various ways of specifying the file data, from custom mocks: class MockFile < Struct.new (:original_filename, :read, :content_type); end fdata = MockFile.new "test_upload.txt", "Test Upload", "text/plain" to
2008 Jul 05
2
Question on number of processes engendered by BDRb
I have two workers (ie two files in my RAILS_ROOT/lib/workers directory) on my Rails app. When I run a top on my box, I see *three* processes called packer_worker_r. Shouldn''t I just be having two? What is the third process for? Here is an extract of the output from my top command. The PIDs are 7084, 7085 and 7083. ============================================ PID USER PR NI VIRT
2012 Sep 16
2
flash plugin
How do I get a flash plugin to work with firefox? I thought that I installed it correctly, but I have yet to see any flash videos through firefox. I keep being told that I need an additional plugin. When I folow directions, I'm told I already have it? At least once, I was told I needed to upgrade. In case it helps, here is the output of yum provides '*flash*' | grep -e lash -e dobe
2004 Sep 03
1
more filelist --stats
The attached diff causes rsync to show how much time it spends on building and sending its filelist. I'd appreciate if you could consider this change for inclusion in a future release. -------------- next part -------------- diff -ru rsync-2.6.3pre1/flist.c rsync-2.6.3pre1+tykhe/flist.c --- rsync-2.6.3pre1/flist.c 2004-08-12 14:20:07.000000000 -0400 +++ rsync-2.6.3pre1+tykhe/flist.c
2010 Aug 03
1
?"Please enhance SSH so that sftp chrooted user sessions are loged in"
Hi All, Could anyone explain what is "enhance SSH so that sftp chrooted user sessions are loged in to syslog"? What is "chrooted user sessions"? I'm sorry for the interruption and the laughable question. Thanks and Regards, Bin.Bai.
2013 Mar 13
2
Time zone for chrooted internal-sftp?
Hi, A question regarding chroot, internal-sftp, and time zones: Is it possible to get the time stamps presented by the chrooted internal-sftp to always be aligned with the system global time zone setting? What is the reason this not done by default, that is couldn't the chrooted internal-sftp inherit the time zone information from the SSH daemon? /John -- John Olsson Ericsson AB
2013 Dec 26
0
To see fullpath instead of realitive path in chrooted sftp
Hi In a chrooted sftp syatem i'm trying to log (user file transaction log) full path instead of relative path. (like /home/user1/file/a.txt instead of /file/a.txt). Without chroot sftp it works fine, but in chrooted system i do not get full path, which i need badly. Goggled for it for so long, but no luck. Is there any way? any hint from you will be appreciated. Thnaks Ashfaq
2016 Jul 20
0
[Bug 2600] New: Use Linux capabilities to revoke additional permissions from chrooted users
https://bugzilla.mindrot.org/show_bug.cgi?id=2600 Bug ID: 2600 Summary: Use Linux capabilities to revoke additional permissions from chrooted users Product: Portable OpenSSH Version: 7.2p1 Hardware: Other OS: Linux Status: NEW Keywords: patch Severity: enhancement