similar to: crash when mounting

Displaying 20 results from an estimated 1000 matches similar to: "crash when mounting"

2005 Jan 26
2
drdb fails under xen
Under xen, either stock xen-2.0.1+linux-2.6.9 or Fedora''s latest (2.6.10-1.1109_FC4), drdb (<http://www.drbd.org/>),as soon as I try to write to one of its devices, causes "Badness" in the kernel and, ultimately, a spontaneous reboot. Under non-xen 2.6.10-1.1109_FC4 and 2.6.9-1.678_FC3, drbd works fine. The error: Jan 25 21:01:23 turing kernel: Badness in blk_plug_device
2005 Nov 28
1
Is samba or a kernel bug causing my FC4 server to crash?
I've got a fully updated Fedora Core 4 server crashing hard every week or two. I use Samba via smbmount and autofs to read & delete log files on 17 XP boxs and 6 NT4SP6 boxes as well as a couple other Windows files servers every 5 minutes. The first indication of a problem I get is smbmount stops working, then the server becomes unresponsive to the point where only a power slam will fix
2004 Feb 19
1
Problem with CIFS on Linux-2.4.22
Hi there, I'm resending this to the list as I didn't get an answer from sfrench.. > I hope I'm right here. I just followed the "Ask the developer" link on > the CIFS homepage... > > I have to mount a little share from a Windows server, which I did with > smbmount in the past. Now the server has been upgraded to Win2003, and > I'm facing the
2014 Apr 30
2
Problem with Renaming R object
Hi, I have a problem in renaming R object and saving them within a loop. For ex: for (i in 1:length(all_files)) { uncov_GR <- "variable created in loop" filename <- paste0(sample_name[[i]],"_uncov", ".Rdata")) save(uncov_GR,file=filename) } Within the above short code (out of a long program), I want to
2011 Jun 25
2
Howto Backup Domain Controller (BDC) for the Primary Domain Controller (PDC) in Centos Openldap+samba 3.3 Please send to...
Dear All, Please help me in this regards, Howto Backup Domain Controller (BDC) or Secondary domain controller for the Primary Domain Controller (PDC) in Centos 5.6 Openldap+samba 3.3 Please give the step by step. Regards kamal
2010 Jun 11
3
how to "Disable Samba Roaming profile"
Hey all, please let's me know how to "Disable Samba Roaming profile" In OpenLDAP+SAMBA SERVER Regards Kamal
2007 Dec 05
7
Better RESTful routes with fb_sig_request_method
With the new fb_sig_request_method provided by Facebook, I''ve patched shanev''s pseudo-resource routes to generate restful routes, minus some exceptions. The announcement: http://www.facebook.com/developers/message.php#msg_126 Patch is submitted here: http://rubyforge.org/tracker/index.php?func=detail&aid=16105&group_id=4187&atid=16132 Blog entry about it:
2008 Jan 02
2
[LLVMdev] runtime optimizations in LLVM
Hello, (im new to LLVM , so pl excuse if this is a naive q). Can someone provide info on what runtime optimizations are done in LLVM? do you have something along lines of JVM's hotspot feature? How efficient is the optimized code vis-a-vis native code? thanks -kamal ____________________________________________________________________________________ Never miss a thing.
2012 Jun 27
7
WARNING: at fs/btrfs/free-space-cache.c:1887 after hard shutdown.
Hello, My computer locked up and I had to press the reset button. Ever since then I can''t mount the btrfs filesystem, here''s the output: [ 37.645583] ------------[ cut here ]------------ [ 37.645598] WARNING: at fs/btrfs/free-space-cache.c:1887 btrfs_remove_free_space+0x329/0x350 [btrfs]() [ 37.645600] Modules linked in: btrfs zlib_deflate libcrc32c ext4 jbd2 mbcache crc16
2008 Jul 18
4
btrfsctl -A not returning useful information
[root@btrfs progs-unstable]# btrfsctl -A /dev/sdb ioctl returns 0 [root@btrfs progs-unstable]# btrfsctl -A /dev/sdc ioctl returns 0 /dev/sdb has a btrfs, while /dev/sdc is blank. What''s that output supposed to mean ? Is it a bug ? -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info
2013 Jun 26
2
Error on executing functions from installed package
Hi, I am currently building an R package and I am facing a peculiar problem where some of the functions does not work within the package. However, if I source the script the function works. For example, in a method for parallelization of analysis on each chromosome simultaneously I am receiving error at the following position of the code: # this profile the information chromosome wise and
2012 Aug 09
4
Asterisk on Rackspace, My SIP phone behind NAT
Hi, I've successfully setup Asterisk on my local PC and can make call using Twinkle to the server. But, I cannot call to my Asterisk server at Rackspace. I have been trying several things to figure it out, no luck. My PC is behind NAT, so I've set that up in sip.conf (nat=yes). I can ping my Rackspace server so it seems to be Public-static IP. Anyway, I tried with setting externip,
2010 Jun 09
4
health monitoring of replicated volume
Hello, Is there any reasonable way to monitor the health of replicated volume and sync it, if out of sync ? Regards,
2007 Aug 28
1
[LLVMdev] Code analysis
Hi All, I think , I was unclear in my last post. I am looking for source code analysis of a program, something similar to what SUIF does. Consider a simple example of Matrix addition A[i][j]+=B[i][j]; I want to know how matrix A is accessed, like whether it is A[i][j] in this case or A[j][i]. Is there anyway in llvm to write a pass to identify this? Can someone give pointers to it? Regards,
2004 Jun 04
3
syslogd(8) Dropping Privs
I made a quick change to syslogd(8) so that it can drop root privileges immediately after starting up. It opens up the log sockets (UNIX and network domains) and writes the PID files before dropping privs. It drops privs before openning log files and writing to users. Therefore, you would need to modify your log file permissions appropriately. As for writing to users, ttys generally are writeable
2013 Jun 04
2
Error during R CMD check
Hi All, I am encountering the following error while performing check on the R package we built: R CMD check packagename_0.99.0.tar.gz During startup - Warning message: Setting LC_CTYPE failed, using "C" * using R Under development (unstable) (2013-05-14 r62742) * using platform: x86_64-unknown-linux-gnu (64-bit) * using session charset: ASCII * checking for file
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
On 22 February 2015 at 22:54, Hal Finkel <hfinkel at anl.gov> wrote: >> I tried setting the module's DataLayout to the engine's DataLayout. >> Don't see any improvement. >> The memcpy() is to perform a struct assign, so I tried replacing that >> with member by member store. >> But even then the loads are not being eliminated so I guess the >>
2008 Jan 03
0
[LLVMdev] runtime optimizations in LLVM
Hi Kamal, On Jan 2, 2008, at 05:57, Kamal R. Prasad wrote: > (im new to LLVM , so pl excuse if this is a naive q). Welcome! > Can someone provide info on what runtime optimizations are done in > LLVM? You can use any of LLVM's optimizing transformations in a JIT context. There's a list here: http://llvm.org/docs/Passes.html Unlike Java, you're in the driver's
1998 Dec 04
1
SAMBA digest 1898
I would like to request you Samba gurus , what is the significance of teh file " username-map " which currently is in /usr/local/samba/lib. I have tried the following entries: jhall = hall_j kamal = kamal root = root but i dont know what it does , now the question : Can i manage users with this file , i.e I just add entries to this file on the fly and the users will have access to the
2015 Feb 23
3
[LLVMdev] Eliminating redundant loads
On 23 February 2015 at 01:29, Kamal Sharma <kgs1.rice at gmail.com> wrote: > Hi Dibyendu, > > It would be very helpful if you could post the original source code or > snippet. > That way, one can investigate deeper to understand the problem. > > Regards, > Kamal Sharma > Hi Kamal, Sure. I guess I ought to create a test that one can look in isolation. I am