Displaying 20 results from an estimated 200 matches similar to: "HPUX 9.05 & Samba 2.0.0 & problems -> solved !"
1999 Jan 25
0
SAMBA digest 1954
Hi, How much is mail-gear and where can I buy it?
----- Original Message -----
From: <samba@samba.org>
To: Multiple recipients of list <samba@samba.org>
Sent: Monday, January 25, 1999 6:14 PM
Subject: SAMBA digest 1954
> SAMBA Digest 1954
>
>For information on unsubscribing see http://samba.org/listproc/
>Topics covered in this issue include:
>
> 1) Re: [WIN
1999 Jan 21
4
HPUX 9.05 & Samba 2.0.0 & problems !
Hi there !
I just upgraded (last friday night) our main Samba host to Samba 2.0.0 from
version 1.9.18p10. This host provides access to our own file based database
system. The number of Samba clients is around 60 (nearly all NT4.0's and
few NT3.51's). The Samba 2.0.0 host runs
'uname -a':
HP-UX vertex A.09.05 A 9000/720 65914162 two-user license
After the upgrade change I've
1999 May 18
0
A typo bug in Samba 2.0.4 source code (here's the fix!)
There's a little source code (typo?) bug in "samba-2.0.4/source/lib/system.c"
that hurts compilation at least on HPUX 9.0x (with HP's cc, not gcc!) !!
In HPUX's "/usr/include/sys/time.h":
..
# ifndef _STRUCT_TIMEVAL
# define _STRUCT_TIMEVAL
/* Structure returned by gettimeofday(2) system call and others */
struct timeval {
unsigned long tv_sec;
1998 Jan 27
0
HPUX compilations and Samba 1.9.18p2
First a hint for those who try to compile newest Samba in HPUX 8.0x with
HP's ANSI C compiler:
You get this message:
Compiling util.c
cc: "smb.h", line 1598: error 1590: "share_mode_entry" is not a typedef name.
cc: "smb.h", line 1598: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined.
*** Error code 1
Somehow HP's compiler
2012 Feb 29
2
[PATCH] Start the server if another user has a PID matching our stale pidfile.
If unicorn doesn''t get terminated cleanly (for example if the machine
has its power interrupted) and the pid in the pidfile gets used by
another process, the current unicorn code will exit and not start a
server. This tiny patch fixes that behaviour.
---
lib/unicorn/http_server.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/unicorn/http_server.rb
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per
worker process in the master. Now there''s no need to set a
higher file descriptor limit for systems running >= 1024
workers.
---
I just pushed this out to git://bogomips.org/unicorn.git and it''ll
be in Unicorn 4.x.
The subset of raindrops used by Unicorn should work on all machines
with mmap(2) +
2004 Mar 14
1
attaching to any thread with winedbg
i did some of RTFM and didn't find an answer to my question: is it
possible to do %Subject% (i mean threads of wine-process)?
"attach wpid" puts me on the main thread:
Wine-dbg>walk proc
pid threads parent executable
>00000016 3 00000014 'C:\windows\system\msiexec.exe'
Wine-dbg>walk th
process tid prio
00000016 (D)
2013 Dec 09
2
[PATCH] rework master-to-worker signaling to use a pipe
Signaling using normal kill(2) is preserved, but the master now
prefers to signal workers using a pipe rather than kill(2).
Non-graceful signals (:TERM/:KILL) are still sent using kill(2),
as they ask for immediate shutdown.
This change is necessary to avoid triggering the ubf (unblocking
function) for rb_thread_call_without_gvl (and similar) functions
extensions. Most notably, this fixes
2011 Jan 15
5
Wave audio problem
I have some problems with wave audio in Wine. It sais that my device does not support any format at all. I run the following
Code:
#include <windows.h>
#include <cstdio>
typedef int (*EnumDevicesCallback)(const WAVEOUTCAPS* caps,void* param_through);
int enumDevices(EnumDevicesCallback onDevice,void* param_through)
{
unsigned int n_devs=waveOutGetNumDevs();
unsigned int i=0;
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
Hello all
This patch tries to remove a few bugs from smbmount. It would be nice to
get some testing+feedback on this from others using smbmount and possibly
get these things fixed for the next release of samba.
It does the following:
* Change lib/debug.c to allow changing your mind on being interactive.
A second call to setup_logging should now replace the effects of a
previous call. (hmm,
2013 Nov 15
0
Wine release 1.6.1
The Wine maintenance release 1.6.1 is now available.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.6.1.tar.bz2
http://mirrors.ibiblio.org/wine/source/1.6/wine-1.6.1.tar.bz2
Binary packages for various distributions will be available
2013 Sep 13
0
Wine release 1.7.2
The Wine development release 1.7.2 is now available.
What's new in this release (see below for details):
- Right-to-left text layout improvements.
- NTLM and Negotiate authentication for RPC over HTTP.
- More glyphs in the built-in Wingdings font.
- Better system tray support in the Mac driver.
- Activation context improvements.
- Various bug fixes.
The source is available from
2010 Mar 27
0
Installing R-packages in Windows Using Rtools - compilation error when <signal.h> included in C header
Hi all,
I have been attempting to find a resolution to this problem but could
not to any avail. I am attempting to install an R-package from source
in windows that depends on underlying C-code.? I should mention that
this error is not found when installing this package from source in
Linux or Mac.? To do this I have installed R-tools 2.11 and was
successfully able to use R and basic unix commands
2000 Jun 13
1
a bug in smbmount
Hello All!
There was a problem: then the samba server goes down, the smbfs
tries to reconnect only once. Then the server returns online
the smbfs dont restore connection and say "I/O error"
without keeping trying to reconnect.
I found that there is no problem in smbfs kernel module.
Each time it got CONN_INVALID, it send SIGUSR1 to smbmount daemon,
which has to restore connection.
The
1998 May 22
1
HP-UX 9.05: stropts.h: No such file or directory
I just tried to build samba-1.9.18p7 (using gcc ver-2.7.2.1) on a
HP 9000/700 running HP-UX ver. 9.05, and I got this error message:
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr
/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTS
FILE="/usr/local/samba/lib/lmhosts"
1997 Jun 19
0
R-beta: Compiling on HPUX 9.05 and DEC alpha OSF1
Dear help
I have been attenpting to compile R0.49 on both of
these unix machines and have had no compilation errors
but core dumps at run time.
The HP UX box start out by putting up a graphics window and
then crashing with the following error message before giving the prompt
R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.49 Beta (April 23, 1997)
R is free software and
2001 Aug 10
1
Solaris X86
I ran freecell under wine -debugmsg +relay and got an exception with a
message
protocol error: 84a28e8: init_process : parent but no info
just after SHOWWINDOW was called
Anyone know what this means ?
2005 Apr 14
3
What will happen if the source will kick the icecast server
Hello,
I'm running icecast 2.2.0 as a relaying server(for an internet radio
station);as you know, it is permanently connected to that source.What will
happen if the source will kick my server(hopefully not ban it ;) )? It will
try to reconnect or it will remain disconnected ?
Thank you.
2005 Apr 17
1
What will happen if the source will kick the icecast server
Let me see if I got this right: every <master-update-interval> seconds the
sources are verified and if a source is disconnected,icecast will try to
reconnect.
And another thing: if i don't use a master/slave architecture, can i uncomment
only <master-update-interval> and modify its value (to affect the relay
sources) ?
Thank you.
On Thursday 14 April 2005 22:18, Karl Heyes
2001 Nov 06
1
ext3 0.0.7a OK for linux 2.2.20?
Hello,
Now that kernel 2.2.20 is out with security fixes, I'd be interested
in using it with ext3. The latest patch for 2.2.19, 0.0.7a, applies
with some offset (both with and without kdb), and even compiles
(without kdb), but I scarcely know what I am doing so haven't tried
it yet.
Could people in the know enlighten me on that point? I guess there
is little chance for another ext3