Displaying 20 results from an estimated 400 matches similar to: "scp bug? or is it intended?"
2002 Jul 25
0
openssh-unix-dev digest, Vol 1 #505 - 15 msgs
subscribe openssh-unix-dev at mindrot.org
> Send openssh-unix-dev mailing list submissions to
> openssh-unix-dev at mindrot.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
> or, via email, send a message with subject or body 'help' to
> openssh-unix-dev-request at mindrot.org
>
2004 May 20
1
Softphone Audio problem
As a test, I was trying to use Iaxcomm and Iaxphone to connect to
Asterisk and dial out to my other line. Using either of these soft
phones, I can connect to Asterisk and listed to audio just fine. I can
even connect across the net to another asterisk server and hear audio
just fine, however, when I dial out to my second land line the audio
that is transmitted is horribly broken up. It is as if
2005 Jul 28
1
Text to Speech on CentOS4
I am setting up a laptop (Sony VAIO PCG-4?) for my learning disabled
son (age 11). I have previously used MicroSoft 2Kpro and XPpro /
Office 2K platforms for text-to-speech applications as that is what
most commercial LD Assist software is written for. However, with MS
now requiring that one inventories ones entire computer software
configuration with them before getting updates to their
2001 Sep 26
3
Name mangling bug: was samba bug?
Hi James,
this sounds familiar - I believe I looked at a wire trace,
and windows is dropping the trailing dots BEFORE it sends the
request over the wire. so samba never sees the name foo..., thus
does not create it.
Don
-----Original Message-----
From: James Nord [mailto:teilo@cdt.luth.se]
Sent: Wednesday, September 26, 2001 9:34 AM
To: James Nord
Cc: samba@samba.org
Subject: Name mangling bug:
2004 Jan 30
2
Asterisk with a laptop with built-in Intel 537 modem
I have * working on my Sony Vaio PCG-FX120 laptop. I am trying to get * to
recognize my internal PCI Intel modem as an FXO port. I have modified
wcfxo.c in order to identify the PCI modem properly. Based on output from
dmesg, wcfxo didn't recognize the modem until I inserted the proper vendor
and device IDs into wcfxo.c and re-compiled. Note that the error message
from "modprobe
2005 Jan 29
7
Sipura SPA-841 auto-answer support [patch]
Sipura has implemented auto-answer in version 0.9.5 of the SPA-841
firmware. However, it is implemented via the Call-Info header, which
Asterisk stable doesn't currently support.
The attached patch implments a quick hack to support the Call-Info
header from the Dial() application by way of setting the CALL_INFO
variable. For example, the following macro can be used to dial up a
single
2018 Sep 20
5
Bias in R's random integers?
On 9/20/18 1:43 AM, Carl Boettiger wrote:
> For a well-tested C algorithm, based on my reading of Lemire, the unbiased
> "algorithm 3" in https://arxiv.org/abs/1805.10941 is part already of the C
> standard library in OpenBSD and macOS (as arc4random_uniform), and in the
> GNU standard library. Lemire also provides C++ code in the appendix of his
> piece for both this and
2003 Feb 12
4
rsync in cygwin as service
Hello!
I want to start rsync on w2k as service.
If I try to start rsync from command line it simply do nothig:
$ rsync --daemon
Administrator@dm-w2ks /usr/bin
$ ps
PID PPID PGID WINPID TTY UID STIME COMMAND
480 1 480 480 con 500 04:15:03 /usr/bin/bash
1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps
Administrator@dm-w2ks
2003 Aug 22
5
HEADSUP: USB da(4) quirks disabled for 4.9 and 5.2
If you have any of the devices listed below, please test with a recent
-stable or -current. They will stop working in 4.9 and 5.2 although old
behavior can _temporarily_ be enabled by adding "options DA_OLD_QUIRKS" to
your kernel config. If I don't hear from anyone, they'll be going away
permanently after the releases.
-Nate
#ifdef DA_OLD_QUIRKS
/* Below a list of
2002 May 21
3
Controlling share create permissions
Is it possible to set default create permissions on certain directories
within a share? ie. Create files in the share [something] /folder1/ as 744
but in /folder1/subfolder/ as 777. I thought of creating two shares and
having the users manually go into the other share to save thier files, but
confusion ensued. Thanks for any help!
Ryan
2002 Feb 07
12
R graphs in LaTeX documents?
I have tried to find a neat way to include graphs from R in LaTeX documents,
but have not succeeded (I work with a WinEdt/MikTeX combination). The two
roads I have stumbled along so far are the following:
*Generate postscript files and convert them into EPS files by means of
GhostScript or other not so straightforward tools.
*Generate pictex files and include these.
None of these solutions have
2002 Feb 15
1
Updated: rsync-2.5.2-1
[I am responding on the cygwin list to a message on cygwin-announce and
cc'ing to the rsync list.]
From: "Lapo Luchini" <lapo@lapo.it>
> I have uploaded version 2.5.2-1 of the open source utility that
> provides fast incremental file transfer.
>
> ChangeLog as on http://rsync.samba.org :
Rsync 2.5.2 has a data-destroying bug as described here:
2007 Jun 11
2
Centos5 and X respawning problem
I just installed CentOS 5 on a Sony Vaio V505 (PCG-V505DC2P) and it worked
perfectly. A full yum update also worked fine.
The user made various changes to it over the weekend, and how I'm faced with
trying to undo endless "INIT: Id "x" respawning too fast: disabled for 5
minutes" error messages.
I've spent half the day googling various answers. init 5 will not
2018 Sep 20
0
Bias in R's random integers?
On 20/09/2018 6:59 AM, Ralf Stubner wrote:
> On 9/20/18 1:43 AM, Carl Boettiger wrote:
>> For a well-tested C algorithm, based on my reading of Lemire, the unbiased
>> "algorithm 3" in https://arxiv.org/abs/1805.10941 is part already of the C
>> standard library in OpenBSD and macOS (as arc4random_uniform), and in the
>> GNU standard library. Lemire also
2003 Mar 04
1
suggestion for addition to R-lang.texi
Small suggestion for the documentation:
Should the = operator for assignments, described on
http://developer.r-project.org/equalAssign.html, now be included in
the operator table in doc/manual/R-lang.texi? If so, one possibility
could be after lines 1096/7:
@item @code{<-}
@tab Left assignment, binary
@item @code{=}
@tab Left assignment, binary
Also, where is the best place to send
2001 Jan 30
1
link in FAQ incorrect (PR#833)
Hi,
the link to the R code for repeated measurement analyses of J Lindsey is
unfortunately not working. I am desperate for repeated measurements in
R; could you please help me out.
Sincerely,
Dr. G. Stoet
--
Dr. Gijsbert Stoet
email: stoet@thalamus.wustl.edu
Web: http://eye-hand.wustl.edu/lab/people/stoet.html
Phone: (314)7474095 Fax: (314)7474370
2001 May 31
1
documentation for image(): zlim update (PR#962)
Full_Name: Stephen Eglen
Version: 1.2.3
OS: Linux
Submission from: (NULL) (128.252.204.186)
The help file for image() currently says:
The way in which `zlim' is divided into colours will be changed
for the next major release (1.1.0) to divide the range into
equal-length intervals.
According to NEWS, this was indeed changed in 1.1.0, so perhaps it can
now be removed from the
2001 Jun 18
1
typos in doc for write.table (PR#984)
Full_Name: Stephen Eglen
Version: 1.2.3
OS: Linux (Redhat 6.1)
Submission from: (NULL) (128.252.204.186)
Hi,
two small typos in `?write.table' (R 1.2.3)
In the doc of the append parameter:
append: logical. If true, the output is appended to targshe file.
that should be "... to the file".
and in the Details section, a full-stop is missing after names:
Normally there is no
2002 Feb 11
2
demo(graphics) problem under rw1041 (PR#1307)
I just downloaded rw1041 (the latest windows binary). Everything installed
fine.
When I start a new Rgui, and type "demo(graphics)", after pressing
return to start, a graphics window appears. When I get to the second
prompt:
> opar <- c(opar, par(bg = "white"))
> plot(x, ann = FALSE, type = "n")
Hit <Return> to see next plot:
at this
2003 Jun 17
1
You have emailed an address at dslreports.com
Each time I send a message to the ML I receive this message... (thi
mislead me to double-post some days ago).
Could someone please unsubscribe the "blocked" address?
But I guess that's not possible, as anyone else shuold have noticed
this, too... =(
--
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)
--------------