search for: kara

Displaying 20 results from an estimated 202 matches for "kara".

Did you mean: karan
2019 May 23
3
Possible bug when finding shared libraries during staged installation
...3binary $ git checkout 663ad7122 $ R CMD INSTALL . (We've also run into it in an internal package, but it's easier to reproduce with x13binary) In this case the file command returns multiple results for one of the dynamic libraries, so are_shared looks like this: > are_shared $`/Users/Kara/projects/forks/x13binary/inst//lib/libgcc_s.1.dylib` [1] TRUE TRUE TRUE $`/Users/Kara/projects/forks/x13binary/inst//lib/libgfortran.3.dylib` [1] TRUE $`/Users/Kara/projects/forks/x13binary/inst//lib/libquadmath.0.dylib` [1] TRUE slibs[are_shared] then fails with invalid subscript type 'list...
2019 May 24
2
Possible bug when finding shared libraries during staged installation
On 5/24/19 2:52 PM, Martin Maechler wrote: >>>>>> Kara Woo >>>>>> on Thu, 23 May 2019 14:24:26 -0700 writes: > > Hi all, > > With the new staged installation, it seems that R CMD INSTALL sometimes > > fails on macOS due to these lines [1] when sapply() returns a list. The > > x13binary...
2004 Aug 15
1
Winbindd startup kerberos fail
...ems to work and I can show users and gropus using wbinfo although I see some things in the logs that I haven't been able to figure out. I'm using a Win2k native domain, FreeBSD 5.2-RELEASE, and Samba 3.0.4. The domain is HOME, the win2k server is frosty.home.local and the Samba machine is kara.home.local. I'm working my way through the initial startup of winbindd, and have the following in my logs. I can't figure out what the failure is at the end, could it be the machine password stored on KARA is wrong?. I can use kinit and get tickets for users from the kerberos server, a...
2008 Oct 20
2
[PATCH] ocfs2: Fix checking of return value of new_inode()
new_inode() does not return ERR_PTR() but NULL in case of failure. Correct checking of the return value. Signed-off-by: Jan Kara <jack at suse.cz> --- fs/ocfs2/namei.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index d5d808f..0372ef0 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c @@ -382,8 +382,8 @@ static int ocfs2_mknod_locked(struct ocfs2_su...
2019 May 24
0
Possible bug when finding shared libraries during staged installation
>>>>> Kara Woo >>>>> on Thu, 23 May 2019 14:24:26 -0700 writes: > Hi all, > With the new staged installation, it seems that R CMD INSTALL sometimes > fails on macOS due to these lines [1] when sapply() returns a list. The > x13binary package has an example [2],...
2009 Jul 15
7
[PATCH 0/6] Quota fixes for 2.6.31-rc4
Hi, I did some more in-depth testing of OCFS2 quota code, especially with ECC feature enabled and spotted some problems. First four patches fix them. I need the fifth patch to be able to mount OCFS2 filesystem with 2.6.31-rc3. The sixth patch fixes a potential problem when quota syncing interval is updated while the cluster is running (which is not possible currently). Joel, could you please
2019 May 24
0
Possible bug when finding shared libraries during staged installation
...port I can create one if someone adds me to bugzilla, but it sounds like that may not be necessary. Thanks for looking into this! On Fri, May 24, 2019 at 5:58 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > On 5/24/19 2:52 PM, Martin Maechler wrote: > >>>>>> Kara Woo > >>>>>> on Thu, 23 May 2019 14:24:26 -0700 writes: > > > Hi all, > > > With the new staged installation, it seems that R CMD INSTALL > sometimes > > > fails on macOS due to these lines [1] when sapply() returns a > list....
2004 Jul 20
1
Log shows NT4 for an ADS domain
...Do ADS domains still show NT4 in the log? or do I have something messed up? If there's a better reference for the log messages, please point me in the right direction. Thanks for the help, Joe In this log snippets: - home.local is the Win2k domain - frosty.home.local is the DC - kara.home.local is the Samba box. [2004/07/20 20:08:31, 3] nsswitch/winbindd_util.c:add_trusted_domain(173) add_trusted_domain: HOME is an NT4 domain [2004/07/20 20:08:31, 1] nsswitch/winbindd_util.c:add_trusted_domain(180) Added domain HOME HOME.LOCAL S-0-0 ... [2004/07/20 20:08:31, 3] nsswitch/w...
2008 Oct 24
3
mkfs patch for creating filesystem with quota files
Hello, attached is a patch which implements necessary support for mkfs so that quota files can be created. Honza -- Jan Kara <jack at suse.cz> SUSE Labs, CR -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Implement-quota-support-to-mkfs-and-add-a-few-auxili.patch Type: text/x-patch Size: 16966 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs2-devel/attach...
2009 Jul 30
2
[PATCH] ocfs2/quota: Release lock for error in ocfs2_quota_write.
ocfs2_quota_write needs to release the lock if it fails to read quota block. So use "goto out" instead of "return err". Cc: Jan Kara <jack at suse.cz> Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/quota_global.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c index edfa60c..e1c40e3 100644 --- a/fs/ocfs2/quota_global.c +++ b/fs/oc...
2009 Jul 15
2
Quota support for ocfs2-tools
Hello Sunil, attached is a patch which implements full quota support for ocfs2 tools. It's based against ocfs2-tools git's master branch. Would you please consider inclusion of the patch? Thanks. Honza -- Jan Kara <jack at suse.cz> SUSE Labs, CR -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Quota-support-for-ocfs2-tools.patch Type: text/x-patch Size: 100299 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20090715/5eedd88...
2010 Feb 10
2
sum sections of data of different lengths from within a data frame
...01. I tried using a For loop, but that summed all the Col A values together. I need something that does For (i in 1:length(df$Col B)) { IF{Col B == 0, cumsum(Col A) "until" Col B == 1, else 0.001} } I don't know how to use "until" in R. Any help would be greatly appreciated! Kara
2009 Jul 20
1
[PATCH] ocfs2: flush dentry lock drop when sync ocfs2 volume.
...down_super, that is sync_filesystem. And this patch is just adding dentry put flush process in ocfs2_sync_fs. Jan, Will dentry put in sync_fs have potential dead lock with quota lock? If yes, maybe we have to revert that commit which cause this umount problem and find other ways instead. Cc: Jan Kara <jack at suse.cz> Cc: Joel Becker <joel.becker at oracle.com> Cc: Mark Fasheh <mfasheh at suse.com> Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/dcache.c | 16 ++++++++++++++++ fs/ocfs2/dcache.h | 1 + fs/ocfs2/super.c | 7 +++++++ 3 files changed, 24...
2018 Feb 26
2
v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
On Mon, Feb 26, 2018 at 11:52:56AM +0100, Jan Kara wrote: > On Fri 23-02-18 15:47:36, Mark Rutland wrote: > > Hi all, > > > > While fuzzing arm64/v4.16-rc2 with syzkaller, I simultaneously hit a > > number of splats in the block layer: > > > > * inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-R} usage in >...
2018 Feb 26
2
v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
On Mon, Feb 26, 2018 at 11:52:56AM +0100, Jan Kara wrote: > On Fri 23-02-18 15:47:36, Mark Rutland wrote: > > Hi all, > > > > While fuzzing arm64/v4.16-rc2 with syzkaller, I simultaneously hit a > > number of splats in the block layer: > > > > * inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-R} usage in >...
2009 Jul 28
2
[PATCH 9-10/10] Quota support for disabling sparse feature
Hi, I'm sending a patch for proper quota support when disabling sparse feature. The second patch fixes a minor problem in tunefs.ocfs2 when disabling the sparse feature. In a few days I plan to resend the whole "quota support" series with all the changes people request included... Honza
2005 Jan 07
1
winbindd 3.0.10 stops functioning
...ling me something, but I'm not sure what. I did have one log which had the little note about looking at the BUGS section on the HOWTO and something about an INTERNAL ERROR, but stupidly I didn't put it in a safe place and I've lost it. Thanks for any help you can give, Joe. [root@kara root]# winbindd --version Version 3.0.10 [root@kara samba]# klist --version klist (Heimdal 0.6) #======== Global Settings =============== [global] security = ADS realm = home.local workgroup = HOME netbios name = KARA server string = Hi I'm Kara encrypt passwords = ye...
2009 Jun 02
10
[PATCH 0/7] [RESEND] Fix some deadlocks in quota code and implement lockdep for cluster locks
Hi, I'm resending this patch series. It's rediffed against linux-next branch of Joel's git tree. The first four patches are obvious fixes of deadlocks in quota code and should go in as soon as possible. The other three patches implement lockdep support for OCFS2 cluster locks. So you can have a look whether the code make sence to you and possibly merge them. They should be NOP when
2009 Mar 19
1
subtract values
...Precip"])} dPpt=dPpt[seq(1,length(dPpt),24)] But it had many errors. I also tried using diff(Bk$cumPrecip, lag=23) but this moves through the data one step at a time and thus calculates a value for every hour of each day, not just midnight. Thank you very much for your time and assistance! Kara Kara Przeczek M.Sc. Candidate NRES - Environmental Science University of Northern B.C. 3333 University Way Prince George B.C V2N 4Z9 Phone: (250) 960-5427 przeczek at unbc.ca
2009 Feb 26
1
[PATCH 0/7] OCFS2 locking fixes and lockdep annotations
Hi, the first four patches in this series fix locking problems in OCFS2 quota code (three of them can lead to potential deadlocks). The fifth patch reorders ip_alloc_sem for directories to be acquired before localalloc locks. Mark would you please merge these? The last two patches implement lockdep annotations for OCFS2 cluster locks. We annotate all the cluster locks except for special ones