Displaying 20 results from an estimated 1000 matches similar to: "Best version for packaging"
2001 Sep 22
7
FS locks
Hello,
unfortunately I got some trouble using ext3 - the system hangs when
working in a certain directory. Not completely, I can switch between
consoles and reboot with SysRQ, but cannot do anything which requires
disk IO: not start any applications, not umount, nothing. I could send
the strace output, but I don't think this would help anyone. Sorry, but
I don't have a clue where to start
2001 Mar 06
3
crashing on receiving connection
Hello,
I got trouble installing tinc daemon. Every time when a connection comes
in, the daemon crashes:
Mar 6 18:32:56 localhost tinc.vpn[20703]: tincd 1.0pre3 (Feb 21 2001 02:32:50) starting, debug level 5
Mar 6 18:32:56 localhost tinc.vpn[20703]: Ready: listening on port 655
Mar 6 18:33:00 localhost tinc.vpn[20703]: Connection from 192.168.0.4 port 1135
Mar 6 18:33:00 localhost
2001 Aug 20
2
tytso's readdir speedup patch - adoptable?
Hello,
recently Theodory Tso posted a patch for the ext2fs driver, which
improves speed of find and similar programs. Background: the application
access all entries in the directory in the order they are stored on the
disk. The current ext2 (and apparently Ext3) run a lookup function for
each readdir call, starting with the first node! Theodore stores a
refference to the node which was accessed
2015 Dec 14
6
[Bug 93373] New: sometimes hickup with persistent garbaby
https://bugs.freedesktop.org/show_bug.cgi?id=93373
Bug ID: 93373
Summary: sometimes hickup with persistent garbaby
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Driver/nouveau
Assignee:
2001 May 25
4
tinc 1.0pre4 released
Hello everybody,
I have just released tinc 1.0pre4. Changes:
- New authentication protocol (better security, and faster too).
- TCPonly and IndirectData are back (but not fully tested).
- Documentation revised, it's really up to date with the released package now.
- tincd -K now stores public/private keys in PEM format, but keys of 1.0pre3
can still be used.
- Faster and more secure
2001 Sep 08
5
Patch
Hallo
short question
how is the Syntax for interactivity.patch ext3-dir-speedup.patch ?
patch -p0 ext3-dir-speedup.patch doesnt work
--
Frank
2001 Sep 07
4
ext3-2.4-0.9.9
Patches against 2.4.10-pre4 and 2.4.9-ac9 are at
http://www.uow.edu.au/~andrewm/linux/ext3/
It's a fairly large change. The most significant parts are
* the inclusion of Stephen's error-handling work, which is designed to
remount the fs read-only in the presence of software and hardware
errors, rather than forcing a panic.
* Stephen's fix for the journal_revoke assertion
2002 Jan 15
9
Ext3 vs. Reiser?
Hi!
I was just wondering how Ext3 and Reiserfs compare. When I reinstalled my
server (because of a stupid hacker) I took the opportunity to change to
ReiserFS. And I have to say it's really much faster than Ext3.
I don't have benchmarks, but for example, stuff like "make dep" on the linux
kernel is much faster (even though I had enabled write cache when I was
using ext3).
So
2005 Oct 21
2
Recover original superblock on corrupted filesystem?
I've been trying to use fsck to recover a corrupted filesystem.
It appears the original superblock is corrupted too, as it has an inode
count of 0. When I start fsck with -b 32760, it uses the alternate
superblock and proceeds. However, it restarts from the beginning a
couple of times and after the second restart it doesn't use the
alternate superblock, stopping instead as it can't
2010 Sep 14
5
make-kpkg (Debian based tool) does not build xen patched kernel
Hello list,
I cannot get make-kpkg to build a Xenlinux type kernel into a Debian kernel binary on my Debian Squeeze x86_64 system.
I
am using GNU/Linux kernel sources tree (2.6.34.4) with Xen patches for
this custom kernel. I am trying to use the make-kpkg command to build a
working linux-image-2.6.34.4-xen-amd64 package for my system.
The
sources are vanilla (available from kernel.org) with
2005 Mar 21
3
routes.rb question.
I have a simple program that read all HTML files from a directory and
returns parts of the content and the file names which are HREFs to
those file.
I build the HREF string dynamicaly as PATH_TO_DOC_ROOT + "file_name".
My PATH_TO_DOC_ROOT = http://127.0.0.1:3000/docman/public/docs. So,
the final link that I am interested in might look like this:
2006 May 05
6
rake rails:update
This question has been asked before, but I am still can''t run rake
rails:update. I get
rake aborted!
Don''t know how to build task ''rails:update''
My environment: FC4, Ruby 1.8.4, Rails 1.1
Any idea what to do?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jan 19
10
Install xen from sources or apt-get ?
I''m installing a new server, and I want know waht is better:
- Install xen from source from xen.org version 3.4.2 ?
- Install xen fron apt-get from debian package 3.2.1 ?
The server has Debian Lenny.
What is correct on production server ?
--
Martin
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2006 Jan 19
4
PHP ob_start in Ruby
I need to include Content-Length in each file. In PHP it would be:
<?php
ob_start();
?>
html
<?php
header(''Content-Length: '' . ob_get_length()); ob_end_flush();
?>
How can I do the same in Ruby?
Thanks,
eduard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2001 Aug 04
1
raid and ext3
Hello,
I have tried to apply the raid-2.2.19-A1 patch from
http://www.redhat.com/~mingo and ext3 0.0.7a, but it conflicts with
the include/fs.h. The conflict is about the bit-numbering: ext3 uses
several new files, and raid also wants to use one new flag. Can I
simply appent the new value to the list of "BL_*" variables
(BL_LowPrio wants to be 8,
2004 Jul 15
3
Dovecot LDAP Auth strange mailbox behavior
Hello everyone.
I have setup a Debian Sarge server, with openldap, postfix, and Dovecot.
I have been able to fix all the problems that have been logged thus far,
and it seems to work.
I am able to use a mail client to login to the pop3 server. The
authentication works, and it logs as a successful login, but no messages
download. I get a response: No New Messages.
I have checked the
2006 Aug 15
8
AGAIN: file object treated as string
I am trying to implement the uploading of a file to a remote server
I get error while trying to write the file on the server. The error I
get is the following:
undefined method `rewind'' for #<String:0x2aaaad062eb8>
It seems to be treating my file as a string instead of a File object.
--------- Code is below ------------------
VIEW:
<%=
2005 Aug 12
4
Adding machine to domain fails - check permissions? (ldap)
Dear list,
Whe i trying to add a machine to the domain(ldap/pdc) i get the
following error:
> Error: modifications require authentication at
> /usr/share/perl5/smbldap_tools.pm line 891, <DATA> line 283.
> [2005/08/11 16:46:54, 0]
> rpc_server/srv_samr_nt.c:_samr_create_user(2324)
> _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w
>
2006 Apr 27
1
Xen capable linux-tree-2.6.16 deb?
Hi,
has anyone build a linux-2.6.16 deb that can be used to compile xen?
The default unstable package does not seem to have any xen patches
included, only the /debian/arch/amd64/xen dir for the .config files.
MfG
Goswin
2004 Jan 04
2
POTS interfacing recommendation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello there,
I'm drawing up a scheme to manage our company calls and would like to
implement it with Asterisk. In order to get moving quickly I'd like some
recommendations on what hardware to buy so I can start tinkering. Initially
we'd like to be able to support one line to accept incoming calls, and
another one for forwarding such