search for: hading

Displaying 20 results from an estimated 91 matches for "hading".

Did you mean: having
2000 Jul 03
0
A couple of questions
Hi guys, First of all, thanks for your great work. So many people *need* Samba to work...! I have a couple of questions about Samba. I have been fiddeling with Samba config files for some time now (as well as reading documentation about it), and... there must be something I am missing. The network I am managing has a very, very standard configuration. It's a C class (netmask:
2009 Nov 26
0
AGI and Music on hold
Hi, Happy Thanksgiving to those of us in the USA... Been trying to debug an AGI (in C) on 1.4.26.2. I blind transfer a call to this snippet of dialplan: exten => 999900,1,DeadAGI(pq.agi,999950) pq.agi then plays a prompt (which I hear just fine): [Nov 26 02:42:47] VERBOSE[28721] logger.c: -- Launched AGI Script /var/lib/asterisk/agi-bin/pq.agi [Nov 26 02:42:47] VERBOSE[28721]
2006 Apr 27
0
Communication problem with virtual DMZ
Hi all, I am running Xen 3.0.2-2 (taken from XenSource) with Linux kernel 2.6.16 (taken from Debian Sid), I compiled Xen and 2 kernels (dom0 and domU). Here is the ascii-art of my setup: ------------ ------------- | LAN |------------------------| waste | 192.168.0.94/24 ------------ ------------- | ·····························
2011 May 27
2
Can't install RedCloth gem, fails to compile
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, I''m trying to install the RedCloth gem on my Arch Linux (64bit) system, but hadn''t had success yet, RedCloth doesn''t seem to compile. Here''s the installation output: ====================================== $ LANG=en_US.utf8 sudo gem install RedCloth Building native extensions. This could take a while...
2018 Mar 05
0
[Bug 13317] rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #6 from Rui DeSousa <rui.desousa at icloud.com> --- (In reply to Rui DeSousa from comment #5) It looks like no error is returned and result is a sparse file. I think a sync() would be required otherwise the file is truncated on close to meet the quota. [postgres at hades ~]$ df -h arch Filesystem Size Used
2000 Mar 30
0
Samba dosn't seem to work when bridging is enabled under FreeBSD 3.4
Hi, I have been trying to set up a network bridge on my FreeBSD 3.4 machine (hades), and as soon as I enable the bridge, Samba stops servicing requests from both sides of the network. The following is a 'diagram' to give you an idea of my setup. |------| |----+Charon| |-------| |----| | |------| |Neptune+----+Hades+----|
2011 Oct 25
2
[LLVMdev] [LLVMDev] Clang stopped compiling?
Hi, I'm trying to compile the latest clang/llvm SVN versions and I get this error on multiple systems : (Compiling with gcc): llvm[4]: Compiling cc1_main.cpp for Debug+Asserts build llvm[4]: Compiling cc1as_main.cpp for Debug+Asserts build llvm[4]: Compiling driver.cpp for Debug+Asserts build llvm[4]: Linking Debug+Asserts executable clang
1998 Jul 01
4
tcpd anomaly
Salve, I''m protecting hades with the tcpd wrappers and had no problems so far, at least none that I noticed. Today happend something strange. An attacker got a connect on a protected port from a not allowed IP: > Unusual System Events > =-=-=-=-=-=-=-=-=-=-= BTW, thanks for that tool. > Jul 1 03:34:56 hades in.null[18321]: twist > slip139-92-93-124.hol.ch.ibm.net to
2013 Mar 26
3
Samba + ACLs: Can’t add group write permissions
Hi there, I?ve been trying to get my head around a problem I have with Samba. I?ve set up Samba 3.6.13 on a Raspberry Pi with Arch Linux ARM on it and let it serve a couple of folders from an attached external ext4 drive mounted to /srv/cifs (of course with the "acl" option enabled). I?ve been trying to create a share that is read-writable for all members of a particular UNIX user
2018 Mar 01
29
[Bug 13317] New: rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317 Bug ID: 13317 Summary: rsync returns success when target filesystem is full Product: rsync Version: 3.1.2 Hardware: x64 OS: FreeBSD Status: NEW Severity: major Priority: P5 Component: core Assignee: wayned at samba.org
2005 Apr 06
1
%U doesn't work in root postexec
Hi! I've following in my smb.conf root postexec = /bin/rm /hades/samba/netlogon/scripts/%U.bat but I get following in my logfile: [2005/04/06 13:55:39, 1] smbd/service.c:close_cnum(836) hitt-006 (10.16.69.21) closed connection to service penzrobe [2005/04/06 13:55:39, 1] smbd/service.c:close_cnum(836) hitt-006 (10.16.69.21) closed connection to service netlogon /bin/rm: cannot
2010 Feb 10
2
LDAP backend replication?
Hi to all! I've set up Zimbra LDAP (2.4) as master, and I want to use RHEL v5 LDAP (2.3) as a slave. This is relevant part of my slapd.conf on LDAP 2.3: # syncrepl directives syncrepl rid=101 provider=ldap://192.168.1.86 bindmethod=simple binddn="uid=zimbra,cn=admins,cn=zimbra" credentials=PASSword searchbase="dc=company,dc=com" schemachecking=on
2004 Sep 22
2
Trouble with mails and connections through ADSL
Hello every one, first time poster, four month shorewaller ;) As the subject states, I''ve been experienced the infamous trouble described in the next excerpt from shorewall.conf # MSS CLAMPING # # Set this variable to "Yes" or "yes" if you want the TCP "Clamp MSS to PMTU" # option. This option is most commonly required when your internet # interface is some
2013 Mar 22
1
[PATCH] Allow matching HostName against Host entries
It would be useful to allow matching HostName entries against Host entries. That's to say, I would find it very convenient to have an ssh_config like: Host zeus HostName zeus.greek.gods User hades Host hera HostName hera.greek.gods # [ ... ] Host *.greek.gods User poseidon UserKnownHostsFile ~/.ssh/known_hosts.d/athens # [ Default settings for *.greek.gods ] where I
2011 Oct 03
4
[LLVMdev] How to make Polly ignore some non-affine memory accesses
Hi Tobias, thanks for the answer. I'll try to give a look to the code you pointed me to , and I'll try to make the modification myself. I'm new to LLVM and Polly, but the code of both seem clean and understandable, so I hope to be able to do it myself. In case I'll ask here for support :) Marcello 2011/10/1 Tobias Grosser <tobias at grosser.es>: > On 10/01/2011 03:26
2019 Mar 24
1
icecast player
Thnaks for your replay I hade installed GlassPlayer but a can't see where can I add backup stream or silent alarm Can you help on this please, please see the attached -----Original Message----- From: Icecast <icecast-bounces at xiph.org> On Behalf Of Fred Gleason Sent: Thursday, March 21, 2019 7:06 PM To: Icecast streaming server user discussions <icecast at xiph.org>
2004 Jun 15
1
rsync cygwin hang
Hello, I'm having problems with rsync hanging on Cygwin. I read some archives of the list about this, but if I understood it correctly this problem had been solved? Mine prevails though. I'm running rsync 2.6.2 at both ends, Cygwin's version on the Windows end and backports.org's version on the other, Debian Woody, end. The one on the Cygwin end is running as a daemon, --daemon
2002 Nov 20
1
(fwd from david@interactiveinstitute.se) Bugs in rsync
----- Forwarded message from David Jonsson <david@interactiveinstitute.se> ----- From: David Jonsson <david@interactiveinstitute.se> Subject: Bugs in rsync Date: Fri, 19 Jul 2002 18:38:59 +0200 (CEST) To: Martin Pool <mbp@samba.org>, Andrew Tridgell <tridge@samba.org> First, Thansk for a great tool! I run rsync supplied with RedHat 7.3 rsync --version rsync version
2011 Oct 07
1
[LLVMdev] How to make Polly ignore some non-affine memory accesses
I add also the output of these commands: [hades at artemis examples]$ ./compile_ex.sh super_simple_loop Printing analysis 'Polly - Detect Scops in functions' for function 'main': [hades at artemis examples]$ modifying it in : #include <stdio.h> int main() { int A[1024]; int j, k=10; for (j = 0; j < 1024; j++) A[j] = k;
2005 Aug 15
1
MSDFS redirection WinXP SP2
I am currently having problems accesing our samba msdfs shares from Windows XP SP2, Windows 2000 and WinXP SP1 seem unaffected. I have attached the smb.conf and the exports files that define the shares. Running ethereal on the different clients seems to point to the fact that XP SP2 no longer seems to be using the netbios-ssn (139) port. for GET_DFS_REFERRAL instead its using microsoft-ds