Displaying 20 results from an estimated 80 matches similar to: "question"
2002 Sep 05
0
automatic boot (question)
Hi,
"McManus, John" <McManusJ at oceusa.com> schrieb am 05.09.02 16:38:28:
> I haven't used syslinux or isolinux before, so please excuse newbie
> questions.
> Is there a way to execute commands from the command prompt
> automatically? The reason I'm asking is I'd like to make a bootable restore
> CD that will be fully automated. I don't want
2016 Sep 22
2
issues compiling omega
All,
I'm having some issues compiling omega. Here are the particulars
I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from
make:
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2011 Oct 20
3
Strange R behavior for product of two sum of integers
Dear gentlemen,
Can you explain me why the following happens (any OS I think, and even
on 64 bits)?
> sum(1000:1205)^2
[1] 51581223225
> sum(1000:1205)*sum(1000:1205)
[1] NA
Warning message:
In sum(1000:1205) * sum(1000:1205) : NAs produced by integer overflow
Best,
Pierre
--
Pierre Lafaye de Micheaux
Adresse courrier:
D?partement de Math?matiques et Statistique
Universit? de
2016 Sep 22
2
issues compiling omega
James,
That was exactly the issue. libmagic.dll.a was in /lib under cygwin. Adding
a -L/lib took care of this. This was also an issue with -lpcre, which
adding -L/lib fixed as well. Of course, I'm now running up against
something else. from make
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security
2020 Mar 26
0
[PATCH nbdkit 9/9] tests/old-plugins: Add plugin from nbdkit 1.18.2.
This is significant because it's a plugin which was from the last
stable release containing undefined symbols (in the internal plugins).
$ ldd -r tests/old-plugins/x86_64/Linux/v1.18.2/nbdkit-file-plugin.so
linux-vdso.so.1 (0x00007ffe86cdd000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f551b3e5000)
libc.so.6 => /lib64/libc.so.6 (0x00007f551b21b000)
/lib64/ld-linux-x86-64.so.2
2011 Nov 13
1
To moderator
No. But it has not been posted either.
You got that message because you sent your message to
the wrong address. You should have sent it to
r-help at r-project.org
You had probably sent it to
r-help-request at r-project.org
which would have had the effect that the server would have
tried to interpret the contents of you message as commands
(e.g. to unsubscribe, change your subscription
2001 Nov 06
0
problem compiling on a SParc4 Sun4m Solaris2.6
I am working with Solaris 2.6 and with the version of openssh 2.9.9-p2
I was able to compile for a UltraSpar 5 Sun4u with no problem.
But fot a Sparc4 Sun4m i'm getting this message:
./ssh : Exec format error. Wrong Architechture.
Do you have a hit why it's not working, is there and option i have to set?
thank you for your help
jean
============================================
Jean
2011 Nov 13
1
Understand Ncells and Vcells, from gc()
Dear all,
I am working on a 64 bits Linux system.
I issue the following R commands:
> rm(list=ls()) # To remove all objects in the workspace.
> gc() # To free memory.
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 124250 6.7 350000 18.7 350000 18.7
Vcells 124547 1.0 786432 6.0 476934 3.7
> gc() # I had to do it again, don't know why!
used (Mb) gc trigger (Mb) max used (Mb)
Ncells
2008 Aug 07
0
crash : 2.7.0 after installing it (PR#12143)
--_e6765d9c-a0eb-4881-9b60-b9820e4c5665_
Content-Type: multipart/alternative;
boundary="_520e6e4d-4f2c-47c0-83c1-2fa2fb28184f_"
--_520e6e4d-4f2c-47c0-83c1-2fa2fb28184f_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Dear Murdoch=2C
Attached file is the error message after installing 2.7.1/ or it patched wi=
ndow version.
After
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
FreeBSD Project Quarterly Status Report - 3rd Quarter 2016
As focused as we are on the present and what is happening now, it is
sometimes useful to take a fresh look at where we have come from, and
where we are going. This quarter, we had our newest doc committer
working to trace through the tangled history of many utilities, and we
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
FreeBSD Project Quarterly Status Report - 3rd Quarter 2016
As focused as we are on the present and what is happening now, it is
sometimes useful to take a fresh look at where we have come from, and
where we are going. This quarter, we had our newest doc committer
working to trace through the tangled history of many utilities, and we
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread:
https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203
test-delay-shutdown.sh fails for unclear reasons.
This series starts by reverting "tests: Don't strand hung nbdkit
processes" which is because several other tests fail randomly unless I
revert this patch. I didn't investigate this yet so it
2006 Jan 09
4
Switching databases in Rails v1.0 app
Hello, I need some guidance. I have a need to:
a) Login, validating against a "system-level" user database - no big
deal, then
b) Depending upon the login, select a customer database for processing.
For instance, assume that my login profile lists an area of interest:
cars, motorcycles or boats. Each of these has a database, with identical
table formats. If my login shows my area of
2013 Feb 25
7
Optimistic Locking Enhancements: Gem or Core?
I''m working on an app that makes use of rails'' optimistic locking feature
and seeing some possibilities for improvements. It seems a bit tedious to
have to add :lock_version to forms wherever the model is used. You also
have to "hack" around rails'' UJS feature to add it as a URL parameter when
using remote: true, method: [:put, :patch, :post, :delete].
2013 Feb 26
0
Feedback Needed: Optimistic Locking Destroy Bug
Need feedback on what I think is a bug in AR related to destroying models
with optimistic locking.
Please check this PR for more
information: https://github.com/rails/rails/pull/9448
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2004 Aug 06
2
UDP Vs. TCP
I haven't touched IceCast yet, but I evaluating it for a project. On the
website it says it uses TCP for streaming, is there an option of UDP?
Wouldn't UDP be better for a large amount of streams? Thanks
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2004 Aug 06
0
UDP Vs. TCP
The project involves a "private" broadcast so setting up firewall rules and
forwarding would be a problem ... I'm going to post the project proposal
once I have it finished, since it is a really cool project.
-----Original Message-----
From: Steve Meuse [mailto:swave@mara.org]
Sent: Thursday, February 20, 2003 9:19 AM
To: icecast@xiph.org
Subject: Re: [icecast] UDP Vs. TCP
2004 Aug 06
1
UDP Vs. TCP
>Multicasting would be more interesting, but firewalls would again
>be an issue.
>Mark
Multicasting would be more interesting but not feasible for the project. The
design has to be able to feed multiply end points while those end points can
change sources at will as well as generate their own stream. Some of the
broadcasts will be timed (on-air slots) say Friday night 1900-2200.
---
2004 Aug 06
1
UDP Vs. TCP
>That and the lack of Multicast deployement on most backbones/regional
networks.
>
>The other issue is that UDP tends to be a dumb protocol, especially when
>dealing with network congestion. It doesn't deal, where TCP has some
back-off
>mechanisms. Of course, where you are streaming something, that may be more
>detrimental depending on the b/w of the stream.
>
>-Steve
2004 Aug 06
5
DTCR Project
Disturbed Transmitter Community Radio Project
The Need:
Where I live there is only one open channel in our FM band. The one major
company that owns 13 of the local stations plus 8 more that bleed over from
the next biggest city, has lobbied the FCC so that the last FM license will
never be given out. So my friends run a little 10 watt, Max. allowed by FCC
for a non-commercial non-licensed