My Recent Pastes (264508 and counting)

All Pasties (over 264,508 and counting)

Pages: 1 11835 11837 11839 13226

Below are summaries of the most recent pasties.

January 07, 2007
10:36AM EDT

1
2
3
4
5
megge@megge:~/Uni/PraktikumASP/htk$ make all
(cd HTKLib && make HTKLib.a) \
          || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Betrete Verzeichnis '/home/megge/Uni/PraktikumASP/htk/HTKLib'
gcc  -ansi -D_SVID_SOURCE -DOSS_AUDIO -D'ARCH="i686"' -Wall -Wno-switch -g -O2 -I.    -c -o HGraf.o HGraf.c

January 07, 2007
10:35AM EDT

1
2
3
4
5
root@server ~ # cat /etc/vsftpd/vsftpd.conf
#
# Example vsftpd config file
#
# See man 5 vsftpd.conf for more information.

January 07, 2007
10:27AM EDT

1
2
3
4
5
Index: test/controller/rescue_test.rb
===================================================================
--- test/controller/rescue_test.rb        (revision 5869)
+++ test/controller/rescue_test.rb        (working copy)
@@ -8,6 +8,10 @@

January 07, 2007
10:27AM EDT

1
2
3
4
5
eth1      Link encap:Ethernet  HWaddr 00:50:04:3C:DD:85  
          inet addr:80.108.103.172  Bcast:255.255.255.255  Mask:255.255.255.0
          inet6 addr: fe80::250:4ff:fe3c:dd85/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2486948 errors:0 dropped:0 overruns:0 frame:0

January 07, 2007
10:27AM EDT

1
2
3
4
5
root@server:~# cat /etc/vsftpd.conf
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.

January 07, 2007
10:25AM EDT

1
2
3
4
5
sudo cat /etc/vsftpd.conf
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.

January 07, 2007
10:20AM EDT

1
2
3
4
5
t_fragment = <<-FRAGSTRUCT
                 <entry>
      <family>
        <father>%s</father>
        <mother>%s</mother>

January 07, 2007
9:50AM EDT

1
2
3
4
5
  def add_keyword
    if not @keyword = Keyword.find(:first, :conditions => [ "name = ?", params[:keyword][:name] ])
      keyword = Keyword.new
      keyword.name = params[:keyword][:name]
      keyword.save

January 07, 2007
9:47AM EDT

1
2
3
4
5
  def add_keyword
    if not @keyword = Keyword.find(:first, :conditions => [ "name = ?", params[:keyword][:name] ])
      keyword = Keyword.new
      keyword.name = params[:keyword][:name]
      keyword.save

January 07, 2007
9:34AM EDT

1
2
3
4
5
malte@aligatoro:flare$ ruby -rubygems app.rb
 INFO: Og uses the Sqlite store.
 INFO:
 INFO: Setup for debug mode.
 INFO: Starting Webrick on 127.0.0.1:9000

January 07, 2007
9:32AM EDT

1
2
3
4
5
## Error
Path: /admin
undefined local variable or method `sitepath' for #<AdminController:0x2aaaac54bff8>
Reload this page. Go to the referer or the home page.
In file '/usr/lib/ruby/gems/1.8/gems/nitro-0.41.0/lib/nitro/publishable.rb' :

January 07, 2007
9:23AM EDT

1
2
3
4
5
 NameError in Main#index

Showing app/views/layouts/application.rhtml where line #2 raised:

undefined local variable or method `request' for #<Domain:0xb75131ac>

January 07, 2007
9:12AM EDT

1
2
3
4
Couldn't require loader class "Class::DBI::Loader::SQLite", "Can't locate Class/DBI/SQLite.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i486-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i486-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.8.8/Class/DBI/Loader/SQLite.pm line 9.
Compilation failed in require at (eval 81) line 2.
BEGIN failed--compilation aborted at (eval 81) line 2.
" at /usr/lib/perl5/site_perl/5.8.8/Class/DBI/Loader.pm line 81.

January 07, 2007
9:01AM EDT

1
2
3
4
5
<tr>
    <td>
        <b>Priority:</b>
    </td>
    

January 07, 2007
8:58AM EDT

1
2
3
4
5
<tr>
    <td>
        <b>Priority:</b>
    </td>
    <% @item.priority = 3 %>

January 07, 2007
8:43AM EDT

1
2
3
4
5
ImageMagick                    @6.3.1-4        graphics/ImageMagick
apr                            @1.2.8          devel/apr
apr-util                       @1.2.8          devel/apr-util
arping                         @2.04           net/arping
bison                          @2.3            devel/bison

January 07, 2007
8:36AM EDT

1
2
3
4
5
 cpan -i install Class::DB
CPAN: File::HomeDir loaded ok
Sorry, we have to rerun the configuration dialog for CPAN.pm due to
the following indispensable but missing parameters:

January 07, 2007
8:35AM EDT

1
2
3
4
5
Couldn't require loader class "Class::DBI::Loader::SQLite", "Can't locate Class/DBI/SQLite.pm in @INC (@INC contains: 
/usr/lib/perl5/5.8.8/i486-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i486-linux /usr/lib/perl5/site_perl/5.8.8
 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.8.8/Class/DBI/Loader/SQLite.pm line 9.

Compilation failed in require at (eval 90) line 2.

January 07, 2007
8:16AM EDT
by Xif

1
2
3
4
5
rake -t migrate
(in C:/a/th/src)
** Invoke migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)

January 07, 2007
8:12AM EDT

1
2
3
4
5
    builder.c <<-"END"
      VALUE resize(int w, int h) {
        GET_BITMAP(bitmap);
        FIBITMAP *image = FreeImage_Rescale(bitmap, w, h, FILTER_BSPLINE);
        VALUE obj = Data_Wrap_Struct(CLASS_OF(self), NULL, NULL, image);

Next page

Previous page