Displaying 20 results from an estimated 90 matches similar to: "Obscure japanese game crash (mariari)"
2000 Oct 26
0
New HOWTO content: DSMARK and a few obscure flags
New chapter by Esteve Camps <esteve@hades.udg.es> on ''DSMARK'' for
Differential Services:
http://ds9a.nl/2.4Routing/HOWTO//cvs/2.4routing/output/2.4routing-9.html#ss9.6
And three obscure settings /proc files that are now documented, thanks to
Jorge Novo <jnovo@educanet.net>:
/proc/sys/net/ipv4/icmp_ignore_bogus_error_responses,
2005 Mar 16
0
Obscure * command and audio questions
A few bits and pieces that I hope someone here has answers for.
Basically, I'm in the audio business and I hope to get better control of
the audio performance in *.
1. I seem to recall seeing a tonelist parameter that allowed tones to be
set at levels other than 0, for instance !1000/500@-20 would generate 1
kHz for half a second at -20 dBm0. But this doesn't work and I can't
2019 Nov 01
0
Request to Document obscure SERIAL flowcontrol setting
Hi:
I took me a while to figure this out, so I thought it might be good to document
on the wiki.
When using Syslinux's SERIAL option (
https://wiki.syslinux.org/wiki/index.php?title=SYSLINUX#SERIAL_port_.5Bbaudrate_.5Bflowcontrol.5D.5D
) in conjunction with Serial over LAN (
https://en.wikipedia.org/wiki/Serial_over_LAN), there is no "CTS assertion" (at
least with some BIOS), but
2011 May 13
0
Obscure behavior with filesystem update
I've been getting weird results with the recent filesystem update. It
appears to be hanging at the transaction test stage endlessly. I can close
the ssh connection and the update still goes on. When I use screen I
cannot reattach after logout because the screen still shows as attached
and I have to use -D -RR to get back to it.
Sometimes it succeeds eventually after half an hour, sometimes
2005 Oct 24
0
Obscure login problem with samba as PDC
Hey everyone,
I've searched through the archives and can find mention of the problem,
but haven't been able to track down an answer. The problem is as follows,
certain accounts can't login to the samba PDC server (can't login to the
domain, check your password error), while other accounts can. The mystery
becomes completely baffling to me when I look at the more recent PC's in
2008 Mar 11
0
[PATCH] Comment an obscure bit of code that sets the --suffix-dels default.
---
?More work on backup-dir-dels...
options.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/options.c b/options.c
index 459ad58..ed21704 100644
--- a/options.c
+++ b/options.c
@@ -1479,6 +1479,11 @@ int parse_arguments(int *argc_p, const char ***argv_p, int frommain)
backup_suffix);
return 0;
}
+ /* --suffix-dels defaults to --suffix, or empty for a
2011 May 14
0
obscure error message from splines::ns
In the following case,
library(splines)
tt <- c(55, 251, 380, 289, 210, 385, 361, 669)
nn <- rep(0:7,tt)
ns(nn,4)
## knots are located at (0.25,0.5,0.75); quantiles = (2,5,7)
we get the error
Error in qr.default(t(const)) :
NA/NaN/Inf in foreign function call (arg 1)
because the 75th quantile (the location of the last "interior" knot)
ends up on the boundary. As a
2017 May 21
0
[R] Somewhat obscure bug in R 3.4.0 building from source
Inline below...
> On 21 May 2017, at 20:57 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> On 21/05/2017 10:30 AM, Peter Carbonetto wrote:
>> Hi,
>>
>> I uncovered a bug in installing R 3.4.0 from source in Linux, following the
>> standard procedure (configure; make; make install). Is this an appropriate
>> place to report this bug? If not,
2007 Feb 08
0
obscure error with subsetting as.list() of a function then (PR#9504)
peter-m.schumacher at db.com writes:
> Hello. I was writing some code that computes on the language and came acr=
oss
> this. I can work around it, but thought you might like to know about it.
>
>> f <- function(x) { NULL }
>> a <- as.list(f)[[1]]
>> a # ie print(a)
> Error: argument "a" is missing, with no default
>
> Note it says *argument*
2003 Aug 11
3
Print Job Names Are Obscure
Hello all,
Is there any way to stuff a more descriptive tag into a print job name?
The jobs we're printing now are of the type: smbprn.003447.sdfasa
I seem to remember a way to put the sending machine's name into the job
name.
Any help would be greatly appreciated!
-adam
University of Denver
2007 Jun 28
0
[1096] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add mapping for another obscure and undocumented event type
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Feb 09
0
obscure error with subsetting as.list() of a function then (PR#9506)
Ok, thanks for clearing it up. But:
> It's not a bug things work in ways that confuse users when they pry
> into things they were not expected to pry into.... Do you have a good=
> reason to call this a bug?
Well if it's intended to work that way then it's not a bug.
As I said, I was computing on the language, in particular writing code =
that
processes the parse tree of a
2007 Apr 16
1
Need some dialplan help for obscure user request
I have a customer who wants their receptionist to input the users' long
distance PINs for the because they use each others pins. I am having
trouble coming up with a way to do this because of creating a channel
between the user and receptionist, dropping the channel and its variables
and creating a new one for the actual long distance call. Any advice is
really needed.
1. User Dials Long
2017 May 21
3
Somewhat obscure bug in R 3.4.0 building from source
Hi,
I uncovered a bug in installing R 3.4.0 from source in Linux, following the
standard procedure (configure; make; make install). Is this an appropriate
place to report this bug? If not, can you please direct me to the
appropriate place?
The error occurs only when I do "make clean" followed by "make" again; make
works the first time.
The error is a failure to build
2017 May 21
3
Somewhat obscure bug in R 3.4.0 building from source
Hi,
I uncovered a bug in installing R 3.4.0 from source in Linux, following the
standard procedure (configure; make; make install). Is this an appropriate
place to report this bug? If not, can you please direct me to the
appropriate place?
The error occurs only when I do "make clean" followed by "make" again; make
works the first time.
The error is a failure to build
2007 Jun 28
0
[1091] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add interim event type mappings for a few obscure oddities
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2011 Mar 23
6
storage and iphlpapi errors when creating wineprefix
Hello, right after installation of WINE I've used
Code:
WINEARCH=win32 winecfg
command, and that's what i got:
Code:
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x8ede90c, overlapped 0x8ede8f0): stub
Anybody have idea what's the problem? These errors are probably reason why i can't install dotnet20 (from both
2000 Apr 04
0
Obscure bug....?
Dear all,
I've been struggling for days now with a piece of code that I have posted
here before, that has a really obscure bug. I think I may have isolated
it, but I have no idea what it is.... It might also be a bug in R I
guess, as it seems that one or several of list elements are not passed
when a function is called, but quite rarely.
I have been hacking rather wildly on the histogram
2007 Feb 08
2
obscure error with subsetting as.list() of a function then assigning that a (PR#9500)
Hello. I was writing some code that computes on the language and came across
this. I can work around it, but thought you might like to know about it.
> f <- function(x) { NULL }
> a <- as.list(f)[[1]]
> a # ie print(a)
Error: argument "a" is missing, with no default
Note it says *argument* "a", which is strange. In fact, and unsurprisingly, the bug lies
with
2017 May 21
2
[R] Somewhat obscure bug in R 3.4.0 building from source
On 21/05/2017 10:30 AM, Peter Carbonetto wrote:
> Hi,
>
> I uncovered a bug in installing R 3.4.0 from source in Linux, following the
> standard procedure (configure; make; make install). Is this an appropriate
> place to report this bug? If not, can you please direct me to the
> appropriate place?
Generally R-devel is better; I've responded there.
>
> The error