search for: bisson

Displaying 8 results from an estimated 8 matches for "bisson".

Did you mean: bison
2006 May 08
0
Problem with "INDEX" in default_mail_env, and pop3
...st two directories added when i changed the "default_mail_env" setting). Does anybody know what I'm doing wrong? I need to move indexes in a file system without quota. Thanks in advance, andrea -- "Thinking meat! You're asking me to believe in thinking meat!" - Terry Bisson <http://www.terrybisson.com/meat.html>
2010 Jul 26
1
Possible interference between two directshow encoder/mux instances
I have an application written in c# which uses two instances of the theora encoder in a single filtergraph. Each one is followed by an ogg multiplexer for output to separate files. When I run the filtergraph the smaller video's buffer is intermittently written to the start of the larger video's buffer. I am using the latest filters from opencodecs_0.84.17338.exe and the smaller video is
2008 Jan 03
1
Name Resolution (Network Browsing) in Samba4 server with Vista Client?
Hello, I'm trying to get a samba4 server to show up while "network browsing" on a Vista client, but with no success. I've scoured the web and tried many things, but most documentation is for samba3. I can however mount the samba4 share using it's UNC path, but I really want netbios name resolution to work. With samba 3.0.28, as soon as I start smbd and nmbd, I can
2005 Jan 24
6
strange window behaviour with access 2000
Hi, I am using wine-20050111 with Access 2000. When I start the Access application the switchboard (opening screen with buttons) is minimized. I can drag the window bigger and everything works fine. But when I maximize the switchboard with the window button, Access "hangs". In the console these messages are repeated every time: fixme:hook:NotifyWinEvent (32773,0x20078,159,0)-stub!
2018 Jan 29
8
[Bug 104835] New: MMIO read of 00000000 FAULT at 10ac08 [ IBUS ]
https://bugs.freedesktop.org/show_bug.cgi?id=104835 Bug ID: 104835 Summary: MMIO read of 00000000 FAULT at 10ac08 [ IBUS ] Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2011 Aug 14
10
Call for testing: OpenSSH-5.9
Hi, OpenSSH 5.9 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains a couple of new features and changes and bug fixes. Testing of the new sandboxed privilege separation mode (see below) would be particularly appreciated. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The
2010 Apr 08
0
Encoder keyframe frequency limited to >32
I am using the directshow Theora encoder to compress a live video stream. A dump of the encoder settings is given below. The starred settings have been explicitly configured and the others are defaulted or derived values. These settings produce an even, dark (almost black) recorded result as does any recording with Keyframe Freq <= 32. Keyframe Freq >32 works perfectly. The incoming
2010 Apr 06
1
ITheoraEncodeSettings C# interop
My apologies if this is considered somewhat off-topic but I presume that this information may be may also be of use to others using these filters. Is there someone with a better understanding of COM than I have who can tell me where I'm going wrong with the following C# interface definition? I can set and recover a quality setting using this interface but not the isUsingQualityMode flag. Not