Displaying 20 results from an estimated 1000 matches similar to: "[Bug 11481] New: --ignore-errors must be a separate option"
2007 Feb 05
4
DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
https://bugzilla.samba.org/show_bug.cgi?id=1675
luke-jr+sambabugs@utopios.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luke-
                   |                            |jr+sambabugs@utopios.org
------- Comment #2 from
2006 Aug 07
1
DirHandler escaping (patch)
fiddled around a bit and got DirGHandler to work for both files and directories with spaces in them, and plusses in them (on disk). 
eg:
<a href="/files/usr/portage/packages/All/gtk%2B-2.10.1.tbz2">gtk+-2.10.1.tbz2</a><br/>
<a href="/files/root/hey+whatsthis+dir">hey whatsthis dir</a>
both end up at the right place now..
..c.
--------------
2006 Nov 17
2
Forming SQL Query at run-time
Hi.
I am trying to get data from mysql database using a couple of queries.
I do one query to find out the indexes. Then i need to use these
indexes in another query, but i keep getting errors.
Here is something:
numb <- dbSendQuery(con2, "select distinct(comparison) from table1")
count <- fetch(numb, -1)
my.matrix <- as.matrix(count)
rs <- dbSendQuery(con2, "select
2003 Mar 05
2
compressed archives
Suppose I have a particular version of a largish compressed archive,
most likely a .tgz or .tbz2, and that a remote machine has a newer,
and only slightly different, version of the same archive, where most
of the content hasn't actually changed much.  I might attempt to obtain
a copy of the newer archive by first copying my local older copy to
the newer name as a file to update from.
My
2006 Aug 07
1
DirHandler in surplus slashing / unrequited unescaping
im using Mongrels to serve up /usr/portage/packages for other gentoo boxen. since i guess im the guinea pig with the DirHandler, ran into a couple issues:
first, the client showed no files in the remote binhost, turns out the DirHandler was adding a trailing "/" to every filename, presumably making the client think they were directories, not files. attached is a patch which fixes this
2009 Sep 01
9
Ruby on Rails Project Opportunities
Hi
I am currently recruiting for a number of freelance contracts and
permanent internal positions, both junior and senior, for Europe''s
largest and most dynamic Ruby on Rails development projects, offering
the chance to work alongside some of the industry''s leading figures in
the Web 2.0 development community. Selected locations include Germany
(eg Berlin, Munich, Hamburg,
2013 Sep 12
0
[LLVMdev] [PATCH] Detect Haswell subarchitecture (i.e. using -march=native)
Hi Adam,
> * I have marked HasAVX2 as "volatile", since otherwise it gets
> magically zeroed (by optimizer?) when compiling clang with latest
> clang build from trunk
That's far more worrying to me than not being able to detect Haswell.
I can't reproduce the problem here at the moment: both debug and
release builds give identical assembly for Host.cpp.
I don't
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
Dear knowledgeable experts :-),
I am trying to get openmpi, Rmpi and SNOW running on a Myrinet/GM 
cluster.  I'm not an IT expert, but I surely could use a working 
installation of Rmpi and SNOW.
I try to load the Rmpi library and get the following:
 > library(Rmpi)
[master:07230] mca: base: component_find: unable to open osc pt2pt: file 
not found (ignored)
2020 Oct 13
2
Spam learning for rspamd
I'm quite new to Dovecot, so forgive me if this is a simple question.
I've got rspamd running, and it's rewriting the subject of many messages
as spam even when they are not. I've moved things out of the spam
folder, which I was under the impression would teach rspamd since I've
connected a sieve script that is supposed to call rspamd's learning
tool, but nothing is
2013 Sep 12
2
[LLVMdev] [PATCH] Detect Haswell subarchitecture (i.e. using -march=native)
Hello,
This is my first patch on this list, however I've already submitted several trough bug tracking system. Since it probably needs some review and it's not a bug I am submitting it here.
The main intent of this patch is to detect "core-avx2" platform on Haswell i7 CPUs when running -march=native. Currently it detects it as generic x86_64.
lib/Support/Host.cpp:
* Haswell is
2013 Feb 18
0
Bug#700851: logcheck-database: postfix ignore.d.server now logs on the same line sasl_method, sasl_username AND sasl_sender, rule must be updated
Package: logcheck-database
Severity: normal
postfix has changed log formats, now it includes sasl_sender in log lines.
The rule at ./ignore.d.server/postfix:109
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]:
[[:alnum:]]+: client=[^[:space:]]+, sasl_method=[-[:alnum:]]+,
sasl_username=[-_.@[:alnum:]]+$
must be updated with:
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+
2007 Jan 28
1
needs must make MD ignore my PHP
I need to exclude arbitrary chunks of my documents from Markdown  
parsing, because my documents are littered with <?php blah blah ?>,  
and a few other oddities.  These blocks get gifted with unwanted  
markup by Markdown:
	<?php blah blah ?>   becomes    <p><?php blah blah ?></p>
If I can't make it stop that, it's a dealbreaker for me in an  
otherwise
2003 Aug 08
3
Samba + Cups: don't succeed to print from Windows 2000 station
Hello,
I have configured cups (1.1.18) on a Suse 8.2 Pro Linux server.
I have also configured samba (2.2.7a), and joined a domain.
I have created printers with cups and declared them to samba with
cupsaddsmb command.
All seems to be ok.
I can print from my Linux server.
But, when I want to print from ny windows2000 station:
- I can find my linux server
- I can find and connect printers
2007 Oct 16
5
openssh question
If I need to add a client session logging (into a file), can I develop a
loadable module instead of messing with clientloop.c/ssh.c?
 
Sridhar Seetharaman
 
Sridhar Seetharaman
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This message is intended only for the personal and confidential use of the designated recipient(s) named above.  If you are not the
1997 Oct 24
0
A suggestion about this List
I would like to suggest that PR numbers be automatically added to subject
lines of all list emails, this would both make it possible for the internal
SambaBugs system to thread list messages correctly and enable email clients
(such as mine) which attempt to thread messages by subject to follow the
whole thread, even when someone posts a message using the new SambaBugs
system (which at the moment
2015 Aug 14
2
Build R on Haiku
Hi R-devel,
I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
BeOS, not Linux based) on i586. With a few small changes to library paths
and ifdefs I am able to get a seemingly working R binary. The build process
stops with the 'tools' package. The last lines from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are
2015 Oct 19
1
R 3.2.2 - make check and install package hang
Below is the output.   Thanks for the help. 
> Sys.getenv()
BASH_FUNC_module()      () { eval
                        `/cm/local/apps/environment-modules/3.2.10/Modules/$MODULE_VERSION/bin/modulecmd
                        bash $*` }
COLUMNS                 152
CPATH                   /cm/shared/apps/uge/8.2.1/include
CVS_RSH                 ssh
DISPLAY                 localhost:10.0
EDITOR   
2005 Nov 15
4
Turning root partition into a RAID array
I have a CentOS 4.2 system that was set up VERY quickly following the demise
of its former life as a CentOS 3 server - you don't want the full story, but
it had to be done quickly to get a company up and working following a slight
disaster involving an electrician, a portable appliance safety tester and a
pulled power cable - anyway, here's where I am at...
Everything is running fine but
2003 Aug 11
4
Ref: Samba + Cups: don't succeed to print from Windows 2000 station
Dragan, Andy
Thanks for your answsers.
Please find hereafter more information and my notes.
Nadine
---------------------- R?achemin? par Nadine Vandois/FR/BULL sur 11/08/2003
10:56 ---------------------------
"Dragan Krnic" <dkrnic@lycos.com> sur 10/08/2003 09:47:05
Veuillez r?pondre ? dkrnic@lycos.com
Pour : nadine.vandois@bull.net
cc :   samba@lists.samba.org
Objet :  
2015 Oct 17
3
R 3.2.2 - make check and install package hang
Hello Everyone,
After trying several ways to compile R 3.2.2 without luck, I?m reaching out for help.
The ?make check? does not hanges for some reason and when
trying to install a package it cannot list the download sites (see below).
What could be the problem?
./configure --enable-R-shlib --enable-BLAS-shlib
hostname = test
uname -m = x86_64
uname -r = 2.6.32-573.7.1.el6.x86_64
uname -s =