search for: brin

Displaying 16 results from an estimated 16 matches for "brin".

Did you mean: bin
2004 Oct 18
1
Display file problem with PXELINUX
...F1 - F2 - F3 the f1 image displays fine, and its the longer name f2 & f3 just display the text and no image, output from tftpd-hpa shows the incorrect names being called. i am using sarge syslinux-2.11-0.1 RRQ from 123.1.1.111 filename pxelinux.cfg/default RRQ from 123.1.1.111 filename display/brin.txt RRQ from 123.1.1.111 filename display/brins-pxe.lss (works OK) RRQ from 123.1.1.111 filename display/knoppix.txt (calls logo.16) RRQ from 123.1.1.111 filename display/logo.16xe.lss (incorrect name tried) RRQ from 123.1.1.111 filename display/debian.txt (calls splash.rle) RRQ from 123.1.1.111 fi...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...ity -fno-strict-aliasing > -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address > -fsanitize-coverage=edge,indirect-calls,8bit-counters -L../../src/port > -L../../src/common -Wl,--as-needed > -Wl,-rpath,'/usr/local/pgsql/lib',--enable-new-dtags -Wl,-E > access/brin/brin.o access/brin/brin_pageops.o > access/brin/brin_revmap.o access/brin/brin_tuple.o > access/brin/brin_xlog.o access/brin/brin_minmax.o > access/brin/brin_inclusion.o access/common/heaptuple.o > access/common/indextuple.o access/common/printtup.o > access/common/reloptions.o acces...
2013 Aug 30
2
Encoding using Fishsound + Vorbis = Strange "RoboCop" artifact
...ac, everything sounds sounds normal upon playback (using Audacity for playback.) If I use vorbis, my voice is recognizable, but I sound like a "robot" - some strange artifact is introduced that adds this "RoboCop" effect to my voice. Samples can be downloaded at: http://tablet.brin.com/ Question: ======= I'm trying to isolate the issue to either libvorbis or in libfishsound (how it calls libvorbis in vorbis.c). Any ideas on what would cause this artifact? Thanks, Bob
2008 Mar 31
3
Annoying problem with file
Can some point out what is wrong here? I get the follwing error with code structure in puppet. err: Could not create /root.ssh/id_dsa: You cannot specify more than one of content, source, target at /manifests/classes/set-root.pp # # set root files # class common-root { file { "/root/.ssh/id_dsa": mode => 600, owner
2007 Nov 21
9
purging exported resources
So I have the following: define nagios::service ( $nagios_template = ''service-template'', $host_name = $fqdn, $service_groups = '''', $contact_groups = $default_contact_group, $max_check_attempts = 3, $dependency = false, $dependent_host = $fqdn, $dependent_service = '''', $check_command = '''' ) {
2007 Jun 12
6
ensure => latest forcing recompile?
I''m running puppet from svn - build 2537. I''ve got a functional configuration and am testing it on a couple of development machines prior to moving it into production. I noticed today that the machines are taking ~300 seconds to process their configurations, so i watched a run and saw that it''s recompiling all of the Packages every single time. The only thing
2021 Jan 21
2
RHEL changes
On 21/01/2021 22:40, John R. Dennison wrote: > On Thu, Jan 21, 2021 at 11:36:44PM +0100, Ljubomir Ljubojevic wrote: >> On 1/21/21 8:53 PM, Alfredo Perez wrote: >>> Is this good news for the "Centos" family? >>> >> >> There is no CentOS "family". CentOS clone is dead and will be now > > Odd that you say it's dead when 7
2007 Nov 02
1
Using tags in case/if statements
Can anyone provide me with an example of using tag values in case or if/else statements in classes? In a discussion about a month ago, Luke suggested using tags is preferable to "if defined" and I''m just wondering how to do this. Cheers, James ********************************************************************************* Important Note This email (including any
2003 Mar 01
12
encrypt authentication credentials with payload in the clear?
Is it possible to use encryption only for authenticate and then switch to no encryption? I've looked at the code for OpenSSH 3.5p1, cipher.c, and it looks like the answer is no, at least for protocol 1. However, I cannot tell if that is a deliberate design limitation of the implementation or if it is inherent in ssh protocol 2. My dilemma is a customer who wants to use their network IDS
2018 Sep 02
2
Step-by-Step Tutorial: How to Deploy cPanel Web Hosting Control Panel version 11.74 on CentOS 7.5 Linux Server version 1805 in Amazon AWS Cloud
--On Sunday, September 02, 2018 8:49 AM +0200 Nicolas Kovacs <info at microlinux.fr> wrote: > Just a suggestion. I don't think this mailing list is the right place > for tutorials, the more so since they contain some wrong information. > > For this kind of thing, you can have a blog (like the one I have linked > in my signature). And use this list for the odd question
2006 Jun 13
1
SSL fingerpring mismatch and issuer certificate problem
I have a remote server running centos 4.3 and a home desktop running suse 10.1. I have generated an SSL certificate on the server, copied it on the desktop and run on the desktop: >openssl x509 -in mynewcertCert.pem -fingerprint -subject -issuer -serial -hash -noout >c_rehash . getting this warning: > > Doing . > WARNING: mynewcertPrivateKey.pem does not contain a certificate or
2007 Nov 21
6
mod_proxy_balancer under heavy load.
So I''m still working on a ''perfect'' setup so I can document it on the wiki, and will submit some puppet patches against 0.23.2 next week, but here''s what I''ve done that has made a big difference to stability here. in puppetmasterd at line 261, I''ve modified the Mongrel instantiation from: server = Mongrel::HttpServer.new(addr,
2007 Nov 23
7
Modules design patterns ?
Hi, I''m writing puppet modules since a couple of weeks now, so I''m still considering myself as a new comer in this field. It seems that modules I can find on the web or the recipe page on the wiki almost all use a design pattern where the module is shipped in one or several class(es) whose configuration are determined by "global" or nodes variables ala: module: class
2008 Feb 11
9
Storeconfigs purge Perl
Here''s some happy-fun Perl to make your storeconfig/virtual resources day better. I probably should have written this in Ruby, but perl comes naturally :) #!/usr/bin/perl # # Perl DBI to remove all related entries from Puppet''s storeconfigs database. # Use when a host is removed from the Puppet network forcibly # Alternatives: run puppet on host to be removed with a blank
2009 Apr 06
42
Licensing and Copyright
...that I have a hard time seeing how Reductive Labs can add more programmers to the project with it. What do you think? -- It is said that power corrupts, but actually it''s more true that power attracts the corruptible. The sane are usually attracted by other things than power. -- David Brin --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post...