Displaying 20 results from an estimated 110 matches similar to: "Memory usage reported by gc() differs from 'top'"
2009 Mar 03
8
zfs list extentions related to pNFS
Hi,
I am soliciting input from the ZFS engineers and/or ZFS users on an
extension to "zfs list". Thanks in advance for your feedback.
Quick Background:
The pNFS project (http://opensolaris.org/os/project/nfsv41/) is adding
a new DMU object set type which is used on the pNFS data server to
store pNFS stripe DMU objects. A pNFS dataset gets created with the
"zfs
2001 Nov 12
1
Determine available disk space for Win 95
I have a mixture of Win95 and Win98 computers. From the Samba host I mount
the Win95/98 host using a script containing commands similar to the
following text.
mount -t smbfs //pent14/pent14-e /dosworld/pent14/e -o username=fred\%xxxxxxx
After I have mounted all the drives I issue the following command.
df -h
Results show the available space on the Win98 hosts properly, however all
the
2012 Apr 11
2
unexpectedly high memory use in R 2.14.0
I recently started using R 2.14.0 on a new machine and i am experiencing
what seems like unusually greedy memory use. It happens all the time, but
to give a specific example, let's say i run the following code
--------
for(j in 1:length(files)){
load(file.path(dump.dir, files[j]))
mat.data[[j]]<-data
}
save(abind(mat.data, along=2), file.path(dump.dir, filename))
---------
2013 Mar 07
2
KVM Raw Format Image Causes lseek Error when Copying
When copying a raw KVM image to my usb drive I got a lseek error...why is this?
localhost temp # lr /kvm_guests/newInstall.img?
-rw-r--r-- 1 root root 10G Oct 22 05:36 /kvm_guests/newInstall.img
localhost temp #
localhost temp # cp /kvm_guests/newInstall.img . ? ? ? ? ? ? ? ? ? ? ?
cp: cannot lseek `./newInstall.img': Invalid argument
localhost temp # df -h
Filesystem ? ? ?Size ?Used Avail
2007 May 01
1
(PR#9623) qr.coef: permutes dimnames; inserts NA; promises
On Thu, 19 Apr 2007, brech at delphioutpost.com wrote:
> Full_Name: Christian Brechbuehler
> Version: 2.4.1 Patched (2007-03-25 r40917)
> OS: Linux 2.6.15-27-adm64-xeon; Ubuntu 6.06.1 LTS
> Submission from: (NULL) (24.61.47.236)
>
>
> Splus and R have different ideas about what qr.coef(qr()) should return,
> which is fine... but I believe that R has a bug in that it is not
2007 Nov 23
2
How to remove OST permanently?
All,
I''ve added a new 2.2 TB OST to my cluster easily enough, but this new
disk array is meant to replace several smaller OSTs that I used to have
of which were only 120 GB, 500 GB, and 700 GB.
Adding an OST is easy, but how do I REMOVE the small OSTs that I no
longer want to be part of my cluster? Is there a command to tell luster
to move all the file stripes off one of the nodes?
2006 Aug 04
1
[Info] TMail included in ActionMailer differs from ''normal'' TMail
Issue:
Just to hopefully save someone else a bunch of fun in the future - a
modified version of TMail is automatically installed with Rails in the
ActionMailer module. This version of TMail (which is required in your
rails environment by convention) differs significantly from the
package available at:
http://i.loveruby.net/en/projects/tmail/
(Second hit on Google for
2006 Jun 18
2
Hosting timezone differs of clients timezone
Hi,
I have a website in production wich uses a lot of date and time
calculations to show specific information.
The timezone of my hosting service (Dreamhost) is PDT, and the timezone
of my potential clients is CEST. There are 9 hours of difference between
them.
Is there an environment variable that I could adjust in my rails
application, so all date/time values be set to CEST timezone?
Thanks.
2012 Jan 21
1
Trying to understand how mcollective differs from saltstack?
http://saltstack.org/ http://puppetlabs.com/mcollective/
I found this link that talks about Func, Rundeck, Salt and mcollective, but
it doesn''t really compare and contrast.
http://www.coloandcloud.com/editorial/func-mcollective-salt-and-rundeck/(From
a 10,000 overview Saltstack and mcollective look very similar. IE:
both integrate with facter/puppet, have queuing mechanisms, allow remote
2007 Mar 16
1
Idmap_rid differs on FreeBSD and SLES!
Hi,
I'm trying to setup some servers with Samba and Winbind. One of the
servers are both a Samba server and a NFS server so I want to have the
same ID:s on the files that I export with NFS. All users are all in one
AD domain.
The problem is that the Samba/NFS server are running SLES 10 and the
others are running FreeBSD 6.2 and they get different UID:s and GID:s.
All the FreeBSD servers are
2012 May 22
0
Logging progname with Rails differs from Ruby
There are some differences in how Ruby 1.9.3-p198 and Rails 3.2.3
handle logging a program name.
# Standard Ruby Logger:
logger.error(''program name''){''message''}
logger.error(''program name''){exception}
# Rails:
Rails.logger.error(''message'', ''program name'')
Rails.logger.error(exception, ''program
2010 Mar 30
0
boot_cpu_data differs between Xen hypervisor boot and normal pv_ops kernel boot
Hello,
After booting the xen-stable 2.6.32.10 pv_ops kernel from jeremy git
tree with Xen-4.0.0-rc8 installed,
dmesg | grep PMU shows :
Performance Events : unsupported p6 CPU model 26 no PMU driver, software
events only.
PMU:oprofile: found i386/core_i7.
If I boot the same compiled kernel, without Xen installed,
dmesg | grep PMU shows :
Performance Events : Nehalem/Corei7 events, Intel
2010 Dec 09
1
[LLVMdev] Why declaration of llvm.eh.selector differs between documentation and in .ll code written by clang++?
Here http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector
llvm.eh.selector is declared like this:
i32 %llvm.eh.selector
<http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector>(i8*, i8*,
i8*, ...)
But when clang++ (rev.121360) writes the module with exceptions, it
writes it out like this:
declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind
Why there is such descrepancy?
2013 May 09
0
[LLVMdev] Backend calling convention: when pointer differs from integer
Hi,
I am developing a backend for an architecture with two diferent sets of
registers.
The ABI specifies that pointer arguments use one kind of registers while
integers use the other one.
As LLVM translates pointers to the specified type (i32 in my case), I
cannot specify the correct calling convention.
I've seen that developing the TriCore backend the same issue appeared.
In TriCore
2005 Jan 20
1
PermitRootLogin without-password functionality differs for UsePAM yes/no option
Hi,
I am using OpenSSH 3.9p1. For " UsePAM yes/no " option with "
PermitRootLogin without-password", the server functionality differs.
For " UsePAM yes ", the server allows authentication thru password,
meanwhile " UsePAM no " does not. I have fixed that problem and the
patch is given below.
2007 Jan 25
0
asterisk 1.4: gui registration differs from non-gui
Hello, everyone.
I'd like to ask how does asterisk 1.4 with GUI register itself at the
provider's end (when I mark a checkbox 'register' while creating a
"Service Provider"). Before I used to write something like:
register => 924980111:xxxxxxx@sip.provider.com/924980111
in sip.conf. Having that line, asterisk would execute
exten => 924980111,1,.....
when receiving
2018 Jan 04
0
Re: virtdf outputs on host differs from df in guest
On Thu, Jan 04, 2018 at 12:58:40PM +0800, Chen Fan wrote:
[In guest]
> python -c 'import os; s = os.statvfs ("/"); print s'
> posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=5886149,
> f_bfree=4802342, f_bavail=4802342, f_files=23556096,
> f_ffree=23435372, f_favail=23435372, f_flag=4096, f_namemax=255)
>
> python -c 'import os; s = os.statvfs
2018 Jan 04
0
Re: virtdf outputs on host differs from df in guest
To summarise:
>[In guest]
> python -c 'import os; s = os.statvfs ("/boot"); print s'
> posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=127147,
> f_bfree=93815, f_bavail=93815, f_files=512000, f_ffree=511626,
> f_favail=511626, f_flag=4096, f_namemax=255)
>[From the host via libguestfs]
> # sudo guestfish --ro -d rpm-build-for-7.2 -i statvfs /boot
2018 Jan 07
0
Re: virtdf outputs on host differs from df in guest
On Sun, Jan 07, 2018 at 08:11:58PM +0800, 陈帆 wrote:
> Sorry for the late reply. when I used your method to execute command:
> $guestfish -N fs:xfs -m /dev/sda1 statvfs /
> libguestfs: error: mkfs: xfs: /dev/sda1: mkfs.xfs: No such file or directory
> guestfish: error creating prepared disk image 'fs:xfs' on 'test1.img': failed to create filesystem (xfs): mkfs: xfs:
2020 Oct 15
0
Re: scsi passthrough differs between guests
On Wed, Oct 14, 2020 at 23:00:39 +0200, daggs wrote:
> Greetings,
[...]
> I'm baffled about the two scsi controllers I see and why I cannot see the device.
> is there a known issue in 6.7.0 with scsi pass-trough?
I don't see anything wrong with you configs. There were some changes
related to SCSI hostdevs, between 6.7.0 an 6.8.0, but none of them
should actually impact that use