Displaying 20 results from an estimated 400000 matches similar to: "????????? ????? ?? ?????? ??????"
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
New module which check if the PLoP Boot Loader already has booted a
CDROM or USB drive by checking for the presence of the PLoP INT13h hook.
The following assembly code (NASM) can detect the PLoP INT13h hook:
mov eax,'PoLP' ; Reverse of 'PLoP'
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
jz
2013 May 16
2
A function that can modify an object? Or at least shows principles how to modify an object?
Hi, If I have an R object UUU, where the second element is U2, based on
"g" column of my.table
my.table of UUU is:
mmm ggg gindex map Info
aaa123 U1 1 1 1
aaa124 U1 1 2 1
bbb1378 U2 2 1 1
bbb8888 U2 2 2 0
bbb1389 U2 2 3
1999 Jan 04
0
SAMBA digest 1930
samba@samba.org schrieb:
> SAMBA Digest 1930
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue include:
>
> 1) Are you paying a to much for office supplies? Skyshop can save you money .....
> by SKYSHOP OFFICE SUPPLY <skyshop41@usa.net>
> 2) Samba problem
> by Ingar
2010 Feb 28
2
Server response time
Hey Guys,
I am considering leasing a new server in Germany to run my Asterisk
infrastructure and I was wondering how response time would affect the
performance of the system. Right now I have a response time of around
60-70ms with my server in California. The server in Germany would have a
response time of around 140ms (both ways). My DID/Termination providers
are in Canada and the USA, and
2023 Jun 06
2
What's the substitution of 'samba-tool domain provision' in v4.17.5
> Yes you can use the Ubuntu 22.04 packages if you really must, but this
> will only get you Samba 4.15.3
> On the other hand, Using Samba from backports on Debian bullseye will
> get you 4.17.8 and is, in my opinion, easier to use.
Both for Debian and Ubuntu it's better to use Michael repos, to get consistent minor release updates:
http://www.corpit.ru/mjt/packages/samba/README
2005 Sep 29
1
Cisco AS5300 --> [SIP] --> Asterisk - NO AUDIO
OK, here goes my next problem.
I have puchased a DID which I can connect to via SIP
I have been given the following details:
Username: uka1xxxxxx
Password: 1000xxxxxx
Server: brxxxx.net:5160
My equipment is Asterisk CVS HEAD on Red Hat EL 3.0 (NO NAT)
The other end is a Cisco AS5300 (NO NAT)
I can register with the Cisco with no problem.
When I dial the DID it sends the call to my asterisk
2003 Dec 01
0
No subject
period of
time (hours up to weeks sometimes), and then 'certain' pc's would no longer
be able to
connect to samba, but other pc's would still be working. And the pc's
affected are not
the same each time.
this might be the case if what is REALLY going on is that the pc's that are
STILL working
never lost their connection to SAMBA/iX, so they already(still) have a
working
2002 Feb 14
0
Sharing to domain users?
Couple questions to those who have the winbindd service up and running...
I *think* winbindd is working now... I can browse the samba server through
windows explorer and open directories. There is a little delay when I first
connect... I assume this is winbind passing the authentication request to my
NT servers and awaiting a response.
The problem now is that I can't seem to write to the
2001 Mar 26
0
FW: RE: Explorer & MS Office hang
This was in regards to a problem with ms applications hanging on trying to
open a file.
Turns out it was an nfs locking issue.
Hope this helps,
Don
-----Original Message-----
From: Partenheimer Nate [mailto:npartenh@butler.edu]
Sent: Monday, March 26, 2001 1:23 PM
To: "MCCALLDON "@envelope.hp.com; HP-USA@envelope.hp.com; ex1 "
Subject: RE: RE: Explorer & MS Office hang
2001 Nov 14
6
issues with version 2.2.2
Hi --
Does anyone have any strong comments either
positively or negatively about the new version 2.2.2
running on Solaris 2.7 or 2.6?
I have been running version 2.2.1 since August and
have been having some really unusual behavior with
random denial for some users from some machines at
random times. Is there any evidence that 2.2.2
might help with this?
--
2001 Oct 31
0
FW: HP3000 problem
-----Original Message-----
From: MCCALL,DON (HP-USA,ex1)
Sent: Wednesday, October 31, 2001 9:00 AM
To: 'Richard Barker'; MCCALL,DON (HP-USA,ex1)
Subject: RE: HP3000 problem
Hi Richard;
Are you doing the operations on these files from the MPE prompt, or are you
in the posix shell at the time of the edit/pipe, whatever? And what MPE
filetype are you working on? Problem is that samba
2003 Dec 01
0
No subject
<----------------------------------------------------------------------->
Changes to user passwords are captured by a special DLL, which traps and
then stores the password changes in encrypted form in a private area.
On each synchronization schedule, the synchronization service first examines
the SAM file for changes, and then checks this private area for passwords
to be synchronized. Once
2003 Jun 13
0
Problem with large NIS groups - Samba 2.2.8
Hello from the Military-Industrial Complex!
We're a large defense contractor located in East Hartford, CT, USA. US
export
laws make us 'kind of' concerned about who gets in here and what they can
access. We've got a problem with some of the groups that we have in our
NIS
database. Everyone who logs into our Sun system is assigned to one of
several
groups for export-control
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
I wrote a COM32 module which detects if the PLoP bootmanager was used to
boot a CDROM drive or USB drive, by checking for the presence of the PLoP
INT13h hook.
The PLoP INT13h hook check works like this (NASM syntax):
mov eax,'PoLP' ; Reverse of 'PLoP'
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
2017 Mar 02
0
cifs-utils release 6.7 ready for download
The main change in this release is to address some regressions that
crept in when we switched to a scheme that does not rely on walking /tmp
to look for credcaches.
We now will use the information from the kernel about the initiating
pid, reach into that task's environment and scrape out the $KRB5CCNAME
variable. This can be problematic in setuid situations, so we avoid
doing that for the
2001 Nov 14
2
compile errors on version 2.2.2
Hi --
Compiling samba 2.2.2 on Solaris 2.7 server I
get the following errors: (These are not in
sequence.)
Compiling lib/system.c
lib/system.c: In function `sys_readdir':
lib/system.c:234: warning: return from incompatible pointer type
lib/util.c: In function `transfer_file':
lib/util.c:559: `_write' undeclared (first use in this function)
lib/util.c:559: (Each undeclared
2015 Feb 02
0
Samba 4.0.7 doesn't work with Russian credentials
Resending for assistance on this issue.
Thank you in advance,
- Mike
?
-----Original Message-----
From: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] On Behalf Of Tompkins, Michael
Sent: Thursday, January 29, 2015 7:48 AM
To: Jeremy Allison
Cc: samba at lists.samba.org; USA Xerox Samba
Subject: Re: [Samba] Samba 4.0.7 doesn't work with Russian credentials
Sorry
2001 Oct 04
1
Many smbd processes per user
Hi,
We're encountering severe load problems associated with multiple smbd
processes running per user. As an example below, this user has only five
files open yet many smbd's running. Is there a reason for this
occurring? I've been experimenting with file locking etc to try and get
around it.
Thanks
Tim
tim@hostname:~> smbstatus -u yunjeng -S
INFO: Debug class all level = 1
2008 May 28
1
Nessus test issues with open shares
Hi,
My name is Joseph Villa, I'm new to the message boards and I'm also new to
Samba. I just got an e-mail back on our Nessus scans.. Here are the 2 that
are relivant..
1.) The remote host has accessible LOGS$ share.
ScriptLogic creates this share to store the logs, but does not properly
set the permissions on it. As a result, anyone
can use it to read the remote logs.
Solution:
2001 Dec 17
0
Help please...Winbind problem using trusted domains?
Hi, I'm new to Samba and Winbind, after following the instructions I found
in the Samba doc's and in this list a finally configured a Samba server
using the Winbind services two weeks ago.
Everything was working fine one Monday ... until this Friday when suddenly
the windbind stopped showing the local domain groups.
I can actually access the shares I've set up last week , but if I