similar to: Generation loss test

Displaying 20 results from an estimated 700 matches similar to: "Generation loss test"

2023 Apr 16
1
Transcode lossy to further reduced lossy to stream over Icecast
I created some test samples and transcoded to FDK AAC and libopus at fairly low bitrates - I cannot recreate what bothered me about Opus & noisy music previously. It also seems I cannot tease ffmpeg into encoding FDK's AAC with VBR. As it stands, Opus clearly wins in this scenario.* Q: Is it possible to stream in variable bitrate? * ffmpeg -i "$track" -vn -ac 2 -c:a libfdk_aac
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
Hello, I can build packages with R-2.8.0 but I cannot run the code: R CMD Rd2dvi --pdf --no-clean <pkg_name> =20 Error message: .: Can't open C:/Apps/R/R280/share/sh/dcf.sh: No such file or directory The system cannot find the path specified. =20 The above code works fine in R-2.7.2. =20 Comparing the bash script Rd2dvi.sh between R-2.7.2 and R-2.8.0 makes me think that the script is
2018 Jul 18
1
Sendmail Dovecot Trouble
/var/mail is a symlink to /var/spool/mail I tried both, neither works. I just wiped out the server, reinstalled from scratch this time I selected e-mail server while selecting packages after specifying GUI-server on the CentOS install. I had previously installed Dovecot after the initial server build. This time Dovecot was installed and active at boot but still can't find my mail in
2018 Jul 10
0
Dovecot on CentOS 7
Did you verify the server is listening on 0.0.0.0 and that your firewall is not blocking? tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 2325/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 2325/dovecot tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2325/dovecot tcp 0 0 0.0.0.0:143
2018 Jul 18
0
Sendmail Dovecot Trouble
Having reinstalled CentOS 7 including e-mail server in initial software configuration it installed Postfix/Dovecot. I've been using Sendmail for 20 years and no experience with Postfix.? Looked in Webmin -> servers -> Postfix and specified Maildir, changed the 10-mail.conf to specify mail_location = maildir:~/Maildir and everything's working. Thanks for help. On 7/13/2018
2015 Apr 07
0
Patch for rsync --link-dest won't link even if existing file is out of date (fwd)
Folks, We faced a similar situation to that which Ken described - we recycle backup directories, for good reason. There is a patch to solve the problem. Our systems administrator provided the following description of the patches we use: ============================================================================ 1. rsync_link_dest improvement by Bryant Hansen Normally, existing files in
2006 May 09
2
[Prototype] Why doesn''t calling submit() on a form result in the execution of the onsubmit event handler?
Hi, Is it normal that a call to $(''some_form'').submit() doesn''t result in the execution of an onsubmit event handler on ''some_form''? Thanks, - Rowan -- Morality is usually taught by the immoral. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 15
2
Checking the existance of a NOT NULL constraint from Active Record
Hi, I'd like to check the existance of a NOT NULL constraint for a given attribute using ActiveRecord. Is this possible or do I have to painstakingly query the information_schema myself? I need this for some reflection in a custom association. Thanks, - Rowan -- Morality is usually taught by the immoral. _______________________________________________ Rails mailing list
2006 Jun 26
2
RailsConf DVD ?
Hi All, I saw spurious mentions on a few blogs of a DVD being made available of RailsConf presentations. However none seemed to have a who/what/when/where attached to them, thus might just be pure speculation. Anyone know of an official source/effort being made for a DVD? Would be well keen for copy if one is to be made available.... Cheers Rowan --- http://raili.st/ -------------- next part
2000 Jan 11
1
Samba device that integrates Pc and Apple Networks
I remember a while back seeing someone mention a device that would integrate an apple with a pcnetwork. basically it was a small box that had a samba server built in. you would connect your mac to it with the other side connecting to the hub of a pcnetwork. It would intern allow Apple shares to be viewed in network neighborhood, and macs to mount pc shares./ does this ring a bell with anyone.
2012 Mar 18
1
Having difficulties installing r commander
Hi, I have recently installed R on my mac and am trying to install R commander. When I type: install.packages("Rcmdr",dependencies=TRUE) the following message appears I have also tried installing commander via the package installer window. When I do this a large number of error messages (over 50) appear. They are mainly saying that certain dependencies are not available, or that they
2016 May 02
2
[RFC] Helping release management
On May 2, 2016, at 5:45 PM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> People shipping compilers based on LLVM may not completely align with the official releases of LLVM. Thus, the stabilization of each custom release may happen at different period of time. Because of that, release managers have to come up with their own strategy to decide which commits should
2006 Jan 05
1
How to freeze SwitchTower
Hi all, I''m wondering if "rake freeze_gems" will freeze SwitchTower as well. If it doesn''t, I could try to modify the rake task at [1] to freeze extra gems such as switchtower into vendor/ (the rake task at [1] freezes gems into lib/ which I disagree with). Is there anyone else actually using a "frozen" SwitchTower? If so, what did you do to freeze it with a
1999 Dec 27
2
Samba PDC: 98 client unable to locate user list.
I just set up my samba box as a pdc on small (4) network that I have at home. whenever I specify user shares on my 98 client it is unable to get the user list from the Samba. I am able to log on without problem as multiple users. I also notice that when I logon on my 98 client it copies config files every time I logon. I imagine that I may not have the necessary shares setup. I am running
1999 Dec 16
3
Samab and init.d
Is it better to start Samba using in initd, or to use the script, much like the one provided by SuSE. ?? so far I have used the script, but I don't like the fact of having to start samba manually. I would much prefer to see it run as a service. just to confirm all it really involves is starting smbd and nmbd Rowan [TSS] Gerber Scientific Products http://www.gspinc.com
2005 Dec 27
4
Using mocks
Hi, What's the purpose of test/mocks? I couldn't quite complete the Wiki entry on this because all the information I _could_ find was in the readme. - Rowan -- Morality is usually taught by the immoral. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Jan 06
4
Are migrations executed within a transaction?
Hi all, Can I safely assume that each migration is excuted within a transaction, so that''s it''s safe to have migrations executing failing statements? Thanks, - Rowan -- Morality is usually taught by the immoral.
2006 Jul 12
9
Props to Mongrel/Zed
Hi All, After upgrading to 1.1 + on a production VPS which was using a combination of Apache 1.33 + SCGI serving up Rails 1.0 app across multiple domains I ran into some major instability problems which I could not pin down (although some very suspicious POSTs were showing up in the log files that can''t have been good). As an experiment I went with the new way of thinking Mongrel and it
2006 Jul 12
0
RadRails guys need your help
Yo ... for the open source philanthropists out there, the RadRails team need your help.. http://www.radrails.org/blog/show/80 If you''re using radrails and it''s giving you value, I suggest donating to help the boys along. I know we use the tool all day every day so it was a no brainer for us to donate. Concerned RadRails user, Rowan --- http://raili.st -------------- next
2006 Dec 15
0
Solaris snmpd/init.sma service
First off, new to puppet here, but so far it''s been exceptionally easy to install and get running. I''ve got it on a handful of solaris 10/x86 zones, and it''s working well. I had one gotcha that I ran into, which turned out to be a combination of a sun bug and and just some slight weirdness. I was trying to get the stock solaris snmpd service running (net-snmp 5, by