Displaying 20 results from an estimated 4000 matches similar to: "UID GID Problems....."
2012 Jul 24
1
untaring files in parallel with foreach and doSNOW?
Hello,
I'm running some code that requires untaring many files in the first step.
This takes a lot of time and I'd like to do this in parallel, if possible.
If it's the disk reading speed that is the bottleneck I guess I should not
expect an improvement, but perhaps it's the processor. So I want to try this
out.
I'm working on windows 7 with R 2.15.1 and the latest foreach
2002 Jan 03
1
File system usage
This is a simple question. How much file system overhead is there with this system? Is it only as large as the largest file transfered or could you potentially (even if configured correctly) end up with double what you started out with on the sending or receiving end?
The reason I need to be sure is that I have a file system that's literally several hundred thousand files. Complete it's
2012 Dec 04
1
possible file corruption
Hello,
I have a troubling issue with random file corruption using either lustre
1.8.6 (internal Cray lustre) and lustre 2.1 (sonexion - produced by
xyratex).
Randomly, our users will come across an issue with files either having 0
size, or being corrupted. The 0 size files are usually ascii files
(which are normally created with simple cat and awk statements,
serially), while the corrupted
2004 Apr 24
1
smbldap: odd ownership of un-tarred files
I've just been setting up a new server with RHEL 3, samba 3 with LDAP
authentication and using the smbldap-tools ver. 0.8.4. I've finally got
things working, but just noticed something odd.
I have so far only created myself as a user, with uid=1000 and gid=513.
As root, I obtained the latest gzip file for squirrelmail and untar'd
it. The odd thing is that the directory created
2014 Sep 30
1
R's internal tar ignores files in sub-directories
E.g. I am seeing:
dir <- file.path(tempdir(), "test-tar")
dir.create(dir)
setwd(dir)
dir.create("foo", showWarnings = FALSE)
file.create("foo/bar.R")
tar("test.tar", files = "foo/bar.R")
dir.create("untarred")
untar("test.tar", exdir = "untarred")
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
2014 Apr 28
3
Why does it appear that dovecot is deleting messages after migration?
Hi, y'all, long-time Mac OS X Server user Bill here with a thorny question for the mailing list since nobody at discussions.apple.com can quite put their finger on the answer. While well-aquainted with other aspects of Server, Dovecot is a bit of a mystery still to me. So here it goes:
Background
I'm struggling to migrate from MacOS X 10.6 to 10.9. I tried twice using the "live
2010 Nov 14
3
RAID Resynch...??
So still coming up to speed with mdadm and I notice this morning one of my
servers acting sluggish...so when I looked at the mdadm raid device I see
this:
mdadm --detail /dev/md0
/dev/md0:
Version : 0.90
Creation Time : Mon Sep 27 22:47:44 2010
Raid Level : raid10
Array Size : 976759808 (931.51 GiB 1000.20 GB)
Used Dev Size : 976759808 (931.51 GiB 1000.20 GB)
Raid
2004 Sep 20
1
Trying to install Test43 with rpmbuild
Hi!
I'm using WhiteBox Enterprise Linux 3.0, which is a re-compile distro of
RedHat Enterprise Linux 3.0. I'm installing a new mail server and would
like to use dovecot as it supports Maildir, which the default imapd does
not.
I've downloaded test43's tarball, and would prefer to use RPM to manage
it. To that end, I've tried to do an rpmbuild, but get an error:
[root
2020 Aug 12
2
Dumb Centos 8 DNF mirror question...
I have several Centos 8 machines that I update and every now and again I
will go through and update all of them and one of them will get a slow
mirror, like downloading the kernel at 50kb etc. With the newer version I
am unable to figure out how to force it to update the mirror list and
hopefully change to a faster mirror. I have searched but must not be using
the right verbiage since I am unable
2010 Feb 01
3
Trying to rebuild srpm from fedora....
So I am trying to rebuild this source rpm from fedora
10, shutter-0.85.1-1.fc10.src.rpm -its a screen capture application (
http://shutter-project.org/ ) that I have been unable to find in any repos,
although it is in the fedora repos. Thought I would give it a go and try to
rebuild the rpm, so here is the error that I am getting:
+ desktop-file-install --delete-original --dir
2001 Mar 07
1
lreadline
I compiled R-1.2.2 on my SuSE 7.1, kernel 2.4.2-2 machine with
libreadline.4.1 and although I can use vi commands to scroll on the shell
(bash) command line, I CANNOT do it in R. Here's the relevant parts of
./configure (and make):
anovo at friedman R-1.2.2 > ./configure | grep readline
checking for rl_callback_read_char in -lreadline... yes
checking for readline/history.h... yes
2006 Mar 01
1
Problem with large tar file.
I have just completed installing CentOS 4.2 (I came over here from Fedora-Land
(core-3)). I did this via a fresh install. I tar'd everything to an external
drive reinstalled the new stuff and everything is working very well.
I've just got one issue. I have a full system backup Backup.tar that has a
size of 78,717,880,320. When I issue the command tar -xvf Backup.tar I get
only about
2002 Aug 11
1
Samba Open Server 5 package?
Hello,
I'm having trouble installing Samba on a SCO Open Server 5 system. I have gone over the Skunkware CD and the Caldera Website. I can find TAR'd versions of SAMBA but for some reason it won't let me start smbd or nmbd without giving me a core dump.
Does anyone know either
1. why I'm getting the core dumps
or
2. If there is a package install for OSv5.
The reason I ask
2004 Oct 05
1
R 2.0.0: problem: installing --with-package-versions
Hello R developers,
installing R 2.0.0 from source on a Linux Debian system (gcc 3.2.2)
- which worked just fine - I encountered the following problem when trying to
update/install packages with the option --with-package-versions:
example: RUnit 0.4.0 (also on CRAN)
R20 CMD INSTALL -l /mnt/local/R/R-2.0.x-libs-EpiR --with-package-versions
RUnit_0.4.0.tar.gz
or after untaring
R20 CMD INSTALL
2003 May 23
1
Trouble installing Tarball samba-2.2.8a
Hello,
I have been trying to install the tar'd version of
samba because I need a few options I can not get to
work with the RPM version.
This is what I do when i setup samba
# tar xvfz samba.x.x.x
#./configure --with-winbind
--with-winbind-auth-challenge
#make
#make install
And it goes through those steps fine, but when I try
to run the smbd or nmbd daeomons, it says it cant find
it. And
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
2017 Sep 01
1
GFID attir is missing after adding large amounts of data
I re-added gluster-users to get some more eye on this.
----- Original Message -----
> From: "Christoph Sch?bel" <christoph.schaebel at dc-square.de>
> To: "Ben Turner" <bturner at redhat.com>
> Sent: Wednesday, August 30, 2017 8:18:31 AM
> Subject: Re: [Gluster-users] GFID attir is missing after adding large amounts of data
>
> Hello Ben,
>
2005 Jul 26
2
Icecast/ices problem
Thanks for the suggestion. It turns out that debug for ices told me
nothing but debug for icecast 2.2.0 showed that it was terminating the
source at the same place in the playlist, apparently due to a lack of
trailing metadata in one particular file -- icecast saw it as end of
stream.
After checking code updates on the TRAC system, I installed the kh branch
of icecast (kh13) and this seems
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"))