similar to: libvorbis 1.2.0 release

Displaying 20 results from an estimated 800 matches similar to: "libvorbis 1.2.0 release"

2008 Dec 08
2
ov_fopen on win32
Hi, apparently there have been some issues with using ov_fopen() on win32. Does anyone have more information about this? There is no bug listed in trac.xiph.org but it has come up on IRC. Just now a user Xelaie reported "undefined reference to `ov_fopen'", building with gcc in Visual Studio, using vorbis from http://www.xiph.org/downloads/. It turned out that ov_fopen was not
2007 Jul 23
4
libvorbis 1.2.0 release candidate
All, Monty has made some improvements to the vorbis reference implementation, and we're ready to do a new release. Please sanity check the release candidate at http://people.xiph.org/~giles/2007/libvorbis-1.2.0rc2.tar.bz2 And let us know if there are any problems. The plan is to make an official release on Wednesday. Changes since the 1.1.2 release: * new ov_fopen() convenience
2017 Oct 26
2
[Gluster-devel] Gluster Health Report tool
On Thu, Oct 26, 2017 at 2:24 AM, Marcin Dulak <marcin.dulak at gmail.com> wrote: > Hi, > > since people are suggesting nagios then I can't resist suggesting exporting > the metrics in the prometheus format, > or at least making the project into a library so > https://github.com/prometheus/client_python could be used to export the > prometheus metrics. > There has
2006 Apr 07
2
weird error with rake create_sessions_table
Hi all, Despite switching to mod_fcgid (which has improved performance), sessions are still expiring sporadically. I thought I might try switching to storing them in the db, but I get the following error when I try to run the rake create_sessions_table command D:\User\Code\ruby\prometheus>rake create_sessions_table (in D:/User/Code/ruby/prometheus) rake aborted! undefined local variable or
2017 Oct 25
2
[Gluster-devel] Gluster Health Report tool
Hi Aravinda, Very nice initiative, thank you very much! As as small recommendation it would be nice to have a "nagios/icinga" mode, maybe through a "-n" parameter which will do the health check and output the status ina nagios/icinga compatible format. As such this tool could be directly used by nagios for monitoring. Best, M. > -------- Original Message -------- >
2017 Oct 25
0
[Gluster-devel] Gluster Health Report tool
Hi, since people are suggesting nagios then I can't resist suggesting exporting the metrics in the prometheus format, or at least making the project into a library so https://github.com/prometheus/client_python could be used to export the prometheus metrics. There has been an attempt at https://github.com/ofesseler/gluster_exporter but it is not maintained anymore. Cheers, Marcin On Wed,
2009 Jul 08
1
Problem with 1.2 and sieve: failed with unsuccessful implicit keep
Hi, First, thanks for this awesome piece of software. I've just upgraded to latest dovecot, aka 1.2. I've a problem. I've started using Sieve, and everything works fine, I already received a thousand of mails without any problem. However, there's one mail which is stuck in the postfix queue because of that: Jul 8 18:47:51 prometheus dovecot: deliver(jd at danjou.info):
2007 Jan 04
5
uninitialized constant oddities
hi there! unfortunately, we are repeatedly having problems with uninitialized constants in our rails app (v1.1.6), which is running on a mongrel cluster behind apache''s mod_proxy_balancer. ---- snip ---- NameError (uninitialized constant Base): [...] /app/models/image.rb:90:in `subclasses'' /app/models/image.rb:98:in `subclass?''
2002 Dec 04
1
DNS
Hi all, I use SAMBA with winbind in a NT-LINUX domain. I also use DNS on another slackware linux machine, DNS is also working fine. But how can i see the computers -configured in DNS- in my network neighborhood on my windoze pc's ? GreetZ Philippe Dhont
2020 Oct 15
2
Samba Performance Monitoring?
What is the impact of turning profiling on? profiling support = on More specifically, we're setting up a custom Prometheus exporter for Samba, but smbstatus does not provide a whole lot of detailed information for samba health, etc. I was hoping for more detailed information that we can forward to Prometheus. So my question is: 1. What options exist for efficiently getting metrics?
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
As I mentioned, I got the instances to launch... but they're only taking HugePages from "Node 0", when I believe my setup should pull from both nodes. [atlas] http://sprunge.us/FSEf [prometheus] http://sprunge.us/PJcR 2015-02-03 16:51:48 root@eanna i ~ # virsh start atlas Domain atlas started 2015-02-03 16:51:58 root@eanna i ~ # virsh start prometheus Domain prometheus started
2006 Aug 03
1
Strange file upload error
Hi There, So we are having this really strange file upload error. We can upload a file to rails, store it in the DB, and download it again all fine. We also have things set up to allow us to edit the file, and upload a new one to replace the existing file. This functionality works just fine for text files, but fails for microsoft word and PDF files. It''s really strange; we''re
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
*facepalm* Now that I'm re-reading the documentation it's obvious that <page/> and @nodeset are for the guest, "This tells the hypervisor that the guest should have its memory allocated using hugepages instead of the normal native page size." Pretty clear there. Thank you SO much for the guidance, I'll return to my tweaking. I'll report back here with my results.
2020 Oct 31
2
CTDB Statistics Definitions and Scheme?
Hi Team, I'm working on a CTDB Prometheus Exporter. I have two questions... First, does anyone have an "internal" cheat sheet on the metrics and their descriptions? I didn't really see much online, or in the source code. Thanks -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T (212)
2017 Jun 19
6
looking for graphing tools
Hi! I have bazillions of incoming (rejected) attempts to connect to my SMTP server, and I'm interested in separating out those that seem to come in huge bunches (e.g., the one from yesterday that ran for about 10 hours and sent over 4100 attempts), and graphing them so I can see the spacing and/or distribution in time. I can figure out some simple scripting to turn the maillog entries into
2020 Oct 22
1
Best prometheus exporter for Dovecot 2.3 with the new metrics/stats module
Hi ppl. I am trying to locate the best prometheus exporter for use with Dovecot 2.3 in connection with the new metrics/stats module. Any pointers in the right direction will be appreciated - seems like there is a bunch out there which all works with the old stats module. Anybody have something ?in the works? for 2.3 ? Kind Regards, Sidsel Jensen -------------- next part --------------
2006 Aug 17
2
mod_proxy and subdomains..
hi, everyone.. i am trying to set up an app like so: www.domain.com -> points to main php application.. subdomain.domain.com -> proxies to www.domain.com:8000 <- this is running on mongrel.. i just cannot figure out how to phrase this in my httpd.conf... does anyone have any ideas? thanks! -- Posted via http://www.ruby-forum.com/.
2015 Jan 31
2
Re: HugePages - can't start guest that requires them
Yeah, Dominique, your wiki was one of the many docs I read through before/during/after starting down this primrose path... thanks for writing it. I'm an Arch user, and I couldn't find anything to indicate qemu, as its compiled for Arch, will look in /etc/default/qemu-kvm. And now that I've got the right page size, the instances are starting... The reason I want to use the page element
2006 Feb 06
9
tests fine, but fail under rake
Hi there, So I have an odd error at the moment that only occurs when I run tests via rake. It''s happening with two tests now. Under a simple ruby run, the tests are fine, e.g.: D:\User\Code\ruby\prometheus>ruby test\functional\story_comments_controller_test .rb Loaded suite test/functional/story_comments_controller_test Started ......... Finished in 2.37 seconds. 9 tests, 65
2020 Oct 20
1
Directly Get CTDB or SMB Status/Stats?
Is there a way to get CTDB or Samba status/stats w/o forking a process? I am looking into writing Prometheus exporters for these. I'd prefer to make a "C" call in Golang than fork a process and scrape STDOUT. What are my options? Thank you! -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T