search for: stromberg

Displaying 20 results from an estimated 109 matches for "stromberg".

2017 Nov 27
3
Reg an issue with smoothing factor in VAD implementation
Hi, Can anyone let me know if this is a bug? Thank you, Chandrakala ----- Original Message ----- From: "Logan Stromberg" <loganstromberg at gmail.com> To: "Chandrakala Madhira" <chandrakala.madhira at soctronics.com> Cc: opus at xiph.org Sent: Wednesday, November 22, 2017 12:12:39 PM Subject: Re: [opus] Reg an issue with smoothing factor in VAD implementation Yes, yes, I can reprodu...
2002 Apr 22
1
symlinks?
...ci.edu/sun4-5 . I unfortunately get: delete_file: rmdir(packages/ctime-5.0) : File exists rsync: symlink "packages/ctime-5.0" -> "ctime-5.0b3": File exists rsync error: partial transfer (code 23) at main.c(883) Is there a reasonably simple way around this? TIA. -- Dan Stromberg UCI/NACS/DCS
2018 Feb 16
1
Reg an issue with smoothing factor in VAD implementation
Hi Chandrakala, Logan, Can you confirm that the attached patch fixes the overflow problem? Koen, can you confirm the fix makes sense? Cheers, Jean-Marc On 11/27/2017 12:10 PM, Logan Stromberg wrote: > Sorry, long holiday weekend in America. > I can say with pretty high certainty that there is an overflow occurring > and it is flipping smooth_coef_Q16 to be negative when it probably > shouldn't be. I had originally thought it was only an issue where it was > overflowin...
2018 Mar 25
4
Rsync between 2 datacenters not working
You could try using an automounter, like autofs, in combination with sshfs. It'll be slower, possibly a lot slower, but it should be more reliable over an unreliable connection. I've been using: remote -fstype=fuse,allow_other,nodev,noatime,reconnect,ServerAliveInterval=15,ServerAliveCountMax=40,uid=0,gid=0,ro,nodev,noatime :sshfs\#root at remote.host.com\:/ BTW, I'm not sure
2017 Nov 20
4
Reg an issue with smoothing factor in VAD implementation
Just for fun, I tried to reproduce such an overflow. I turned on all debug macros, assertions, and checked arithmetic and then encoded 2 hours of mixed speech/audio with these parameters: Sample rate = 48000 Channels = 1 Application = OPUS_APPLICATION_AUDIO Bitrate = 24 KB/s Force Mode = MODE_SILK_ONLY Signal Type = OPUS_SIGNAL_AUTO Complexity = 10 Frame size = 480 samples (10ms) No errors came
2004 Nov 19
1
[Fwd: Re: [Evolution] evo confused when searching message bodies on large folders?]
Is this possibly a problem with dovecot 0.99.10.9? Maybe it's been fixed in a later release? Might it be a security issue? Thanks! -------------- next part -------------- An embedded message was scrubbed... From: Not Zed <notzed at ximian.com> Subject: Re: [Evolution] evo confused when searching message bodies on large folders? Date: Fri, 19 Nov 2004 08:11:15 +0800 Size: 3444 URL:
2018 Mar 30
1
Rsync between 2 datacenters not working
...B are copied without problems. Problem is I can't test the connection that much because the connection has been established by a third party and it is just some vlan without any hops. But thanks for the link to the nfs-test that looks interesting! -----Original Message----- From: Dan Stromberg [mailto:drsalists at gmail.com] Sent: donderdag 29 maart 2018 4:36 To: Marc Roos Cc: rsync Subject: Re: Rsync between 2 datacenters not working If reducing the MTU is helping, you might look into turning on Path MTU Discovery. NFS can be fast for large transfers if you tune it. http://stromberg...
2017 Nov 27
0
Reg an issue with smoothing factor in VAD implementation
...r framesize is 10 or 20ms? On Sun, Nov 26, 2017 at 8:07 PM, Chandrakala Madhira < chandrakala.madhira at soctronics.com> wrote: > Hi, > > Can anyone let me know if this is a bug? > > Thank you, > Chandrakala > > ------------------------------ > *From: *"Logan Stromberg" <loganstromberg at gmail.com> > *To: *"Chandrakala Madhira" <chandrakala.madhira at soctronics.com> > *Cc: *opus at xiph.org > *Sent: *Wednesday, November 22, 2017 12:12:39 PM > > *Subject: *Re: [opus] Reg an issue with smoothing factor in VAD > impleme...
2010 Sep 17
3
Sangoma A108 PCIe V2.0
Hi Does Sangoma 8-port card A108 support PCIe version 2.0 ? The card is here http://www.sangoma.com/products/hardware_products/digital_voice_and_data_networking/a108.html And we want to use 3 such cards in this motherboard because it has 3 PCIe slots of version 2.0 http://www.intel.com/products/desktop/motherboards/DX58SO/DX58SO-overview.htm Is this a good idea ? Do you have any experience
2005 Apr 26
4
docecot and procmail?
Is dovecot still considered unreliable when combined with NFS? Is this true for mbox only, or Maildir as well? If dovecot Is still considered unreliable with NFS, how about having a dovecot mode that would chain into procmail for delivery, so that dovecot doesn't (necessarily) have to reinvent that wheel? Thanks!
2005 Jan 27
1
Re: Which programming language should I use?
Benjamin, Although Andrew is totally biased, Python does run well on Linux, Windows and the Mac. Python is hot! http://www.strombergers.com/python/perl_ha_ha_ha.html Rick
2004 May 28
1
dovecot and nfs
...ften there would be two dovecot imapd processes for the same user. I've since moved dovecot onto our internal NFS server, but we have many (relatively) external imap servers where it might be nice to use dovecot, and in a number of those scenarios, NFS would be a requirement. Thanks. -- Dan Stromberg DCS/NACS/UCI <strombrg at dcs.nac.uci.edu> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments...
2002 Jul 19
1
strip setuid/setgid bits on backup (was Re: small security-related rsync extension)
On Fri, 19 Jul 2002, Dan Stromberg wrote: > Many apologies. If we update on the nfs server, as we've intended all > along, we should have no .nfs* files. Well, here's one thing that could make them, even if they're being created only directly, not over NFS. I'm watching the directory you're syncing into...
2004 Sep 07
1
large blocksize for transferring files from one filesystem to another on the same disk?
...ou need to transfer data from one filesystem to another on the same disk? Using a large blocksize tends to decrease track to track seeks. If I put a large dd or something in between two tar's in such a situation, I see over double the throughput on an AIX system (1M vs 64K). Thanks. -- Dan Stromberg DCS/NACS/UCI <strombrg@dcs.nac.uci.edu> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/rsync/attachments/20040...
2004 Oct 24
1
rsync recopying files it shouldn't?
...em, because rsync keeps dying, reporting NFS write errors. Does this mean rsync is somehow glitching (not on the NFS write errors, but on the recopying of what should be immutable files)? Or could it mean that our source or destination filesystem(s) have data integrity problems? Thanks! -- Dan Stromberg DCS/NACS/UCI <strombrg@dcs.nac.uci.edu>
2005 Mar 17
2
rsync - missing one or more directories?
I am running: + cd /oas + rsync -a --rsh=/usr/bin/ssh --rsync-path=/dcs/packages/gnu/bin/rsync --progress root@sherlock1.oas.uci.edu:/oas . ...and I can see that it sometimes transfers some files, however, it appears to be consistently missing this directory: /oas/projects/pers/oct2004 What might cause this? Thanks!
1999 Mar 23
2
samba-announce?
Is there an announcements mailing list for samba? If not, could one please be created? I want to know when new releases are made, and when security holes are found, maybe even infrequent benchmark results, but unfortunately I don't have time to keep up with this list. My mailbox has been overflowing on a weekly basis, and it's got to stop, so I really need to decrease the volume coming
2011 Dec 28
1
incremental backup to nas server
Hi, I like to use rsync for backup from Desktop to my nas server. - I can setup an cron job at the server, so rsync starts on the server side to backup from my desktop to the server. But what if I shutdown my Desktop? Can rsync handle interruptions in a good way or is there a better solution? Thanks in advance, Dirk
2018 Mar 29
0
Rsync between 2 datacenters not working
If reducing the MTU is helping, you might look into turning on Path MTU Discovery. NFS can be fast for large transfers if you tune it. http://stromberg.dnsalias.org/~strombrg/nfs-test.html NFS is not terribly secure though - at least v2 and v3 weren't. Not sure about v4. On Wed, Mar 28, 2018 at 12:59 AM, Marc Roos via rsync <rsync at lists.samba.org> wrote: > > Kevin, Dan, Thanks for the pointers to work arounds, at the moment I...
2002 Aug 13
3
[Bug 384] OpenSSH should store an SSH_SERVER variable for cluster hosts
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=384 ------- Additional Comments From thomas+openssh at stromberg.org 2002-08-14 05:43 ------- Created an attachment (id=137) --> (http://cvs-mirror.mozilla.org/webtools/bugzilla/attachment.cgi?id=137&action=view) 2 line patch for SSH_SERVER variable with incoming IP & port This patch adds an SSH_SERVER variable as a counterpart to the existing SSH_...