Displaying 15 results from an estimated 15 matches for "incorate".
Did you mean:
decorate
2004 Apr 22
3
password change, domain not availeable
well the subject tell's it..
it's not able to change password's for users
from a miupoms xp/2000 machine...
windows is complaining about, domain not availeable..
and samba show's an (incor.password lenght error)
i used an password over 5 char's (6 and 8)
and the min. passwd lenght is 5 !!
anny clue's??
there is an encryped passwords=yes in the conf..
l8r
2006 Oct 30
1
Registration problem
Hi all, i have an * version: Asterisk SVN-branch-1.2-r45691, I need to
register a linksys 922 phone thru internet and when I make sip debug command
i see this debug information:
-- SIP read from x.x.x.x:1024:
REGISTER sip:mysipserver.com SIP/2.0
Via: SIP/2.0/UDP x.x.x.x:1025;branch=z9hG4bK-839856dc
From: "SPA922" <sip:5403@mysipserver.com>;tag=685bbad1fae3325do0
To:
2004 Apr 22
2
password change, domain not available
Dear Herman,
We had the same problems over here.
The problem seems to be related to Windows Hotfix KB828741.
Removing the hotfix through the control panel solved it for us.
Greetz,
Jerome Borsboom
>>BTW, i use samba 302 & 303 pre2..
>>
>>Thursday, April 22, 2004, 2:33:16 PM, you wrote:
>>
>>CBM> well the subject tell's it..
>>
>>CBM>
2011 Aug 03
0
OpenSSH and FIPS 140-2
Does anyone knows why in some OpenSSH patches for FIPS we have something like:
SSLeay_add_all_algorithms();
if (FIPS_mode() && !FIPSCHECK_verify(NULL, NULL)) {
fprintf(stderr,
"FIPS integrity verification test failed.\n");
exit(3);
}
This block of code is always in main() soon after starting
service/client. Why are they
1998 Oct 12
0
R devel question
David Mosberger <david_mosberger@hp.com> writes:
> Hi Peter,
>
> Hope you don't mind my asking you this directly (I wasn't sure if it
> would be appropriate to post this question to R-devel;
It would.
> if you think it
> is, please feel free to forward it).
Done.
> I'm wondering whether there are any plans to extend R so it could
> handle
1999 Sep 02
2
Samba , dhcp, wins on Solaris 2.x
Hi All
I have a samba server running on solaris 2.5.1. On the same machine there is
a ISC dhcpd server which is configured to supply all the tcp/ip information
to the NT Clients dynamically (ip, wins, domainname, dns, router etc.).
So my NT Clients get only a name and are configured to get their tcp/ip
information from the dhcpd server.
Now, everything runs fine browsing, NetBios name
2011 Jan 04
16
[PATCH v2 0/5] add new ioctls to do metadata readahead in btrfs
Hi,
We have file readahead to do asyn file read, but has no metadata
readahead. For a list of files, their metadata is stored in fragmented
disk space and metadata read is a sync operation, which impacts the
efficiency of readahead much. The patches try to add meatadata readahead
for btrfs.
In btrfs, metadata is stored in btree_inode. Ideally, if we could hook
the inode to a fd so we could use
2010 Apr 08
1
ZFS monitoring - best practices?
We''re starting to grow our ZFS environment and really need to start
standardizing our monitoring procedures.
OS tools are great for spot troubleshooting and sar can be used for
some trending, but we''d really like to tie this into an SNMP based
system that can generate graphs for us (via RRD or other).
Whether or not we do this via our standard enterprise monitoring tool
or
2012 Jun 18
2
[LLVMdev] [cfe-dev] RFC: "Building with MinGW on Windows" (DOC, 2ND TRY)
...he initial version WAS too long and covered lots of ground that
ultimately only served to confuse the newbie. Thanks to the readers of
these lists, those issues got sorted.
I hope I don't sound obtuse, hostile, or unfriendly. I think your points
are generally very good and useful (and I will incorate most of them into
the document), but I strongly disagree on the tutorial thingy :-)
-- Disclaimer: I am *not* arrogant in real life, so if you perceive me as
being arrogant, you are to blame ;-)
2012/6/18 Nikola Smiljanic <popizdeh at gmail.com>
> On Mon, Jun 18, 2012 at 12:25 PM, Mikae...
2012 Apr 09
9
[PATCH] Btrfs: use i_version instead of our own sequence
We''ve been keeping around the inode sequence number in hopes that somebody
would use it, but nobody uses it and people actually use i_version which
serves the same purpose, so use i_version where we used the incore inode''s
sequence number and that way the sequence is updated properly across the
board, and not just in file write. Thanks,
Signed-off-by: Josef Bacik
2019 Mar 27
1
[RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API
Hi Al,
Here's a set of patches that converts a bunch (but not yet all!) to the new
mount API. To this end, it makes the following changes:
(1) Provides a convenience member in struct fs_context that is OR'd into
sb->s_iflags by sget_fc().
(2) Provides a convenience helper function, vfs_init_pseudo_fs_context(),
for doing most of the work in mounting a pseudo filesystem.
2012 Jun 18
0
[LLVMdev] [cfe-dev] RFC: "Building with MinGW on Windows" (DOC, 2ND TRY)
On Mon, Jun 18, 2012 at 12:25 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Hi all,
>
> 3. The document now covers 32-bit and 64-bit builds with MinGW tools (if
> anybody know of an alternate BINARY distribution of MinGW64 than Drangon's
> release, please let me know so I can include it in the document).
As was once explained to me by Ruben Van Boxem, what you
2012 Jun 18
5
[LLVMdev] RFC: "Building with MinGW on Windows" (DOC, 2ND TRY)
Hi all,
Here's an updated version of my proposed "Building with MinGW on Windows"
document. In summary, the document gives a step-by-step description of how
to build LLVM + Clang on Windows WITHOUT having Microsoft Visual Studio
installed. The high-level goal of the document is to make life pleasant
for those wonderful Windows users who desire to try out LLVM and/or Clang.
I
2023 Mar 14
7
[PATCH v8 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
From: Roberto Sassu <roberto.sassu at huawei.com>
One of the major goals of LSM stacking is to run multiple LSMs side by side
without interfering with each other. The ultimate decision will depend on
individual LSM decision.
Several changes need to be made to the LSM infrastructure to be able to
support that. This patch set tackles one of them: gives to each LSM the
ability to specify one
2013 Jul 07
1
Shutdown hangs on unmount of a gjournaled file system in 8-Stable
The problem occurs after an update of 8-stable from r248120 to r252111.
Sometimes shutdown hangs:
Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining...0 0 done
All buffers synced.
>From the kernel