similar to: archive location

Displaying 20 results from an estimated 200 matches similar to: "archive location"

2000 Jul 02
1
minor cosmetic bug
The progress metre in scp(1) breaks when the tty is too wide. This patch is the effortless fix: ########################################################################### :; diff -u openssh-2.1.1p2/scp.c openssh-2.1.1p2+jhc/scp.c --- openssh-2.1.1p2+jhc/scp.c Thu Jun 22 07:32:32 2000 +++ openssh-2.1.1p2/scp.c Sat Jul 1 22:15:36 2000 @@ -1176,8 +1176,9 @@ i = barlength *
2000 May 09
5
ANNOUNCE: portable openssh-2.1.0
[The is an announcement to the developers list only, please give the new version a try overnight and I will announce it to the wider community tomorrow.] This is to announce the release of openssh-2.1.0, the first stable release of portable OpenSSH to incorporate support for the SSH2 protocol. The SSH2 protocol offers a number of advantages over the SSH1 protocol including standards compliance
2013 Dec 31
2
Cipher preference
When testing chacha20-poly1305, I noticed that aes-gcm is significantly faster than aes-ctr or aes-cbs with umac. Even on systems w/o aes-ni or other recent instruction set additions. And there seems to be consensus in the crypto community that AEAD ciphers are the way forward. As such, it promoting the AEAD ciphers to the head of the preference list looks like a good idea. That would mean
2011 Oct 12
1
reasonable theory?
Before coding this in C, I wanted to test the idea out in R. But I'm unsure if the theory is well-founded. I have a (user-supplied) black-box function which takes R^n -> R^3 and a defined domain for each of the input reals. I want to send some samples through the box to determine an approximation of the convex hull of the function's range. (I'll use the library from
2012 Nov 15
3
Likely mem leak in 3.7
Starting with 3.7 rc1, my workstation seems to loose ram. Up until (and including) 3.6, used-(buffers+cached) was roughly the same as sum(rss) (taking shared into account). Now there is an approx 6G gap. When the box first starts, it is clearly less swappy than with <= 3.6; I can''t tell whether that is related. The reduced swappiness persists. It seems to get worse when I update
2004 Aug 06
1
ruby-shout 2.0 released
ruby-shout 2.0 has been released. it has an raa entry on raa.ruby-lang.org, and a (modest) page at http://www.dingoskidneys.com/~jaredj/shout.html. -- 01CB B175 70D8 2E39 CA13 AEA6 3A2B 2219 31CD 5381 check out www.fastmail.fm. fast mail, free or cheap. web + IMAP. -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size:
2004 Aug 06
0
Ogg streams on MacOSX
On Fri, Aug 08, 2003 at 09:20:09PM -0400, Chris G (Moguta) wrote: > >I maintain such a page here: > > > >http://thebasement.org/sound/vorbis_info > > > >It's probably woefully incomplete. > > Well, there are only a few more, AFAIK: > - MacAmp [Mac] > http://www.subband.com/macamp/ > > - Audion 3 [Mac] > http://www.panic.com/audion/
2010 Mar 02
3
2.6.33 high cpu usage
With the ATI bug I was hitting earlier fixed, only my btrfs partition continues to show high cpu usage for some operations. Rsync, git pull, git checkout and svn up are typicall operations which trigger the high cpu usage. As an example, this perf report is from using git checkout to change to a new branch; the change needed to checkout 208 files out of about 1600 total files. du(1) reports
2013 Jan 29
1
Fast AGI library/support for C & C++
Dear All, Is there anyone who is having FastAGI support for C & C++? We do have FastAGI working for the JAVA and rest of the language / script. But I am unable to find FastAGI for C/C++. Please let us know how to write FastAGI using C/C++. Thanks in Advance, Kashyap -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Apr 12
0
oob to inband dtmf over rtp
Are there any known problems converting dtmf from oob over iax2 to inband over rtp/ulaw? Obviously it works when converting to inband over pri/ulaw et al, but how about rtp? I've got packet traces that confirm that 2833 packets are properly generated when I have 2833 configured for the rtp link, but the other side seems to be ignoring those packets. So I tried inband on that link; nothing
2004 May 17
0
iax2 and ethereal
If you are using ethereal to decode packet traces that include iax2 packets, you may have noticed that codecs such as ilbc were being shown as unkown. I've had a patch accepted into the ethereal cvs that corrects that, updating packet-iax2.[ch] to match asterisk cvs HEAD. I presume it will be in the next release, and is now available in ethereal's anon cvs tree. -JimC -- James H.
2015 Apr 27
1
Development version of R: Improved nchar(), nzchar() but changed API
Dear Martin, Does the work on nchar mean that bugs #16090 and #16091 will be resolved [1,2]? Thanks, Mark [1] https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16090 [2] https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16091 On Sat, Apr 25, 2015 at 11:06 PM, James Cloos <cloos at jhcloos.com> wrote: > >>>>> "GC" == G?bor Cs?rdi <csardi.gabor at
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
I am looking to install a web interface for Asterisk to transfer calls and look who's on the phone. If anybody has a working web interface please let me know. I installed the www.asternic.com (operator) But when I bring up my web browser it says transferring data and does not bring a browser. -----Original Message----- From: asterisk-users-admin@lists.digium.com
2003 Jun 25
1
Problems using "configfile" dhcp option with pxelinux
Hello, I have been trying to use the "configfile" option in the DHCP response to specify a specific config file when booting. When I specify this in my /etc/dhcpd.conf file the kernel and initrd are transferred, but the kernel does not boot. I am using v2.04 of pxelinux. I would appreciate any help anyone might be able to give. If I remove the "configfile" dhcp option and
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
Hi all, I've just released beta 2 of libshout 2.0, the icecast 2 compatible streaming library. http://xiph.org/~brendan/beta/libshout-2.0b2.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
Hi all, I've just released beta 2 of libshout 2.0, the icecast 2 compatible streaming library. http://xiph.org/~brendan/beta/libshout-2.0b2.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by
2017 Sep 21
2
get access denied on samba AD share
Hello Sambaers, i can not access my samba shares after upgrade my centos to 7.4,samba version was upgraded to 4.6.2 i joined centos to windows domain by realm command,domain user(format as username at doaminname) could login to centos could get kerberos ticket by kinit with domain user execute net view command at domain windows server get access denied C:\>net view
2013 Jul 04
3
Asterisk + iaxmodem + hylafax makes sometimes wedged for hylafax
Hi, we have a faxserver with Asterisk, IAXModem and Hylafax. Faxes come from a SIP trunk to Asterisk, then are forwarded throught 5 IAXModems managed with Hylafax. Hylafax users can also send faxes to these modems and Asterisk send them throught the SIP trunk. We also have a dedicated modem used only for sending faxes coming from an Hylafax dedicated user. Sometimes Hylafax reports that a modem
2004 Aug 06
3
Ogg streams on MacOSX
>I maintain such a page here: > >http://thebasement.org/sound/vorbis_info > >It's probably woefully incomplete. Well, there are only a few more, AFAIK: - The Quinntissential Player [Windows] http://www.quinnware.com/ - Zinf [Windows & Linux] http://www.zinf.org/ - MacAmp [Mac] http://www.subband.com/macamp/ - Audion 3 [Mac] http://www.panic.com/audion/ --- >8 ----
2013 Jun 04
2
problem to install asterisk on vps digitalocean
Hi list, I try to install asterisk on vps server , but fails when I want to install dahdi [root at shark dahdi-linux-2.6.3-rc1]# make make -C drivers/dahdi/firmware firmware-loaders make[1]: Entering directory `/usr/src/dahdi-linux-2.6.3-rc1/drivers/dahdi/firmware' make[1]: Leaving directory `/usr/src/dahdi-linux-2.6.3-rc1/drivers/dahdi/firmware' You do not appear to have the sources for