Displaying 20 results from an estimated 25 matches for "16832".
Did you mean:
16.32
2020 Nov 09
3
ctdb error after upgrade to 4.12.10
Dear List,
I updated to samba 4.12.10-SerNet-Debian-9.buster from 4.12.9
and did a
gluster volume set volume performance.write-behind off
Now I get this in /var/log/syslog and randomly people don't get access
to a shae.
Nov? 9 15:56:14 ctdb-host smbd[16832]: [2020/11/09 15:56:14.078120,? 0]
../../source3/lib/popt_common.c:68(popt_s3_talloc_log_fn)
Nov? 9 15:56:14 ctdb-host smbd[16832]:?? talloc: access after free error
- first free may be at ../../source3/modules/vfs_glusterfs.c:347
Nov? 9 15:56:14 ctdb-host smbd[16832]: [2020/11/09 15:56:14.078173,?...
2020 Nov 09
1
ctdb error after upgrade to 4.12.10
...> > Now I get this in /var/log/syslog and randomly people don't get access
> > to a shae.
>
> Can you load the debug symbols please ? That should give us
> more data on where this is failing.
>
> Thanks !
>
> Jeremy.
>
> > Nov? 9 15:56:14 ctdb-host smbd[16832]: [2020/11/09 15:56:14.078120,? 0]
> > ../../source3/lib/popt_common.c:68(popt_s3_talloc_log_fn)
> > Nov? 9 15:56:14 ctdb-host smbd[16832]:?? talloc: access after free error
> > - first free may be at ../../source3/modules/vfs_glusterfs.c:347
> > Nov? 9 15:56:14 ctdb-host sm...
2020 Nov 09
0
ctdb error after upgrade to 4.12.10
...lume set volume performance.write-behind off
>
> Now I get this in /var/log/syslog and randomly people don't get access
> to a shae.
Can you load the debug symbols please ? That should give us
more data on where this is failing.
Thanks !
Jeremy.
> Nov? 9 15:56:14 ctdb-host smbd[16832]: [2020/11/09 15:56:14.078120,? 0]
> ../../source3/lib/popt_common.c:68(popt_s3_talloc_log_fn)
> Nov? 9 15:56:14 ctdb-host smbd[16832]:?? talloc: access after free error
> - first free may be at ../../source3/modules/vfs_glusterfs.c:347
> Nov? 9 15:56:14 ctdb-host smbd[16832]: [2020/11/...
2003 Oct 08
3
openssh-3-7-1p2: sftp issue from Cygwin Build
Anyone have any problems with sftp-server on 3.7.1p2? When I sftp to the
server i get this when I do an ls -l:
sftp> ls -l
?-w-rwxrwx 0 1 16832 3 Oct 26 1993
Mike
2017 Jul 11
2
Extracting sentences with combinations of target words/terms from cancer patient text medical records
...#
sampletxt <- "This sentence contains the word metastatic and the word breast. This sentence contains no target words."
sentence_match(sampletxt)
#### Non-working code ####
sampletxt <-
structure(
list(
PTNO = c(1, 2, 2, 2),
DATE = structure(c(16436, 16436, 16832, 16845), class = "Date"),
TYPE = c("Progress note", "CAT scan", "Progress note", "Progress note"),
TVAR = c(
"This sentence contains the word metastatic. This sentence contains the term stage IV.",
"This se...
2017 Jul 12
0
Extracting sentences with combinations of target words/terms from cancer patient text medical records
...e contains the word metastatic and the word breast. This sentence contains no target words."
>
>sentence_match(sampletxt)
>
>#### Non-working code ####
>
>sampletxt <-
> structure(
> list(
> PTNO = c(1, 2, 2, 2),
> DATE = structure(c(16436, 16436, 16832, 16845), class = "Date"),
> TYPE = c("Progress note", "CAT scan", "Progress note", "Progress note"),
> TVAR = c(
> "This sentence contains the word metastatic. This sentence contains the term stage IV.",
>...
2017 Jul 12
2
Extracting sentences with combinations of target words/terms from cancer patient text medical records
...e contains the word metastatic and the word breast. This sentence contains no target words."
>
>sentence_match(sampletxt)
>
>#### Non-working code ####
>
>sampletxt <-
> structure(
> list(
> PTNO = c(1, 2, 2, 2),
> DATE = structure(c(16436, 16436, 16832, 16845), class = "Date"),
> TYPE = c("Progress note", "CAT scan", "Progress note", "Progress note"),
> TVAR = c(
> "This sentence contains the word metastatic. This sentence contains the term stage IV.",
>...
2017 Jul 13
1
Extracting sentences with combinations of target words/terms from cancer patient text medical records
...entence_extract, "metastatic|stage IV"))
sentence_match <- str_c(sentence_number, ": ", sentence_extract[sentence_number], collapse = "")
sentence_match
}
sampletxt <-
structure(
list(
PTNO = c(1, 2, 2, 2),
DATE = structure(c(16436, 16436, 16832, 16845), class = "Date"),
TYPE = c("Progress note", "CAT scan", "Progress note", "Progress note"),
TVAR = c(
"This sentence contains the word metastatic. This sentence contains the term stage IV.",
"This se...
2017 Jul 11
0
Extracting sentences with combinations of target words/terms from cancer patient text medical records
...he word metastatic and the word
> breast. This sentence contains no target words."
>
> sentence_match(sampletxt)
>
> #### Non-working code ####
>
> sampletxt <-
> structure(
> list(
> PTNO = c(1, 2, 2, 2),
> DATE = structure(c(16436, 16436, 16832, 16845), class = "Date"),
> TYPE = c("Progress note", "CAT scan", "Progress note", "Progress
> note"),
> TVAR = c(
> "This sentence contains the word metastatic. This sentence
> contains the term stage IV.&quo...
2017 Jul 13
0
Extracting sentences with combinations of target words/terms from cancer patient text medical records
...entence_extract, "metastatic|stage IV"))
sentence_match <- str_c(sentence_number, ": ", sentence_extract[sentence_number], collapse = "")
sentence_match
}
sampletxt <-
structure(
list(
PTNO = c(1, 2, 2, 2),
DATE = structure(c(16436, 16436, 16832, 16845), class = "Date"),
TYPE = c("Progress note", "CAT scan", "Progress note", "Progress note"),
TVAR = c(
"This sentence contains the word metastatic. This sentence contains the term stage IV.",
"This se...
2006 May 19
1
ActiveRecord: Minor saving problem
This is probably a very stupid error on my side, but I am doing my
first steps now and I don''t see what is wrong.
I have companies and I have users. A user can create a company. When
the user does he''s automatically a member of the company. A company
should be able to have multiple users off course so every member of a
company can add other users who don''t have a
2017 Mar 12
2
nVidia ION on Acer Revo out of signal after boot.
...67 1 nouveau
drm_kms_helper 37632 1 nouveau
drm 216971 4 ttm,drm_kms_helper,nouveau
i2c_algo_bit 12633 1 nouveau
i2c_core 28421 5
drm,drm_kms_helper,i2c_algo_bit,nouveau,i2c_nforce2
mxm_wmi 12672 1 nouveau
video 16832 1 nouveau
usb_storage 52365 1
forcedeth 49417 0
wmi 13114 2 mxm_wmi,nouveau
---------------------------------------------------------------------
Sorry for the huge e-mail. I would appreciate any help.
Thanks in advance.
Marcelo.
-------------- next...
2009 Aug 13
3
DO NOT REPLY [Bug 6636] New: Deallocation of a pointer not malloced
...uot;) at backup.c:369
#4 0x0000bbb8 in delete_item (fbuf=0xbfffd118 "...", mode=33152, flags=17448)
at generator.c:198
#5 0x0000b970 in delete_dir_contents (fname=0xbfffd118 "...", flags=4) at
generator.c:304
#6 0x0000bab8 in delete_item (fbuf=0xbfffd118 "...", mode=16832, flags=2) at
generator.c:179
#7 0x0000c2a8 in delete_in_dir (fbuf=0x4fdf88 "...", file=0x6,
fs_dev=0x11b05e0) at generator.c:536
#8 0x00011288 in generate_files (f_out=1, local_name=0x4aeb54 "...") at
generator.c:2245
#9 0x0001d004 in do_recv (f_in=0, f_out=1, local_name=0x0)...
2008 Sep 09
1
1.1.3: imap crashes with SIGSEGV
...,
flags=0) at maildir-storage.c:448
mbox = (struct maildir_mailbox *) 0x87c6248
index = <value optimized out>
path = 0x879f120 "/home/n/i/nivanov/Maildir/.Drafts"
st = {st_dev = 13257686650873676099, __pad1 = 65024, __st_ino = 0,
st_mode = 0, st_nlink = 6076788, st_uid = 16832, st_gid = 2,
st_rdev = 429496771878, __pad2 = 0, st_size = 0, st_blksize = 12288,
st_blocks = 17592186044416, st_atim = {tv_sec = 24, tv_nsec = 0}, st_mtim = {
tv_sec = 1219648514, tv_nsec = 0}, st_ctim = {tv_sec = 1219648514,
tv_nsec = 0}, st_ino = 1220756980}
pool = <value opti...
2008 Sep 15
0
Trace log of unify when glusterfs freezes
...7:32 T [trace.c:1117:trace_lookup] trace: callid: 19 (*this=0x50cd30, loc=0x52b478 {path=/home/lozzar, inode=0x52b120} )
2008-09-15 20:17:32 T [trace.c:535:trace_lookup_cbk] trace: callid: 19 (*this=0x50cd30, op_ret=0, op_errno=2, inode=0x52b120, *buf=0x5269f0 {st_dev=2049, st_ino=1598933, st_mode=16832, st_nlink=35, st_uid=1001, st_gid=100, st_rdev=0, st_size=4096, st_blksize=4096, st_blocks=8})
2008-09-15 20:17:32 T [trace.c:1774:trace_opendir] trace: callid: 20 (*this=0x50cd30, loc=0x52b478 {path=/home/lozzar, inode=0x526500}, fd=0x52c440)
2008-09-15 20:17:32 T [trace.c:747:trace_opendir_cbk]...
2018 Feb 21
7
alternative for multiple if_else statements
...6520, 16529, 16533, 16539, 16550,
16556, 16564, 16566, 16578, 16582, 16593, 16599, 16604, 16613,
16620, 16623, 16635, 16636, 16654, 16660, 16666, 16673, 16681,
16688, 16693, 16702, 16706, 16714, 16721, 16728, 16734, 16745,
16749, 16757, 16764, 16769, 16778, 16785, 16792, 16805, 16812,
16819, 16830, 16832, 16839, 16846, 16856, 16862, 16867, 16877,
16884, 16890, 16898, 16904, 16912, 16917, 16923, 16936, 16938,
16953, 16960, 16966, 16973, 16980), class = "Date"), year = c(2014L,
2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L,
2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 20...
2007 Dec 13
3
rsync 3.00pre6 segfault in add_dirs_to_tree
...= (int32_t *) 0x0
(gdb) p *((struct file_list *)0x56c590)->sorted[0]
$4 = {dirname = 0x0, modtime = 1197492871, len32 = 4096, mode = 16895,
flags = 5, basename = "."}
(gdb) p *((struct file_list *)0x56c590)->sorted[1]
$5 = {dirname = 0x0, modtime = 1197488045, len32 = 16384, mode = 16832,
flags = 4, basename = "l"}
from the mode, it looks that both of them are directories, so S_ISDIR()
should be 1 and thus "dir_cnt--" should get executed, but later show
dir_cnt is still 1. weired.
(gdb) p *((struct file_list *)0x56c590)->sorted[2]
Cannot access memory at ad...
2018 Feb 22
0
alternative for multiple if_else statements
..., 16550,
> 16556, 16564, 16566, 16578, 16582, 16593, 16599, 16604, 16613,
> 16620, 16623, 16635, 16636, 16654, 16660, 16666, 16673, 16681,
> 16688, 16693, 16702, 16706, 16714, 16721, 16728, 16734, 16745,
> 16749, 16757, 16764, 16769, 16778, 16785, 16792, 16805, 16812,
> 16819, 16830, 16832, 16839, 16846, 16856, 16862, 16867, 16877,
> 16884, 16890, 16898, 16904, 16912, 16917, 16923, 16936, 16938,
> 16953, 16960, 16966, 16973, 16980), class = "Date"), year = c(2014L,
> 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L,
> 2014L, 2014L, 2014L, 2014L, 201...
2018 Feb 26
0
alternative for multiple if_else statements
...16539, 16550,
> 16556, 16564, 16566, 16578, 16582, 16593, 16599, 16604, 16613, 16620,
> 16623, 16635, 16636, 16654, 16660, 16666, 16673, 16681, 16688, 16693,
> 16702, 16706, 16714, 16721, 16728, 16734, 16745, 16749, 16757, 16764,
> 16769, 16778, 16785, 16792, 16805, 16812, 16819, 16830, 16832, 16839,
> 16846, 16856, 16862, 16867, 16877, 16884, 16890, 16898, 16904, 16912,
> 16917, 16923, 16936, 16938, 16953, 16960, 16966, 16973, 16980), class =
> "Date"), year = c(2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 2014L,
> 2014L, 2014L, 2014L, 2014L, 2014L, 2014L, 201...
2017 Mar 12
0
nVidia ION on Acer Revo out of signal after boot.
...37632 1 nouveau
> drm 216971 4 ttm,drm_kms_helper,nouveau
> i2c_algo_bit 12633 1 nouveau
> i2c_core 28421 5
> drm,drm_kms_helper,i2c_algo_bit,nouveau,i2c_nforce2
> mxm_wmi 12672 1 nouveau
> video 16832 1 nouveau
> usb_storage 52365 1
> forcedeth 49417 0
> wmi 13114 2 mxm_wmi,nouveau
> ---------------------------------------------------------------------
>
> Sorry for the huge e-mail. I would appreciate any help.
>
> Thanks in...