similar to: smbldap: odd ownership of un-tarred files

Displaying 20 results from an estimated 2000 matches similar to: "smbldap: odd ownership of un-tarred files"

2012 Feb 24
1
rsync + tar archive performance
Hi, I have issue with taring speed on the directory created over rsync. I'm putting directory on a system using rsync (rsync -rv) then tarred it then puting the same directory on the server again using cp (cp -r) and tarred it. There is a result of my test http://pastebin.com/JsrVZps0 - looks like tar working two times slower on directory copied by rsync. - m4cp and m4sync contain same
2017 Jun 07
1
2.2.30.2 fails to compile on centos 7
thx my actual RPM failed at the same place .. the below was actually not the result of an rpmbuild command .. cleared out the BUILD directory, untar'd, configure and ran make manually - failed at the same spot as the RPM package .. given 2.2.30.1 built ok saw no reason why 2.2.30.2 should suddenly stop .. rgds Matt > Peter <mailto:peter at pajamian.dhs.org> > 7 June 2017 at
2005 Feb 05
5
3.0.11 - configure can't see ldap.h
My server is running OpenBSD 3.6. I wish to join this machine to a Windows 2003 AD domain so Windows clients can copy files to and from it for FTP use. I have untar'd the following files to /usr/src: openldap-stable-20050125.tgz samba-3.0.11.tar.gz When running configure it stops with this error: checking for LDAP support... yes checking ldap.h usability... no checking ldap.h
2002 Nov 29
3
Version 2.2.6 and above are not able to store big fil es over 2GB
I'm hitting the 2G limit taring from 2.2.2 to ntfs NT4. could this be my problem as well. -----Original Message----- From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]On Behalf Of Klaus Ethgen Sent: 29 November 2002 4:10 PM To: samba@lists.samba.org Subject: [Samba] Version 2.2.6 and above are not able to store big files over 2GB Hello, when I store a file biger than
2002 Mar 06
3
Problem in .First.lib
Hello! I downloaded a package "multtest" (from bioconductor.org) in R, and installed it by 'R CMD <package>' (after unzipping and taring). The problem is when I say 'library(multtest)' in R, the following error is generated: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2014 Jan 06
1
need assistance migrating between apple servers
I am attempting to move imap folders from an Apple Snow Leopard server to a new Apple Mavericks server. Dovecot --version is not working , but I believe the old server is running dovecot 1.1.2 and can confirm the new one is running 2.2.x. I have tried taring and moving folders, but have not been able to get the transfered messages and folders to show up in user accounts (new messages show
2008 Sep 23
2
Centos Kernel 4.7 Compile Help
Hello Everyone, I wanted to recompile the kernel from source. I downloaded the source rpm (kernel-2.6.9-78.0.1.EL.src.rpm) from centos and installed the rpm. In /usr/src/redhat ? I unzipped and untar?d the linuxx-2.6.9 base files. After doing that I wanted to patch the kernel with the numerous patch files that came with the src rpm. The problem that I am having is that a lot of the patch
2010 Jan 19
3
UID GID Problems.....
Hoping someone can help me fix something that I apparently messed up, i have the issue that when I untar a file as root the uid and gid that get set are not roots'. I had change a user uid and gid to 1000 via usermo -u etc.... but somehow it appears to have effected the root user. When I touch files as root the correct uid and gid are root, however when untaring an archive the directory and
2006 Sep 12
9
Another Tar stopper
Well, I have been busy getting child #4 off on her way to college (joining #2). So now it is quite with just the 2 youngest and I can get work done again!. tar stops as follows: /root/.nautilus/metafiles/x-nautilus-desktop:%2F%2F52F.xml tar: Error exit delayed from previous errors. I thought perhaps this is some file locked becuase I was running from a terminal session in gnome. So I
2003 Feb 08
0
Tar "file changed as we read it" error
Hello, I get a strange error when taring a database for backup. I have a Redhat 8.0 samba server with 2.2.5 which is running cron.daily. Part of that script is backup from a database file of one W2K machine to another W2K machine for storage. I use mount -t smbfs to mount some W2K shares on linux: //windows-1/AccountingData on /mnt/AccountingData type smbfs (0) //windows-1/Database on
2010 Mar 31
1
Performance issues: have eliminated disk and network as cause
Hi, I'm not entirely happy with the performance I'm seeing using Samba, and I wonder if anyone can shine any light. The server is a Dell PowerEdge 2950 with hardware RAID10, 4GB RAM and a quad-core Intel Xeon processor. It's not live yet, so there's no load from other tasks. I've already eliminated the RAID (able to sustain 130-140MB/s for reads/writes) and the network
2010 Jun 11
2
5.5 & gspca
Irritating quirkyness: we have a bunch of videocams. To use, we use gspca. Usually, on an upgrade, I just go into the gspca directory (which appears, from their website, to have not been updated since '07), make clean, make, make install. Having gone up to 5.5, did the same. What's happening now is that it works, delivers the mpgs... but dumps errors in the logs: <snip> kernel:
2017 Jun 06
4
2.2.30.2 fails to compile on centos 7
Just downloaded the latest release 2.2.30.2, ran ./configure with all defaults and make ... and it fails to build .. error somewhere whilst running Makefile in lib-http libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -Wl,--as-needed -o
2003 Nov 14
7
Backup from Linux onto Win2K-share
Hi. I'm running Kernel 2.4.19 and Samba 2.2.5. I'm in need to do a backup out of big SAPDB database (60 GB) onto a share on a Win2K-box (all my databases have to backup onto this w2K-box where they get saved on tape). This works fine as long as it comes to 2 GB. Than it stops with the message "file size exceeded". Obviously there is a file size limit somewhere in Samba. How
2018 May 01
2
possible internal (un)tar bug
This is a not too old R-devel on Linux, it already fails in R 3.4.4, and on macOS as well. The tar file seems valid, external tar can untar it, so maybe an untar() bug. setwd(tempdir()) dir.create("pkg") cat("foobar\n", file = file.path("pkg", "NAMESPACE")) cat("this: that\n", file = file.path("pkg", "DESCRIPTION"))
2018 May 01
1
possible internal (un)tar bug
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Tue, 1 May 2018 16:14:43 +0200 writes: >>>>> G?bor Cs?rdi <csardi.gabor at gmail.com> >>>>> on Tue, 1 May 2018 12:05:32 +0000 writes: >> This is a not too old R-devel on Linux, it already fails >> in R 3.4.4, and on macOS as well.
2003 Jun 19
2
Replacing Samba PDC with new hardware
Hi, I'm currently running a Samba PDC (2.2.3a) on RedHat 7.3 supporting 10 or so win2k users with roaming profiles. Just got a new Dell box and would like to replace the current PDC machine. My question is this : What is the best way to make the switch without making the current user accounts obsolete. I've duplicated the most of the environment already, my users accounts have already
2005 Aug 19
0
Installing image via PXE
Hello, I'm not sure whether I'm mailing to the correct list. Please, after taring and feathering, point me to a correct list, in case I'm wrong. I would like to install, or maybe better transfer?, an image I created with dd from a server to the client via pxe. I know that there is a bunch of OSS out there doing a great job administering a bunch of images for server farms, etc.
2006 Sep 05
0
My 4.4 upgrades
My update method on two critical systems has been to use yumex. I select all, unselect major apps that I recognize (bind, openssh, etc), update and reboot. The yumex to get those apps and another reboot (most likely not needed). I have updated my notebook. The only detected problems are: madwifi drivers and lost Thunderbird icons in drawers (just had to go through the properties and
2002 Dec 16
1
Create time changing by itself?
Are there some known problems related to ctime changing by itself? I didn't find anything with google at least. tar seems to be complaining about it all the time: [cras@hurina] ~% tar cf test.tar /mnt/cygwin/home tar: Removing leading `/' from member names tar: /mnt/cygwin/home/Timo Sirainen/xxx/xxxxx.xxx: file changed as we read it This happens with my Debian/unstable (samba