search for: extra_flags

Displaying 20 results from an estimated 25 matches for "extra_flags".

Did you mean: extra_aflags
2010 Apr 21
1
Compile errors for samba 3.5.2 on aix 5.3
...smb/libsmb_thread_impl.c got it libsmb/libsmb_thread_impl.o:@ = libsmb/libsmb_thread_impl.o libsmb/libsmb_thread_impl.o:* = libsmb/libsmb_thread_impl libsmb/libsmb_thread_impl.o:< = libsmb/libsmb_thread_impl.c applying .c -> .o to "libsmb/libsmb_thread_impl.o" Suff_FindDeps (EXTRA_FLAGS) No known suffix on EXTRA_FLAGS. Using .NULL suffix. EXTRA_FLAGS:@ = EXTRA_FLAGS EXTRA_FLAGS:* = EXTRA_FLAGS EXTRA_FLAGS:< = failed. Returning NULL Examining EXTRA_FLAGS...non-existent...non-existent and no sources...out-of-date. EXTRA_FLAGS:? = EXTRA_FLAGS:> = make: 1254-002 Cannot f...
2020 Sep 03
3
Moving Spam to Junk Folder
...tutorial: https://www.linuxbabe.com/redhat/spamassassin-centos-rhel-block-email-spam. I followed the steps in "Move Spam into the Junk Folder". When I send an email from a blacklisted e-mail address, I get a bounce e-mail from my e-mail server. Here is what is in my spamass-milter file: EXTRA_FLAGS="-m -r 8 -R NO_SPAM -i 127.0.0.1 -g sa-milt -- --max-size=5120000" I would prefer it to go into my Junk folder. How can I make this happen? -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200903/3ac38...
2009 Aug 05
3
RAID[56] with arbitrary numbers of "parity" stripes.
...tent-tree.c index 0cbf28e..fff73c4 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c @@ -2611,20 +2611,30 @@ static int update_space_info(struct btrfs_fs_info *info, u64 flags, static void set_avail_alloc_bits(struct btrfs_fs_info *fs_info, u64 flags) { + u64 *avail = NULL; u64 extra_flags = flags & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID1 | - BTRFS_BLOCK_GROUP_RAID5 | - BTRFS_BLOCK_GROUP_RAID6 | + BTRFS_BLOCK_GROUP_RAID56 | BTRFS_BLOCK_GROUP_RAID10 | BTRFS_BLOCK_GROUP_DUP); if (extra_flags) { if (flags & BTRFS_BLOCK_GR...
2009 May 11
2
Disabling Spamassassin on outbound email
Does anybody have a good method for disabling SA checks on outbound email under sendmail running the spamass milter? Some of our Vhost accounts are getting flagged as spam on the way out due to being on a dirty ISP network. John Hinton
2011 Jul 31
1
3.5.x on AIX 5.2
...with the configure command line of: # CC="gcc -g -D LINUX_SOURCE_COMPAT" ./configure However, 3.5.x fails to build with the same configure args, reporting: Linking non-shared library bin/libaddns.a Linking non-shared library bin/libsmbclient.a make: Cannot find a rule to create target EXTRA_FLAGS from dependencies. Stop. What's needed to fix this? Thanks.
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
Hello, This patch series adds an initial implementation of restriper (it''s a clever name for relocation framework that allows to do selective profile changing and selective balancing with some goodies like pausing/resuming and reporting progress to the user. Profile changing is global (per-FS) so far, per-subvolume profiles require some discussion and can be implemented in future.
2020 Sep 03
0
Moving Spam to Junk Folder
...xbabe.com/redhat/spamassassin-centos-rhel-block-email-spam > . > I followed the steps in "Move Spam into the Junk Folder". When I send an > email from a blacklisted e-mail address, I get a bounce e-mail from my > e-mail server. Here is what is in my spamass-milter file: > EXTRA_FLAGS="-m -r 8 -R NO_SPAM -i 127.0.0.1 -g sa-milt -- > --max-size=5120000" > I would prefer it to go into my Junk folder. How can I make this happen? > -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) ----...
2014 Aug 25
1
Postfix setup
I'm trying to clarify the various ways in which I could set up Postfix + Dovecot + SpamAssassin under CentOS-7, and I'd welcome any comments on the following remarks. As far as I can see there are 3 standard ways of setting this up: 1. Use amavisd 2. Use dovecot + pigeonhole/sieve 3. Use spamass-milter At present I'm following (2), but am thinking of going over to (1), since
2012 Dec 19
0
[LLVMdev] LNT compile-time performance testing
...lls you want into the directory. 3. Create a project_list.json file and write a configuration of the form: { "single-file" : { "tests" : [ { "path" : "path to single source file", "pch_input" : "PCH if there is one" "extra_flags": [ "flag1", "flag2", ... ] }, { ... } ], "pch" : [ { "path" : "PCH Header", "name" : "PCH Name", "output": "PCH Output name" } ] }, "projects" :...
2012 Dec 19
2
[LLVMdev] LNT compile-time performance testing
Hi, I was looking at LNT's "compile" tests, listed here: $ lnt-sandbox/bin/lnt showtests Available tests: compile - Single file compile-time performance testing nt - LLVM test-suite compile and execution tests When trying to run it, I get Python exceptions in the code trying to parse the output of 'ifconfig' in order to infer my MAC address (this is on 64-bit
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick
2010 Apr 10
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack, > Is anyone building dragon-egg on darwin? Anton built it once. There were some problems with dynamic libraries: gcc's plugin support requires the use of dynamic libraries, and the configure logic it uses thinks that darwin does not support dynamic libraries! So it is possible that plugin support was automatically disabled because of this. Try configuring with
2010 Apr 11
7
[LLVMdev] darwin dragon-egg build issues
...SUBST(pluginlibs) Index: gcc/testsuite/lib/plugin-support.exp =================================================================== --- gcc/testsuite/lib/plugin-support.exp (revision 158195) +++ gcc/testsuite/lib/plugin-support.exp (working copy) @@ -88,6 +88,10 @@ set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared" + if { [ istarget *-*-darwin* ] } { + set optstr [concat $optstr "-undefined dynamic_lookup"] + } + # Temporarily switch to the environment for the plugin compiler. restore_ld_library_path_env_vars set status [remote_exec build &q...
2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
On 04/10/2010 08:01 PM, Jack Howarth wrote: > > bash-3.2$ GCC=/sw/bin/gcc-4 CC=gcc-4 CXX=g++-4 CFLAGS=-I/sw/include CXXFLAGS=-I/sw/include LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make > g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD -MP -DIN_GCC -DREVISION=\"100954M\"
2010 Apr 10
3
[LLVMdev] darwin dragon-egg build issues
Is anyone building dragon-egg on darwin? I am trying to build against the fink gcc45 package that I have prepared for darwin and a updated fink llvm 2.7 package that is built as... ../llvm-2.7/configure --prefix=/sw --prefix=/sw/lib/llvm --mandir=/sw/share/man --infodir=/sw/share/info --with-gmp=/sw --with-libiconv-prefix=/usr --with-system-zlib --with-as=/Developer/usr/bin/as
2011 Apr 13
0
R 2.13.0 is released
...lows functions to be run just before advancing the frame in plot.new, which is potentially useful for custom figure layout implementations. ? Package tools has a new function compactPDF() to try to reduce the size of PDF files _via_ qpdf or gs. ? tar() has a new argument extra_flags. ? dotchart() accepts more general objects x such as 1D tables which can be coerced by as.numeric() to a numeric vector, with a warning since that might not be appropriate. ? The previously internal function create.post() is now exported from utils, and the documentation...
2011 Apr 13
0
R 2.13.0 is released
...lows functions to be run just before advancing the frame in plot.new, which is potentially useful for custom figure layout implementations. ? Package tools has a new function compactPDF() to try to reduce the size of PDF files _via_ qpdf or gs. ? tar() has a new argument extra_flags. ? dotchart() accepts more general objects x such as 1D tables which can be coerced by as.numeric() to a numeric vector, with a warning since that might not be appropriate. ? The previously internal function create.post() is now exported from utils, and the documentation...
2009 Aug 17
13
total warning-removal for daemon/
The warnings in daemon were aggravating and risky for development (too easy to miss new ones) so I spent some time last week and today working on removing them. The first patch gets us down to almost no warnings with the original -Wall setting. That was by far the hardest part. Once I'd done that, I enabled nearly all of gcc's warnings via gnulib's warnings and manywarnings modules
2009 Aug 12
23
[PATCH 0/23] factor and const-correctness
This started as a simple warning-elimination change. I'll get back to that series shortly ;-) It turned into a factorization and constification exercise during which I got a taste of ocaml. Thanks to Rich Jones for help with a few snippets in generator.ml. The overall result is that many previously-manually-maintained bits from daemon/*.c functions are now hoisted into the automatically-
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFSD_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfsd_ext_cmds -O binary