Displaying 20 results from an estimated 10000 matches similar to: "Windows 2003 and Samba 3.0.x"
2005 Feb 23
1
FreeBSD 4.8 / Samba 3.0.11 - more signal 11's than before... (3.0.8)
The error message is the usual panic error - 3.0.11 and FreeBSD 4.8.
Samba 3.0.8 ran fine with the same config (admittedly there were a few
roaming profile sync related crashes, which is why I was upgrading).
Now however I can't even connect - it crashes immediately, respawns and
crashes again.
My Samba server is a domain member of a Win2003 domain controller used for
roaming profile
2005 Mar 03
3
Quickbooks files can't be shared w/ 3.0.11
The second instance of Quickbooks shows a "file may be corrupt" message.
56310 DENY_NONE 0x2019f RDWR EXCLUSIVE+BATCH
/MY_REALLY_LONG_PATH/My File.QBW Thu Mar 3 19:42:20 2005
56310 DENY_NONE 0x2019f RDWR EXCLUSIVE+BATCH /
MY_REALLY_LONG_PATH/My File.QBI Thu Mar 3 19:42:20 2005
It works on Windows - just copied the same file to a network mapped windows
2005 Mar 04
1
Excel & samba-3.0.11 slowness/hanging/lockup issues... Anyone?
Here's the problem we're encountering:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Having intermittent problems regarding users
opening/accessing/saving/writing MS Excel files into samba shares.
When a user accesses a file on a shared volume via samba, they can open an
Excel file and end up with one of two conditions; either their system hangs
after opening the file for a short pause
2005 Mar 02
2
Administrator-privileged logon scripts under limited mode on XP?
At our organization, we're currently gradually migrating the
workstations from Windows 98 to Windows XP, while retaining the use of
our samba server as a PDC. For those who may remember my previous post,
our upgrade to Samba 3.0.11 from an ancient version (2.2.3) I inherited
went extremely well, and I was thoroughly impressed how little I had to
change to get everything running.
Anyways,
2005 Feb 28
2
Time out tuning ?
Hello,
I have a samba server running at a customer site and they have the
follwing problem:
Employees of that company have for extended periods sometimes
word documents opened for editing, but it happens regularly that
for an half hour or more no activity takes place because they are
working on something else (it's a flower seed growing company , with pc's
in the glasshouses and they have
2005 Feb 09
1
net join ads gives segmentation fault
Hi,
We have been working with samba 3.0.4 and MIT 1.3.6 on SUSE SLES 8 (SP3)
for some time. We use security=ads and our samba is joined to the W2K3
domain.
We use this with winbind to use the authentication from w2k3 instead of
local users (telnet, squid, samba and via smbauth also apache).
When preparing a new server with suse SLES 9 and heimdal 0.6.1 RC3 (suses
package) we started running
2004 Aug 24
7
Question about ip_forward in clear_firewall
Firewall users,
My apologies as I''m not on this list, so please respond directly as
well as to the list. I did try to search the archives and didn''t find
any hits, although the search did not like searching for terms with
underscores in them (both clear_firewall and ip_forward).
I was trying to understand why, when running shorewall stop, even though
it echoes
IP
2012 Oct 25
6
How to tie orders taken to specific CDR records
Our phone operators work off of an Asterisk queue. They take calls from
customers and take orders with our back end systems. What I need to be
able to do is tie the orders taken to the specific CDR record that
reflects the call from which the order originated.
The typical/sample CDR table doesn't have a primary key. I can add an
auto-generated PK, but the CDR is not written until the
2012 Jan 25
3
[PATCH] Btrfs: Check for NULL page in extent_range_uptodate
A user has encountered a NULL pointer kernel oops in btrfs when
encountering media errors. The problem has been identified
as an unhandled NULL pointer returned from find_get_page().
This modification simply checks for a NULL page, and returns
with an error if found (the extent_range_uptodate() function
returns 1 on errors).
After testing this patch, the user reported that the error with
the
2005 Mar 23
3
Upgrade 3.0.11 to 3.0.12 serious issues
Linux Samba 3.0.12 + acl (ext3)
===============================
When upgrading from 3.0.11 to 3.0.12 ACL's do not seem get used anymore.
We are using the inherit acls options for both maps and files. After the
upgrade users are unable to create new files in directories where they
used to have privileges for. The error returned is: "The file already
exists. Do you want to
2019 Feb 06
2
Freepbx / Asterisk PJsip multipe devices
that was my first idea.
and how should an other user know which number he should dial?
user a: soft phone extension 100
hardware phone extension 101
On 06.02.19 15:25, Mitch Claborn wrote:
> You can do this in the dial plan. Register the devices separately and
> include both addresses in the Dial() command.
>
>
> Mitch
>
> On 2/6/19 8:16 AM, basti wrote:
>> In
2005 Jan 07
2
Shorewall & IPSec gateway
To all,
I''ve just recently finished my "Security Gateway Server" project which
separates a 10 laptop WLAN subnet from our main LAN/Internet network. I
used Debian Sarge with kernel 2.6.9/ipsec-netfilter patched, and
Shorewall 2.2.0-RC3 on a Asus P4S533, 2.4 GHz PenIV and 512MB memory.
The Toshiba A60-S166, PenIV, 2.4G laptops run Windows XP Pro and have
internal Atheros based
2018 Dec 04
2
DAHDI fax detection
Asterisk 16 latest
DAHDI 3.0.0 latest
Excerpt from chan_dahdi.conf is shown below. I'm trying to enable fax
detection on inbound calls so that I can take appropriate action in the
dial plan. "dahdi show channel 1" shows "Fax Handled: no". Does that
mean that I don't have it configured correctly?
[channels]
; Span 1: WCTE2/0/1 "WCTE23X (PCI) Card 0 Span
2013 Feb 07
8
[RFC] Btrfs: Allow the compressed extent size limit to be modified v2
Provide for modification of the limit of compressed extent size
utilizing mount-time configuration settings.
The size of compressed extents was limited to 128K, which
leads to fragmentation of the extents (although the extents
themselves may still be located contiguously). This limit is
put in place to ease the RAM required when spreading compression
across several CPUs, and to make sure the
2010 Aug 13
6
Equality of Vectors
Hello,
Is there a way to get a single TRUE or FALSE statement from comparing two
vectors? For example,
c(1,2,3) == c(1,2,3)
produces
TRUE TRUE TRUE
where I would like it to produce only
TRUE
for use in an if statement.
Likewise, when two vectors are not exactly identical (in all elements) I
would like a single FALSE result, as opposed to
c(1,2,3) == c(1,2,5)
TRUE TRUE FALSE
Any ideas?
2004 Dec 16
6
[OT] New (old) Firewall at shorewall.net
I''ve rebuilt my old P-II/233 with Debian Sarge and it is now serving as
my main firewall. It is running a home-built 2.6.9 kernel with the
ipsec-netfilter and policy match patches.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
PGP Public Key \
2004 Nov 24
3
dovecot only answers to imap connections
Hey list,
Finally got up and running, and now am trying to figure out why
dovecot would only accept imap connections - I have people that are
happy with pop, but they can only authenticate when they use imap.
Is there a conf setting for this somewhere that I am missing?
-- Mitch
2018 Dec 04
2
asterisk is not seeing my queues in database
I enabled the logs on the mysql database and ran :
realtime load queues name cou0002-test
in the mysql log I can see that the proper select statement is being
executed:
2018-12-04T16:29:27.253094Z 229 Query SET SESSION TRANSACTION
ISOLATION LEVEL READ COMMITTED
2018-12-04T16:29:27.254384Z 229 Prepare SELECT * FROM queues WHERE
name = ?
2018-12-04T16:29:27.254902Z 229
2020 Jul 15
2
[MTE] Tagging Globals
Thanks for the update, Phillips.
Yes, please add me, Stephen and Ana (CCed) to Phabricator reviews.
Zhaoshi
From: Mitch Phillips <mitchp at google.com>
Sent: Tuesday, July 14, 2020 19:10
To: Zhaoshi Zheng <zhaoshiz at quicinc.com>
Cc: llvm-dev at lists.llvm.org; Stephen Long <steplong at quicinc.com>
Subject: [EXT] Re: [llvm-dev] [MTE] Tagging Globals
Hi Zhaoshi,
Currently
2013 May 27
2
RED on DAHDI channel
Asterisk 11.1
We have a situation where one of our incomings POTS lines will not
answer. There are 2 lines configured by the Telco as a rollover group
(rings the line that is not busy) and they feed into a Digium AEX410 on
the server. The most recent time this happened, I did a
/etc/init.d/dahdi status and saw this:
### Span 4: WCTDM/1 "Wildcard AEX410"
*53 FXO FXSKS