Displaying 20 results from an estimated 900 matches similar to: "smbclient: tdb_fetch_uint32 failed"
2005 Apr 11
1
smbpasswd, tdb_fetch_uint32 failed
Hello,
Since I upgraded my samba PDC from 3.0.11 to 3.0.13, I have some strange
warnings when changing the passwords with 'smbpasswd' (it works, but
gives these messages):
# smbpasswd <username>
New SMB password:
Retype new SMB password:
account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password age (seconds since 1970)), returning 0
account_policy_get:
2005 Sep 02
1
account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine password change), returning 0
FreeBSD 5.4-RELEASE (GENERIC)
samba-3.0.20
[2005/09/02 10:37:26, 1]
lib/account_pol.c:account_policy_get(196)
account_policy_get: tdb_fetch_uint32 failed for
field 10 (refuse machine password change), returning 0
fix?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2008 Apr 21
0
tdb_fetch_uint32 failed and create_builtin_administrators failed
Hello,
I've build the latest samba version(3.0.28a) as shown below on my
NSLU2 running debian etch.
./autogen.sh
./configure --with-logfilebase=/usr/local/samba/log
make
make install
That worked without any error messages and I start samba as shown below:
/usr/local/samba/sbin/smbd -D
/usr/local/samba/sbin/winbindd -B
/usr/local/samba/sbin/nmbd -D
So far it seems to work but I found some
2005 Oct 13
0
Problems with smbpasswd, tdb_fetch_uint32 failed
Good Afternoon,
I had sent in an earlier message about trying to login and getting
dropped from a W2000 workstation. I received a reply back to upgrade
Samba from 3.013 to 3.020x. I did this.
Operating System: SuSE 9.3
Samba Version: 3.0.20a (SuSE's RPMs)
I am using /etc/samba/smbpasswd file and not LDAP to store the users and
passwords.
[global]
passwd chat debug = Yes
passwd
2004 Feb 26
1
INTERNAL ERROR: Signal 11 in smbd (samba 3.0.2a)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, I've got a serious problem with my samba installation (samba
3.0.2.a, compiled from sources).
The problem seems to occour when printing a file on a printer connected
~ to our samba server. Other printers on the same server seems to work
just fine.
Note that the thing is not sistematic... some days it occours many
times, and other days all
2008 Feb 27
0
problems with GID while mounting shares
Can anyone say me why, even with this string,
"smbmount //pbt3/Condivisa /home/rob/Condivisa -o
username=rob,password=XXXXX,uid=rob,gid=ufficio"
I cannot login as UID = rob GID = ufficio ???
here's something else.
On server:
pbt:~# smbstatus
Samba version 3.0.24
PID Username Group Machine
2023 Sep 20
0
GlusterFS, move files, Samba ACL...
[ Received no feedback, i resend it... ]
A little strange things, but i'm hitting my head on the wall...
I needed to 'enlarge' my main filesystem (XFS backed-up), that contain my
main samba share and a brick for a GFS share; i've setup a new volume (for
the VM), formatted XFS, move all the file taking care to umount and stop GFS
(so, syncing the brick, not the GFS filesystem)
2001 Apr 25
1
help stable
Please,
I need help in the part stable from R.
I can?t plot the distribution function of a stable law. I obtained
bad results. But the density function is OK.
How can I do it?
Sorry, I?m Brazilian and my english isn?t good...
Thanks,
Barbara Patricia Olbermann
Instituto de Matem?tica
Universidade Federal do Rio Grande do Sul - Brasil
barbara at athena.mat.ufrgs.br
2011 Dec 12
1
how to colour labels (each label with a colour) in a dendrogram?
Hello to all,
I still have this doubt.
I'd like to colour the different labels of my dendrogram each one with a
different colour. How can I do? I guess I could do using *edgetext* and
then *t.col* or* lab.col* but I don't know how to add edgetext to my
dendrogram. Can you help me please?
Example:
require(graphics); require(utils)
hc <- hclust(dist(USArrests), "ave")
(dend1
2009 Sep 01
2
numerical summaries across variables.
Hi Every one,
I have a dataframe "class" with "name", "sex", "age", "height", "Weight".
if i caluclate summary statistics with the below code
numSummary(class[,c("Height", "Weight")], groups=class$Name,
statistics=c("mean", "sd", "quantiles"), quantiles=c(0,
.25,.5,.75,1))
iam getting
2018 Oct 02
1
Problem with parseData
The fix is now in R-devel, 75386. I have not ported to R-patched,
because the fix breaks two packages which are working around this bug
(and to my knowledge without having reported it before). So thanks again
for the report!
Best
Tomas
On 08/16/2018 10:06 AM, Tomas Kalibera wrote:
> Dear Barbara,
>
> thank you for the report. This is something to be fixed in R - I am
> now
2023 Aug 28
1
GlusterFS, move files, Samba ACL...
A little strange things, but i'm hitting my head on the wall...
I needed to 'enlarge' my main filesystem (XFS backed-up), that contain my
main samba share and a brick for a GFS share; i've setup a new volume (for
the VM), formatted XFS, move all the file taking care to umount and stop GFS
(so, syncing the brick, not the GFS filesystem) using --acls and -attrs
rsync options.
All
2008 Jan 11
3
Date range queries return zero results
Hello,
I am having trouble getting data ranges to work correctly. I am using
the following command to load the db:
index << {:title => row[7].to_i,
:date => Date.strptime(row[3], ''%Y-%m-%d''),
:page_id => row[5].to_i,
:page => row[6].to_i,
:content_type => row[1].to_i,
2009 Jun 15
1
altering a global variable
I'm working on a program that loads several large data files. I'm
using ddply (plyr is really awesome) but I want to minimize the amount
of times a large data file is read in. One solution is to keep track
of which data file is open with a global variable and then change the
currently open data file globally as needed. However, I'm unclear on
how to alter a global variable
2007 Nov 21
2
When you sometimes wonder how to test this??
Hi
Just something that I have been finding very helpful sometimes when I
am stuck with "how could I test this?" moments is looking at the
Rails test suite.
At the moment I am working on testing our custom error_messages_for
methods and I have found looking at how the Rails tests in
active_record_helper work helpful :-)
So just thought I''d share that. Have
2007 Dec 17
2
RSpec 1.1.0 (Rails) --- Supported Rails Versions?
Hi
Just a quick question .... what backward versions of Rails will the
1.1.0 versions of RSpec and Spec::Rails support?
I think I maybe under the (incorrect) impression that I had to go to
Rails 2.0 for 1.1.0
Cheers
Shane
Shane Mingins
ELC Technologies (TM)
1921 State Street
Santa Barbara, CA 93101
Phone: +64 4 568 6684
Mobile: +64 21 435 586
Email: smingins at elctech.com
AIM:
2008 Mar 14
2
Lib Specs and config.use_transactional_fixtures = true
Hi
We have specs in our rails project other than model/view/controller ..
we have interests and lib ...
using use_transactional_fixtures = true seems fine in a spec in the m/
v/c and interests directories but not in lib
Just wondered if anyone had any quick thoughts as to why that may be???
Shane Mingins
ELC Technologies (TM)
1921 State Street
Santa Barbara, CA 93101
Phone: +64 4 568
2007 Jul 27
1
Re: sono in ferie dal 28-8-2007 al 5-8-2007
sono in ferie dal 28-8-2007 al 5-8-2007
mi trovate in ufficio dal 6 al 10 agosto
luigi mangili
2004 Sep 23
1
invisible server
Hi,
I've got a few samba server in my network, but one of them is "invisible". I
cannot do a nmblookup on it (even from the server itself), but I cannot
telnet the port 137, thus it should not be a problem of firewall. From
windows xp machines, I can connect specifying the IP address, while from
win98 machines I cannot (I got an error like network name does not exist).
The