Displaying 20 results from an estimated 22 matches for "12591".
Did you mean:
1251
2009 Nov 15
2
Segmentation faults on SEXP conversion
...rite",
fd=cfd,
msg=cmsg,
PACKAGE="forkex"
);
}
Upon running the above code as a call to `ptest()`, I receive a
segmentation fault. Building the package as `R CMD check
--use-valgrind ...` provides the following memcheck output:
> ptest();
==12591== Invalid read of size 1
==12591== at 0x4D04209: SET_SYMVALUE (in /usr/lib64/R/lib/libR.so)
==12591== by 0x4D01E51: Rf_ReplIteration (in /usr/lib64/R/lib/libR.so)
==12591== by 0x4D020B7: (within /usr/lib64/R/lib/libR.so)
==12591== by 0x4D027CF: run_Rmainloop (in /usr/lib64/R/lib/libR.so...
2013 Feb 08
1
GlusterFS OOM Issue
Hello,
I am running GlusterFS version 3.2.7-2~bpo60+1 on Debian 6.0.6. Today, I
have experienced a a glusterfs process cause the server to invoke
oom_killer.
How exactly would I go about investigating this and coming up with a fix?
--
Steve King
Network/Linux Engineer - AdSafe Media
Cisco Certified Network Professional
CompTIA Linux+ Certified Professional
CompTIA A+ Certified Professional
2009 Jul 21
3
how to use a list to create a plot
...13030 362
6 10.101336 12955 5
7 11.759585 13071 321
8 10.277566 12286 1105
9 8.561922 12286 674
10 9.252890 13343 27
11 9.568852 12591 369
12 9.622851 12020 946
> typeof(psd)
[1] "list"
I want plot sd versus column 1 (month of year) of the list psd.
The only way I can figure out how to do this is to manually copy the
table into Excel, reformat, and then export that back out as a...
2011 Jul 12
1
Possible leaking records in dashboard db
...n Ubuntu. I remove old reports using this command:
nice -n +1 rake RAILS_ENV=production reports:prune upto=1 unit=mon
This seems to work fine, and the amount of reports returnd by this mysql query seems to drop by the proper amount:
select count(*) from reports;
Right now it returns a value of 12591. So far so good.
The problem is the resource_statuses statuses table. Right now I have 63695 distinct values for report_id as returned by:
select count(*) from (select distinct report_id from resource_statuses)as count;
Am I missing something?
It seems to me this can be fixed by just making...
2010 Mar 01
1
help with zoo
...my code :
dput(stoft)
structure(list(datum = structure(c(12060, 12073, 12089, 12101,
12114, 12128, 12143, 12157, 12170, 12184, 12198, 12213, 12226,
12284, 12297, 12310, 12324, 12338, 12352, 12368, 12381, 12394,
12409, 12425, 12436, 12451, 12464, 12478, 12489, 12507, 12535,
12549, 12562, 12579, 12591, 12639, 12653, 12668, 12681, 12696,
12710, 12724, 12737, 12751, 12765, 12779, 12793, 12807, 12821,
12835, 12849, 12863, 12878, 12892, 12906, 12920, 12934, 12948,
12962, 12976, 12998, 13011, 13025, 13038, 13046, 13063, 13074,
13088, 13102, 13119, 13130, 13144, 13158, 13172, 13187, 13200,
13213,...
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...slow at samba.org>
* BUG 12536: s3/smbd: Check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses
readdirattr.
* BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType".
* BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp.
o David Disseldorp <ddiss at samba.org>
* BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
o Björn Jac...
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...slow at samba.org>
* BUG 12536: s3/smbd: Check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses
readdirattr.
* BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType".
* BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp.
o David Disseldorp <ddiss at samba.org>
* BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
o Björn Jac...
2006 Jul 21
0
adding item in database from remote controller
I have a design problem that i have ben scratching my head over for a
couple of days.
I have made a controller and model for handeling and uploading images to
the server. I have also made a simpel blog controller/models.
So what i want to do now is from the blog controllers create view get a
list over avalible images on the server to add into the post and also be
able to upload a new image
2013 Feb 04
1
Errors with doveadm when using checkpassword
...lookup failed
doveadm(andytest at xecu.net): Fatal: /var/run/dovecot/auth-userdb: passdb
lookup failed (to see if user is proxied, because doveadm_proxy_port is
set)
And I see this in the logs:
Feb 4 12:02:04 mail-out01 dovecot: auth: Error:
userdb-checkpassword(andytest at xecu.net): Child 12591 exited with status
1
I'm not surprised the checkpassword lookup is failing; the password
isn't being supplied. Shouldn't it just be doing the prefetch lookup
instead, like the lmtp service?
Andy
---
Andy Dills
Xecunet, Inc.
www.xecu.net
301-682-9972
---
2017 Mar 09
0
[Announce] Samba 4.5.6 Available for Download
...to its own subsystem.
* BUG 12536: s3/smbd: check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses
readdirattr.
* BUG 12545: s3/rpc_server/mdssvc: add attribute "kMDItemContentType".
* BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
* BUG 12604: vfs_fruit: Enabling AAPL extensions must be a global switch.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12469: ctdb-tests: Use replace headers instead of system headers.
* BUG 12547: ctdb-build: Install CTDB tests correctly f...
2017 Mar 09
0
[Announce] Samba 4.5.6 Available for Download
...to its own subsystem.
* BUG 12536: s3/smbd: check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses
readdirattr.
* BUG 12545: s3/rpc_server/mdssvc: add attribute "kMDItemContentType".
* BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
* BUG 12604: vfs_fruit: Enabling AAPL extensions must be a global switch.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12469: ctdb-tests: Use replace headers instead of system headers.
* BUG 12547: ctdb-build: Install CTDB tests correctly f...
2009 Jun 08
2
problem with bulk insert into a *.csv file
Hi all,
I am trying to create a "index.csv" with caliculating different
types of caliculations .
In that i have to caliculate on 10,000 studies and have to insert many no of
rows more than 500,000
for that right now I am inserting every row after caliculating and doing
data.frame
but its taking much time to create that index.csv
is there any thing like bulk insert in to file
2017 Mar 02
1
[Announce] Samba 4.4.10 Available for Download
...12536: s3/smbd: Check for invalid access_mask
> smbd_calculate_access_mask().
> * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always
> uses
> readdirattr.
> * BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType".
> * BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp.
>
> o David Disseldorp <ddiss at samba.org>
> * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour.
>
> o Amitay Isaacs <amitay at gmail.com>
> * BUG 12580: ctdb-common: Fix use-after-free error in comm...
2017 Mar 02
1
[Announce] Samba 4.4.10 Available for Download
...12536: s3/smbd: Check for invalid access_mask
> smbd_calculate_access_mask().
> * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always
> uses
> readdirattr.
> * BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType".
> * BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp.
>
> o David Disseldorp <ddiss at samba.org>
> * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour.
>
> o Amitay Isaacs <amitay at gmail.com>
> * BUG 12580: ctdb-common: Fix use-after-free error in comm...
2017 Feb 28
2
[Announce] Samba 4.6.0rc4 Available for Download
...".
* BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
o Ralph Boehme <slow at samba.org>
* BUG 12490: vfs_fruit: Correct Netatalk metadata xattr on FreeBSD.
* BUG 12536: s3/smbd: Check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
* BUG 12595: build: Fix generation of CTDB manpages while creating tarball.
o Bryan Mason <bmason at redhat.com>
* BUG 1...
2017 Feb 28
2
[Announce] Samba 4.6.0rc4 Available for Download
...".
* BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
o Ralph Boehme <slow at samba.org>
* BUG 12490: vfs_fruit: Correct Netatalk metadata xattr on FreeBSD.
* BUG 12536: s3/smbd: Check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
* BUG 12595: build: Fix generation of CTDB manpages while creating tarball.
o Bryan Mason <bmason at redhat.com>
* BUG 1...
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...".
* BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
o Ralph Boehme <slow at samba.org>
* BUG 12490: vfs_fruit: Correct Netatalk metadata xattr on FreeBSD.
* BUG 12536: s3/smbd: Check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
* BUG 12595: build: Fix generation of CTDB manpages while creating tarball.
o Bryan Mason <bmason at redhat.com>
* BUG 1...
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...".
* BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
o Ralph Boehme <slow at samba.org>
* BUG 12490: vfs_fruit: Correct Netatalk metadata xattr on FreeBSD.
* BUG 12536: s3/smbd: Check for invalid access_mask
smbd_calculate_access_mask().
* BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
o Amitay Isaacs <amitay at gmail.com>
* BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
* BUG 12595: build: Fix generation of CTDB manpages while creating tarball.
o Bryan Mason <bmason at redhat.com>
* BUG 1...
2017 Mar 07
0
[Announce] Samba 4.6.0 Available for Download
...bd: Don't loop infinitely on bad-symlink resolution.
>
> o Ralph Boehme <slow at samba.org>
> * BUG 12490: vfs_fruit: Correct Netatalk metadata xattr on FreeBSD.
> * BUG 12536: s3/smbd: Check for invalid access_mask
> smbd_calculate_access_mask().
> * BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
>
> o Amitay Isaacs <amitay at gmail.com>
> * BUG 12580: ctdb-common: Fix use-after-free error in
> comm_fd_handler().
> * BUG 12595: build: Fix generation of CTDB manpages while creating
> tarball.
>
> o Bryan Mason...
2013 Feb 21
2
ggplot2, geomtile fill assignment
...-0.025 3 9828
1367 1367 0.2375 2.6625 -0.025 3 9020
1368 1368 0.2375 2.6875 -0.025 3 8614
1369 1369 0.2375 2.7125 -0.025 3 8736
1370 1370 0.2375 2.7375 -0.025 3 9912
1371 1371 0.2375 2.7625 -0.025 3 11707
1372 1372 0.2375 2.7875 -0.025 3 12591
1373 1373 0.2375 2.8125 -0.025 3 11845
1374 1374 0.2375 2.8375 -0.025 3 10712
1375 1375 0.2375 2.8625 -0.025 3 10316
1376 1376 0.2375 2.8875 -0.025 3 10305
1377 1377 0.2375 2.9125 -0.025 3 9507
1378 1378 0.2375 2.9375 -0.025 3 8122
1379 1379 0.2375...