All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Mine

    2128150·text·1.9 KB·2012-03-14 17:58 UTC
    DUNDI is set-up between sanr-pbx and shef-pbx with the same config. sanr-pbx (asterisk 1.8) can dial shef-pbx (asterisk 1.4) extensions fine but not the other way round.
    
    The sending server (shef-pb
  • Something

    2128148·text·1.7 KB·2012-03-14 17:40 UTC
    ==20383== 352 bytes in 22 blocks are definitely lost in loss record 392 of 467
    ==20383== at 0x4C28F9F: malloc (vg_replace_malloc.c:236)
    ==20383== by 0x5ACF4F6: ecore_thread_feedback (in /opt
  • Untitled

    2128147·text·1.2 KB·2012-03-14 17:38 UTC
    ==20383== Conditional jump or move depends on uninitialised value(s)
    ==20383== at 0x7676510: inflateReset2 (in /lib/x86_64-linux-gnu/libz.so.1.2.3.4)
    ==20383== by 0x7676605: inflateInit2_ (in
  • Stuff

    2128146·text·3.0 KB·2012-03-14 17:36 UTC
    ==20383== Use of uninitialised value of size 8
    ==20383== at 0x4C2AF69: memset (mc_replace_strmem.c:738)
    ==20383== by 0x4E3A851: _decrapify_blacklist (ems_utils.c:156)
    ==20383== by 0x4E3ABA
  • Sean

    2128139·text·1.6 KB·2012-03-14 16:35 UTC
    After importing image, got following error message from VirtualBox:
    
    Failed to open a session for the virtual machine BRL-CAD_X.Y.Z_ubuntu_10.04_LTS_x86.
    Failed to open/create the internal network
  • test-pf-vvsr

    2128138·text·4.2 KB·2012-03-14 16:32 UTC
    @0 anchor "ftp-proxy/*" all
     [ Evaluations: 911 Packets: 0 Bytes: 0 States: 0 ]
     [ Inserted: uid 0 pid 22595 State Creations: 0 ]
    @1 pass in quick on dc0 inet prot
  • test-pf.conf

    2128137·text·768 B·2012-03-14 16:32 UTC
    # macros
    
    int_if="dc0"
    
    tcp_services="{ 22, 113, 5444, 5445 }"
    icmp_types="echoreq"
    
    set block-policy return
    set loginterface fxp0
    set skip on lo
    
    # FTP Proxy rules
    
    anchor "ftp-proxy/*
  • 420606

    2128134·text·2.1 KB·2012-03-14 16:04 UTC
    I decided to try using Lerp to dictate the movement for Attract mode,
    but what i can only assume is because of the conversion from Float to Int, after a few times doing the movement it decides it doe
  • frankfrankf

    2128132·actionscript·111 B·2012-03-14 16:01 UTC
    You can't separate pease from freedom because no one can be at peace unless he has his freedom.
  • Untitled

    2128122·text·1.1 KB·2012-03-14 15:37 UTC
    MARTINs-Mac-mini:xbmc builduser$ make -C tools/darwin/depends/libcec
    rm -rf libcec
    tar xf /Users/Shared/xbmc-depends/tarballs/libcec-latest.tar.bz2
    echo libcec > .gitignore
    cd libcec; autoreconf -
  • Mine

    2128119·bash·931 B·2012-03-14 15:22 UTC
    let sum3 a b c = a + b + c
    let issqsum a b c = (a*a + b*b == c*c)
    let ismin arg list = (minimum list) == arg
    let isadigit a = (a `elem` ['0'..'9'])
    let digitX a = if isadigit a then 'X' else a
    le
  • Unnamed

    2128117·text·6 B·2012-03-14 15:14 UTC
    asdasd
  • Stuff

    2128116·text·12.6 KB·2012-03-14 15:12 UTC
    gdb spacefm
    GNU gdb (Gentoo 7.3.1 p2) 7.3.1
    Copyright (C) 2011 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: y
  • Someone

    2128115·text·268 B·2012-03-14 15:11 UTC
    MARTINs-Mac-mini:xbmc builduser$ make -C tools/darwin/packaging/xbmc-osx
    if [ -e "/Volumes/XBMC" ] ; then umount /Volumes/XBMC ; fi
    ./dmgmaker.pl ../../../../build/Debug/XBMC.app
    Could not find "..
  • Anonymous

    2128114·text·1.6 KB·2012-03-14 15:02 UTC
    ; /penis - A script by Katlyn Caswel (aka Dominic Quentin) [katlyn@swiftirc.net]
    ; To use, type /penis
    ; Sample output: <Katlyn> 8==========D
    ; For bugs or comments, please e-ma
  • Unnamed

    2128113·text·444 B·2012-03-14 15:01 UTC
    diff --git a/tools/darwin/depends/xbmc/Makefile b/tools/darwin/depends/xbmc/Makefile
    index 4158d08..21ee7a9 100644
    --- a/tools/darwin/depends/xbmc/Makefile
    +++ b/tools/darwin/depends/xbmc/Makefile
  • Anonymous

    2128112·text·643 B·2012-03-14 14:57 UTC
    java.io.IOException: Server returned HTTP response code: 500 for URL: https://192.168.1.187:443/xml-rpc/open-ils.actor
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    a
  • frankfrankf

    2128108·actionscript·111 B·2012-03-14 14:36 UTC
    You can't separate pease from freedom because no one can be at peace unless he has his freedom.
  • Mine

    2128107·text·3.3 KB·2012-03-14 14:33 UTC
    import sys, os, time, thread
    import glib, gobject
    import pygst
    pygst.require("0.10")
    import gst
    
    class CLI_Main:
     
     def __init__(self):
     
     self.frame_count = 0
     self.keyframe_count = 0
  • Mine

    2128105·text·221 B·2012-03-14 14:24 UTC
    # Assuming it's 'master' that you want to rollback
    git checkout master # To be in master
    git reset --hard master [SHA] # With [SHA] being the SHA of the new place to put master
    git push -f origin m

older pastes →