similar to: Solaris smbd problem

Displaying 20 results from an estimated 20000 matches similar to: "Solaris smbd problem"

2001 Dec 11
0
getpeername failed. Error was Transport endpoint is not connected
Good Afternoon, I have Samba 2.2.1a running on a SPARC Solaris 2.7. All of a sudden I'm having a problem with one PC mapping Samba drives. In the log file for this PC I get the following error messages: [2001/12/11 12:47:22, 0] lib/util_sock.c:write_socket(565) write_socket: Error writing 4 bytes to socket 8: ERRNO = Broken pipe [2001/12/11 12:47:22, 0] lib/util_sock.c:send_smb(729)
2007 Apr 09
2
[Bug 1304] SSH session cleanup problem
http://bugzilla.mindrot.org/show_bug.cgi?id=1304 Summary: SSH session cleanup problem Product: Portable OpenSSH Version: 4.6p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: sumit_1636 at yahoo.com
2010 Apr 26
1
help with code
I am new to R and have tried for a good while to figure out how to code this in R. The dataset below: FTIStandKey State County FTITract CoverType Ver_CT V_Origin V_SpGrp NAH6005-001 Texas Jasper NAH6005 PPLB-2000-U PPLB-2000-U P P NAH6005-002 Texas Jasper NAH6005 NHHX-1950-O NHHX-1950-I N H NAH6253-001 Texas Tyler NAH6253 PPLB-2001-U PPLB-2001-U P P
2010 Apr 26
1
Help with replacement of certain values in dataset with SAS code equivalent
I am new to R and have tried for a good while to figure out how to code this in R. The dataset below: FTIStandKey State County FTITract CoverType Ver_CT V_Origin V_SpGrp NAH6005-001 Texas Jasper NAH6005 PPLB-2000-U PPLB-2000-U P P NAH6005-002 Texas Jasper NAH6005 NHHX-1950-O NHHX-1950-I N H NAH6253-001 Texas Tyler NAH6253 PPLB-2001-U PPLB-2001-U P P
2023 Mar 14
0
CRAN package eaf
On 01/03/2023 18:33, Manuel L?pez-Ib??ez wrote: > Dear CRAN Team, > > I believe those are false positives. All pointers are updated after > realloc. I have verified that this is the case not only at this point > but also at every realloc call. > > It may be this compiler bug: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104215 > > I believe this warning may
2009 Jan 24
0
attachment_fu and Internet Explorer
Hi Guys / Gals, I''m stumped on a attachment_fu & IE issues that I hope someone here can help with. I''ve got attachment_fu working nicely with firefox, safari, but when I use the same form from IE, I get the following complain. undefined method `content_type'' for "C:\\Documents and Settings\\Tester\\Desktop\\logo.gif":String I''ve made sure that
2017 Nov 08
1
BUG: After stop and start wrong port is advertised
Hi, This bug is hitting me hard on two different clients. In RHGS 3.3 and on glusterfs 3.10.2 on Centos 7.4 in once case I had 59 differences in a total of 203 bricks. I wrote a quick and dirty script to check all ports against the brick file and the running process. #!/bin/bash Host=`uname -n| awk -F"." '{print $1}'` GlusterVol=`ps -eaf | grep /usr/sbin/glusterfsd|
2017 Nov 08
0
BUG: After stop and start wrong port is advertised
We've a fix in release-3.10 branch which is merged and should be available in the next 3.10 update. On Wed, Nov 8, 2017 at 4:58 PM, Mike Hulsman <mike.hulsman at proxy.nl> wrote: > Hi, > > This bug is hitting me hard on two different clients. > In RHGS 3.3 and on glusterfs 3.10.2 on Centos 7.4 > in once case I had 59 differences in a total of 203 bricks. > > I
2012 Mar 10
6
Cartographer shows correct info box BUT over wrong marker
Hi guys (and gals), The code formatting is so nice on SO.com, so I thought I''d just share my post in hopes that someone from the group can help. http://stackoverflow.com/questions/9643786/cartographer-shows-correct-info-box-but-over-wrong-marker Feel free to answer back via email if you don''t have an SO account. Thanks! Abram -- You received this message because you are
2005 May 30
2
trouble with cumsum?
Dear R users, I am using R version 2.0.1 (2004/11/15) on an i386-pc-mingw32 platform. I encounter the following problem while using cumsum: > a <- rep(0.01, 100) > b <- cumsum(a) > sum(a) == 1 [1] TRUE > b[100] == 1 [1] FALSE Am I missing something? Should cumsum have such an outcome? Thanks in advance for any clarifications any of you can offer. Regards, Makram Talih --
2002 May 23
6
[Bug 223] ProxyCommand commands don't exit
http://bugzilla.mindrot.org/show_bug.cgi?id=223 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|FreeBSD |All Platform|ix86 |All Version|3.0.1p1 |-current ------- Additional
2005 Jul 13
2
Efficient testing for +ve definiteness
Dear R-users, Is there a preferred method for testing whether a real symmetric matrix is positive definite? [modulo machine rounding errors.] The obvious way of computing eigenvalues via "E <- eigen(A, symmetric=T, only.values=T)$values" and returning the result of "!any(E <= 0)" seems less efficient than going through the LU decomposition invoked in
2005 Aug 22
1
mozilla/firefox search engine AMD64 jre1.5 plugin linux
Hi, I have a problem with the "help.start()" and the search engine on a AMD64 : The search engine use the java plugin but the java plugin is not available for the jre.1.5 ... I have a linux box : fedora 4 on 64bit and R2.1.1 When I start the search engine, I had the message that the java plugin was missing. So I try to install manual the java run time jre-1.5 for the AMD64, but the
2007 Aug 23
3
Using Puppet to swap eth0 and eth1
I''ve been using Puppet now for a month or so and I''ve come to a problem that may warrant an additional Puppet metaparameter. I''m advocating the addition of a metaparameter called "preaction" (or something like that), which will perform some arbitrary action before the resource is modified. There may be a way to do this within Puppet already (with some
2002 Sep 12
0
[Bug 396] New: sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396 Summary: sshd orphans processes when no pty allocated Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2009 Sep 08
1
usbhid-ups driver can't be killed...
Hello I'm encountering a big problem with usbhid-ups driver : the driver hangs after loading some other modules (stale data message) ! And we can't restart it. We load : i2c-piix4 adm1021 adm9240 lm75 The unloading of the modules doesn't solve the problem. # ps -eaf | grep usb /root 188 2 0 07:29 ? 00:00:00 [ksuspend_usbd] root 996 2 0 07:29 ?
2007 Feb 23
3
Windows 98 caching too much
Hi, We have an old Win98 box at work that is used for programming GALs and EEPROMs, however we find that if the file is modified on the Unix side the Win98 box doesn't notice. This is rather annoying when you are iterating a design as you can imagine! One work around is to open a DOS box and 'type' the file - this seems to force it to re-get the file. Does anyone have any
2006 Aug 10
3
Help: smbd & nmbd normal states
I have just installed Fedora Core 5 with the Samba server. However only the nmbd daemon is running. I thought both smbd and nmbd should be running. On trying to start smbd with: >/sbin/service smb start the result is "starting smbd [FAILED]" Stopping smbd of course has no effect, and starting or restarting nmbd works just fine. I'm stumped! I turned SELinux and the firewall off.
2015 Dec 07
2
Stopping Machine powering off
Hey guys and gals, Just got nut up and running (finally..) now every time I monitor my UPS and the UPS shuts down it also shuts my machine down. What script do I have to write for this to NOT happen? Thanks guys, Connor -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Nov 28
3
OT: good free DNS tools?
Hey guys and gals, Anyone know of a half decent tool like DNSstuff.com only free? I need to run some diag on a few domains but it is basically a 1 shot deal and hard to justify buying. thanks, -Alan -- ?Don't eat anything you've ever seen advertised on TV? ? ? ? ?? - Michael Pollan, author of "In Defense of Food"