Displaying 20 results from an estimated 1000 matches similar to: "Solve of problem "network disks - lost connection under w2k and wxp""
2002 Sep 10
2
For developers
Hello, developers of samba.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q316740&
SMB Logoff Command Is Not Sent When Session Is Disconnected
The information in this article applies to:
Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Professional
Microsoft Windows 2000 Server
Microsoft Windows XP Professional
Microsoft Windows XP Home Edition
SYMPTOMS
Windows
2002 Oct 21
2
W2KSP2 vs W2KSP2RP1 - failed logon to Samba 2.2.6
Hello, samba.
I upgraded samba 2.2.5 to samba 2.2.6 in Debian 3.0. Both versions was
built myself by script "rules binary".
Before:
Our network have a few of W2KSP2.rus and a few of W2KSP2RP1.rus. All
workstations can logon to samba 2.2.5.
After:
W2KSP2.rus can't login to samba 2.2.6, though W2KSP2RP1.rus still can
logon to PDC on samba 2.2.6. W2KSP2 tells me, that it can not find
2002 Sep 15
1
Printing under guest
Hello, samba.
Anybody knows, why under w2k guest users can't print on network
printers?
--
Vladimir I. Umnov mailto:samba@ezmail.ru
2002 Sep 21
2
Bad links in user profile
Hello, samba.
Why some times apears bad links in user profiles. After that profile
can not load correctly. After deletion this bad links (usually in
NetHood, some times it is files in different folders), all work fine. W2K
client report, what this files can not read, but I can read them in default
profile mode from home directory.
Users can not login with they profile information before I delete
2002 Sep 05
2
Lost connection to network drive
Hi,
I am using samba 2.2.5. My problem is with windows 2000, the mapped network
drive share losses connection after a period of time, e.g. 30 minutes. You
will see an "X" marked red in the mapped drive letters. I looked up
microsoft's website for persistent connections problems but the suggestion
is already set in my register keys.
2002 Sep 09
2
Samba as DC and Profiles
Greetings,
I'm using a Samba server as a Domain Controller and Logon Server. I use
Home directories for the storage of files etc. However, I wish to just keep
the Desktop, Start Menu etc. locally. How can I accomplish this? My
problem is that I sometimes put a temp folder on my desktop and have large
files in it, I then delete it when finished. However it makes logging in
and out take
2007 Jan 31
5
Additional server eralier shutdown condition
Is it possible to shutdown earlier by certain conditions: by battery
level and estimated by UPS runtime.
In APCUPSD this done by config options "BATTERYLEVEL" "MINUTES".
By what condition NUT shutdown server?
How to disable UPS shutdown?
2002 Sep 05
1
can't browse across subnets
Hi folks -
I'm having an issue here.
I have my samba server sitting on one subnet, and the rest of the clients
sitting on another (due to IP administration reasons).
I assign both my clients and the server to the same workgroup, but
the winboxen clients can't browse to the samba server.
The win clients all have WINS resolution turned on, and I specified
all of my WINS servers in
2017 Jun 06
1
Test for the end of PostingIterator in perl?
Hi all. I want to iterate over all the documents in my database.
my $pi = $db->postlist_begin("");
while ("$pi" =~ qr/END/) {
my $oldid = $pi->get_docid;
$pi++;
#...
}
That used to work with Search::Xapian in perl version 1.2, but now with
xapian-bindings-1.4.4 it does not seem to. How are you supposed to tell
when you have reached the
2003 Nov 25
2
Round 2 - Guest Share on WXP Host
Thanks to everyone who has tried to help so far. Not quite there but I
think I'm close. For anyone new, it's a private 2 comp network (RH9 and
WXP) so I just want the simplest guest access possible.
This is my current smb.conf file:
[global]
workgroup = SAMBA
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
security = share
null
2008 Oct 07
2
samba in wxp environment
hello,
i have a linux machine running samba with these settings:
workgroup = ...
netbios name = ...
interfaces = lo eth1
bind interfaces only = yes
hosts allow = ....
smb ports = 139
local master = no
os level = 35
domain master = yes
preferred master = yes
wins support = yes
dns proxy = no
browseable = yes
....
the wxp computers have dhcp enable, the dhcp server has these
2016 May 03
2
Weighting recent results
On 5/2/2016 9:03 PM, Olly Betts wrote:
> On Fri, Apr 22, 2016 at 12:23:15PM -0400, Alex Aminoff wrote:
>> I did some digging and found a thread from 2011 talking about how to
>> subclass Xapian::PostingSource in order to incorporate the date or
>> recency of a document in its weighting:
>>
>> http://thread.gmane.org/gmane.comp.search.xapian.general/8849/focus=8856
2003 Nov 09
1
samba 3 LDAP/PDC problem - adding WXP account
Hi,
I've finally gotten my LDAP password backend up and running, and finally figured out the SID 1000/1001 thing for Samba admin.
However I'm unable to join the workstation to my domain.
Using any random user in the WXP dialogue, I get the "Access is Denied" error. Fair enough.
Using the user with sambasid and sambagroupsid s-*-1000/s-*-1001, I get the error "The Username
2008 May 12
3
Curiosity when installing CentOS 5.1 in addition to W98 & WXP
I got half way through an installation of CentOS on a box that has
Window$ 98 in the first partition and Window$ XP in the second, where
CentOS was designated for partitions 3 (/boot - 128MB) and 4 (/) and
had some strange results.
During the install, I changed the default OS to boot to Window$
(because I rarely use this machine, but others who don't have a clue
use Wxx), but then while the
2016 May 16
2
Weighting recent results
I was thinking about this some more: Is there a reason I can't just
weight by some function of recency at indexing time?
$weight = get_weight_based_on_recency(...);
$tg->index_text($txt,$weight);
If I wanted to allow the user the option of searching either in
recency-weighted mode or not, I could index each document into 2
different databases, one with and one without.
This avoids
2003 Jul 24
1
Accessing Shares with WXP Pro
Let me rephrase my question:
How do I access shares with WXP Pro. I don't want to be part of a
domain. I just want to be able to search for the server from the
computer, map a network drive to a share, and then life will be good.
With that said, right now I can find the server. I can double-click it.
But what comes up is a login box that only lets me put in a password.
The
2008 May 13
1
Re: Curiosity when installing CentOS 5.1 in addition to W98 & WXP - SOLVED
On Mon, May 12, 2008 at 4:47 PM, MHR <mhullrich at gmail.com> wrote:
> On Mon, May 12, 2008 at 4:35 PM, Scott Silva <ssilva at sgvwater.com> wrote:
> > on 5-12-2008 10:17 AM MHR spake the following:
> >
>
> > It might not have finished the install, and something made it reboot before
> > it had written the grub records.
> >
>
> I figure
2003 Sep 16
0
In addition to: Can not register W2K computer (WXP and W98 without problems)
Forgot to tell you I'm using Samba 2.2.8a
Regards
_________________________
Ricardo Martinezgarza F.
ORIGINAL MESAGE:
I can NOT have a W2KPro computer to reconnect to a RH9 Samba PDC server
domain after initial "registration". (I don't have any problems with WXPPro)
NetBios name of the W2KPro computer: PRUEBA
RH9 PDC Samba domain name: SAMBA
When "registering" the
2003 May 07
0
Attempt to move a WXP client to another Samba domain.
We have successfully added a windows XP client to the domain on the test
network. We are able to logon to the domain, connect to the shares, etc.
all is as it should be.
We then tried to connect the XP client to the production network (same
version of samba, same smb.conf file).
No joy.
We remove the machine from the test network domain, by joining a false
workgroup on the client. Reboot the
2004 Mar 04
0
AW: SAMBA 3 as PDC - W2K/WXP Pro logon trouble
Oh, so you are using ldap..., well I'm still working with smbpasswd as
backend :-(
Anyway, I tried 'net getlocalsid' for the domain-sid -> ok
Next 'net usersidlist' which should show me the user-sids -> didn't
work: "[2004/03/04 06:40:05, 0, pid=31232, effective(0, 0), real(0, 0)]
utils/net_rpc.c:net_usersidlist(2158)
Could not get the user/sid list"
So