Displaying 20 results from an estimated 253 matches for "20000000".
Did you mean:
0000000
2009 May 02
3
Division ?
It seems division with numbers bigger than 10 000 000 doesn't work
20000000/21
[1] 952381
> 55555555/23
[1] 2415459
Thank you
2006 Mar 17
2
swap_free messages in log
This morning I noticed the following message in my log file.
swap_free: bad swap file entry 10000000
swap_free: bad swap file entry 20000000
swap_free: bad swap file entry 10000000
swap_free: bad swap file entry 20000000
a few more times...
After rebooting I no longer see it.
I have an intel 865 motherboard, 2.4 celeron,
2 - 300GIG seagate sata drives as software RAID-1.
I have had to reboot the machine sometimes
but there were never...
2015 Jan 25
2
Postfix (I think) problem
Gordon Messmer wrote:
> On 01/24/2015 07:10 AM, Timothy Murphy wrote:
>> mailbox_size_limit = 20000000
>
> I think you meant message_size_limit.
Actually, I appended both to /etc/postfix/mail.cf
--------------------------
mailbox_size_limit = 20000000
message_size_limit = 19000000
-------------------------
--
Timothy Murphy
gayleard /at/ eircom.net
School of Mathematics, Trinity College,...
2007 Jul 17
1
BUG IN XAPIAN_FLUSH_THRESHOLD
There is is bug when setting XAPIAN_FLUSH_THRESHOLD=20000000
When trying for force Xapian flush documents to flush after 20 million
documents Xapian ignores the size and flush it after only 10,000
documents.
Data captured from delve after 60 seconds interval when has been set as follow:
XAPIAN_FLUSH_THRESHOLD=20000000
perl -e ' while(1) { system("...
2010 Nov 14
1
winbind - wbinfo problem
...nothing
# wbinfo -u
# wbinfo -g
# wbinfo -r 'DOMAIN\user'
Could not get groups for user DOMAIN\user
SAMBA config : -
[global]
workgroup = DOMAIN
realm = DOMAIN.BIZ
security = ADS
password server = EIS
printcap name = cups
idmap uid = 1000-20000000
idmap gid = 1000-20000000
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
winbind nss info = rfc2307
cups options = raw
Versions :-
# smbd -V
Version 3.4.2-1.1.3.1-2229-SUSE-SL11.2
# winbindd -V
Version 3.4.2-1.1...
2012 Feb 23
1
rid/autorid issues 3.6.2
...me command with tdb returns the info as expected.
wbinfo -u and wbinfo -g work fine under all configurations.
I could not find anything relevant on bugzilla either. Anyone have any
ideas?
Here's my settings:
#with tdb (this works perfectly)
idmap config MYDOMAIN : range = 20000 - 20000000
idmap config MYDOMAIN : backend = tdb
#with rid (does not work)
idmap config MYDOMAIN : range = 20000 - 20000000
idmap config MYDOMAIN : backend = rid
2010 Nov 14
1
wbinfo problem
...# wbinfo -u
# wbinfo -g
# wbinfo -r 'DOMAIN\user'
Could not get groups for user DOMAIN\user
SAMBA config : -
[global]
workgroup = DOMAIN
realm = DOMAIN.BIZ
security = ADS
password server = EIS
printcap name = cups
idmap uid = 1000-20000000
idmap gid = 1000-20000000
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
winbind nss info = rfc2307
cups options = raw
Versions :-
# smbd -V
Version 3.4.2-1.1.3.1-2229-SUSE-SL11.2
# winbindd -V
Version 3.4...
2005 Jul 12
21
Dom0 crashing on x86_64
I am seeing a problem with Dom0 crashing on x86_64 whenever I create a
DomU. I''ve done some more testing, and it appears that this problem is
somehow related to networking. Dom0 crashes as soon as the networking
services are started when DomU is coming up. As an experiment, I
brought up DomU without networking, and it stayed up. As soon as I
started DomU with networking enabled, however,
2015 Jan 24
5
Postfix (I think) problem
...<tim at helen> /usr/bin/fetchmail -s mail.eircom.net
fetchmail: SMTP error: 552 5.3.4 Message size exceeds fixed limit
fetchmail: mail from MAILER-DAEMON at helen.gayleard.com bounced to
biblioteca at comune.anghiari.ar.it
--------------------------
I've appended
mailbox_size_limit = 20000000
to /etc/posfix/main.cf (and re-started postfix)
but this does not seem to have done the trick.
I get this email by fetchmail, and it goes to dovecot
from which I retrieve it on my laptop.
So I'm not entirely clear where the problem occurs.
I would delete the email if I could find it,
but it d...
2010 Nov 19
1
winbind - wbinfo problem - SOLVED
...workgroup = SQUID
>> > > realm = SQUID.BIZ
>> > > security = ADS
>> > > password server = EIS.SQUID.BIZ
>> > > printcap name = cups
>> > > idmap uid = 1000-20000000
>> > > idmap gid = 1000-20000000
>> > > winbind separator = +
>> > > winbind enum users = Yes
>> > > winbind enum groups = Yes
>> > > winbind use default domai...
2017 Apr 23
2
why do undefined globals end up in .data instead of .bss?
Here is a module:
@vals = internal unnamed_addr global [20000000 x i32] undef, align 4
When I compile it into an .o file:
$ clang -c test.ll
$ objdump -t test.o
test.o: file format elf64-x86-64
SYMBOL TABLE:
0000000000000000 l df *ABS* 0000000000000000 test.ll
0000000000000000 l O .data 0000000004c4b400 vals
LLVM puts the global in the .data sec...
2006 Feb 23
2
rnorm returning NA's (PR#8635)
Full_Name: Josh McNutt
Version: 2.2.1
OS: Win XP
Submission from: (NULL) (192.88.209.232)
> which(is.na(rnorm(20000000)))
[1] 15242377
> which(is.na(rnorm(10000000)))
[1] 3692029
> which(is.na(rnorm(40000000)))
[1] 5560337 5938719 33888822
> which(is.na(rnorm(50000000)))
[1] 25231754 42397181 45085564 45363557
2008 Apr 17
1
Couldn't (and shouldn't) is.unsorted() be faster?
Hi,
Couldn't is.unsorted() bail out immediately here (after comparing
the first 2 elements):
> x <- 20000000:1
> system.time(is.unsorted(x), gcFirst=TRUE)
user system elapsed
0.084 0.040 0.124
> x <- 200000000:1
> system.time(is.unsorted(x), gcFirst=TRUE)
user system elapsed
0.772 0.440 1.214
Thanks!
H.
2007 Feb 05
0
Domain Account Lock
...printcap name = /etc/printcap
load printers = yes
cups options = raw
log file = /var/log/samba/%m.log
max log size = 50
security = ads
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins server = xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
dns proxy = no
idmap uid = 10000000-20000000
idmap gid = 10000000-20000000
idmap backend = idmap_rid:MYDOMAIN=10000000-20000000
allow trusted domains = No
template shell = /bin/bash
password server = dc1 dc2
winbind use default domain = no
realm = MYDOMAIN
[homes]
comment = Home Directories
browseable = no
writable = yes
===================...
2015 Nov 06
2
winbind problems
...= bsd
>> #printcap cache time = 300
>> printcap name = /dev/null
>> disable spoolss = Yes
>> dns proxy = No
>> wins server = 192.168.1.223
>> ldap ssl = no
>> panic action = /usr/share/samba/panic-action %d
>> #idmap backend = rid:DOMAIN=1000-20000000
>> #idmap uid = 1000-20000000
>> #idmap gid = 1000-20000000
>> idmap config * : backend = tdb
>> idmap config * : range = 1000000 - 2000000
>> #idmap config DOMAIN : default = Yes
>> idmap config DOMAIN : backend = rid
>> idmap config DOMAIN : ran...
2012 Nov 28
1
error: unsupported configuration: block I/O throttling not supported with this QEMU binary
Hi, guys.
I want to change block I/O throttle using 'virsh blkdeviotune' with vm not running, it reported an error:
# virsh blkdeviotune instance-000000dc /dev/loop0 --total-bytes-sec 20000000 --total-iops-sec 20 --config
error: Unable to change block I/O throttle
error: unsupported configuration: block I/O throttling not supported with this QEMU binary
I can do this when the vm is running. Is it a bug? How can I fix this problem.
BTW,My libvirt version is 0.9.13:
# virsh version
Compi...
2005 Oct 06
0
smp issues changeset: 7234:bd37123974b2
...cx: 00000000 edx: 00000000
(XEN) esi: 00000001 edi: 00000000 ebp: c1261f88 esp: c1261f7c
(XEN) cr0: 8005003b cr3: 6ac39000
(XEN) ds: 007b es: 007b fs: 0000 gs: 0069 ss: 0069 cs: 0061
(XEN) Guest stack trace from esp=c1261f7c:
(XEN) c1260000 ffffffff c1260000 c1261fb8 c01072b0 20000000 00000006
c1260000
(XEN) c1260000 c033f500 c033f500 00000001 00000000 00000000 00000000
c1261fb4
(XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000
(XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000
(XEN) 00000000
(XEN) Domain 10 (vcp...
2020 Mar 31
2
How to add new AVR targets?
...thub.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a
Pull the latest LLVM and it should be fixed.
On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de>
wrote:
> Hi Dylan,
>
> I used the following commandline:
>
> clang++ -Os -DF_OSC=20000000 -DF_CPU=20000000 --target=avr -I.
> -I../include0 -I../../include0 -I../../../include0 -I../../include0/std
> -I../include0/std -I../../../include0/std -I../../3rdparty/boost
> -I/usr/avr/include -mmcu=atmega328p
> /home/lmeier/Projekte/wmucpp/clang/bm00/bm00.cc -S -emit-llvm --output...
2017 May 29
2
Different primary group between 4.5.x and 4.6.x
...> Either way, you should not be able to login as 'Guest', or 'nobody',
> these are users that should be used in the background.
>
My configuration for idmap backend is:
idmap config dev2 : range = 65536-19999999
idmap config dev2 : backend = rid
idmap config * : range = 20000000-39999999
idmap config * : backend = autorid
>> In release notes we have:
>>
>> "This means that 'id <username>' without the user having logged in
>> previously works similar to 4.5"
>>
>> I'm a little confused about this. Should I app...
2013 Dec 19
1
[Bug 10336] New: Time in file listing with --list-only option is inconsistent whether dst is given or not
...--list-only option) is in current
local timezone except the case of using rsync:// protocol. Time in UTC is
listed in such case.
## The current timezone is CET, +1 hour
# date +%Z
CET
# rsync -a --list-only /root/local/ localhost::remote
drwxr-xr-x 4096 2013/01/25 14:06:05 .
-rw-r--r-- 20000000 2013/01/25 14:06:05 bigfile
# rsync -a --list-only /root/local/
drwxr-xr-x 4096 2013/01/25 15:06:05 .
-rw-r--r-- 20000000 2013/01/25 15:06:05 bigfile
#3 rsync -a --list-only /root/local/ localhost:/root/remote
root at localhost's password:
drwxr-xr-x 4096 2013/01/25 15:06:05...