Displaying 20 results from an estimated 509 matches for "2147483647".
2002 Jun 26
0
[Bug 301] New: In openssh 3.3 and 3.4 pam session seems be called from non-root
...860 read(9, "# /etc/security/limits.conf\n#\n#E"..., 4096) = 2508
11860 read(9, "", 4096) = 0
11860 close(9) = 0
11860 munmap(0x126000, 4096) = 0
11860 setreuid(1000, 4294967295) = 0
11860 setrlimit(RLIMIT_CPU, {rlim_cur=2147483647, rlim_max=2147483647}) = 0
11860 setrlimit(RLIMIT_FSIZE, {rlim_cur=2147483647, rlim_max=2147483647}) = 0
11860 setrlimit(RLIMIT_DATA, {rlim_cur=2147483647, rlim_max=2147483647}) = 0
11860 setrlimit(RLIMIT_STACK, {rlim_cur=2147483647, rlim_max=2147483647}) = 0
11860 setrlimit(RLIMIT_CORE, {rlim_cur=...
2009 Jun 12
1
SAMBA+PDC+Mysql authentication Backend
...user`
--
CREATE TABLE IF NOT EXISTS `user` (
`logon_time` int(9) default NULL,
`logoff_time` int(9) default NULL,
`kickoff_time` int(9) default NULL,
`pass_last_set_time` int(9) default NULL,
`pass_can_change_time` int(9) default '0',
`pass_must_change_time` int(9) default '2147483647',
`username` varchar(255) default NULL,
`domain` varchar(255) default NULL,
`nt_username` varchar(255) default NULL,
`nt_fullname` varchar(255) default NULL,
`home_dir` varchar(255) default NULL,
`dir_drive` varchar(4) default NULL,
`logon_script` varchar(255) default NULL,
`pro...
2015 Apr 14
3
behavior of as.integer("5000000000")
On 04/13/2015 11:32 PM, Martin Maechler wrote:
>
>> Hi,
>> > as.integer("5000000000")
>> [1] 2147483647
>> Warning message:
>> inaccurate integer conversion in coercion
>
>> > as.integer("-5000000000")
>> [1] NA
>> Warning message:
>> inaccurate integer conversion in coercion
>
>> Is this a bug or a feature? The man...
2002 Mar 20
1
RMySQL integer range bug (PR#1400)
...of MySQL (3.23.36) which are of type
UNSIGNED INTEGER(10). The values can vary between 0 and 2^32 but R only accepts
those below 2^31-1. Anything above goes as 2^31-1.
thats what one gets:
print(quickSQL(con,"select ip_dst from iphdr where ip_dst>=2212233216 limit
5"))
ip_dst
1 2147483647
2 2147483647
3 2147483647
4 2147483647
5 2147483647
and thats what the numbers really are (conversion to character type first):
print(quickSQL(con,"select concat(ip_dst) from iphdr where ip_dst>=2212233216
limit 5"))
concat(ip_dst)
1 2212234077
2 2212234085
3 2212234085...
2007 Jan 23
2
X-UID: 4085788205 != 2147483647
...nd rc18)
allows message Unique Identifiers to be an unsigned 32 bit value, so
something like "X-UID: 4085788205" is allowed.
Some IMAP clients I've tested (Thunderbird 1.5.0.9, SquirrelMail
1.4.9a/PHP 4.3.2) appear to use signed 32 bit identifiers and request
the above message as UID 2147483647 (max signed 32 bit integer).
Evolution 2.0.2 fetches 4085788205 without complaint.
Is there any chance Dovecot could decide to invalidate and renumber a
folder when identifiers greater than 2147483647 are found?
sbg
2005 Apr 20
1
IPC$ entries not deleted from connections.tdb?
...-----------------------------------------
IPC$ 21224 intelwt1 Wed Apr 20 08:07:59 2005
dfs 21224 intelwt1 Wed Apr 20 08:07:59 2005
No locked files
tdb> 1
pid =21222 cnum = 1 name =[IPC$]
pid =21222 cnum = 1 name =[IPC$]
uid =2147483647 addr =[9.54.4.28]
gid =2147483647 machine=[intelwt1]
start = Wed Dec 31 19:00:00 1969
tdb> n
pid =21224 cnum = 2 name =[IPC$]
pid =21224 cnum = 2 name =[IPC$]
uid =2147483647 addr =[9.54.4.28]
gid =2147483647 machine=[intelwt1]
start =...
2015 Apr 14
3
behavior of as.integer("5000000000")
Hi,
> as.integer("5000000000")
[1] 2147483647
Warning message:
inaccurate integer conversion in coercion
> as.integer("-5000000000")
[1] NA
Warning message:
inaccurate integer conversion in coercion
Is this a bug or a feature? The man page suggests it's the latter:
?as.integer? attempts to coerce its ar...
2005 Jun 04
3
smbldap-tools and joining workstation to domain
...trys in ldap:
dn: uid=testhost3$,ou=Computers,dc=IDEALX,dc=ORG
objectClass: top
objectClass: posixAccount
objectClass: sambaSAMAccount
cn: testhost3$
gidNumber: 553
homeDirectory: /dev/null
loginShell: /bin/false
uid: testhost3$
uidNumber: 1005
sambaPwdLastSet: 0
sambaLogonTime: 0
sambaLogoffTime: 2147483647
sambaKickoffTime: 2147483647
sambaPwdCanChange: 0
sambaPwdMustChange: 2147483647
description: Computer Account
rid: 0
primaryGroupID: 0
lmPassword: 7582BF7F733351347D485E46C8E6306E
ntPassword: 7582BF7F733351347D485E46C8E6306E
acctFlags: [W ]
Looking at smbldap-useradd script code I can s...
2015 Apr 17
1
behavior of as.integer("5000000000")
...rv? Pag?s <hpages at fredhutch.org>
>>>>> on Mon, 13 Apr 2015 23:36:14 -0700 writes:
>> On 04/13/2015 11:32 PM, Martin Maechler wrote:
>>>
>>>> Hi,
>>>> > as.integer("5000000000")
>>>> [1] 2147483647
>>>> Warning message:
>>>> inaccurate integer conversion in coercion
>>>
>>>> > as.integer("-5000000000")
>>>> [1] NA
>>>> Warning message:
>>>> inaccurate integer conversion i...
2003 Feb 10
1
Samba 2.2.7a as PDC with LDAP: c000019b error code
...tClass: top
objectClass: person
objectClass: posixAccount
objectClass: shadowAccount
objectClass: sambaAccount
objectClass: inetOrgPerson
sn: Busse
uidNumber: 2001
gidNumber: 100
homeDirectory: /home/users/busse
userPassword:: xxx
shadowLastChange: 12087
uid: Busse
pwdLastSet: 1044369387
logonTime: 2147483647
logoffTime: 2147483647
kickoffTime: 2147483647
pwdCanChange: 2147483647
pwdMustChange: 2147483647
cn: Busse
rid: 5002
primaryGroupID: 5003
lmPassword: xxx
ntPassword: xxx
acctFlags: [U ]
and one of a machine trust account:
dn: cn=pc-155$,ou=computers,o=zq-aekn,c=de
objectClass: posixAcco...
2003 May 23
1
Workstation xxxx$: no account in domain
...c=dialog-telekom,dc=at
logonTime: 0
displayName: nomicro$
lmPassword: 6BCAC9BC98D80DE1AAD3B435B51404EE
objectClass: account
objectClass: posixAccount
objectClass: sambaAccount
primaryGroupID: 2007
acctFlags: [DW ]
uid: nomicro$
uidNumber: 1000
cn: nomicro$
loginShell: /bin/false
logoffTime: 2147483647
gidNumber: 503
kickoffTime: 2147483647
pwdLastSet: 1053686926
rid: 3000
description: Computer
homeDirectory: /dev/null
pwdCanChange: 0
pwdMustChange: 2147483647
ntPassword: 4DA811CEF46834C8201960E47D39C07D
samba log:
[2003/05/23 12:48:48, 2] passdb/pdb_ldap.c:ldap_search_one_user(272)
ldap_sear...
2003 Jul 12
0
Samba-2.2.8a & LDAP - Can't join Domain - SID mapping error
...ccount
objectClass: shadowAccount
objectClass: sambaAccount
uidNumber: 0
gidNumber: 0
homeDirectory: /home/root
loginShell: /bin/bash
gecos: root
shadowLastChange: 0
shadowMax: 0
shadowWarning: 0
userPassword: {SSHA}GN3hrCs7c8Kgd93df23838hHH
uid: root
pwdLastSet: 1057974221
logonTime: 0
logoffTime: 2147483647
kickoffTime: 2147483647
pwdCanChange: 2147483647
pwdMustChange: 2147483647
displayName: root
cn: root
smbHome: \\MY_PDC\homes
homeDrive: Z:
scriptPath: logon.cmd
profilePath: \\MT-PDC\profiles\root
rid: 1000
primaryGroupID: 1001
lmPassword: 639C041927C79D99AAEJKHRJFHKRJKL
ntPassword: 6E1766AB79DDFH...
2002 Mar 07
3
ldap problems
...,dc=test,dc=org
cn: administrator
uid: administrator
uidNumber: 1002
gidNumber: 200
homeDirectory: /home/administrator
loginShell: /bin/bash
gecos: User
description: User
objectClass: top
objectClass: account
objectClass: posixAccount
objectClass: sambaAccount
pwdLastSet: 0
logonTime: 0
logoffTime: 2147483647
kickoffTime: 2147483647
pwdCanChange: 0
pwdMustChange: 2147483647
displayName: User
acctFlags: [UX]
rid: 3004
primaryGroupID: 1401
homeDrive: H:
smbHome: \\PDC-SRV\homes
profilePath: \\PDC-SRV\profiles\administrator
scriptPath: administrator.cmd
lmPassword: D97250ED40513A79AAD3B435B51404EE
ntPasswo...
2002 Nov 12
1
Need clarification
...ion to the LDAP server
ldap_search_one_user: searching for:[(&(uid=ldapuser)(objectclass=sambaAccount))]
get_single_attribute: [uid] = [ldapuser]
Entry found for user: ldapuser
get_single_attribute: [pwdLastSet] = [0]
get_single_attribute: [logonTime] = [0]
get_single_attribute: [logoffTime] = [2147483647]
get_single_attribute: [kickoffTime] = [2147483647]
get_single_attribute: [pwdCanChange] = [0]
get_single_attribute: [pwdMustChange] = [2147483647]
get_single_attribute: [cn] = [ldapuser]
get_single_attribute: [homeDrive] = [H:]
get_single_attribute: [smbHome] = [\\KS\home]
get_single_attribute: [s...
2012 Jun 09
2
Help getting Torchlight 2 Beta running (Mac)
...s loaded: 3
Total sounds loaded: 4
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
D3D9 : Loading 2D Texture, image name : 'media/sharedtextures/shadowfade.dds' with 2147483647 mip map levels
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
D3D9 : Loading 2D Texture, image name : 'media/sharedtextures/lantern.dds' with 2147483647 mip map lev...
2001 May 14
5
unique and precision of long integers
Hello.
I have a dataset with about 500,000 observations, most of which are
not unique. The first 10 observations look like
901000000000100000010100101011002
901101101110100000010100101011002
901000000000100000010100000001002
901000000000100000010101001011002
901000000000100000010101010011002
901000000000100000010100110101002
901000000000100000010100101011002
900000000000100000010010101011002
2023 Jun 06
2
virsh not connecting to libvertd ?
...tory)
access("/var/run/libvirt/libvirt-sock", F_OK) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 5
connect(5, {sa_family=AF_UNIX, sun_path="/var/run/libvirt/libvirt-sock"},
110) = 0
getsockname(5, {sa_family=AF_UNIX}, [128 => 2]) = 0
futex(0x7fa716a672f0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
fcntl(5, F_GETFD) = 0
fcntl(5, F_SETFD, FD_CLOEXEC) = 0
fcntl(5, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
futex(0x7fa716a67348, FUTEX_WAKE_PRIVATE, 2147483647) = 0
eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 6...
2002 Jan 03
2
Different behaviour of data()
...ssion,
typically
data(myfile)
loads myfile.csv from my working/data directory into R.
Now, in 1.4.0 version, everything works as expected, but with one
difference:
The values readed in older versions in "num" mode are now readed as "int"
mode,
converting the values larger than 2147483647 (2^{31}-1) into that value.
This has a consequence when reading such kind of data:
<example>
File
alerts.csv
looks like:
"IMSI";"DialedDigits";"Cnt";"Pri";"Dur"
"230020100010125";"+28491628975809";3;332;2391
"23002...
2015 Apr 17
0
behavior of as.integer("5000000000")
...;>>>> Herv? Pag?s <hpages at fredhutch.org>
>>>>> on Mon, 13 Apr 2015 23:36:14 -0700 writes:
> On 04/13/2015 11:32 PM, Martin Maechler wrote:
>>
>>> Hi,
>>> > as.integer("5000000000")
>>> [1] 2147483647
>>> Warning message:
>>> inaccurate integer conversion in coercion
>>
>>> > as.integer("-5000000000")
>>> [1] NA
>>> Warning message:
>>> inaccurate integer conversion in coercion
>>...
2009 Nov 19
1
Errors in strace
...ollowing when I do a strace on login processes in dovecot. Are there any issues with these errors:
gettimeofday({1258671134, 941478}, {420, 0}) = 0
accept(4, 0x7fff3279b0d0, [28]) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(11, {{EPOLLIN, {u32=534434496, u64=534434496}}}, 46, 2147483647) = 1
gettimeofday({1258671135, 70395}, {420, 0}) = 0
accept(4, 0x7fff3279b0d0, [28]) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(11, {{EPOLLIN, {u32=534434688, u64=534434688}}}, 46, 2147483647) = 1
gettimeofday({1258671135, 167400}, {420, 0}) = 0
accept(6, 0x7fff3279b0d0, [28]...