Displaying 20 results from an estimated 3000 matches similar to: "Win2k TS authentication probs / pw changing probs"
2002 Feb 25
3
XP printing problem fixed
Here's the story so far.
I had a problem serving a printer from samba 2.2.3-6 (the -6 is specific
to Debian I think) to a Windows XP client and found reports of Signal 11
in samba's logfile, so I filed a bug report (Debian Bug#135115) and also
sent the log etc to samba@samba.org.
The problem is now cured and I can print again, following changes I made
to both the client and server.
2002 Jun 12
3
Repost : Incorrect Reporting of Drive Space from the Windows 2000 Explorer on SAMBA shares
Repost of question.
> -----Original Message-----
>
> Hi,
>
> In Windows 2000 I have noticed that when you connect to a SAMBA share and
> use the Windows 2000 explorer, the properties for the drive shows the free
> space as the maximum capacity of the drive and that the used space is 0.
> This incorrect reporting of the drive space is always the same, no matter
> how
2002 Mar 05
7
Strange Problem with Access
I would like to pose the following problem to this mailing list to see if
any of you have any suggestions you may offer.
I am running samba on a RedHat 7.2 Athalon box with software RAID 0 dual
IDE disks on an ext3 filesystem.
I have several users in a large community of users that are always hitting
the samba server. The machine has been consistently reliable with one
exception. There is
2004 Oct 27
1
Problem changing pw from win2k & xp
Hi here,
I have the following problem:
I have win98 / Win XP pro / Win2k Pro clients and a samba 3.0.2a server.
When i try and change passwords from a win98 client it all works fine, but when i
try to change a pw from a win2k or win XP pro client i get a message:
"The system cannot change your password now because the domain GENERAL is not available"
(our domain is called GENERAL)
2019 Mar 06
2
[Bug 109876] New: JIYE BHUTTO
https://bugs.freedesktop.org/show_bug.cgi?id=109876
Bug ID: 109876
Summary: JIYE BHUTTO
Product: xorg
Version: unspecified
Hardware: x86 (IA32)
OS: Windows (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2003 Sep 10
1
OT: Win2k ts - cannot start microsft outlook
This is off-topic so please let me know if it is inappropriate. I thought
i'd post here as a lot of people on the list seem to be using samba with ms
terminal server.
I have profile problem ito roaming profiles from my samba dc not loading
when you log onto w2k terminal server.
I reloaded one of the servers, installed sp4 and installed ms office 2000
using the termsrvr.mst file.
When a
2001 Jan 18
0
Win2k / Access DB / Corruption
I have been struggling for the past several weeks with a corruption problem
using an application that uses Access Databases on a Samba 2.0.7 share. The
clients are all Win2k SP1 and the network is 'healthy'. I've turned off
oplocks on both client and server, I've disabled the caching on the Win2k
boxes per the Samba documentation and the one note posted on the download
sites
2002 Jun 29
2
Samba as PDC & File Server compared to Windows Server
Hi,
Im looking for help and advice. I am using Linux Red Hat 6.2 as my Server
and I am running Apache 1.3.12 and Samba 2.0.6.
I have an Intranet set up which my users access through IE 5.5 on their
Windows 95 clients (at the moment!). However, I am looking for advice on
the best way to share files via the Intranet to my Windows Users.
If i upgrade the clients to Windows XP or 2000 will my Samba
2003 Sep 26
1
Mysql probs..
G'day..
I'm trying to compile samba with the expsam=mysql.
but it gives back an error:
sswitch/wb_common.c: In function winbind_named_pipe_sock':
nsswitch/wb_common.c:136: storage size of `sunaddr' isn't known
make: *** [nsswitch/wb_common.o] Error 1
mysql is working fine so no probs there..
even without-winbind compilation it keeps
rerturning...
got a idea ??
Collen
2003 Jun 10
1
Idmap probs with smb3beta
Well just trying to get the new beta working..
if i use the passwd plain text file, no probs.
but i realy like to use the tdbsam (passdb.tdb) file..
i put passdb backend = tdbsam:/path to passdb.tdb
now my error log complains about: Idmap gid range missing & uid range missing.
i mapped the ntdomain groups to unix groups..
also i get these same errors using pdbedit...
second and more
2007 Jan 05
1
Efficient multinom probs
Dear R-helpers,
I need to compute probabilties of multinomial observations, eg by doing the
following:
y=sample(1:3,15,1)
prob=matrix(runif(45),15)
prob=prob/rowSums(prob)
diag(prob[,y])
However, my question is whether this is the most efficient way to do this.
In the call prob[,y] a whole matrix is computed which seems a bit of a
waste.
Is there maybe a vectorized version of dmultinom which
2006 Apr 17
1
Probs with asterisk
Hi all,
I am noob with asterisk and i am trying to install it on Debian sarge.
I know there is asterisk@home but i prefere install it on my server wich
is yet running an egroupware tool.
Phones coulg register the server but when i try to call from one to
other (internal call) i get this message :
*Verbosity is at least 3*
*-- Executing Set("SIP/202-b53d",
2001 May 01
0
Tinc: tap0 probs
On Mon, Apr 30, 2001 at 03:57:25AM +0000, cuBe wrote:
> Having some probs with setting up tap0:
>
> aibo:~# ifconfig tap0 hw ether fe:fd:00:00:00:00
> SIOCSIFHWADDR: No such device
>
> Now, I;ve checked everthing, and it all seems in order. I have compiled in
> theUniversal TAP/TUN support, and Netlink (including CONFIG_NETLINK_DEV),
> but to no avil, that error always
2008 Jun 10
0
TR : Probs with paste
Thanks for the messages. What I probably should have explained is that I have a data.frame "file" with variables named "A", "B", etc.. I wanted to use paste () to pull the names "file$A", "file$B", etc. and stick them in table() and so get an output of table(file$A). For the record, someone read my thinking and sent the following solution which
2019 Mar 03
2
bug: sample( x, size, replace = TRUE, prob= skewed.probs) produces uniform sample
When `length( skewed.probs ) > 200' uniform samples are generated in R-devel.
R-3.5.1 behaves as expected.
`epsilon` can be a lot bigger than illustrated and still the uniform distribution is produced.
Chuck
> set.seed(123)
>
> epsilon <- 1e-10
>
> ## uniform to 200 then small
> p200 <- prop.table( rep( c(1, epsilon), c(200, 999-200)))
> ## uniform to 201
2005 Dec 28
0
Probs installing ruby-fcgi on Linux
Hi. I''ve installed fcgi 2.4.0 on a CentOS 4.2 box without problems using:
./configure --prefix=/usr/local/fcgi --exec-prefix=/usr/local/fcgi
make && make install
When I try to install ruby-fcgi bindings I get the following:
[root@machine ruby-fcgi-0.8.6]# ruby install.rb config --
--with-fcgi-lib=/usr/local/fcgi/lib
--with-fcgi-include=/usr/local/fcgi/include
install.rb:
2011 Jul 29
0
winbind - NT_STATUS_NONE_MAPPED ( & auth probs)....related?
I'm seeing this for several lookups in winbind for items
that I have not explicitly added. Should I add them?
Could not find domain for
Could not convert sid S-0-0: NT_STATUS_NONE_MAPPED
Could not find domain for sid S-1-1-0
Could not convert sid S-1-1-0: NT_STATUS_NONE_MAPPED
Could not find domain for sid S-1-5-11
Could not convert sid S-1-5-11: NT_STATUS_NONE_MAPPED
Could
2005 Apr 22
0
Colour Probs with Wine on Debian/Sarge + Ultima Online
I'm trying to get Ultima Online The Second Age running with Wine (installed
from the debian package ver. 0.0.20050310-1.1) on my Debian Sarge system.
First, I installed the game under wine and installed all available patches. I
had no problems during the whole procedure. The game seems to run fine except
for the fact that there are only about 8 different colours which makes the
game
2010 Feb 26
0
Probs with the Superblock
Hello,
?
when the free Inode-List in the superblock is empty, there? will be a function how updates the inode-list with free inodes. On whoch location does the kernel prove thes requirement? The requirement is: Free Inode-List=Empty!I checked the linux source but i can?t find the function which checks if the superblock free inode list is empty!
?
Thanks for your help and sorry for my bad english
2003 Apr 11
0
dovecot-0.99.9-test2 probs
Hi-
Tried 0.99.9-test2 -- had to go back.
Various problems in the log.
Here's one:
Apr 10 08:56:25 mercury mem[10754]: imap(user0): msync() failed with
index data file /users/8b/user0/Maildir/.INBOX/.imap.index.data:
Cannot allocate memory
Apr 10 08:56:25 mercury mem[10754]: imap(user0): Corrupted index
data file /users/8b/user0/Maildir/.INBOX/.imap.index.data: Missing
location field