similar to: posix me harder

Displaying 20 results from an estimated 1000 matches similar to: "posix me harder"

2000 Feb 15
4
Locking error in the installation of Samba
Hi! I m trying to install samba-2.0.6 on solaris 7. When i run configure script, it gives me an error checking configure summary ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config it also doesnot find "fcntl" What do u ppl suggest. What kind of locking is on my system. Thanks Regards Amer!
1998 Sep 24
2
machine name lookups
We have been looking for a way to notify our users when they are running low on disk quota, without sending them mail. WinPopup actually seemed like the best way, so my partner began looking at feeding quota output into smbclient -M when quota was getting tight. The only problem is that smbclient -M frequently fails to find the client's host name. The -I parameter will often fix it, but I am
2002 Aug 23
1
3.4p1 ssh-agent auth-retry patch available: was: Re: Updated ssh-agent authentication retry patch available
And lsof the agent too - see what files it has open... Nico -- > -----Original Message----- > From: Kevin Steves [mailto:kevin at atomicgears.com] > Sent: Friday, August 23, 2002 4:48 PM > To: openssh-unix-dev at mindrot.org > Cc: stevesk at pobox.com > Subject: Re: 3.4p1 ssh-agent auth-retry patch available: was: Re: > Updated ssh-agent authentication retry patch available
2000 Feb 15
1
Sudden performance problem
In preparation for upgrading my LAN 10 100base/T, I replaced the NE2000 card in my Linux box with a Realtek 10/100 PCI card. It wasn't my first choice, but there was a problem with the other card so I fell back to what I had on hand. It seems to work fine with everything but Samba. Suddenly the performance of that part of the server is abysmal. At one point I thought the server had
1999 Aug 06
2
Solaris 7 5/99 and samba-2.0.5a
anyone running samba-2.0.5a on a solaris 7 5/99 system and noticed this problem? this samba was built on a solaris 2.5 system and was running fine on a solaris 7 3/99 system. when i installed the solaris 7 5/99 maintenance update something broke. log.smb: [1999/08/06 11:04:41, 1] smbd/server.c:main(628) smbd version 2.0.5a started. Copyright Andrew Tridgell 1992-1998 [1999/08/06 11:36:49,
2000 Aug 08
1
samba runaway processes
[This is a discussion that started earlier about automounter] John Posenau wrote: > What I've found so far is that the windows client (any machine, roving > profile) with this user's account authenticates in a samba domain on machine > A. His files are located on machine B (not running Samba). Machine A > automount his nisplus_home. A little indirection but hey. As
2003 Nov 26
6
smbmount for Solaris
Sirs, I hate to clutter your email with this inquiry, but I haven't been able to get info otherwise. I want to mount shares on an Microsoft XP Pro server on two Suns, Sparc running Solaris 2.6 and another Sparc running Solaris 8. What do I need for this?? I downloaded the Samba software from sunfreeware.com but it seemed to just allow the XP to mount the Sun shares. I hope you can help
2001 Nov 21
3
--no-detach option?
How about adding a --no-detach option (to be used in combination with --daemon) to rsync so it can be run under Dan Bernstein's daemontools' supervise? If there's interest I'll provide a patch. -- Jos Backus _/ _/_/_/ Santa Clara, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/
2002 Mar 12
2
Compile error
Hi, I tried to compile rsync2.5.3 on Solaris5.7, and I still got the same errors as Solaris5.8, can you please help me to look at the problem? I got error messages: Configure was run successfully, then I ran make, I got: "batch.c", line 408: operands have incompatible types: pointer to unsigned long ":" pointer to unsigned int cc: acomp failed for batch.c ***
2007 Oct 02
10
End of file and other errors: solution
For anyone that has experienced the odd End of file or Cannot describe errors, we''ve found that switching to Mongrel has fixed this problem for us. We''re currently running 5 instance of puppetmaster under mongrel (with the apache proxy in front) and things are going great. For more information on setting up Mongrel, visit:
2008 Dec 04
2
Round four: Re: code review req: 6750659 drti.o crashes app due to corrupt environment
I believe that I have incorporated all of the feedback given (thanks!). Changes since the 2008-11-16 version include: - ksh style & coding standards compliance in test script (Roland) - "dof_init_debug == B_FALSE" vs. "!dof_init_debug" (Adam) The updated webrev is at: http://cr.opensolaris.org/~mgerdts/6750659-2008-12-03/ -- Mike Gerdts http://mgerdts.blogspot.com/
2009 Nov 24
9
Best practices for zpools on zfs
Suppose I have a storage server that runs ZFS, presumably providing file (NFS) and/or block (iSCSI, FC) services to other machines that are running Solaris. Some of the use will be for LDoms and zones[1], which would create zpools on top of zfs (fs or zvol). I have concerns about variable block sizes and the implications for performance. 1.
2013 Jan 02
12
[Bug 1980] use updated ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=1980 dajoker at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dajoker at gmail.com --- Comment #6 from dajoker at gmail.com --- The ' openssh-unix-dev at mindrot.org' mailing list thread
2002 Mar 01
14
How to reduce size of samba binaries
Hi, I'd like to reduce the size of the samba binaries. smbd for instance is about 1.5 meg, which is way to much if you ask me. Is there a way to create smaller binaries, maybe by compiling differently? thanx, Dennis ===== __________________________________________________ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion! http://greetings.yahoo.com
2002 Jan 26
2
Interest in ssh-agent connection retry patch?
I wrote a patch to make the number of times and and the delay between retries that ssh attempts to talk to ssh-agent configurable. This patch is indispensible when running multiple ssh sessions in parallel from a script (e.g. to run commands on a large number of hosts); without the patch, many ssh sessions simply fail because they cannot contact the agent, rendering the mechanism unusable. If
2001 Dec 07
1
Cosmetic code cleanup?
Here's a list of cosmetic changes I'd be willing to make to the code in order to make it more consistent, which stylisticly it currently is not. - separate function definitions by 2 newlines - put spaces after commas in arg lists - put spaces around assignments - remove trailing spaces - change space indents to tabs - fix multiline comments - remove redundant /* dw */ comments (Deborah
2001 Dec 06
4
move rsync development tree to BitKeeper?
Andrew and I thought it might be an interesting experiment to move rsync to using BitKeeper rather than CVS for source code control. For a project with rsync's size and activity CVS is actually fine, but it would be a nice "toe in the water" with BitKeeper to get some practical experience before possibly using it on larger projects. BK is moderately well-proven on open source
2008 Jul 05
4
iostat and monitoring
Hi gurus, I like zpool iostat and I like system monitoring, so I setup a script within sma to let me get the zpool iostat figures through snmp. The problem is that as zpool iostat is only run once for each snmp query, it always reports a static set of figures, like so: root at exodus:snmp # zpool iostat -v capacity operations bandwidth pool used avail read
2002 Mar 21
1
[dillon@FreeBSD.org: cvs commit: src/sys/net zlib.c]
What about this one? The diff looks like this: --- src/sys/net/zlib.c 2002/02/17 17:35:18 1.11 +++ src/sys/net/zlib.c 2002/03/20 04:05:26 1.12 @@ -10,7 +10,7 @@ * - added inflateIncomp and deflateOutputPending * - allow strm->next_out to be NULL, meaning discard the output * - * $FreeBSD: /c/ncvs/src/sys/net/zlib.c,v 1.11 2002/02/17 17:35:18 jedgar Exp $ + * $FreeBSD:
2008 Feb 15
2
[storage-discuss] Preventing zpool imports on boot
On Thu, Feb 14, 2008 at 11:17 PM, Dave <dave-opensolaris at dubkat.com> wrote: > I don''t want Solaris to import any pools at bootup, even when there were > pools imported at shutdown/at crash time. The process to prevent > importing pools should be automatic and not require any human > intervention. I want to *always* import the pools manually. > > Hrm... what