Displaying 20 results from an estimated 10000 matches similar to: "problem with setting times or rsync? ... smb share on ubuntu"
2011 Aug 31
1
mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
I've got a share from a Unisys MCP Mainframe mounted with mount.cifs from
RHEL 6.1 (samba-common-3.5.6-86.el6.x86_64).
when I try to touch a file, it creates the file, but reports an error -
"setting times of `testfile.txt': Permission denied"
strace on the touch command shows that it is erroring out on the utimensat()
call
utimensat(0, NULL, NULL, 0) = -1 EACCES (Permission
2004 Nov 11
0
Mini HowTo AIX4.3.3-AD-Winbind
Integrating SAMBA\WINBIND on AIX 4.3.3 with Microsoft Active Directory.
Overview: This document is a roadmap on how you can integrate SAMBA with
your Active Directory environment. This configuration will allow
your Samba server to appear as a member of Active Directory. It will also
allow your telnet sessions to use Active Directory for
authentication.
AIX Setup:
Verify your system has
2005 Sep 03
2
tar question
Basic tar question:
I have created a ar file with
tar -prvf /tmp/ib_backup.tar /opt/interbase/data/*
The file has been copied to another box and I want to untar the file into
/opt/interbase/data/
I am not sure about the syntax; how to specify where I want the data to
be placed.
Here is my start of the command:
tar -xvf /tmp/ib_backup.tar #The tar file is in /tmp
Todd
--
2009 Nov 26
2
Puppet+Foreman: class into module couldn't apply on nodes
Hello,
I try config puppet with foreman frontend. Into puppetmasterd I create
modules "test" and create init.pp:
# Create "/tmp/testfile" if it doesn''t exist.
class test_class {
file { "/tmp/testfile":
ensure => present,
mode => 644,
owner => root,
group => root
}
}
Configure nodes in site.pp and import
2005 Jan 14
2
Revisiting SMB and SMP
Hi Samba List,
I did a little sniffing around for issues between samba and SMP, but
didn't seem to come across any that dealt with the behavior I'm seeing.
The general question is: Does samba work correctly in an SMP
environment? Apparently OOB it doesn't...but is there a way to make it
work?
The specifics of my situation are as follows:
- Custom-built Debian Sarge
2013 Jul 17
0
[LLVMdev] Setting endian/byte order through disassemble command?
Hello,
I am working on auto-analysis with lldb using ARM (thumb) disassembly,
but am having problems with the 'disassemble' command. It seems that
llvm is defaulting to big-endian processing, and I cannot figure out
how to switch the mode to little endian. Here is the output:
(lldb) disassemble -A thumb -b -s 0x687f4 -e 0x68808
testfile[0x687f4]: 0x4bbe .short 0x4bbe
2000 Jul 21
1
SAMBA installation problems
Dear samba developpers,
my name is Andrea and I'm trying to use your SAMBA program on my Silicon
Graphics INDY work station. I've visited your web site and I've downloaded
the 'samba53.2.0.6.tardist' file which (for what I understand) should
contain everything I need for the Operative System version 5.3.
I've untared (from the italian 'starare', which means
2006 Apr 23
1
User Manger for Domains can not reset user password.
I am running RHES 3.0 with Samba 3.0.22 and Open Ldap 2.1.22 ldapsam and
when I use User Manager for Domains and try to change a user password as
root or any other Domain Admin account I get the following error: "The
following error occurred changing the properties of the user jcampbell.
The group name could not be found." When you look at groups under user
manager Domain Users is set
2013 Apr 15
10
[Bug 2091] New: scp hangs while copying a large file and being executed as a background process ( with nohup )
https://bugzilla.mindrot.org/show_bug.cgi?id=2091
Bug ID: 2091
Summary: scp hangs while copying a large file and being
executed as a background process ( with nohup )
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: Other
OS: AIX
Status: NEW
Severity:
2011 Feb 07
1
Incremental backup with only delta into a separate file.
Hi All,
I am presently doing a small POC with rsync for incremental backup and
restore starategies.
I have come up with certain question down the line, can anyone help me with
the explanation.
Used the config and ideas from:
http://www.mikerubel.org/computers/rsync_snapshots/
The commands executed on two machines in sequence
Machine 1:
root at Andruil:~# vim testfile
root at Andruil:~# ls
2008 Apr 28
3
[Bug 1657] New: tests/functional/acl/nontrivial/ zfs_acl_cp_001_pos causes panic
http://defect.opensolaris.org/bz/show_bug.cgi?id=1657
Summary: tests/functional/acl/nontrivial/zfs_acl_cp_001_pos
causes panic
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P2
2007 Dec 19
0
"force create mode" not enforced from linux client
My Samba v3.0.25b (in CentOS v5.1) has the smb.conf shown below. What
I'm seeing is that "force create mode" is not enforced when accessed by
a Linux CIFS client (Fedora 7).
On the server, user steve has a home directory of /home/steve, and the public
directory is /home/samba/public.
The shares are mounted from the client fstab like this:
//nemesis/steve /mnt/cifs/myhome cifs
2005 Apr 12
3
[Bug 1014] SCP slow bandwidth with Solaris8 on n240
http://bugzilla.mindrot.org/show_bug.cgi?id=1014
Summary: SCP slow bandwidth with Solaris8 on n240
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: ix86
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2009 Jun 07
1
Must be a better way to collate sequenced data
I have data that looks like this
time_stamp (seconds) user_id
The data is (partial) ordered by time - in that sometimes transactions occur at the same timestamp. The output I want is collated by transaction time on a per user basis, normalized by the maximum number of transactions per user, and aggregated over each day. So, if the users have 50 transactions in the first day and 20 transactions
2020 Jan 15
4
[semi-OT] C7 Possible bug but I can't determine what tool has the problem
Hi all,
I'm writing a script that uses rsync to sync 2 dirs on C7.
I noticed a strange behaviour.
I have 2 dir: src and dest. In src dir I generate a testfile with "dd
if=/dev/zero of=testfile bs=1M count=100" and when I run "du -h
testfile" I get the correct result.
Then I sync src/ to dest/ using "rsync -avS? src/ dest/", all ok but
when I run "du -h
2011 Apr 12
2
advisory file locks in linux - do they work?
Hi - I'm trying to verify if OpenSSH/SFTP will in fact lock files with
advisory file locking in Linux. I can test locking with the linux
"flock" command to verify that file locking does work - but when I
upload or download a file with SFTP it will not detect a lock. I'm
asking about Linux specifically because about a year ago I was doing a
similar process in Solaris 9 and
2002 Oct 11
4
Problem with checksum failing on large files
I'm having a problem with large files being rsync'd twice because of the
checksum failing. The rsync appears to complete on the first pass, but then
is done a second time (with second try successful). When some debug code was
added to receiver.c, I saw that the checksum for the remote file & the temp
file do not match on the first try, so (as expected) it repeats the rsync &
the
2011 Mar 05
1
file mode lost in file.copy()?
Hi,
Recently I noticed file.copy() would discard the file mode
information. Is this the expected behaviour or a bug for file.copy()?
> file.create('testfile')
[1] TRUE
> file.info('testfile')
size isdir mode mtime ctime
testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39
atime uid gid uname grname
2011 Mar 05
1
file mode lost in file.copy()?
Hi,
Recently I noticed file.copy() would discard the file mode
information. Is this the expected behaviour or a bug for file.copy()?
> file.create('testfile')
[1] TRUE
> file.info('testfile')
size isdir mode mtime ctime
testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39
atime uid gid uname grname
2009 May 04
1
Samba share of a NFS mount
I've got a NFS directory that's shared among my RHEL5 servers that I'd like
to give access to a couple of Win2K servers, also. The easiest way to do so
is to NFS mount the directory on my Samba server, and export the directory
as a Samba share.
It works. Kind of. But it redefines 'slow'.
Copying the file from a normal Samba share takes under 10 seconds on a slow
network: