Displaying 20 results from an estimated 800 matches similar to: "[LLVMdev] configparser and ConfigParser are different"
2013 Nov 06
0
[LLVMdev] configparser and ConfigParser are different
Okay, I've traced it to a bug in configparser, which on my python
2.7.4 system is a backport of configparser from python 3. Here is a
clean patch that works around the problem.
Geoffrey
On Wed, Nov 6, 2013 at 10:24 AM, Geoffrey Irving <irving at naml.us> wrote:
> LLVM builds with me on the release_33 branch, but fails on trunk. I
> bisected the problem to this commit:
>
>
2012 Nov 28
1
Build error of NSD4 on Debian Squeeze
Hello World,
I am trying to build NSD4 on Debian Squeeze and I get the following
errors when running `make`.
```
$ pwd
/home/wiz/src/nsd/tags/NSD_4_0_0_imp_5
$ make
[... output omitted ...]
gcc -g -O2 -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o
configparse
acket.o query.o rbtree.o radtree.o rdata.o region-allocator.o tsig.o
tsig-opens
4_pton.o b64_ntop.o -lcrypto
configparser.o: In
2020 Aug 09
2
python problem
Question for the list:
I have a small, aircooled pc server, which is running fine, but the log
gets filled with a series of messages saying the package, and each of 8
cpus is throttled because of thermal issues. Then, within the same
second according to the timestamps, it reports everything is OK and
throttling is off. This happens once every minute.
In reality, when I try performance
2002 Apr 11
2
Obtaining names of ``...'' arguments.
This may be an FAQ, but a (perfunctory) search failed to turn it up.
Suppose I have a function foo(...){<something>} and I want to obtain,
inside foo, the names of items comprising the ``...''. E.g. if I
call
foo(melvin,clyde,irving)
I want to be able to loop through the ``...'' and successively obtain
the text strings "melvin", "clyde", and
2018 Jul 09
1
slow mailbox refreshes
Hello,
I am using dovecot 2.3.2 on my private email server in conjunction with:
centos 7.5
apache 2.4.6
mariadb 10.2.16
roundcube mail 1.3.6
php 5.6.36
postfix 2.10.1
I have one mailbox with nearly 30k messages in it dispersed across
several folders. it's often very slow in refreshing the message list,
especially in the one largest 25k+ message folder. is this simply to be
expected
2020 Oct 13
2
[RFC] Python 2 / Python 3 status, final step(s)
Hi Folks,
Now that LLVM 11.0.0 has been released, it's time to prepare for the final step
envisionned in the previous RFC named *[RFC] Python 2 / Python 3 status* [0],
ie. requiring Python3.6 for LLVM 12.0.0, to be released in 2021.
At least Fedora already only ships Python3 and we didn't have much bugs reported
wrt. Python compatibility for the LLVM toolchain.
Indeed, all Python scripts
2009 Jan 08
4
Scriptable way to edit yum .repo files?
Hello,
Is there a standard programmatic way to manipulate yum configuration
files, particularly the .repo files?
I want to add things like "priority=..." per repo, or
"check_obsoletes=1" to the priorities plugin config.
I can cook specific search/append using perl or sed but was wondering
whether there is a more elegant way.
I found Perl's Conf::INI module but it
2014 Mar 26
3
[LLVMdev] [cfe-dev] computing a conservatively rounded square of a double
On 03/26/2014 11:36 AM, Geoffrey Irving wrote:
> I am trying to compute conservative lower and upper bounds for the
> square of a double. I have set the rounding mode to FE_UPWARDS
> elsewhere, so the code is
>
> struct Interval {
> double nlo, hi;
> };
>
> Interval inspect_singleton_sqr(const double x) {
> Interval s;
> s.nlo = x * -x;
> s.hi = x *
2002 Dec 04
3
Debian Samba Versions
Hopefully a simple question.
Does anyone know of .deb or .dsc files for Samba Version 2.2.4, 2.2.5,
2.2.6, or 2.2.7? The only packages available from Debian are:
1. Stable - Samba 2.2.3
2. Testing - Samba 2.2.3
3. Unstable - Samba 30alpha20-4
I've looked on the debian website and in google with no luck.
Any help much appreciated?
IRV
2005 Apr 18
3
Samba Internal Error and Panic
Getting this on a FreeBSD 5.2.1-RELEASE #0: Sat Aug 28 11:56:25 CDT 2004
system when trying to start the smbd process after an upgrade to the
newest release. Didn't see anything helpful in the referenced appendix
bugs of the Samba HOWTO collection. An attempted smbd -d10 yielded a
core dump but no futher info.
-------------------------------log
2011 Jul 19
1
"may be used in an incorrect context"
R CMD check tells me
* checking R code for possible problems ... NOTE
agexact.fit.rds: ... may be used in an incorrect context: ?optim(init,
agfitfn, ...)?
Warning: <anonymous>: ... may be used in an incorrect context: ?optim(init, agfitfn, ...)?
Can anyone tell me what this message means? My searches haven't turned
up anything useful. This is with R 2.7 and 2.9.
The message
2002 Oct 01
6
XP Pro and Samba 3.0-alpha1.9
Hi everybody,
I set up Samba 3.0alpha1.9 on a RH7.2 and I want to configure it as a
Primary Domain Controller.
Below , my smb.conf:
# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2002/10/01 09:04:58
# Global parameters
[global]
;Nom du domaine
workgroup = MOMODOM
;Nom netBios de la machine
netbios name = SRV2000
;Commentaires qui sera affiche dans le vouisinage
2002 Oct 17
2
Samba 3.0 alpha20-2 and Win2k SP3
Is there anyone on the list that has been able to get Win2k SP3 working
with the 3.0 alpha version?
I'm able to join but I can NOT log in. I can see the machine account
listed in pass.tdb (using pdbedit -l) and it is also in passwd & shadow.
I HAVE ALSO APPLIED THE SIGN OR SEAL PATCH. The message I get is:
"The system cannot log you on to this domain because the system's
2007 Feb 19
1
Documenting options specific to a package.
If one specifies new options in a package, using the options()
function, where does/should one document these new options?
E.g. suppose that I put the line
options(melvin=42)
in a file zzz.R in the R directory of the package source, where the
package contains functions foo(), bar(), clyde(), and irving() which
all query options("melvin") and take some action based on the value
of
2002 Apr 17
8
Samba as BDC
Hi,
Is it possible to make samba act as a BDC yet??
Cheers
-------------
Kristyan Osborne IT Assistant Manager
Longhill High School
------
Computers are like airconditioners: They stop working properly if you open windows.
Win95: A 32-bit patch for a 16-bit GUI shell running on top of an
8-bit operating system written for a 4-bit processor by a
2-bit company who
2002 Aug 22
7
a "hidden" setting for a samba server
does anyone know how to hide a samba server in SMB terms?
on an NT machine the command "net config server /hidden:yes"
will make the machine vanish from the network neighbourhood but
i cant figure out how to do this for a samba server
many thanks
sincerely,
bob reven
2002 Oct 21
6
can't add w2K client to samba domain
Hi there
I can't add a w2k Machine to my existing samba domain.
I did configure samba as a pdc, did create all accounts and
when I wanna trust my box to the pdc it tells me
in a faboulous window: " The domain name "DOMAIN" is either invalid
or does not exist.
Any Ideas?
Best Rgds
Jochen
2011 Feb 28
1
OSX 10.6 Clients on a 3.4.11 Server
Hello,
I'm running Samba 3.4.11 on CentOS 5.2.. I Have some users at my company
that have recently upgraded their macs to Snow Leopard 10.6.6 and are
running in to some SMB issues. When they mount a share they can
move,delete,copy folders just fine. If they open and close a file in one
of those folders though, they cannot rename, delete, or move the folder
because samba has it locked and
2002 Dec 03
1
RE: Machine accounts are no longer recognized in SAMBA 3.0-20-4
After verifying my smb.conf file, the only thing that changed was this
"panic action" command was added. My smb.conf is attached.
All our workstations stopped working. If I change the computer name,
switch to workgroup, then try to re-join the domain under a different
computer name, it works. Do you know what .tdb file machine information
is stored in.
Also I exported all
2002 Oct 16
3
Problem Logging in to Samba PDC
Hello!
Ok, recently upgraded from Samba 2.2.3a to 2.999+3.0.alpha20-2.
After successfully joining the Win2k SP3 machine to the Samba PDC, I'm
unable to log in. The error I get is the following:
"The system cannot log you on to this domain because the system's
computer account in its primary domain is missing or the password on
that account is incorrect"
According to the