Displaying 20 results from an estimated 4000 matches similar to: "[RFC] Add static build target, try two - using git send-email"
2013 Jan 29
8
[RFC] Move btrfsck in to the btrfs command
NOTE: in order to apply this patch you should:
git mv btrfsck.c cmd-fsck.c
This patch moves btrfsck in to "btrfs fsck".
It also adds support for symlinks to the btrfs binary to
retain compablity, =)
I think something should be done to the help description but i''m not
sure what... Anyway, feedback is welcome.
--
To unsubscribe from this list: send the line "unsubscribe
2013 Sep 18
5
[PATCH] qemu-traditional: do not strip binaries during make install
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Matt Wilson <msw@amazon.com>
---
Makefile | 2 +-
Makefile.target | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 37c7066..594f0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ endif
install: all $(if $(BUILD_DOCS),install-doc)
mkdir -p
2011 May 17
2
securing sshd with selinux
Hello List,
dont have experience with selinux, but i want to know if it would be a
practicable way to secure sshd with selinux.
i have some webservers and want to grant ssh-access to some users. my plan
ist to make new server where users are able to log in. the homes from
webserver are mounted in by nfs etc.
i dont like chroot-env for ssh, a lot of disadvantages...
also i dont like if users
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
The packaging/lsb/rsync.spec file is broken as shipped: It has a "Sept"
month (rpmbuild here takes only 3-letter month names), and RH gzips the
manpages, so the %files list can't find them. I also added doc/README-SGML
and doc/rsync.sgml to the %doc files. Patch follows.
Thanks for all the good work!
--- rsync-2.5.6/packaging/lsb/rsync.spec.orig 2003-01-28 06:28:35.000000000 +0100
2003 May 02
1
Problems fetching messages.
Hi,
I have problems reading some mail with the latest version of dovecot.
I use maildir etc but it all worked before...
It seems like dovecot sends something that throws Evolution off the
track since the actual information is sent, but in a broken form it
seems.
I also get some odd chars (this is raw tcp packet decoding):
"??a-?
"??c-?* FLAGS (\Answered \Flagged \Deleted \Seen
2004 Aug 06
6
[PATCH] Icecast2 - chroot, setuid/gid...
Hi all again...
I did a chroot patch with ability to change uid and gid.
I dunno if you all approve with the current implementation but the patch
is small and it works here.
remember to CC, since i'm not on this ml...
//Ian Kumlien
PS. To anyone on vorbis-dev, I'm *REALLY* sorry must be tired or something.. =)
DS.
<p><p><p>
-------------- next part --------------
A
2003 Mar 13
4
Configure SSL problem
Hi everyone
I have been trying to get Dovecot installed with OpenSSL support, but no
matter what I do,
when I run Configure, it says "Building with SSL support.........No".
I have even tried configure --with-ssl=openssl, to no avail.
I have built and installed OpenSSL, and libssl.so and libcrypto.so are in
the /lib directory -
what more does Dovecot want? I have tried figuring it out
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time.
# make uninstall
...
rm -rf //boot/*xen*
...
if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too.
Thanks.
Denis.
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
Hello,
There are three small problems with the "slogin" and "slogin.1" symlinks
created upon installation:
1. "./" is included in the target path unnecessarily.
2. Symlinks are assumed to be available, while only hardlinks could.
3. EXEEXT is not respected for slogin.
Here is a fix for both problems -- the "./" is simply removed, EXEEXT is
added, the
2010 Sep 23
1
[resent][PATCH/liboggz] Fix an issue with the symlinks for pre-0.9.9 tool names
When files with pre-0.9.9 tool names exists in $(exec_prefix)/bin,
"make DESTDIR=${staging_dir} install" tries to delete them, which
may cause a failure for lack of permissions (quite likely to happen
when building a package as a normal user), and is wrong anyway
(nothing outside of DESTDIR should ever be changed by "make install").
With this patch, it will now cd to
2003 Mar 13
1
Starting Dovecot?
Hello!
I have laid SSL aside for the time being, and continued compiling and
installing Dovecot.
Now I don't know how to start it! I have been through the config file and
mostly left things as-is.
I have created the dovecot user and group and put only dovecot user in the
dovecot group.
Then I tried imap-master, as specified in the INSTALL documentation, but
there is no such file!
Under
2008 Apr 29
12
How are people using install.rb from the source distribution?
I''m looking at re-working or replacing install.rb from the source
distribution to allow more flexible installations, primarily to get MacPorts
and Fink packages working but to also work on automatic Mac pkg creation
from source.
How are people currently using it?
Currently the command line options are for options like --no-rdoc, --no-man,
--quick, --full, but if you want to specify a
2007 Sep 19
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Tanya Lattner wrote:
> LLVMers,
>
> The 2.1 pre-release (version 1) is available for testing:
> http://llvm.org/prereleases/2.1/version1/
A couple months ago, I had a problem packaging llvm-gcc for macports
because one of the binaries from llvm-gcc was somehow getting used by
Apple's gcc driver instead of the native one. This was causing some
subtle bugs for people. Anyway,
2002 Aug 16
0
RE: 1st thought: was: help (Still) w2k pro no longer trusted by 2.2.3 pdc
Thanks for the suggestions Trevor. Reformatting in case someone else has problem too: MY COMMENTS are in CAPS to make easier to understand.
.*(U said) ..(snips...)...
a) I (had) same problem, if I remember correctly,
my trusted accounts had names too long (>14 characters) (1)
and there was a CAPS issue, make sure all is correct,
even if windows forces caps when you're using lowercase.
2008 Jan 07
3
[LLVMdev] GC infrastructure checked in
Everything described in GarbageCollection.html should now be live. Phew!
The collectors could use a review, but they compile, have no impact
unless used, and tests would otherwise have had to be XFAILed waiting
on them.
The ShadowStackCollector has one issue that may be of interest in that
it adds constant globals in a runOnFunction context. This is bad in
theory, but actually is
2002 Mar 14
1
rsync 2.5.4 released
A new version of rsync has been released:
rsync 2.5.4 (13 March 2002)
"Imitation lizard skin"
BUG FIXES:
* Additional fix for zlib double-free bug. (Martin Pool, Andrew
Tridgell) (CVE CAN-2002-0059)
ENHANCEMENTS:
* Merge in changes from zlib 1.1.3 to zlib 1.1.4. (Jos Backus)
(Note that rsync still uses a custom version of zlib; you can
not just
2002 Mar 14
1
rsync 2.5.4 released
A new version of rsync has been released:
rsync 2.5.4 (13 March 2002)
"Imitation lizard skin"
BUG FIXES:
* Additional fix for zlib double-free bug. (Martin Pool, Andrew
Tridgell) (CVE CAN-2002-0059)
ENHANCEMENTS:
* Merge in changes from zlib 1.1.3 to zlib 1.1.4. (Jos Backus)
(Note that rsync still uses a custom version of zlib; you can
not just
2008 Jan 07
0
[LLVMdev] GC infrastructure checked in
On Monday 07 January 2008 02:32:47 Gordon Henriksen wrote:
> Everything described in GarbageCollection.html should now be live. Phew!
>
> The collectors could use a review, but they compile, have no impact
> unless used, and tests would otherwise have had to be XFAILed waiting
> on them.
>
> The ShadowStackCollector has one issue that may be of interest in that
> it adds
2001 Apr 07
1
Interesting Note
OK, so right, I shouldn't have let Wine be able to write to the Fat32 hard
drive, now I know for next time. The question is, though, why did it do
that? What happened was, I was running notepad.exe in Wine, and I went to
open a text file. Every folder that I browsed through, Wine removed its
contents and placed it into something like $!$!$!$!$!.333, the 333 being the
first three digits of the
2013 Jan 18
2
sogo
Has anybody some experience with Sogo?
http://www.sogo.nu/
--
Paul Bijnens, Xplanation Tel +32 16 397.525
Interleuvenlaan 86, B-3001 Leuven, BELGIUM Fax +32 16 397.552
***********************************************************************
* I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff,