Displaying 20 results from an estimated 800 matches similar to: "Oggenc producing a different file every time"
2007 Sep 17
4
graphs with gradients of colors
Hi All,
I would like to fill the area under a curve with a gradient of colors. Are there any packages or trick I could use
Thanks
Stefan
Stefan Van Dongen
Antwerp
[[alternative HTML version deleted]]
2004 Mar 03
1
Big VPN
Richard Atterer wrote:
>On Tue, Mar 02, 2004 at 10:00:58PM +0100, I.R. van Dongen wrote:
>
>
>>You might want to check tinc (http://tinc.nl.linux.org)
>>
>>
>
>I strongly recommend *not* to use tinc.
><http://www.securityfocus.com/archive/1/249142> illustrates that the
>authors didn't have enough expertise to build a secure tool 2 years ago.
2007 Dec 27
4
Lost connection..
Short update:
It seems that the workers go into some state in which they do not have a
correct Rails environment (or db connection). When they enter this state
it goes wrong all the time :(
Joost Hietbrink (YelloYello) wrote:
> Hi all,
>
> We''re experiencing some problems with Backgroundrb.
>
> Why is "# master_reactor_instance.result_hash = {}" commented in
2007 Dec 28
9
lost connection 2.0
I lost my "connection lost" error.. but now I''ve got a "Mysql::Error:
MySQL server has gone away" error..
It comes from:
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.6/lib/active_record/connection_adapters/abstract_adapter.rb:128:in ''log''.
I''m not sure if Rails / BackgroundRb uses it .. but i''ve got the mysql
(2.7) gem
2019 Oct 03
2
Home Directory Creation
> Tried your config here and it works. My debug log looks as follows for
> the first brief IMAP session:
>
> Oct? 3 22:28:56 drieka dovecot: imap-login: Login:
> user=<diederik-jan>, method=PLAIN, rip=::1, lip=::1, mpid=21949,
> secured, session=<OtQjbweUvpIAAAAAAAAAAAAAAAAAAAAB>
> Oct? 3 22:28:56 drieka dovecot: imap(diederik-jan): Debug: Added
> userdb
2008 Jun 18
1
Vpim gem
On Wed, Jun 18, 2008 at 6:32 AM, Joost Hietbrink <joost at joopp.com> wrote:
> Hi Sam Roberts,
> First of all. Thanks for the Vpim gem. We use it at www.yelloyello.com and
> it works great.
I''m glad to hear that.
> We''ve only encountered the following error:
> # NoMethodError (undefined method `to_str'' for []:Array):
> #
>
2007 Feb 02
7
Mongrels 1.0.1 falling asleep w/ Rails 1.2
I''m a bit surprised I can''t find anything about this in the mailing
list archives. Basically since Mongrel 1.0.1 I''ve had Mongrels fall
asleep without any real cause. A deep sleep, actually more like a
coma. The mongrel in question (I''m using a cluster of three) can not
be revived. A cluster::stop, then cluster::start is nessesary.
A ::restart would not
2004 Aug 05
6
TC-ng questions/problems
Hi all,
We have 2 class C networks that are connected by a Linux router with the internet. We want to apply traffic control (bandwidth control). For that we wrote the tcc script below. We have 2 problems:
1. To establish a 2 megagit download we must actually set the value to 2500kbps. Is there a possible reason for that?
2. If we enable the WAN device we get very hight ping times (they change
2006 Apr 04
5
Not routing for 1 host?
Hi,
I want to stop routing for 1 particular host in my network. I thought that this would do it:
iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP
iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP
But that still shows traffic. What is the corract way to do that?
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail:
2010 Aug 09
2
File descriptor leak (?) in Python
Hi all,
Recently I have upgraded a Python application from Xapian 1.0.7 to
1.2.2 in order to use the PostingSource class. It is a long-running
process, and I am seeing the number of open file descriptors to the
Xapian database steadily increase. I suspect what I am seeing is some
kind of resource leak.
I have no idea if it is a problem in our code or in the Xapian Python
bindings. How do I debug
2003 Apr 27
1
--delete bug?
I have a script that does a weekly backup on a local backup harddrive
with the following command:
# rsync -aRxW --delete / /mnt/backup
Today I got errors because the target drive was full. It appeared
nothing on the targed drive ever got deleted.
When I used the following command to backup only my home dir, it worked
as it should.
# rsync -aRxW --delete /home/joost /mnt/backup
Using rsync
2007 Oct 26
4
Speex with PS3 SPE support
Hi Jean-Marc, Jim,
Saad has been keeping me in the loop on your recent discussions.
Since all of our testing has been against 1.0.5, based on that being the
last non-beta version, that's the particular scope of the task that Saad
is working on right now.
I like what I'm reading about as far as encoder/decoder quality
improvements e.g. in the 1.2 betas, and am going to push for
2005 Mar 31
3
AW: [rsync-announce] Rsync 2.6.4 released
Sorry, aber 2.6.4 ist ZIEMLICH GEIL. Da m?ssen wir mal die neuen schalterchen ausprobieren. (delete-after zum Beispiel)
Ich lass Dich raus aus so was.
Gruss
Markus
-----Urspr?ngliche Nachricht-----
Von: rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org [mailto:rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org] Im Auftrag von rsync-announce@lists.samba.org
Gesendet:
2012 Oct 22
1
Package "Design"
Hi all,
I'm planning to work through the book "Analyzing Linguistic Data" by
R.H. Baayen, which is an introduction to R used for, well, what the
title says. ;-) On the first page of the book, Baayen says that in order
to work with the book, R needs to download and install a number of
packages from CRAN.
The problem is that one of these packages, "Design", has apparently
2010 Jun 14
9
Multipart forms by default?
Forms without explicit enctype are submitted as application/x-www-form-
urlencoded. This is the default behaviour in Rails. However, this
enctype does not allow transmission of binary data (files).
Would it not make sense to specify the enctype multipart/form-data by
default instead? i.e. all the form_for helpers would add this enctype
to the form tag, unless overriden by the developer.
This
2007 Feb 26
5
Panel Slider (like on maps.google.com)
Hi,
I want to create a panel slider like shown on maps.google.com (click
the little triangle on the left side of the map (in the vertical-
middle)).
I tried several scriptaculous treasure chest thingies .. but they
didn''t work. Does anyone know of a way to do this?
Thanks, Joost
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2007 Nov 06
5
OGG decoding/multi-channel mixing
Hi All,
Currently I am investigating how interesting OGG is for me.
The most important requirements are:
- Decoding on embedded hardware, ARM7 or ARM9.
- Mixing multiple audio streams/files on embedded hardware
First of all how difficult is it to decode OGG on an ARM7/9 processor? I read that OGG decoding needs floating point support?
Secondly I would like to know how many MIPS are needed to
2007 Jun 14
2
GUI or other tools for traffic shaping
Hi,
Are there GUI (preferable) or scripting tools available somewhere that can help me with traffic shaping? I have found MasterShaper and tcng but hey seem both unmaintained. Directly writing scripts is still a bit out of my reach, so I would like to learn by using tools...
TIA
Joost
2004 Oct 31
2
rsync retry after connection failure
I was wondering if there's a way to get rsync reconnect every specified
secs/mins when a connection can't be established at the time rsync is
initiated. That would mean that no remote (WAN) backups will ever fail again
on me, because it just will retry untill the remote side will be available.
Thanks,
Joost
2006 Feb 21
3
ogg_stream_flush
Hi,
While building an ogg-vorbis stream encoder, I encountered some problems
with silence in the audiostream.
The bitrate drops to almost zero, and pages going out less then ones a
minute what makes the stream to stop / buffer.
In earlier postings I read that I shout use ogg_stream_flush as an
alternative to ogg_stream_pageout, in case of silence.
My question is this; Is there any