Displaying 20 results from an estimated 2000 matches similar to: "Current master browser = UKNOWN"
2003 Mar 13
1
want to access a Windows Share from a Red Hat 8 linux box
Try something like
mount -t smbfs -o username=user,password=password,workgroup=domain
//windows_server/folder
/local_folder
you may also want to add ,ip=<Windows_server_IP> if it can't resolve the
name
Thanks
Steve Simeonidis
Network Engineer, Spherion Education
Spherion Group Ltd
"Making the Workplace Work Better"
1st Floor, 493 St. Kilda Rd,
Melbourne VIC 3004,
2003 Mar 13
2
Sync Linux <-> NT Domain passwords
Is there a way to syncronise the Windows Domain passwords
with the linux account passwords?
SAMBA passes authentication to an NT box
password server = *
Users have local accounts on the Linux box and get access to SAMBA shares
depending on which group (linux) they belong to and if their authentication
credentials were correct.
I've tried synchronising their passwords so when they change
2002 Oct 03
1
Another winbind question (hopefully easy one)
I setup SAMBA to use winbind to authenticate of a WinNT PDC
In the smb.conf I have a line
template homedir = /home/winnt/%U
which is file
I also use the pam module to create directories for
new users
pam_mkhomedir.so skel=/etc/sambaskel umask=0077
which is fine again.
My problem is that I can't tell or how do I tell pam_mkhomedir
to create the directories in /home/winnt/<user>
2002 Dec 10
5
Using the right network interface
Hi everyone,
samba 2.2.5
The server I'm using has 2 interfaces so using the
interface parameter I'm telling samba to use eth0 but
for some reason when I do netstat it is listening on eth1
interface = eth0 (the IP is 192.168.6.10)
netstat -an
udp 0 0 138.79.161.225:137 0.0.0.0:*
udp 0 0 0.0.0.0:137 0.0.0.0:*
udp 0 0 138.79.161.225:138
2003 Feb 11
3
Samba getting user info from NT PDC
Hi!
My boss asked me to be able to share some directories on a FreeBSD Samba server
with users already created (and used) on a NT 4.0 PDC server.
So I followed http://www.sugoi.org/bits/index.php?bit_id=10
I just replaced the Windows 2k part by adding the NetBIOS name of the machine to
the NT PDC.
When I did the smbpasswd trick it worked like charm:
testsmb# smbpasswd -j CH-DOMAIN -r PDC
2003 Jan 20
1
net command
Hi,
You can use the command net rpc shutdown -S <machine name> to remotly shutdown a PC. Is it possible to, or could it possibly be a future upgrade to have a comma separated list of machines so that you can shutdown several machines at one time. Ie at the end of the day to shutdown PC's in a particular classroom?
What are your thoughts??
Cheers
-----------------
Kristyan
2001 Dec 05
5
Winbind help
Hi. I'm not subscribed to the list, so if you can help, please e-mail me
or CC me in the response.
I've been using Samba for quite a while, and just set up a 2.2.2 server
with winbind support. Console logins and SMB access work fine, wbinfo -t
reports "Secret is good", and wbinfo -r domain+ntuser shows the right
group number. In fact, the UID/GIDs are translated properly when
2002 Nov 28
1
Samba share is not writeable
I am having difficulty with Windows shares mounted with smb on my linux
machine. The mount directory will not have write permissions for anyone,
no matter what. The mount directory that I use is /home/samba. It has
0700, or drwx------ permissions when it is not connected to Samba. It is
owned by the user jhall, and the group root. When I mount it, if I use
dmask 0777, I get dr-xr-xr-x. If I use
2004 Dec 11
1
The package ??? is signed, but with an uknown GPG key.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All
Well, it looks like I run into the same problem as many others...
Unfortuately the FAQ referenced in the mailinglist archive with the solution
does not seam to be online anymore.
What I did try:
rpm --import /usr/share/rhn/RPM-GPG-KEY*
rpm --import /usr/share/doc/centos-release-3.3/RPM-GPG-KEY
And also:
rpm --import
2013 Feb 07
1
user uknown
Hi,
I upgraded to version 2.1.1 from version 1.0.7 and I am having issues with postfix and dovecot reading my userdb file.
Here is my dovecot config:
# 2.1.1: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-308.1.1.el5 x86_64 CentOS release 5.7 (Final)
auth_debug = yes
auth_socket_path = /var/run/dovecot/auth-userdb
default_internal_user = vmail
default_login_user = dovecot
2005 Dec 24
1
best way to design uknown depth of subcategories
Hello,
What would be the best way to design a table of posts that belong to a
unknown depth of categories. Say i wanted to display the posts of data (i.e.,
craigslist) but the category could be something like
NewYork/RealEstate/Housing/ForSale/ByOwner. Would acts_as_tree work best
here and assign each sublevel to a different id? just trying to take the
easiest approach here using the best
2004 Dec 14
0
Codec "Uknown" with IAX connection
I am having some problems getting TelIax service to work with *. Outbound
calls work just fine. When I try an inbound call the phone rings and there
is no audio. Upon further investigation "iax2 show channels" indicates
that the codec is "unknown" The provider confirmed that they are set for
ulaw and so am I. Does anyone have an idea what could be causing the codecs
to
2006 Mar 18
5
Getting a blank page for uknown reason
I have a model that represents a Player, and within that there is a
method that calculates wins and losses for that player based on a how
they did in databases that are in the DB. When this calculation is over
it is supposed to show a summary of the calculation. When testing it on
my local machine using Webrick it works fine, but when I put it on my
web server, after the calculation is done
2004 Oct 22
1
You have no permission to change your password
Error when you try to change your password
from Windows XP, SP1, latest patches
(ctrl-Alt-Del)
Server configuration
Fedora Core 1
samba-3.0.7-2FC1
Samba is configured as PDC with roaming profiles.
I've just noticed testparm gives the following error
ERROR: the 'passwd chat' script [*old password* %o\n *new password* %n\n *new password* %n\n *changed*] expects to use the old
2006 May 24
0
Patches to enable logging of sftp and scp
Hi all,
Looking around for a way to turn on server side logging of files transferred
via sftp/scp, these kept-up-to-date patches cropped up:
For SFTP
http://sftplogging.sourceforge.net
For SCP
http://sweb.cz/v_t_m/ (near the bottom)
Would someone from the OpenSSH team have time/inclination enough to look at
adding these to OpenSSH itself?
Regards and best wishes,
Justin Clift
Unix
2006 May 29
0
Melbourne Asterisk Group meeting Thursday
Hi all,
We're having a meeting this coming Thursday, June 1, 7:00 at Pint on
Punt (same as last time). Peter Fern has graciously volunteered to
lead a discussion on ENUM and DUNDi: What they are, how they work, and
how they work with Asterisk. Of course there will also be time to talk
about phones and what's new in the Asterisk community.
Date: Thursday June 1
Time: 7:00pm
Place:
2006 Dec 05
0
Melbn Asterisk/Voip get together
Once again, it's time for the Melbourne VOIP get together.
Thursday the 7th is the December meeting of the Melbourne VOIP club.
We will be meeting at the usual place which is Pint on Punt, 42 Punt
Road Windsor.
It's near the big messy intersection of Dandenong Road, King's Way, Punt
Road, Fitzroy Street and St Kilda Road. Lots of trams go by there, and
Windsor train station is just
2005 May 25
1
Winbind - loss of trust
Hi
We are running a OpenBSD 3.6 server with squid 2.5.STABLE7
configure options: --enable-auth=ntlm,basic
--enable-external-acl-helpers=wbinfo_group --localstatedir=/var/squid
--enable-snmp.
We are running samba with vers 3.0.4 with winbind support
This is our samba file
workgroup = apac
netbios name = auasv-00001
server string = Sydney LAN Proxy
security = domain
password server =
2005 Feb 04
2
Logging in via Linux machine to Windows Domain
Hi List -
I have a friend that runs a Windows domain with Active Directory and is
setting up some new laptops with Redhat. He wants to automate installs,
etc. on these laptops as he would on a Windows machine.
Just wondering if anyone has any experience with this - and also if anyone
knows of a good tutorial for joining a Linux machine to a Windows domain.
I've heard that it is possible.
2003 Sep 02
1
History
Hi,
I all of a sudden require to log who has been login onto our domain, and
from which machine.
Looking through the logs I do have, I don't seem to have this
information for more than a day, even in the log.<machinename>.old file.
How can I change this ASAP?
RD7.3, Samba 2.2.8a
:)
Max