Displaying 20 results from an estimated 40000 matches similar to: "Controlling Amount of Memory Available"
2006 Oct 26
1
File size limits with samba 3.0.20b and FreeBSD 5.3
We're seeing problems with copying files > 2BG to a samba share. Google
says that, as of 2004, there was a 2GB file size limit in that scenario,
but I haven't found anything more recent. Is that still the case or am I
looking at a different problem?
Thanks,
Graham
2009 Apr 19
5
wow memory error
Debian Lenny
Wine 1.0.1 from Lenny repository
Intel Dual Core
2GB RAM
250 GB SATA HD
Nvidia 9600 GT
When start WOW from system application menu I get the following error after
I click on "Play" button on the WOW launcher.
The application has encountered a critical error:
Program: C:\Program Files\World of Warcraft\Wow.exe
Exception: 0xC0000005 (ACCESS_VIOLATION) at
2014 Feb 19
2
[LLVMdev] Patch available for bug 15079
Hi,
I supplied a patch for http://llvm.org/bugs/show_bug.cgi?id=15079 last year, then recently pinged llvmbugs but I guess that mail was lost in the moderation queue. Is it possible to accept or reject the patch on this issue, please?
Thanks for your help,
Graham.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 31
3
MSN Messenger in Wine?
It's marked "garbage" in the appdb, because the installer doesn't run
without quite a bit of tweaking. But anyway ...
I want to get MSN working in Wine. It's for my girlfriend's daughter,
whose XP box just got trashed by a virus/rootkit (spread via MSN, of
course). So we've saved her stuff and we're nuking and paving the box.
I would like to use Ubuntu instead of
2002 Mar 26
2
SSH / PAM / Kerberos / password aging
Ok, so, things are complicated.
The PAM standard insists on password aging being done after account
authorization, which comes after user authentication. Kerberos can't
authenticate users whose passwords are expired.
So PAM_KRB5 implementations tend to return PAM_SUCCESS from
pam_krb5:pam_sm_authenticate() and arrange for pam_krb5:pam_sm_acct_mgmt()
to return PAM_NEW_AUTHTOK_REQD, as
2004 Nov 15
2
Using R in parallel on a 2 processor machine
Hi,
I have installed R (2.0.0) onto a two processor machine running Windows
XP (these two processors have been split into 4 logical processors),
with 4Gb of RAM. Rather than multi-threading, I wanted to run 2
instances of R on the machine in parallel, which uses two of the logical
processors. Unfortunately, R seems to be accessing a total of 1Gb of
RAM, not taking advantage of 2 lots of 1Gb.
2015 Apr 01
1
Asterisk 11.17.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.17.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 11.17.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
New
2003 Feb 16
2
Access Denied when trying to login to samba PDC
While trying to set up samba as a PDC, I followed O'Reillys Using Samba. This resulted in the
following smb.conf:
[global]
workgroup = GRAHAM
encrypt passwords = true
log level = 1
max log size = 1000
hosts allow = 192.168.0/24 192.168.1/24
hosts deny = 1.1.1.1/0.0.0.0
domain logons = yes
security = user
os level = 34
local master = yes
preferred master = yes
domain master = yes
[temp]
2017 Nov 10
0
[RFC] Enable Partial Inliner by default
Hi Evgeny,
I just realized that if these are compile-time errors I can help
investigate on my end. Do you have something I can use to reproduce?
Cheers,
Graham Yiu
LLVM Compiler Development
IBM Toronto Software Lab
Office: (905) 413-4077 C2-707/8200/Markham
Email: gyiu at ca.ibm.com
From: Graham Yiu/Toronto/IBM
To: Evgeny Astigeevich <Evgeny.Astigeevich at arm.com>
Cc:
1998 Nov 02
2
Samba WINS server and lost domain controllers
Hi all,
I am using a samba WINS server for my Microsoft network that is split
across 5 physical networks.
For a long time, everything has worked fine, however recently we have
had wierd problems with domain controllers "disappearing". Even with a
primary or backup DC on the physical wire, workstations and other NT
servers suddenly start complaining "a domain controller for DOMAIN
2003 Jul 01
4
beta firmware for Neuros available
For the two or three of you who are subscribed to the mailing list that
*haven't* heard already... from the blurb on Slashdot:
"Xiph.org has made a beta release of firmware with Ogg Vorbis support for the
Neuros portable music player. You can grab the firmware from the Neurosetta
site. Note that this beta release only plays Vorbis files, and may skip on
very high quality files, like
2017 Nov 10
5
[RFC] Enable Partial Inliner by default
Hi Graham,
Thank you for offering help. I am trying to create a reproducer. The problem is that the crashes happen whilst LTO is used. One thing I am sure about IR is broken at compile time.
Thanks,
Evgeny
From: Graham Yiu <gyiu at ca.ibm.com>
Date: Friday, 10 November 2017 at 16:09
To: Evgeny Astigeevich <Evgeny.Astigeevich at arm.com>
Cc: "junbuml at codeaurora.org"
2016 Nov 24
2
[RFC] Supporting ARM's SVE in LLVM
Hi Graham,
One high level comment without reading the patchset too much - it seems
'vscale' in particular could be just as easy to implement as an intrinsic,
which would be a less invasive patch.
Is there a reason you didn't go down the intrinsic route?
James
On Thu, 24 Nov 2016 at 15:39, Graham Hunter via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> Paul
2008 Apr 05
2
Odd tcltk and Rattle interference on MS/Windows
Hi Graham,
Your guess is right. The event loop stuff is handled differently on Windows
than on Unix-like OSes. There is a hook, called tcl_do that is hard-coded
into the R Windows GUI. It is called whenever the console is idle. RGtk2 is
able to hook into that to process GTK+ events. The problem is that the two
packages replace each other's handler. So in this case tcltk is blocking
GTK+ from
2017 Oct 03
2
PGO information at LTO/thinLTO link step
On Tue, Oct 3, 2017 at 1:46 PM, Teresa Johnson via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
>
> On Tue, Oct 3, 2017 at 1:38 PM, Graham Yiu <gyiu at ca.ibm.com> wrote:
>
>> Hi Teresa,
>>
>> Actually, enabling the new pass manager manually seems to have solved
>> this issue, so this problem is only valid for the old pass manager.
>>
>
2013 Feb 28
1
rsync memory usage with block-size option
I have been using rsync to sync a SQL database dump(127GB in size) on a
server (cygwin to linux) for many years now w/o a problem, until they put a
maintence plan to reindex the database once a week. This is all done over a
2Mbit link normally took 3-4 hrs now I noticed it was running the next day
and took days so I looked into it more. After I discovered the
--only-write-batch it makes a 52 GB
2017 Oct 03
2
PGO information at LTO/thinLTO link step
Thanks Easwaran. This is what we've observed as well, where the old PM
inliner was only looking hot/cold callee information, which have
signficantly smaller boosts/penalties compared to callsite information.
Teresa, do you know if there is some documentation/video/presentation on
how PGO information is represented in LLVM and what information is passed
via the IR? I'm finding some
2002 Feb 20
1
Files >2GB?
OpenSSH 2.9p2 portable doesn't seem to like files >2GB.
Is there an option for this, or a way to enable file transfers of files
>2GB using scp or sftp?
TIA
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: austin at coremetrics.com
"It is the part of a good shepherd to shear his flock, not to skin it."
Latin Proverb
2011 Sep 14
2
[LLVMdev] LLVMHello pass compile error under Cygwin
I've built LLVM/Clang from svn under Cygwin on Windows 7. I'd like to
build on the LLVMHello pass example, however, when I try:
$ cd $LLVM/lib/Transforms/Hello
$ make
I receive a large number of errors which start with:
llvm[0]: Linking Debug+Asserts Loadable Module LLVMHello.dll
/cygdrive/c/Users/Graham/home/projects/llvm_cygwin/lib/Transforms/Hello/Debug+Asserts/Hello.o:
In function
2017 Oct 03
2
PGO information at LTO/thinLTO link step
Hi Teresa,
Actually, enabling the new pass manager manually seems to have solved this
issue, so this problem is only valid for the old pass manager.
Thanks,
Graham Yiu
LLVM Compiler Development
IBM Toronto Software Lab
Office: (905) 413-4077 C2-707/8200/Markham
Email: gyiu at ca.ibm.com
From: Teresa Johnson <tejohnson at google.com>
To: Graham Yiu <gyiu at ca.ibm.com>
Cc: