similar to: nmbd-daemon fails on startup without error

Displaying 20 results from an estimated 70 matches similar to: "nmbd-daemon fails on startup without error"

2010 Jun 08
2
cor.test() -- how to get the value of a coefficient
Hi, all. Yet another beginner to R : ) I wonder, how it's possible to get the value of a coefficient from the object produced by cor.test() ? > cor.test(a, b, method="spearman") Spearman's rank correlation rho data: a and b S = 21554.28, p-value = 2.496e-11 alternative hypothesis: true rho is not equal to 0 sample estimates: rho 0.6807955 Warning message: In
2013 Feb 08
3
NMI SERR interrupts in dom0
I have an Intel e1000e NIC which I put into passthrough for an HVM domain under Xen 4.2. All the corresponding hardware protections are enabled on my system (DMA + Interrupt remapping), however, once in a while I get a SERR NMI in dom0 (NMI - PCI sys error (SERR) in xl dmesg). I am wondering about its exact reason. I am thinking in the following way: [+] Under Intel VT-x, interrupts are
2010 Apr 01
2
Samba 3.0.22 - slow performance - Really urgent help
Hi Samba world, Have been struggling with this for the past 10 days, we are running Samba 3.0.22 on VCS zone, we have end users saving files onto Samba mapped drive, and complained that it 5mins to save 300 files, now it takes 30 mins. There is recently a change in the topology. Before Enduser ----------- samba mapped -------------- server (local attached storage)
2010 Jun 20
1
lm for log log
Hi, It's rather statistical question than R-question. There is some linear correlation but the picture "plot(a,b) + abline(lm(b~a))" is quite crowded in the left lower corner. The picture "plot(log(a), log(b)) + abline(lm(log(b)~log(a))" is much nicer ("Milky Way"). Is it correct to use the second kind of picture for illustration ? I use Spearman's rho and
2010 Apr 12
4
Winbind is kill me!
Hi All, I am using CentOS 5.4 (Old-Out-Of-Date) and $ rpm -qa samba\* samba-client-3.0.33-3.15.el5_4.1 samba-common-3.0.33-3.15.el5_4.1 samba-3.0.33-3.15.el5_4.1 On Thursday, at a customer's site, I did my CentOS updates and got the above sort-of-new version of Samba. Problem: when CentOS booted back up, suddenly the only thing anyone could get into was their "homes" share. If
2001 Nov 16
1
Samba, Win2K, Network path not found
Hi, I have tried to get my Win2K to access my Linux Samba server without success. The error message I am getting is "Network Path not found". Below are the details: 1. The Win2K is actually a guest OS running on VMWare-2.0.4. The host OS is a RedHat 7.2. VMware uses samba-2.0.6. 2. The config file was based on a working sample, off another VMWare machine. Its host OS was RedHat 7.2
2002 May 14
3
files locked
Hi, i not sure whether this is a samba question. but here goes, i sometimes have problems deleting files from the server that has a samba share.it says the files can't be deleted...it seems that the file is being locked...if i have oplocks inserted in the smb.conf file, will it help? is there any way to remove the restriction manually so there's no need to restart the server in order
2009 Mar 12
5
Alternatives to cman+clvmd ?
I currently have a few CentOS 5.2 based Xen clusters at different sites. These are built around a group of 3 or more Xen nodes (blades) and some sort of shared storage (FC or iSCSI) carved up by LVM and allocated to the domUs. I am "managing" the shared storage (from the dom0 perspective) using cman+clvmd, so that changes to the LVs (rename/resize/create/delete/etc) are
2010 Mar 23
4
Publishing a webcam on a web page?
This talk of cameras has reminded me of a problem I've not yet been able to solve. I have a Logitech Communicate STX ( ID 046d:08ad Logitech, Inc. QuickCam Communicate STX ) This seems to work under v4l on CentOS 5.4. If I load xawtv (from rpmforge) then I can view the image from the camera. But what I'd like to be able to do is have the image appear on a web page (maybe streaming
2007 Sep 26
2
libFLAC++ Seeking
Hello, I've a problem with seeking using libFLAC++ API. The call to seek_absolute always returns with false, whatever I do. I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: bool b=decoder.seek_absolute(1000); right before ok =
2007 Jan 24
14
Strikethroughs and dashes
Who really uses strikethroughs?? This is one of the most common tripwires in RedCloth. You are the friend--the only friend--who has offered to help. Obviously em dashes. I died in -2006- wait, no, two-thousand-FIVE! Obviously strikethrough. I''m going on a trip - a long one - to the Virgin Islands. That''s got to be en dashes. Such a cheap, no-hassle, no-worry
2007 Sep 27
1
libFLAC++ Seeking
?rta: > ?rta: > > Hello, > > I've a problem with seeking using libFLAC++ API. > The call to seek_absolute always returns with false, whatever I do. > > I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: > > bool
2006 Aug 31
3
Release 4.4 and MPC51 ethernet controller
When using 4.4 to install on gigabyte GA-M51GM-S2 motherboard basically an Nforce 410/430 chipset then network is not initially detect to perform a network install. It let me attempt to manually select a driver but I do not see the driver in the list. After installing the network works and the forcedeth driver is loaded. Is there a way to get this driver detected or manually loaded? THanks,
2007 Mar 08
3
[BUG] clear ACL-s on destination
Destroy ACL-s on destination when no ACL-s differens between source and destination. Bug is somehow related with function send_file_name() called with negative file descriptor f. There is no such bug in 2.6.9 version, but there options "-X -A --deleted" can't be used (we have "Internal error: wrong write used in receiver."). If I fix this, avoid calling send_acl() &
2005 Oct 10
11
Samba creating multiple isntances of the deamon
(2005.10.10, 14:25) I am running Samba 3.0.14a-2 on Fedora 4. I have no problem seeing the Linux file system from any of the Windows (2000, SP4) computers attached to the network. The problem is that smbd processes are created for no apparent reason and never die. I noticed this when the computer had been up for about three days and there were some 600 active smbd processes! What could be the
2007 Aug 23
20
Eliminating bad tests from SuperRedCloth
Hi, all. I haven''t felt at liberty to go axing test cases, but some of the 33 that are failing now are ones I don''t think we want to pass? cruft coming from Markdown or made up to fill a gap some years ago. I''d like to float the proposition that we make Super (and thus RedCloth 4) behave as identically as possible to Textile2 as working on
2008 Feb 14
5
Levene's test for homogeneity of variances (befor using ANOVA)
En innebygd og tegnsett-uspesifisert tekst ble skilt ut... Navn: ikke tilgjengelig Nettadresse: https://stat.ethz.ch/pipermail/r-help/attachments/20080214/5a98c799/attachment.pl
2013 Feb 04
2
re(4) problems with GA-H77N-WIFI
Hello, I need some advice how to debug this issue ... Recently I got a new mainboard for a router, it's a Gigabyte GA-H77N-WIFI with two onboard re(4) NICs. The problem is that re0 works fine and re1 doesn't: It doesn't receive any packets. Tcpdump displays all outgoing packets, but no incoming ones on re1. Ifconfig shows the link correctly (100 or 1000 Mbit, depending on where I
2006 Aug 20
1
Forwarded USB brokenness
Hi, I''ve set up a domU with video card access per the instructions at <http://www.nvnews.net/vbulletin/showthread.php?t=68703>; video is working quite nicely. However, I''m having some trouble getting the USB keyboard and mouse to work. I have a motherboard with onboard USB 2.0, and a USB 1.1 PCI card. The motherboard USB uses several PCI addresses. If I
2011 Jun 14
2
[Announce] Samba 3.5.9 Available for Download
=================================================================== "There can't be a crisis next week. My schedule is already full." Henry A. Kissinger ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.5. Major enhancements in Samba 3.5.9 include: o Sgid bit