Displaying 10 results from an estimated 10 matches for "littleboy".
Did you mean:
littlebit
2004 Nov 12
1
Why %M makes two log files?
I use log.%M to get per client logs. This works but I always end up
with -
[root@littleboy root]# cd /var/log/samba
[root@littleboy samba]# ls -l log.pc01699
-rw-r--r-- 1 root root 2642617 Nov 12 07:30 log.pc01699
[root@littleboy samba]# host pc01699
pc01699.morrison.iserv.net has address 192.168.19.191
[root@littleboy samba]# host 192.168.19.191
191.19.168.192.in-addr.arpa d...
2003 Oct 20
1
"NULL dest in safe_strcpy"
I'm running Samba 3.0.0 and seeing a lot of
Oct 20 10:02:25 littleboy smbd[2062]: [2003/10/20 10:02:25, 0]
lib/util_str.c:safe_strcpy_fn(577)
Oct 20 10:02:25 littleboy smbd[2062]: ERROR: NULL dest in safe_strcpy
messages. Most things (except the problem I posted earlier) seem to
work perfectly.
2003 Oct 20
1
Win9x Cannot Find Server, WinY2k Can
I have a Samba 3.0.0 PDC (and WINS server) that has been running fine
for some time. I also have Samba fileserver running 3.0.0. The PDC is
"littleboy" and the fileserver is "sardine". This configuration has
been stable since the day after 3.0.0 came out, and we were running
3.0.0pre(s) on the PDC before 3.0.0 was released and that was stable as
well.
Now (or as of 10/16) we are having problems where Win9x boxes can sign
on but...
2009 Mar 03
1
PDC machine name appears as Domain Name on PC profiles
I have the distribution Samba package 3.2.3 running under Ubuntu 8.10
Workstation, downloaded using Synaptics Package Manager. It is running as a
PDC. On some of my Windows XP workstations, the Windows profiles appearing
under System Properties >> Advanced >> User Profiles appear correct, in the
form DOMAIN_NAME\USER_NAME. On others, however, they appear in the form
2009 Feb 23
1
Migrating Samba PDC from one server to another
Hi All,
I'm in the need to migrate a PDC based on samba 3 with TDB backend (on a
Fedora 8 Box) onto a new server (based on Ubuntu server 8.10).
Il call them OLD and NEW from now on.
I've tried to install the new server with LDAP module for authentication
(following the documents found on ubuntu site) and I manage migrate the
users and machine accounts with PDBEDIT command but I still got
2005 Sep 15
0
Winbind trouble when on the DC
...tion where I want to do some authentication via ntlm_auth on my
DC. I've tested this on my test box (a domain member) and it works perfectly.
On domain member -
tor:~ # /usr/bin/ntlm_auth --username=adam --domain=BACKBONE --password=********
NT_STATUS_OK: Success (0x0)
On domain controller -
littleboy:~ # /usr/bin/ntlm_auth --username=adam --domain=BACKBONE
--password=**********
Reading winbind reply failed! (0x01)
: (0x0)
But winbindd is running an "wbinfo -p" says the winbind daemon is OK.
I can "wbinfo -u" and "wbinfo -g" to list domain users and groups on any...
2003 Oct 02
1
Unable to enable Add/Remove Printer Drivers (3.0.0)
...printers
guest ok = yes
browseable = yes
read only = no
create mask = 0644
directory mask = 0755
force user = pcnet
force group = cis
And I've set all the permissions wide open to try and get this to work.
"net rpc user info adam -S littleboy -U adam" shows my user as a member
of the "Print Operators" group, which my potentially flawed
understanding I though gave me Print Administrative rights.
[root@littleboy samba]# ldapsearch cn=printadmin
dn: cn=printadmin,ou=Groups,o=Morrison Industries, c=US
objectClass: posixGroup...
2009 Feb 22
1
Changing LDAP userPassword fails: Internal (implementation specific) error
openldap-2.3.27-8.el5_2.4,samba3-3.2.8-38
An smbpasswd by root to change a user's password fails with:
[root@littleboy samba]# smbpasswd adam
New SMB password:
Retype new SMB password:
ldapsam_modify_entry: LDAP Password could not be changed for user adam:
Internal (implementation specific) error
password hash failed
Failed to modify entry for user adam.
Failed to modify password entry for user adam
This changes...
2003 Oct 03
1
How to list members of a workgroup
Hi
I look for a way to generate a text file, holding the workgroup/user
relation - which users belongs to a workgroup. Can I use a samba tool to
list all members of any known group? Or maybe run a domain ctlr, and
lookup the information in files on the server?
I must get this info from a M$ lan with arround 20.000 workstations and
some hudreds servers.
Brgds Jorgen
2002 Aug 20
2
Upgrade broke file locking
...lobal section of smb.conf and a sample share
---------------------------------------------
[global]
workgroup = BACKBONE
server string = NT v6 File Server
security = server
encrypt passwords = Yes
hosts equiv = /etc/samba/hosts.equiv
password server = littleboy
time server = Yes
lpq cache time = 30
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain admin group = @cis
log file = /var/log/samba/log.%m
debug level = 1
remote announce = 192.168.10.255/BACKBONE
os level = 100...