Displaying 20 results from an estimated 43 matches for "casu".
Did you mean:
case
2004 Mar 07
1
strace hard lock
Topic: strace casues hardlock. no kernel panic. userland tool
Category: kernel
Program: strace
Affects: FreeBSD releases 5.x and later.
problem: When a normal user (or root user) users strace on certain
binarys, the system will hardlock up, with no kernel panic. (numlock
doesnt turn on and o...
2022 Oct 29
3
[PATCH] drm/nouveau/mmu: fix use-after-free bug in nvkm_vmm_pfn_map
If it failed in kzalloc, vma will be freed in nvkm_vmm_node_merge.
The later use of vma will casue use after free.
Reported-by: Zheng Wang <hackerzheng666 at gmail.com>
Reported-by: Zhuorao Yang <alex000young at gmail.com>
Fix it by returning to upper caller as soon as error occurs.
Signed-off-by: Zheng Wang <zyytlz.wz at 163.com>
---
drivers/gpu/drm/nouveau/nvkm/subdev/mm...
2013 Nov 05
1
ocfs2: why not set EROFS when clearing bits multiple times
...num_bits, bit_off,
(unsigned long long)le64_to_cpu(bg->bg_blkno),
alloc_inode->i_sb->s_id, bits_cleared);
}
If this case happens, does it mean the filesystem have already been
inconsistent? If so, why not set EROFS when this case happens?
Or anyone knows which case will casue bits to be cleared multiple times?
Thanks very much.
2010 Nov 30
3
repeat write.table with the same code many times
...p to do bootstrapping around the function (i.e.
I perform the replications within the function and output a matrix of
results). However in the case of 'boothd' I am dealing with rare events and
so sometimes I get an empty vector as output which makes mathematical
sense. Unfortunately this casues the bootstrapping code to crash.
I'm hoping that writing the results out line by line will remove this
problem. I have tried rep(write.table(...),15) say but because of the
occasional null vector the table is not written.
Thank you for any help you can give.
By the way,
write.table(boothd...
2012 Mar 20
1
errors in logs - kernel: XFS (dm-7): xlog_space_left: head behind tail
...hmlfpr05 kernel: GH cycle = 5, GH bytes = 333417792
Mar 21 10:49:42 nzhmlfpr05 kernel: XFS (dm-7): xlog_space_left: head behind tail
Mar 21 10:49:42 nzhmlfpr05 kernel: tail_cycle = 5, tail_bytes = 333417984
Mar 21 10:49:42 nzhmlfpr05 kernel: GH cycle = 5, GH bytes = 333417792
What would casue this ? A quick google , I found a post that indicated
I should unmount and mount the file systems. I have live production
data on this machine so I need to be careful. What is the best
solution ?
Thanks
Greg
2007 Sep 05
1
Openssh4.6p1 Make tests failed in sftp
...rror: channel 0: chan_read_failed
for ist
Further debugging on process_write of sftp-server.c, I found that the
errno returned from the "write" function is always "File too large" no
matter what is the size of the file. I appreciate your help to further
investigate the possible casue of the problem.
Thanks in advance,
John
2012 Nov 21
3
Reentrant NMIs, MCEs and interrupt stack tables.
Hello,
While working on a fix for the rare-but-possible problem of reentrant
NMIs and MCEs, I have discovered that it is sadly possible to generate
fake NMIs and MCEs which will run the relevant handlers on the relevant
stacks, without invoking any of the other CPU logic for these special
interrupts.
A fake NMI can be generated by a processor in PIC mode as opposed to
Virtual wire mode, with a
2007 Nov 02
1
R timeDate does not allow seconds?
...ate():
R>
timeDate(as.character(inputdate),format="%Y-%02m-%02d_%02H.%02M.%02S")
Error in if (regexpr("/....", charvec[1])[[1]] > 0) return("%m/%d/%Y") :
missing value where TRUE/FALSE needed
The R-help archives said something about non-standard formats casuing a
problem, but I believe (short of the underscore) that its the seconds,
not the delimiter that is causing the trouble.
I've also been playing with zoo and its functions without much success
either. The timeDate approach seems simplest.
With so many date classes/methods in R, what is consi...
2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
...ault_url_options = { :host => "xyz.com" }
I''ve looked through similar posts, and I feel my production.rb is
configured correctly. So, I''m not able to figure out what''s the problem.
Please could someone help. Thanks
**EDIT:** Could changes in Gemfile.lock casue this? My Gemfile.lock got
changed, although I had reverted the changes later. It worked fine earlier.=
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an em...
2005 Apr 22
4
Bug in Version 2010 (PR#7807)
Dr. Michael
Breuer
22.04.05
?kologiezentrum der Universit?t Kiel
Olshausenstra?e 75
24118 Kiel
Dear Ladies and Sirs,
After updating the R-Windows-program (binary) by the latest version
(2010), the R-Scripts that I want to execute are not shown in the
File-Window anymore. In the former version it worked
2013 Jun 03
2
recovering gluster volume || startup failure
Hello Gluster users:
sorry for long post, I have run out of ideas here, kindly let me know if i am looking at right places for logs and any suggested actions.....thanks
a sudden power loss casued hard reboot - now the volume does not start
Glusterfs- 3.3.1 on Centos 6.1 transport: TCP
sharing volume over NFS for VM storage - VHD Files
Type: distributed - only 1 node (brick)
XFS (LVM)
mount /dev/datastore1/mylv1 /export/brick1 -?mounts VHD files.......is there a way to recover these...
2008 Oct 12
5
One Way Audio Problem
Hello all,
I've been lobbying for some time at the #asterisk IRC channel. Until
now, I still can't find a solution to my one way audio problem. I
rebuilt the Asterisk-1.4.21.2 from the Debian Testing repository on my
Debian Etch. I got a Digium TDM400P with 1 FXO (channel 4) and 1 FXS
(channel 1). My SIP extension phone located inside the LAN is a SNOM
300 IP phone.
This one way audio
2009 Dec 07
10
Max IMAP fodlers
Is there a way to limit the amount of maildir folders a user can have?
Also is there is hard limit on the amount of folders dovecot can handle? I have a user who has over 3000 folder (including subfolders) that is having issues with delays in loading, moving, and deleting messages.
Thanks in advance
Jeff N.
2023 Mar 07
0
[PATCH] drm/nouveau/mmu: fix use-after-free bug in nvkm_vmm_pfn_map
Reviewed-by: Lyude Paul <lyude at redhat.com>
Will push upstream in a moment
On Sat, 2022-10-29 at 15:46 +0800, Zheng Wang wrote:
> If it failed in kzalloc, vma will be freed in nvkm_vmm_node_merge.
> The later use of vma will casue use after free.
>
> Reported-by: Zheng Wang <hackerzheng666 at gmail.com>
> Reported-by: Zhuorao Yang <alex000young at gmail.com>
>
> Fix it by returning to upper caller as soon as error occurs.
>
> Signed-off-by: Zheng Wang <zyytlz.wz at 163.com>
> ---...
2023 Mar 07
1
[PATCH] drm/nouveau/mmu: fix use-after-free bug in nvkm_vmm_pfn_map
Actually - could you resend this with dri-devel at lists.freedesktop.org added to
the cc list just to make patchwork happy?
On Sat, 2022-10-29 at 15:46 +0800, Zheng Wang wrote:
> If it failed in kzalloc, vma will be freed in nvkm_vmm_node_merge.
> The later use of vma will casue use after free.
>
> Reported-by: Zheng Wang <hackerzheng666 at gmail.com>
> Reported-by: Zhuorao Yang <alex000young at gmail.com>
>
> Fix it by returning to upper caller as soon as error occurs.
>
> Signed-off-by: Zheng Wang <zyytlz.wz at 163.com>
> ---...
2009 Jul 17
2
Re placing null values (#NULL!)
...2 #NULL! 0 0 0.00 26,161.29100
So i need to replace the the #NULL! with 0. I have tried:
Props_pct_vacant<-Props_pct_vacant[Props_$pct_vacant !="#NULL!"]
Which seems to be deleting the #Null! cases but then the vectors are of
different lengths and i think it casues problems. Ideally i would load the
data and remove all the cases with #NULL! values no matter what column there
in or at least specify the column. So question one is since the NULL value
is actually a "#NULL!" value do the same commands apply becuase it seems
like they dont work. The...
2002 Sep 09
1
Re 2: Sorry to waste your time - I will stop using rsync
Peter,
One other thing.
The first two times it crashed I erased the file tree created by rsync so
that the snaphot started from scratch again.
Each of these two times it got to exactly the same file:
usr/lib/locale/es_CO/LC_COLLATE
when it crashed.
That was when I stopped rebuidling and re-cabling my hardware, because I
saw a determinate pattern in the crashes...
(sheepish) should have said
2001 Mar 19
2
smbd must have effective user id of zero to run?
I couldn't get samba to run on my system, after launching smbd in
debuging mode I got:
dadecal@tramontana:/usr/local/samba/bin$ ./smbd -d 10
./smbd: Version 2.2.0-alpha2 : Must have effective user id of zero to
run.
What is this about?
--
______________________________
Daniel de los Reyes
S2-Selling Soluciones
Valencia Spain
e-mail: dadecal@s2-selling.com
Powered by Debian GNU-Linux 2.2r2
2003 Dec 09
1
Maybe some bug on sapply and cbind (PR#5628)
Full_Name: Drouilhet R?my
Version: 1.8.1
OS: Linux
Submission from: (NULL) (195.221.43.136)
Hi!!!
Is there some mistake?
This is some part of one of my R programs. I created this function to show you
the trouble!!!
bugTest<-function() {
paramnames <- c("mean","sd")
param <- list(expression(1),expression(2))
paramtmp <- list(mean=0,sd=1)
if(length(param))
2005 Oct 21
0
[RFC] Multi-language rails
...rubyonrails.com/rails/pages/RailsLocalization
First doubt:
ri18n uses functions like _(), _i(), or n_() to mark translatable strings. We
need to mark some of these in ActiveRecord and maybe another components of
the framework. Since the translation framework is initialized by railties,
this may casue problems if ActiveRecord is used standalone.
So, possible solutions are:
- Quick (temporary I hope), something like:
if !methods.include?("_")
def _(str)
str
end
#and so on for the rest of the translators
end
- Best solution. Instead defining a wrapper function if ri18n is not loa...