Skip to content

Instantly share code, notes, and snippets.

View koke's full-sized avatar

Jorge Bernal koke

View GitHub Profile
wsvn() {
svn $1 https://svn.warp.es/$2 $*
}
def text_field(method, options = {})
field_name, label, options = field_settings(method, options)
backup = {}
[:after, :before, :help].each {|k| backup[k] = options.delete(k)}
wrapping("text", field_name, label, super, options.merge(backup))
end
mysql>
*** glibc detected *** mysql: double free or corruption (!prev): 0x00000000006b55e0 ***
======= Backtrace: =========
/lib/libc.so.6[0x7f17865ac938]
/lib/libc.so.6(cfree+0x76)[0x7f17865aef86]
Hi fellow eBox users!
As some of you may already know, winds of change are blowing in eBox HQ.
Last year, a transition started when eBox Technologies was founded[0].
Over the next week we are going to separate our systems infrastructures from Warp's, and for you that means some small changes.
We are trying to do it as simple and transparent as possible, but some things have to change
########################################################################
Mailing lists
########################################################################
2009/02/26 11:14:12 ERROR> Service.pm:74 EBox::Service::running - No such daemon: ebox.postgrey
2009/02/26 11:14:12 ERROR> Base.pm:513 EBox::CGI::Base::__ANON__ - Error in masonParameters
2009/02/26 11:14:12 ERROR> Base.pm:343 EBox::CGI::Base::__ANON__ - no value sent for required parameter 'dashboard1'
Stack:
[(eval 816):20]
[/usr/share/perl5/HTML/Mason/Component.pm:135]
[/usr/share/perl5/HTML/Mason/Request.pm:1262]
[/usr/share/perl5/HTML/Mason/Request.pm:1252]
[/usr/share/perl5/HTML/Mason/Request.pm:468]
[/usr/share/perl5/HTML/Mason/Request.pm:468]
[mysqld_multi]
mysqld = /usr/local/mysql/bin/mysqld_safe
mysqladmin = /usr/local/mysql/bin/mysqladmin
user = root
[mysqld1]
datadir=/usr/local/mysql/data1
port=3307
server-id=2
pid-file=/usr/local/mysql/data1/mysql.pid
#!/usr/bin/perl
use strict;
use warnings;
use EBox;
use EBox::Global;
EBox::init();
my $usersModule = EBox::Global->modInstance('users');
#!/usr/bin/env ruby -wKU
require "yaml"
if ARGV.size != 2
puts "Usage: $0 sshvpn.yml remote_host"
puts ""
puts "Config file should look like:"
puts ""
puts '---
- sport: 8881
--- ebox-remoteservices-1.3.10.orig/debian/ebox-remoteservices.postinst
+++ ebox-remoteservices-1.3.10/debian/ebox-remoteservices.postinst
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+#DEBHELPER#
+
+case "$1" in
+ configure)
+ kill `pidof gconfd-2` >/dev/null 2>&1 || true
Index: cj-coming-soon.php
===================================================================
--- cj-coming-soon.php (revision 178254)
+++ cj-coming-soon.php (working copy)
@@ -502,7 +502,7 @@
switch ($sp_style) {
case "Default": include('themes/default/index.php'); break;
case "Custom Background": include('themes/custom_bg/index.php'); break;
- case "Custom xHTML": include('themes/custom_xhtml/index.php'); break;
+ case "Custom xHTML": include('themes/custom_xHTML/index.php'); break;