Displaying 20 results from an estimated 1000 matches similar to: "WinVista consider soft limit as hard limit"
2010 Jun 30
1
[LLVMdev] Runtime & idle time reoptimizer questions
Hello everybody,
I would like to know more about runtime & idle time reoptimizer mentioned in the powerpoint presentations about LLVM. Which tool in the LLVM toolchain is responsible for this?
Where I can find more details on how reoptimizer is implemented? If someone can let me know any doc or specific source code file to look at, it would be helpful. I have also seen a similar post by
2005 Nov 09
2
File transfer from/to mapped drive with cygwin rsync
Hello all,
When we tried the rsync of files from a network mapped drive
(Windows) to Linux host, we are getting the following error.
rsync -av <User Name>@<Rsync Server IP>::<Mapped Network Module
Name> <Destination>
where <Mapped Network Module Name> is the rsync module name defined
in rsyncd.conf file for mapped drive.
Error :-
@ERROR: chdir
2008 Jun 24
5
Reg: Throughput b/w domU & dom0
Hi all,
I used netperf to measure throughput between dom0 & domU.
The throughput between dom0 -> domU was 256.00 Mb/sec
domU -> dom0 was 401.15 Mb/sec.
The throughput between dom0 & domU seems to be very asymmetry. To my
surprise the throughput between domU -> dom0 is more. The value which I
specified are consistent values. Is
2004 Sep 21
4
Problems compiling samba-3.0.7 on Redhat-7.2
When compiling samba-3.0.7 on Redhat-7.2, stock kernel 2.4.26,
I get undefined references:
-------
Compiling libads/ads_status.c with -fPIC
Linking nsswitch/libnss_wins.so
lib/system.po: In function `sys_dlopen':
lib/system.po(.text+0xc17): undefined reference to `dlopen'
lib/system.po: In function `sys_dlsym':
lib/system.po(.text+0xc3b): undefined reference to `dlsym'
2004 Sep 05
5
'point-and-print' general questions
I have gotten 'point-and-print' working, but there are a couple small
issues/questions I am trying to get my grasp around:
- rpcclient print-1201 -U root%secret -c 'enumdrivers'
this lists the drivers twice (I saw one other post about this,
without any followup)
- When adding drivers via the Windows APW, after uploading the drivers
and the APW closing - are you supposed to
2007 Dec 05
7
Asterisk SIP Microsoft Outlook Integration
Does anyone know how I could integrate my Asterisk setup with Outlook so
that when I click on a phone number is my outlook address book it will
dial the number and ring my SIP phone so that I can just pick it up? I
am interested in this integration for WinXP with Outlook 2003 and
WInVista with Outlook 2007.
Thanks,
Michael
-------------- next part --------------
An HTML attachment was
2006 Mar 10
2
Sharing of Libraries (S+ and R)
Hi,
Can anyone please advise if there is a neat way to 'share' libraries of
(previously developed) S+ code with R?
Specifically, within S+ I can use the attach(what = "<Chapter Directory>",
pos = 2) command, to retrieve previously developed functions and variables
to position 2 in the search list. [Some may be intentionally masked by
what's in the current working
2015 Oct 27
4
Code owner for the new AVR backend
On 27 Oct 2015, at 09:48, Senthil Kumar <senthil.thecoder at gmail.com> wrote:
>
> Haven't worked on this yet, but I work on the gcc AVR backend (and binutils), and I'm very interested in this - I intend to work on it in my spare time.
And do you have any comments / objections to Dylan becoming the code owner?
David
2006 Oct 25
5
How to use Webrick server
I am using Webrick to start my rails application.
Instead of using http://localhost:3000, i want to access
http://www.domain.com.
How can i achieve this using Webrick Server ?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2003 Sep 17
1
sftp reget/reput
Hello openssh@
I thought about sftp's reget/reput commands.
Several days ago, Damien Miller write to tech at openbsd.org (it was
reply for my letter):
> Herein lies a problem which is not easy to detect or solve. For
> performance reasons, the sftp client does pipelined reads/writes when
> transferring files. The protocol spec allows for a server to process
> these requests out
2005 Jan 05
2
changing group for root
Hello All,
The changing of group for the root results in the following message with
OpenSSH 3.9p1
"permanently_set_uid: was able to restore old [e]gid"
The following change in uidswap.c fixes me the problem.
/* Try restoration of GID if changed (test clearing of saved gid) */
- if (old_gid != pw->pw_gid &&
+ if(getgid() != pw->pw_gid &&
(setgid(old_gid)
2011 Jun 03
1
[LLVMdev] Thinking about "whacky" backends
-------- Original Message --------
Subject: Re: [LLVMdev] Thinking about "whacky" backends
Date: Fri, 03 Jun 2011 14:44:05 -0400
From: Nate Fries <nfries88 at yahoo.com>
To: Joachim Durchholz <jo at durchholz.org>
On 6/3/2011 1:38 PM, Joachim Durchholz wrote:
> Am 01.06.2011 23:25, schrieb Nate Fries:
>> That said, it seems like it ought to be possible to do
2006 Dec 20
3
Disable netfilter for bridged traffic
Hi All,
Can anybody suggests how can I disable netfilter for bridged traffic in
linux-2.4.27 kernel ?
Thanks and Regards,
Senthil
2008 Mar 19
5
windows privileges
I am new to using Wine, so perhaps this question has been answered many times before, but how do I choose what windows privileges I want to run a program with?
I know that I should not run Wine with sudo, but how do I tell Wine that I want/don't want *windows* administrator privileges?
Or is it always assumed that the user is an administrator?
Thanks
2006 Aug 07
2
related to forms
I''m trying to construct a form that would request a page using GET and
would like my variables to be simple like q,v, etc so that the URL it
calls is something like: /controller/action?q=80&v=100
However, I''m having trouble using the basic form helpers (probably doing
something wrong) cos expressions such as:
<%= hidden_field "q", "v", {:value
2015 Oct 27
2
Code owner for the new AVR backend
I think you can probably treat that as a broad ‘no objection’ by the community. Are there any other active contributors to the AVR back end?
David
> On 27 Oct 2015, at 09:41, Dylan McKay via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Ping.
>
> On Fri, Oct 23, 2015 at 4:04 PM, Dylan McKay <dylanmckay34 at gmail.com> wrote:
> Hello all,
>
> I have
2006 Oct 25
7
Sending a file *and* rendering a page
Anyone know how to send a file/data to the user agent (download it)
using #send_file or #send_data, *and* render a new page in the same
action?
This just sends the file and doesn''t render the page:
def gimme
...
send_data(our_data, :filename => ''output.csv'', :disposition =>
''attachment'')
end
And this will give a Double-Render error:
2015 Nov 14
2
(no subject)
Hello all!
Please forgive me if this is the wrong mailing list for my question.
First off, I am on Windows and using git bash for everything:
$ uname
MINGW32_NT-6.2
I am attempting to essentially do the kalidescope example. I have copied
the code verbatim from the full code listing and am running the following
command:
$ clang-cl toy.cpp deps/llvm/build/Debug/lib/*.lib //MDd -o toy.exe -I
2002 Dec 29
3
How to join Linux to Win2k PDC
Hi All,
Sorry for asking the most repeated question again. Just because I could not get a proper guide for doing this. Can anyone please tell me how to make a linux system running samba server and client to connect ( log on to ) to a windows2000 based domain and act as a part of it ? Any useful link also would do.
thanks in advance :-)
senthil
-------------- next part --------------
HTML
2006 Apr 15
2
OpenSSH fips compliance
Hello All,
Im using OpenSSH 4.2p1 statically linked with OpenSSL 0.9.7i. It looks now
that a fips certified OpenSSL is now available at
http://www.openssl.org/source/OpenSSL-fips-1.0.tar.gz . I like to know of
any patches applicable for OpenSSH versions to make it fips compliant. Is
there any idea for OpenSSH core team to make OpenSSH as fips compliant? What
amount of work it needs at this